body{
  font-family: "Poppins", sans-serif;
}
*{
/*border: 1px solid #ff00002e;*/
}
#FooterFrase{display: none}

.max-1200{
    max-width: 1200px;
}

.circle-wrap,
.circle-pic-wrapper{
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pic-botellas {
    width: 100%;
    max-width: 520px;
    margin: auto;
}
.circle-scale{
    transform: scale(1.1);
}
.circle-rojo,
.circle-shine{
    /*background-color: #e40613;*/
    position: absolute;
    width: 470px;
    height: 470px;
    top: 0;
    z-index: 0;
    border-radius: 235px;
}
.hero-text{
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-shadow: 3px 3px 2px #0072abd6;
    margin: 10px;
    color: white;
    font-family: "Poppins", sans-serif;
}
.hero-text-logo{
    width: 170px;
    margin-bottom: -20px;
    margin-top: -20px;
}
.hero-text-1000{
    margin-bottom: -30px;
}
.promo-bot {
    display: inline-block;
    color: white;
    line-height: 100%;
    cursor: pointer;
    user-select: none;
    background-color: #E30613;
    padding: 12px 56px 12px 23px;
    margin: 0px;
    border-radius: 6px;
    background-position: right 10px center;
    transition: 0.2s;
    font-weight: 700;
    background-image: url(pics/bot-arrow.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center right 16px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
}
.promo-bot:hover{
   background-color: #bf0e18; 
}






.circle-content{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 450px;
    height: 450px;
}
.cpic {
    width: 100%;
    transform: scale(1.1);
}
.circle-text-1 {
    margin: 0;
    line-height: 100%;
    font-size: 29px;
    font-weight: 900;
    padding: 48px 0 15px;
    text-shadow: 1px 1px 2px #000;
    font-family: "AvantGardePro-Bold";
}
.circle-text-2 {
    font-family: brink;
    margin: 0;
    font-size: 44px;
    padding: 8px;
}









/*///////////////////*/

#Pasos{
    padding: 40px 0 0 0;
    /*background: #F9F7F0;*/
    background: #64C6F3;
    background: linear-gradient(0deg,rgba(100, 198, 243, 1) 36%, rgba(249, 247, 240, 1) 36%);
}
#Pasos .row{
}

.PasoPill{
    background-image: url(pics/paso-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
.PasoPill figure{
    position: absolute;
    top: -30px;
    left: 20px;
    width: 70px;
}
.pasos-text-1{
    font-family: brink;
    margin: 0;
    font-size: 60px;
    padding: 8px;
    color: #009CD9;
   
}
.pasos-text-1 span {
    background-image: url(pics/pasos-interrogante.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    background-size: 17px ! IMPORTANT;
    display: inline-block;
    background-position: left bottom;
    line-height: 100%;
}

.pasos-text{
    line-height: 110%;
    font-size: 18px;
    padding: 0 20px;
    margin: 0;
    min-height: 70px;
}





/*------------------------------------*/

#Reminder {
    padding: 40px 0 40px 0;
    background: #64c6f3;
}
#Reminder p {
    color: #fff;
    font-size: 34px;
    max-width: 900px;
    margin: auto;
    LINE-HEIGHT: 120%;
    MARGIN-BOTTOM: 30PX;
    text-transform: uppercase;
}
#Reminder .promo-bot {
    font-size: 18px;
}
/*------------------------------------*/

#Box5.section-blue {
    background-color: #37B0E7;
}
 #Box5 .pro-py-3 {
     padding-bottom: 1.25rem !important;
      padding-top: 1.25rem !important;
    }
/*------------------------------------*/


#Box6.section-blue-2 {
    background-color: #009CD9;
}
 #Box6 .pro-py-4 {
     padding-bottom: 1.75rem !important;
      padding-top: 1.75rem !important;
    }



/*------------------------------------*/

.row-duo-bot{
    display: flex;
    justify-content: center;
}
.row-duo-bot a{
    display: inline-block;
    color: #0072ab;
    background: #fff;
    padding: 17px 40px 13px 40px;
    margin: 0;
    line-height: 100%;
    border-radius: 6px;
    margin: 0 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.section-blue-2{
    background-color: #009CD9;
    color: #fff;
}

.section-blue{
    position: relative;
}


/*/////////*/

.hero-yellow-bar{
  position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    background-image: url(pics/fondo-bar.png);
    background-position: bottom left;
    background-size: cover;
}
.rain{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

/* Estilo base para los billetes */
.bill {
    position: absolute;
    bottom: 0; /* Comienzan fuera de la pantalla */
    width: 2690px; /* Ajusta el tamaño según tus imágenes */
    animation: fall 5s linear infinite; /* Animación de caída */
}

.bill-mov-1 {animation: fall1 5s linear infinite}
.bill-mov-2 {animation: fall1 4s linear infinite}

.bill-mov-1 img,
.bill-mov-2 img{
    width: 2690px;
}


/* Animación de caída */
@keyframes fall1 {
    0%   {transform: translateY(0%)}
    100% {transform: translateY(822px)}
}



.ruleta-rain{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    
    opacity: 0;
}

.ruleta-drops{
    position: absolute;
    bottom: 0;
    width: 1345px;
    animation: fall 3s linear infinite;
}


.c9a6924b8cf3c5051ba3b7a819f9ab1d6 .ruleta-drops-1, 
.c7d6646f99483370a5c79f52e92dfa6d8 .ruleta-drops-1, 
.c082b8e8b099eea91d6c3a537905ca1a7 .ruleta-drops-1{
    animation: fall2 3s linear infinite
} 

.c9a6924b8cf3c5051ba3b7a819f9ab1d6 .ruleta-drops-2, 
.c7d6646f99483370a5c79f52e92dfa6d8 .ruleta-drops-2, 
.c082b8e8b099eea91d6c3a537905ca1a7 .ruleta-drops-2{
    animation: fall2 2s linear infinite
} 


.ruleta-drops-1 img,
.ruleta-drops-2 img{
    width: 1345px;
}



.c9a6924b8cf3c5051ba3b7a819f9ab1d6 .girando .ruleta-rain{
    animation: rain-show 1s forwards;
    animation-delay: 5.5s;
}

.c7d6646f99483370a5c79f52e92dfa6d8 .girando .ruleta-rain{
    animation: rain-show 1s forwards;
    animation-delay: 5.5s;
}

.c082b8e8b099eea91d6c3a537905ca1a7 .girando .ruleta-rain{
    animation: rain-show 1s forwards;
    animation-delay: 5.5s;
}

@keyframes rain-show {
    0%   {opacity: 0}
    100% {opacity: 1}
}




@keyframes fall2 {
    0%   {transform: translateY(0%)}
    100% {transform: translateY(411px)}
}



.ruleta-wrap {
    width: 740px;
    /* height: 200px; */
    position: absolute;
}
.ruleta-shine {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: LineasLoop 20s linear infinite;
}
/* Animación de caída */
@keyframes LineasLoop {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(-360deg)}
}


.ruleta-box{
}
.ruleta-circle {
    width: 596px;
    position: absolute;
    top: 79px;
    right: 74px;
}

#HeroRuleta .ruleta-circle {animation: RuedaLoop 4s linear infinite;
animation-timing-function: cubic-bezier(.16,.88,.72,.26);
}
::selection {
     background: transparent;
}

::-moz-selection {
    background: transparent;
}

/* Animación de caída */
@keyframes RuedaLoop {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}


.ruleta-luces{
    width: 540px;
    position: absolute;
    top: 105px;
    right: 102px;
}
.ruleta-luz img{pointer-events: none;} 
.ruleta-luz-1{
    position: absolute;
    top: 0;
    left: 0;
    animation: LuzLoop1 .5s linear infinite;
}
.ruleta-luz-2{
    position: absolute;
    top: 0;
    left: 0;
    animation: LuzLoop2 .5s linear infinite;
}


@keyframes LuzLoop1 {
    0%   {opacity: .6}
    50%  {opacity: 1}
    100% {opacity: .6}
}

@keyframes LuzLoop2 {
    0%   {opacity: 1}
    50%  {opacity: .6}
    100% {opacity: 1}
}

.ruleta-marker{
    width: 180px;
    position: absolute;
    top: 275px;
    right: 282px;
}
.ruleta-marker img{pointer-events: none}



/*------------------------------------*/
.modal-backdrop {
    backdrop-filter: blur(20px);
    background-color: rgba(249, 247, 240, 0.5);
    opacity: 1 !important;
}

.modal-open #HeroRuleta .bill-mov-1,
.modal-open #HeroRuleta .bill-mov-2,
.modal-open #HeroRuleta .ruleta-luz-1,
.modal-open #HeroRuleta .ruleta-luz-2,
.modal-open #HeroRuleta .ruleta-circle,
.modal-open #HeroRuleta .ruleta-shine {
    animation-play-state: paused;
}
.modal-backdrop.show {
    z-index: 10001;
}
.modal{
    z-index: 10002;
}
#RuletaModal .modal-dialog {
    transform: none;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding: 0;
    max-width: 600px;
}


.modal-header{
    border-color: transparent;
    border: none;
}

.modal-body {
    padding-bottom: 40px;
    padding: 0px 50px 50px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 140%;
}
.btn-close:focus,
.btn-close:hover {
  outline: none; /* Elimina el contorno en el estado de foco */
  box-shadow: none; /* Elimina la sombra (halo) en el estado de foco */
}




#RuletaModal .modal-content {
    border-radius: 20px;
    padding: 20px;
}
#RuletaModal .modal-body{
    padding: 0;
    position: relative;
}
#RuletaModal .ModalRuletaWrapper{
    border-radius: 10px;
    background: #64C6F3;
    overflow: hidden;
    position: relative;
}
#RuletaModal .ruleta-shine {
    position: absolute;
    right: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: LineasLoop 20s linear infinite;
}

#RuletaModal .hero-yellow-bar{
    background-image: url(pics/fondo-bar-modal.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* Animación de caída */
@keyframes LineasLoop {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(-360deg)}
}
#RuletaModal .ModalRuletaText{
    position: relative;
    z-index: 2;
    /* overflow: hidden; */
    margin-bottom: -40px;
    margin-top: 20px;
}
#RuletaModal .ModalRuletaWrap{
    position: relative;
    z-index: 1;
    /*overflow: hidden;*/
}
#RuletaModal .ModalRuletaWrap .ruleta-box {
    width: 700px;
    margin: auto;
    position: relative;
    left: -70px;
    margin-bottom: -120px;
    margin-top: -40px;
}
#RuletaModal .ModalRuletaWrap .ruleta-box {
    position: relative;
    top: -60px;
}
#RuletaModal .ruleta-circle {
    top: 13px;
    right: -4px;
    width: 570px;
}

#RuletaModal .ruleta-marker {
    width: 170px;
    position: absolute;
    top: 199px;
    right: 198px;
}
#RuletaModal .ruleta-luces {
    width: 510px;
    position: absolute;
    top: 41px;
    right: 24px;
    pointer-events: none;
}


#RuletaModal .hero-text {
    font-size: 23px;
}


.modal-open #RuletaModal .ruleta-circle{
    /*animation: RuedaLoop 2s linear ;
    animation-timing-function:cubic-bezier(.16,.88,.49,1.01);*/
}

/* Ocultar botones 2 y 3 por defecto */
#GiraRuleta2,
#GiraRuleta3 {
    display: none;
    background-image: none;
    padding: 12px;
}
#GiraRuleta1,
#GiraRuleta2,
#GiraRuleta3 {
    max-width: 250px;
    margin: auto;
}
.girando #GiraRuleta0,
.girando #GiraRuleta2{
    animation: desvanecer 1.5s forwards;
    animation-timing-function:cubic-bezier(.11,.45,.38,1.01);
}
.girando #BzyLogoModal{
    animation: escalar 1.5s forwards;
    animation-timing-function:cubic-bezier(.11,.45,.38,1.01);
}
@keyframes escalar {
    0% {
       transform: scale(1) translateY(0);
    }
     50% {
       transform: scale(1) translateY(0);
    }
    100% {
       transform: scale(1.3) translateY(10px);
    }
}


@keyframes desvanecer {
    0% {
       opacity: 1;
    }
     50% {
       opacity: 1;
    }
    100% {
       opacity: 0;
    }
}


#GiraRuleta3 {
    background: white;
    color: black;
    background-image: url(pics/preloader.gif);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center right 10px;
    padding-right: 30px;
}


#GiraRuleta2:hover{
    background-color: #E30613;
}
#GiraRuleta3:hover {
    background-color: #ffffff;
}


/* Clase helper para mostrar/ocultar */
.promo-bot.hidden {
    display: none !important;
}
.promo-bot.visible {
    display: block !important;
}


.ruleta-circle.dragging {
    cursor: grabbing;
}


.ruleta-circle.dragging {
    cursor: grabbing;
}
.ruleta-circle.spinning {
    cursor: default;
    pointer-events: none; /* Desactiva interacción durante el giro */
    animation: spin-ruleta 6s forwards;
    animation-timing-function:cubic-bezier(.11,.45,.38,1.01);
}



.c9a6924b8cf3c5051ba3b7a819f9ab1d6 .ruleta-circle.spinning {
    animation: spin-ruleta1 6s forwards;
    animation-timing-function:cubic-bezier(.11,.45,.38,1.01);
}

.c7d6646f99483370a5c79f52e92dfa6d8 .ruleta-circle.spinning {
    animation: spin-ruleta2 6s forwards;
    animation-timing-function:cubic-bezier(.11,.45,.38,1.01);
}

.c082b8e8b099eea91d6c3a537905ca1a7 .ruleta-circle.spinning {
    animation: spin-ruleta3 6s forwards;
    animation-timing-function:cubic-bezier(.11,.45,.38,1.01);
}

/*opcion 0*/
@keyframes spin-ruleta {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(1830deg)}
}

/*opcion 1*/
@keyframes spin-ruleta1 {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(1924deg)}
}

/*opcion 2*/
@keyframes spin-ruleta2 {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(1877deg)}
}

/*opcion 2*/
@keyframes spin-ruleta3 {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(1789deg)}
}




/* Animación de caída */
@keyframes RuedaLoopMov {
    0%   {transform: rotate(-40deg)}
    100% {transform: rotate(0deg)}
}
/*//////////////////////////////*/
/*//////////////////////////////*/
/*//////////////////////////////*/
/*//////////////////////////////*/


#AvisoModal .modal-content{
    border: none;
    background: transparent;
}

#AvisoModal .modal-content-wrap{
    background: #5BC2E7;
    border: 9px solid white;
    border-radius: 30px;
    box-shadow: 4px 4px 4px #00000026;
}


#AvisoModal .modal-body {
    font-family: 'Poppins';
    font-weight: 600;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    text-shadow: 3px 3px 2px #0072ab75;
    margin: 10px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
}

#AvisoModal a, 
#AvisoModal a:focus, 
#AvisoModal a:active, 
#AvisoModal a:visited {
    color: #ffffff;
    text-decoration: underline;
}
#AvisoModal .hero-text-logo {
    width: 170px;
    margin-bottom: 0;
    margin-top: -60px;
}

#AvisoModal .error-pic{
    width: 80px;
    margin-top: 10px;
}

#AvisoModal .btn-close{
    background-color: white;
    opacity: 1;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}
#AvisoModal .btn-close:hover{
    opacity: .7;
}

/*//////////////////////////////*/
/*//////////////////////////////*/
/*//////////////////////////////*/
/*//////////////////////////////*/
#ChatBot{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 610px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9999;
}
.ChatBotHead{
    padding: 0px 30px;
    background: #05AAE4;
}
.chatbot-logo{
    width: 150px;
}

.ChatBotHead .text-right.text-end{
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.chatbot-close{
    width: 60px;
    padding: 14px;
}
.ChatBotContainer{
    /*padding: 20px 30px;
    background: #ffffffeb;
    overflow-y: scroll;
    height: 540px;
    overflow-x: none;*/
}

.ChatBotContainer {
    padding: 20px 30px 40px;
    background: #ffffffeb;
    height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column-reverse;
    scrollbar-gutter: stable;
    
}

/* Contenedor interno para los mensajes */
.MessagesContainer {
    display: flex;
    flex-direction: column;
    min-height: min-content;
}


.bocadillo {
    background: #A0E2FA;
    padding: 20px;
    border-radius: 20px;
    line-height: 120%;
    margin-bottom: 6px;
}
.bocadillo p {
    padding: 0;
    margin: 0;
     font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
}
.bocadillo p strong{
    font-size: 20px;
    
}
.mensajeGroupBot,
.mensajeGroupUser{
    padding-top: 10px;
}
.mensaje-user .bocadillo {
    background: #ff0000;
    padding: 20px;
    border-radius: 20px;
    line-height: 120%;
    margin-bottom: 6px;
}


.mensaje-user .bocadillo p{
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.mensaje-bot{
    padding-left: 50px;
}

.mensaje-user{
    padding-right: 50px;
}
.mensaje-user input.form-control{
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    padding: 2px 10px 0;
    font-size: 17px;
    line-height: 20px;
    height: 46px;
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    background: transparent;
}

.mensaje-user input::placeholder{
    color: white;
    opacity: .70;
}

.mensaje-user select.form-control{
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #fff;
    padding: 2px 10px 0;
    font-size: 17px;
    line-height: 20px;
    height: 46px;
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-image: url(pics/arrow-white-down-select.png);
    background-repeat: no-repeat;
    background-position: center right 50px;
    background-size: 24px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    background: transparent;
}
/* Estilos para las opciones del desplegable */
.mensaje-user select.form-control option {
    color: #000;
    background-color: #fff; /* Fondo blanco para las opciones */
}

.mensaje-user select.form-control::placeholder{
    color: white;
    opacity: .70;
}







.mensajeGroupBot{
    background-image: url(pics/chatbot-icon-1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 40px;
}
.mensajeGroupUser{
    background-image: url(pics/chatbot-icon-2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40px;
}

.bot-bocadillo{
    background: red;
    display: inline-block;
    
    color: white;
    padding: 12px 40px 10px;
    border-radius: 8px;
    margin-top: 0px;
    margin-bottom: 6px;
    cursor: pointer;
     user-select: none; /* Estándar CSS */
    -webkit-user-select: none; /* Para Safari y Chrome antiguos */
    -moz-user-select: none; /* Para Firefox antiguos */
    -ms-user-select: none; /* Para Internet Explorer */
}
.bot-bocadillo p{
    margin-bottom: 0px;
}



/* HTML: <div class="loader"></div> */
.ChatLoader {
  width: 60px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#05aae4 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
    margin-left: 48px;
    display: none;
    position: absolute;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}



.mensajeGroupBot, .mensajeGroupBot .mensaje{display: none}
.mensajeGroupUser, .mensajeGroupUser .mensaje{display: none}


.mensaje-user .bocadillo div{
    position: relative;
}
.mensaje-user .bocadillo .flecha-bot{
    position: absolute;
    top: 4px;
    right: 5px;
    width: 38px;
    height: 38px;
    background: 0 0;
    display: block;
    z-index: 2;
    background-image: url(pics/arrow-white-bot.png);
    background-repeat: no-repeat;
    background-position: -1px -39px;
    background-size: 38px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    opacity: .4;
    transition: all .25sease;
    transform: translateX(0px);
    pointer-events: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
}


@keyframes moverFlecha {
    0% {
        
        opacity: .8;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .8;
    }
}
.mensaje-user .bocadillo .flecha-bot.validado-bot{
    opacity: 1;
    animation: moverFlecha 1s infinite; 
    pointer-events: all;
    background-color: white;
    background-position: -1px -1px;
}
.mensaje-user .bocadillo .flecha-bot.validado-bot.stop-mov-bot{
    opacity: 1;
    transform: translateX(0px);
    /*animation-play-state: paused;*/
    animation: none;
    opacity: 1;
}

.mensaje-user .bocadillo input[type=submit]{
    height: 46px;
    display: block;
    padding: 10px;
    line-height: 120%;
    margin-top: 10px;
    
}
.mensaje-user .bocadillo .wpcf7-spinner {
    top: 20px;
}
.mensaje-user .bocadillo .wpcf7-spinner::before {
    background-color: #ff0000;
}

.bocadillo-aceptacion .aceptacion{
    margin-bottom: 6px;
}
.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item p{
    font-size: 14px;
    padding: 0 0 0 14px;
}
.wpcf7-acceptance .wpcf7-list-item p,
.wpcf7-acceptance .wpcf7-list-item span,
.wpcf7-acceptance .wpcf7-list-item a{
    color: white !important;
}

.wpcf7-acceptance .wpcf7-list-item input{
    position: relative;
    padding-left: 22px;
}

/*aceptacion texto wrap*/
.wpcf7-acceptance label{
    display: flex;
}
.wpcf7-acceptance input[type=checkbox] {
    width: 20px;
}
/*texto aceptacion*/
.wpcf7-acceptance .wpcf7-list-item  .wpcf7-list-item-label{
    flex: 1;
}

/*texto aceptacion*/
.wpcf7-acceptance .wpcf7-list-item  .wpcf7-list-item-label a{
    text-decoration: underline;
}



.wpcf7-acceptance input[type=checkbox], 
.wpcf7-acceptance input[type=radio] {
    border: 1px solid #ffffff;
}


.bocadillo-aceptacion input[type=checkbox]:checked:before {
    content: "\f00c";
    margin: 0px 0 0 1px;
    color: white;
}




.wpcf7-form-control-wrap input[type=file]{
    border: 1px solid white;
    width: 100%;
    size: 14px;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 6px 42px 6px 0;
    border-radius: 8px;
}
.wpcf7-form-control-wrap input[type=file]::placeholder{
    color: white;
    opacity: .7;
}

/* Ocultar el input de archivo */
.bocadillo-file #RealFile {
    opacity: 0; /* Hacerlo invisible pero manteniendo su área clickeable */
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Estilo para el contenedor del campo de archivo */
.bocadillo-file .wpcf7-form-control-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
}



.bocadillo-file #ClonedFile span {
    color: black;
    background: white;
    width: 310px;
    height: 35px;
    border-radius: 4px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2sease;
    /* max-width: 150px; */
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    text-align: left;
    justify-content: flex-start;
    cursor: pointer;
     user-select: none; /* Estándar CSS */
    -webkit-user-select: none; /* Para Safari y Chrome antiguos */
    -moz-user-select: none; /* Para Firefox antiguos */
    -ms-user-select: none; /* Para Internet Explorer */
}
.bocadillo-file #ClonedFile span:hover{
    background: black;
    color: white;
}


.row-aceptacion .aceptacion a {
    background: #05a9e3;
    width: 270px;
    display: inline-block;
    height: 48px;
    display: flex;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0px;
    background-image: url(pics/carta.png);
    background-repeat: no-repeat;
    background-position: center left 16px;
    background-size: 18px;
}


.bocadillo-file .col-12.col-lg-12 p{
    font-size: 17px;
    line-height: 20px;
    height: 46px;
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 10px;
    padding: 4px 4px 0px;
    overflow: hidden;
}


.flecha-bot-participar{
        width: 100%;
}
.flecha-bot-participar p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
input[type=submit] {
    background: white;
    padding: 16px 47px 10px;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    order: 2;
}
.wpcf7-spinner {
    background-color: #252a2e00;
    opacity: 1;
    border: 1px solid #f9a1a1;
}

.bocadillo .wpcf7-not-valid-tip{
    font-size: 12px;
    color: white;
}

.mensaje-turnstile p{ 
    margin-bottom: 0;
}

.mensaje-turnstile p span {
    font-size: 14px;
    color: gray;
}


/*////////////////////////////////////////*/
/*////////FORMULARIO INCIDENCIAS/////////*/
/*////////////////////////////////////////*/
.accordion-item{
    background: transparent;
}
.accordion-body{
    max-width: 900px;
    margin: auto;
    background: #F9F7F0;
    border-radius: 20px;
    padding: 50px;
}
.accordion-body .bzy-select-row {
    margin-bottom: 0px;
}

.accordion-body .wpcf7-form-control-wrap {
    display: block;
}

.accordion-body label {
    font-size: 14px;
    font-weight: 400;
    color: #56AAD7;
}

.accordion-toggle-text .accordion-text::before {
    content: "Formulario de incidencias";
}

.accordion-toggle-text:not(.collapsed) .accordion-text::before {
    content: "Cerrar formulario";
}



#flush-headingOne {
    max-width: 400px;
    margin: auto;
}
#flush-headingOne .accordion-button {
    display: inline-block;
    color: #fff;
    border: 2px solid white;
    background-color: transparent;
    padding: 17px 50px 13px 20px;
    margin: 0;
    line-height: 100%;
    border-radius: 6px;
    margin: 0 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background-image: url(pics/acordeon-close.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center right 18px;
    
}

#flush-headingOne .accordion-button.collapsed {
    color: #21325E;
    background-color: #fff;
    background-image: url(pics/acordeon-open.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center right 18px;
    margin: 20px 0 0 0;
}

#flush-collapseOne.show{
        margin-bottom: 30px;
}



input.form-control, 
select.form-control, 
input.wpcf7-form-control,
 wpcf7-form-control{
    background: white;
    border: 1px solid #05AAE4;
    color: #494949;
    padding: 0px 20px 0;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    font-weight: 700;
}

input[type=submit] {
    background: #fff;
    padding: 16px 47px 10px;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    order: 2;
}

input.form-control, 
select.form-control, 
input.wpcf7-form-control{
    height: 46px;
}

#flush-collapseOne .form-text-1{
    font-family: 'brink';
    text-transform: uppercase;
    font-size: 47px;
    color: #009cd9;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 100%;
}
#flush-collapseOne .form-text-2{
    color: #898787;
    font-size: 17px;
    line-height: 120%;
    margin: 0;
}
#flush-collapseOne .bzy-contacto-select {
    margin-top: 0;
}

#flush-collapseOne .bzy-select-arrow-down {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    transition: all .2s ease;
    border: 1px solid #fff;
    box-shadow: none;
    position: absolute;
    bottom: 5px;
    right: 7px;
    background: white;
    background-image: url(pics/select-flecha.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

#flush-collapseOne .bzy-contacto-check .aceptacion {
    margin-top: 10px;
    margin-bottom: 10px;
}
#flush-collapseOne .wpcf7-acceptance .wpcf7-list-item p, 
#flush-collapseOne .wpcf7-acceptance .wpcf7-list-item span, 
#flush-collapseOne .wpcf7-acceptance .wpcf7-list-item a {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    color: #707070 !important;
    font-weight: 500 !important;
    font-size: 13px;
    line-height: 100%;
}
#flush-collapseOne .wpcf7-acceptance .wpcf7-list-item p{
    padding-left: 10px;
}
#flush-collapseOne .bzy-form .bot-enviar-wrap p {
    display: flex;
    justify-content: end;
}
#flush-collapseOne .bzy-form .bot-enviar-wrap input[type=submit] {
    background-color: #e30613;
    color: #fff;
    padding: 10px 0px 10px;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    order: 2;
    max-width: 280px;
}

#flush-collapseOne .wpcf7-acceptance input[type=checkbox], 
#flush-collapseOne .wpcf7-acceptance input[type=radio] {
    border: 2px solid #b0b0b0;
    border-radius: 4px;
    background: white;
}

#flush-collapseOne input::placeholder,
#flush-collapseOne textarea::placeholder{
   color: #494949;
}

#flush-collapseOne textarea.form-control {
    border-radius: 20px;
}

#flush-collapseOne .bzy-form p{
    margin-bottom: 0;
}
#flush-collapseOne .bot-enviar-wrapper{
    position: relative;
}
.wpcf7-spinner {
    position: absolute;
    /*visibility: visible;*/
    top: 10px;
}
@media screen and (max-width: 980px) {
    .accordion-body{padding: 20px}
    #flush-collapseOne .form-text-2{font-size: 16px}
    #flush-collapseOne .bzy-form .bot-enviar-wrap input[type=submit] {max-width: 100%}
    #flush-collapseOne .form-text-1 {font-size: 36px} 
}





#ChatBot .wpcf7 form.invalid .wpcf7-response-output, 
#ChatBot .wpcf7 form.unaccepted .wpcf7-response-output, 
#ChatBot .wpcf7 form.payment-required .wpcf7-response-output {
    COLOR: #454545;
    LINE-HEIGHT: 100%;
    font-family: sans-serif;
    font-size: 16px;
    margin-top: 20px;
    padding: 20px;
    display: block;
    background: #cbcbcb29;
    border: 1px solid #fe02023d;
    border-radius: 10px;
    font-weight: 600;
    
    COLOR: #f20000;
    background: #fe646429;
}

#ChatBot .wpcf7 form.spam .wpcf7-response-output{
    COLOR: #454545;
    LINE-HEIGHT: 100%;
    font-family: sans-serif;
    font-size: 16px;
    margin-top: 20px;
    padding: 20px;
    background: #cbcbcb29;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    font-weight: 600;
}

/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
#GraciasBox1{
    background: #F9F7F0;
}
#GraciasBox2{
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 53%, rgba(249, 247, 240, 1) 53%);
}
.GraciasText1{
    color: #21325E;
}
.GraciasText2{
    color: #00AAE4;
}
#GraciasBox2{
    
}
.PremioItem1{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: -130px;
}
.PremioItem2{
    position: relative;
    z-index: 1;
}
 
.PremioText{
    position: relative;
    z-index: 2;
    margin-bottom: -100px;
}

.PremioText .promo-bot{
    margin-bottom: -110px;
    position: relative;
    top: 40px;
    margin-top: -40px;
}

@media screen and (max-width:768px) {
    
    .PremioItem1 {
        margin-bottom: -50px;
    }
    
    .PremioText .promo-bot {
        top: 30px;
    }
    .PremioText{
        margin-bottom: -10px;
    }
}
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
@media screen and (max-width:768px) {

    #ChatBot {
        width: 96%;
    }

    .participa-text {
      line-height: 120%;
      font-size: 34px;
    }
    .row-duo-bot a {
      line-height: 100%;
      text-align: center;
      width: 100%;
      box-sizing: border-box;
      margin: 5px 0 5px;
    }
    #Box5 .pro-py-3 {
     padding-bottom: .75rem !important;
      padding-top: .75rem !important;
    }

    
}






/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*//////////////////////////////////*/
@media screen and (max-width: 980px) {
    .hero-yellow-bar {
        background-image: url(pics/fondo-bar-modal.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .circle-content {
        height: auto;
    }   
    .hero-text-logo {
        margin-top: 20px;
        width: 150px;
    }
    .hero-text {
        font-size: 23px;
    }
    .hero-text-1000 {
        margin-bottom: -20px;
        width: 280px;
    }
    
    #HeroRuleta .row{
        display: flex;
        flex-wrap: wrap;
    }
    #HeroRuleta .col-hero-ruleta{ order: 2}
    #HeroRuleta .col-hero-texto{order: 1}
    
    
    .ruleta-wrap {
        width: 760px;
        position: relative;
        margin-top: -40px;
        margin-bottom: -10px;
    }
    .ruleta-circle {
        width: 380px;
        top: 49px;
        right: 50%;
        margin-right: -188px;
    }
    .ruleta-luces {
        width: 344px;
        top: 65px;
        right: 50%;
        margin-right: -170px;
    }
    .ruleta-marker {
        width: 120px;
        top: 169px;
        right: 50%;
        margin-right: -58px;
    }
    .ruleta-box{
        text-align: center;
    }
    .ruleta-box img{
        width: 470px;
        max-width: none;
    }
    .promo-bot {
        font-size: 18px;
    }
    
    #Pasos {
        padding: 20px 0;
        background: #F9F7F0;
    }
    .pasos-text-1 span {
        padding-left: 16px;
        background-size: 12px ! IMPORTANT;
        display: inline-block;
        background-position: left bottom;
        line-height: 100%;
    }
    .pasos-text-1 {
        font-size: 40px;
    }
    .PasoPill figure {
        top: -20px;
        left: 20px;
        width: 60px;
    }

    #Reminder p {
        font-size: 28px;
        LINE-HEIGHT: 140%;
    }
    /*modal*/
    #RuletaModal .hero-text-logo {
        margin-top: 0;
    }
    #RuletaModal .ModalRuletaText {
        margin-bottom: 10px !important;
        margin-top: 0;
    }
    #RuletaModal .modal-dialog {
        margin: auto;
    }
    #RuletaModal .ModalRuletaWrap .ruleta-box {
        top: -30px;
    }
    #RuletaModal .ModalRuletaWrap .ruleta-box {
        width: 430px;
        left: auto;
        margin-bottom: -70px;
        margin-top: -40px;
        left: 50%;
        margin-left: -230px;
    }
    #RuletaModal .ruleta-circle {
        top: 20px;
        right: 50%;
        width: 380px;
        margin-right: -193px;
    }
    #RuletaModal .ruleta-luces {
        width: 345px;
        top: 36px;
        right: 50%;
        pointer-events: none;
        margin-right: -180px;
    }
    #RuletaModal .ruleta-marker {
        width: 126px;
        position: absolute;
        top: 139px;
        right: 50%;
        margin-right: -66px;
    }
    
    
    
    .bill {
        position: absolute;
        bottom: 0; /* Comienzan fuera de la pantalla */
        width: 1345px; /* Ajusta el tamaño según tus imágenes */
        animation: fall 5s linear infinite; /* Animación de caída */
    }

    .bill-mov-1 {animation: fall1 5s linear infinite}
    .bill-mov-2 {animation: fall1 4s linear infinite}

    .bill-mov-1 img,
    .bill-mov-2 img{
        width: 1345px;
    }


    /* Animación de caída */
    @keyframes fall1 {
        0%   {transform: translateY(0%)}
        100% {transform: translateY(411px)}
    }

    

}