/*--- Estilos generales ---*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: rgb(61 61 61);
}
body{
    background-color: rgb(247 248 248);
    max-width: 100%;
    overflow-x: hidden;
}
body.mod{
    overflow: hidden;
}
hr{
    width: 50px;
    margin: 28px auto;
    height: 5px;
    background-color: rgb(0 123 255);
    border: none;
}
h2{
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 900;
    text-align: center;
}
h2>span{
    color: #00baff;
}
p{
    font-size: 1rem;
    line-height: 1.1rem;
}
header{
    background-color: rgb(0 165 243);
    position: static;
}
header>figure{
    display: flex;
    justify-content: center;
}
.puntos{
    display: flex;
    width: 20%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0 20px;
}
.puntos>span{
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: rgb(127 127 127);
}
.puntos>span.actv{
    background-color: #00baff;
}
/*--- Banner ---*/
#banner{
    background: url(../img/banner-mov.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 155px;
    margin: 0 0 60px;
}
#banner>.info-1{
    position: relative;
}
#banner>.info-1>h1{
    text-align: center;
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 5px rgb(0, 5, 136);
}
#banner>.info-1>span{
    display: block;
    text-align: center;
    margin: 15px 0;
    color: rgb(0 78 161);
    font-size: 1.3rem;
}
#banner>.info-1>.info-form,
#txt-2>.info-prom{
    background: url(../img/R1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding: 65px 0 0;
    position: absolute;
    display: flex;
    flex-direction: column;
}
#txt-2>.info-prom{
    position: relative;
}
#banner>.info-1>.info-form>h2,
#txt-2>.info-prom>h2{
    color: rgb(0 186 255);
    font-weight: 900;
    text-align: center;
    margin: 0 auto 5px;
    width: 90%;
}
#txt-2>.info-prom>h2>span{
    color: #fff;
}
#banner>.info-1>.info-form>p,
#txt-2>.info-prom>p{
    text-align: center;
    color: #fff;
    text-shadow: 0 0 #fff;
    font-size: 1rem;
    line-height: 1rem;
}
#banner>.info-1>.info-form>button,
#txt-2>.info-prom>button{
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    background-color: #00baff;
    border-radius: 15px;
    border: none;
    padding: 5px 0;
    position: relative;
    bottom: -15px;  
    cursor: pointer;
}
#banner>.info-2{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}
#banner>.info-2.nv{
    display: flex;
}
#banner>.info-2>.formulario{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 90%;
    gap: 10px;
}
#banner>.info-2>.formulario>.cls{
    border: none;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.4rem;
    font-weight: 900;
    color: #767676;
    text-shadow: 0 0 #000;
    font-family: monospace;
    cursor: pointer;
}
#banner>.info-2>.formulario>h2{
    color: #00baff;
}
#banner>.info-2>.formulario>p{
    text-align: center;
}
#banner>.info-2>.formulario>iframe{
    border: none;
    height: 360px;
}
#banner>.info-2>.formulario>.reloj{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#banner>.info-2>.formulario>.reloj>h2{
    width: 100%;
    margin: 0 0 5px;
}
#banner>.info-2>.formulario>.reloj>span{
    width: 30%;
    text-align: center;
}
#banner>.info-2>.formulario>.reloj>span:not(.r-tt),
#regalo>.reloj>span{
    display: block;
    background-color: #00baff;
    border-radius: 10px;
    color: #fff;
    padding: 15px 0;
    margin: 5px 0;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
}

#banner>.info-2>.formulario>.reloj>span:not(.r-tt)::before,
#banner>.info-2>.formulario>.reloj>span:not(.r-tt)::after,
#regalo>.reloj>span::before,
#regalo>.reloj>span::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 18px;
    border-radius: 5px;
    top: 50%;
    left: 1px;
    transform: translate(50%,-50%);
    background-color: #004ea1;
}
#banner>.info-2>.formulario>.reloj>span:not(.r-tt)::after,
#regalo>.reloj>span::after{
    right: 6px;
    left: initial;
}
#banner>.info-2>.formulario>.reloj>span.r-tt{
    color: #004ea1;
    font-size: 1rem;
}
#banner>.info-2>.formulario>.reloj.nv{
    display: none;
}
/*--- Primer texto ---*/
#txt-1>article>h2{
    margin: 0 0 15px;
}
#txt-1>article>p{
    text-align: center;
}
/*--- Ofertas perfiles ---*/
#ofertas{
    position: relative;
    overflow-x: scroll;
}
#ofertas::-webkit-scrollbar{
    display: none;
}
#ofertas>.carrusel{
    display: flex;
    justify-content: space-around;
    width: 300%;
    padding: 20px 0;
}
#ofertas>.carrusel>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 32%;
    border-radius: 15px;
    border: 1px solid rgb(27 136 254);
    background-color: rgb(236 243 251);
    position: relative;
}
#ofertas>.carrusel>div::after{
    content: url(../img/R2.png);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(18%, -30%);
}
#ofertas>.carrusel>div.ofr-2{
    border: 1px solid rgb(125 69 141);
    background-color: rgb(249 247 254);
}
#ofertas>.carrusel>div.ofr-2>h2>span{
    color: rgb(125 69 141);
}
#ofertas>.carrusel>div.ofr-3{
    border: 1px solid rgb(236 160 40);
    background-color: rgb(253 250 248);
}
#ofertas>.carrusel>div.ofr-3>h2>span{
    color: rgb(236 160 40);
}
#ofertas>.carrusel>div>h2{
    margin: 15px 0 25px;
}
#ofertas>.carrusel>div>.ofr-img{
    width: 95%;
}
#ofertas>.carrusel>div>.lista{
    padding: 20px 0;
}
#ofertas>.carrusel>div>.lista>article{
    display: flex;
    align-items: flex-start;
    gap: 0 5px;
    margin: 0 0 5px;
}
#ofertas>.carrusel>div>.lista>article>img{
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
}
#ofertas>.carrusel>div>.flecha{
    width: 30px;
    aspect-ratio: 4/3;
}
#ofertas>.carrusel>div>p{
    font-size: 1.2rem;
    font-weight: 800;
    color: rgb(0 78 161);
    text-align: center;
    margin: 15px 0 20px;
}
#ofertas.carrusel>div>p>span{
    color: #00baff;
}
#ofertas>.carrusel>div>button{
    font-weight: 800;
    padding: 10px;
    cursor: pointer;
    background-color: rgb(250 187 0);
    border-radius: 20px;
    border: none;
    font-size: .9rem;
}
#ofertas>div.puntos{
    display: flex;
    width: 20%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0 20px;
    position: sticky;
    left: 50%;
    transform: translateX(-50%);
}
#ofertas>div.puntos>span{
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: rgb(127 127 127);
}
#ofertas>div.puntos>span.actv{
    background-color: #00baff;
}
/*--- Testimonios ---*/
#testimonios{
   padding: 10px;
   width: 100%;
   overflow-x: scroll;
}
#testimonios::-webkit-scrollbar{
    display: none;
}
#testimonios>h2{
    margin: 20px 0;
    position: sticky;
    left: 0;
}
#testimonios>.carrusel{
    display: flex;
    gap: 0 10px;
    width: calc(80% * 3);
    padding: 15px 0;
}
#testimonios>hr{
    display: none;
}
#testimonios>.carrusel>blockquote{
    width: 80%;
    border-radius: 15px;
    border: 1px solid rgb(27 136 254);
    padding: 25px 15px;
    position: relative;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
#testimonios>.carrusel>blockquote::after{
    content: url(../img/R3.png);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(35%, -25%) rotateY(180deg);
}
#testimonios>.carrusel>blockquote>figure{
    width: 50%;
}
#testimonios>.carrusel>hr {
    display: none;
}
#testimonios>.carrusel>blockquote>figure:first-child>img{
    width: 60px;
    aspect-ratio: 1/1;
}
#testimonios>.carrusel>blockquote>figure:nth-child(2)>img{
    width: 95px;
    margin: 0 0 0 auto;
    display: block;
    aspect-ratio: 12/2;
}
#testimonios>.carrusel>blockquote>article{
    width: 100%;
}
#testimonios>.carrusel>blockquote>article::before{
    content: url(../img/R9.png);
    position: absolute;
    top: 0;
    left: 5px;
    transform: translate(0, -40%)
}
#testimonios>.carrusel>blockquote>article::after{
    content: url(../img/R9.png);
    position: absolute;
    bottom: 0;
    right: 5px;
    transform: translate(0, 40%) rotate(180deg);
}
#testimonios>.carrusel>blockquote>article>h3{
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 900;
    color: #004ea1;
    width: 85%;
}
#testimonios>.carrusel>blockquote>article>span{
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #00baff;
}
/*--- Confianza ---*/
#confianza{
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}
#confianza>.carrusel{
    display: flex;
    width: 400%;
    margin-left: -100%;
    padding: 20px 0;
}
#confianza>.carrusel>article{
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#confianza>.carrusel>article>h3{
    color: #00baff;
}
/*--- Banner CTA2 ---*/
#txt-2{
    padding: 0 0 50px;
}
/*--- Botón flotante ---*/
#regalo{
    background-image: url(../img/R16.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 15px;
    right: 28px;
    width: 211px;
    height: 88px;
    transform: scale(1.3);
    padding: 0 0 0 6px;
    z-index: 99999;
    cursor: pointer;
}
#regalo>.reloj{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: calc(211px - 95px);
    padding: 22px 0 0;
}
#regalo>.reloj>h4{
    font-size: .9rem;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    text-shadow: 0 0 5px #00036f;
}
#regalo>.reloj>span {
    background-color: #004ea1;
    margin: 0;
    padding: 5px 0;
    font-size: 1.1rem;
    width: 30%;
    text-align: center;
    border-radius: 5px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
}
#regalo>.reloj>span::before, 
#regalo>.reloj>span::after {
    width: 2px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}
#regalo>.reloj>span::after {
    left: auto;
    right: 3px;
}
/*--- Footer ---*/
footer{
    background-color: #303247;
    padding: 50px 0 0;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    z-index: 2;
}
footer *{
    color: #fff;
}
.info{
    width: 80%;
    margin: 0 auto 35px;
    color: #fff;
    font-size: 15px;
}
.contact{
    display: flex;
    margin: 0 0 30px;
}
.contact a{
    color: #fff;
    text-decoration: none;
}
.contact ul{
    list-style: none;
}
.contact ul a:hover{
    color: #30A1E9;
    font-weight: 600;
}
.contact div ul .tt{
    font-weight: 500;
    margin-bottom: 10px;
}
.contact div ul li:not(.tt){
    margin: 0 0 8px 10px ;
    font-weight: 200;
}
.contact div{
    width: 100%;
}
.contact div:not(.n-cont) {
    display: none;
}
.redes div{
    width: fit-content;
    height: fit-content;
    border: 2px solid #fff;
    border-bottom: none;
    border-top: none;
    padding: 0 5px;
}
.redes span{
    display: block;
    text-align: center;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.n-cont{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.n-cont > *:not(.tt){
    margin-left: 10px;
    font-size: 14px;
}
.n-cont a:hover{
    text-decoration: underline;
}
.l-wpp::after{
    content: "";
    background-color: #34af23;
}
.wpp-ico{
    width: 15px;
    height: auto;
}
.locat h3{
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
.locat p{
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.copy{
    background-color: #30A1E9;
    padding: 5px 0;
}
.copy p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
/*--- Responsive ---*/
@media screen and (min-width:361px) {
    #banner>.info-1>.info-form, #txt-2>.info-prom {
        padding: 95px 0 0;
    }
}
@media screen and (min-width: 431px){
    #banner {
        margin: 0 0 85px;
    }
    #banner>.info-1>.info-form, #txt-2>.info-prom {
        padding: 105px 0 0;
        align-items: center;
    }
    #banner>.info-1>.info-form>p, #txt-2>.info-prom>p {
        width: 70%;
    }
}
@media screen and (min-width:767px) {
    #banner {
        margin: 0 0 110px;
    }
    #banner>.info-1>.info-form, #txt-2>.info-prom {
        padding: 130px 0 0;
        width: 75%;
        left: 50%;
        transform: translateX(-50%);
        background-size: cover;
        background-position: top center;
        align-items: center;
    }
    #banner>.info-1>.info-form>p, #txt-2>.info-prom>p {
        width: 90%;
    }
    #banner>.info-2>.formulario {
        width: 60%;
    }
    #ofertas>.carrusel,
    #testimonios>.carrusel {
        width: 100%;
        overflow: hidden;
    }
    #ofertas>div.puntos,.puntos {
        display: none;
    }
    #testimonios>.carrusel {
        gap: 0 5px;
        overflow: visible;
    }
    #testimonios>.carrusel>blockquote {
        width: 31%;
        border: none;
        padding: 20px 10px;
    }
    #testimonios>.carrusel>hr{
        display: block;
        width: 1px;
        height: 330px;
        background-color: #004ea1;
        margin: 0 auto;
    }
    #confianza>.carrusel {
        width: 100%;
        margin-left: 0;
    }
    #confianza>.carrusel>article>img {
        width: 80%;
        aspect-ratio: 1/1;
    }
    #confianza>.carrusel>article>h3 {
        font-weight: 900;
    }
    #confianza>.carrusel>article>span {
        text-align: center;
    }
    .contact> div{
        width: 25%;
    }
    .contact div:not(.n-cont) {
        display: block;
    }
}
@media screen and (min-width: 1023px){
    #ofertas>.carrusel {
        padding: 20px 30px;
    }
    #testimonios>.carrusel {
        padding: 15px 30px;
    }
    #testimonios>.carrusel>blockquote {
        padding: 20px 15px;
    }
    #testimonios>.carrusel>hr {
        height: 290px;
    }
    #confianza>.carrusel {
        padding: 40px 0;
    }
    #confianza>.carrusel>article>img {
        width: 65%;
    }
}
@media screen and (min-width:1279px) {
    h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    #banner {
        background: url(../img/banner-esc.jpg) center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        padding: 50px 12.5% 110px;
        margin: 0 0 195px;
        position: relative;
    }
    #banner>.info-1 {
        width: 50%;
        position: initial;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #banner>.info-1>h1 {
        text-align: left;
        font-size: 4.5rem;
        line-height: 4rem;
        text-shadow: 0 0 5px rgb(0 8 225);
    }
    #banner>.info-1>span {
        text-align: left;
        font-size: 2.3rem;
    }
    #banner>.info-1>.info-form, #txt-2>.info-prom {
        width: 75%;
        top: 100%;
        padding: 30px 60px 70px;
        border-radius: 10px;
        background: url(../img/R17.png) center;
        background-size: cover;
        background-repeat: no-repeat;
        flex-direction: row;
        z-index: 10;
    }
    #banner>.info-1>.info-form>.ice, 
    #txt-2>.info-prom>.ice {
        position: absolute;
        top: -60px;
        left: 50%;
        z-index: 1;
        width: 96px;
        height: 106px;
        transform: scale(1.5) translateX(-25%);
        clip-path: polygon(0 0, 100% 0, 100% 55%, 0 55%);
    }
    #banner>.info-1>.info-form::before,
    #txt-2>.info-prom::before,
    #banner>.info-1>.info-form::after,
    #txt-2>.info-prom::after {
        content: url("../img/R3.png");
        position: absolute;
        top: -10px;
        left: -15px;
        transform: scale(1.3);
        z-index: 15;
    }
    #banner>.info-1>.info-form::after,
    #txt-2>.info-prom::after{
        content: url("../img/R2.png");
        top: -12px;
        right: -5px;
        left: auto;
    }
    #banner>.info-1>.info-form>h2{
        width: 50%;
        margin: 0;
        font-size: 2rem;
        line-height: 1.6rem;
        text-align: left;
    }
    #banner>.info-1>.info-form>p{
        position: absolute;
        top: 55%;
        left: 60px;
        width: 40%;
        font-size: 1.1rem;
        line-height: 1.2rem;
        text-align: left;
    }
    #banner>.info-1>.info-form>button {
        width: 30%;
        bottom: -20px;
    }
    #banner>.info-2 {
        display: flex;
        position: initial;
        z-index: 0;
        width: 50%;
        height: auto;
        background-color: transparent;
        justify-content: flex-end;
    }
    #banner>.info-2>.formulario {
        box-shadow: 0 0 5px #666;
        width: 80%;
    }
    #banner>.info-2>.formulario>.cls {
        display: none;
    }


    #info-2{
        display: none;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.4);
    }
    #info-2.nv{
        display: flex;
    }
    #info-2>.formulario{
        background-color: #fff;
        border-radius: 15px;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 50%;
        gap: 10px;
    }
    #info-2>.formulario>.cls{
        border: none;
        background-color: transparent;
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 1.4rem;
        font-weight: 900;
        color: #767676;
        text-shadow: 0 0 #000;
        font-family: monospace;
        cursor: pointer;
    }
    #info-2>.formulario>h2{
        color: #00baff;
    }
    #info-2>.formulario>p{
        text-align: center;
    }
    #info-2>.formulario>iframe{
        border: none;
        height: 360px;
    }
    #info-2>.formulario>.reloj{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto;
    }
    #info-2>.formulario>.reloj>h2{
        width: 100%;
        margin: 0 0 5px;
    }
    #info-2>.formulario>.reloj>span{
        width: 30%;
        text-align: center;
    }
    #info-2>.formulario>.reloj>span:not(.r-tt){
        display: block;
        background-color: #00baff;
        border-radius: 10px;
        color: #fff;
        padding: 15px 0;
        margin: 5px 0;
        font-size: 3rem;
        font-weight: 700;
        position: relative;
    }
    
    #info-2>.formulario>.reloj>span:not(.r-tt)::before,
    #info-2>.formulario>.reloj>span:not(.r-tt)::after{
        content: "";
        position: absolute;
        width: 5px;
        height: 18px;
        border-radius: 5px;
        top: 50%;
        left: 1px;
        transform: translate(50%,-50%);
        background-color: #004ea1;
    }
    #info-2>.formulario>.reloj>span:not(.r-tt)::after{
        right: 6px;
        left: initial;
    }
    #info-2>.formulario>.reloj>span.r-tt{
        color: #004ea1;
        font-size: 1rem;
    }
    #info-2>.formulario>.reloj.nv{
        display: none;
    }


    #ofertas>.carrusel {
        padding: 70px 0 40px;
        width: 75%;
        margin: 0 auto;
        justify-content: space-between;
    }
    #ofertas>.carrusel>div>h2 {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }
    #testimonios>.carrusel {
        padding: 45px 0;
        width: 75%;
        margin: 0 auto;
    }
    #confianza>.carrusel {
        margin: 0 auto;
        width: 75%;
        padding: 80px 0;
    }
    #confianza>.carrusel>article>span {
        width: 80%;
    }
    #txt-2 {
        padding: 60px 0;
    }
    #txt-2>.info-prom {
        padding: 30px 60px;
        justify-content: space-between;
    }
    #txt-2>.info-prom>h2 {
        text-align: left;
        width: 52%;
        color: #fff;
    }
    #txt-2>.info-prom>h2>span {
        text-align: left;
        width: 80%;
        color: rgb(0 186 255);
    }
    #txt-2>.info-prom>button {
        width: 35%;
        bottom: 0;
    }
}
@media screen and (min-width:1379px) {
    #banner {
        padding: 50px 15% 110px;
    }
    #banner>.info-1>.info-form, #txt-2>.info-prom {
        width: 70%;
    }
    #ofertas>.carrusel,
    #confianza>.carrusel,
    #testimonios>.carrusel  {
        width: 70%;
    }
    #testimonios>.carrusel>blockquote {
        padding: 25px 15px 20px;
    }
    #confianza>.carrusel>article>img {
        width: 55%;
    }
}
@media screen and (min-width: 1531px){
    #ofertas>.carrusel {
        gap: 35px;
    }
    #banner {
        padding: 50px 17.5% 110px;
    }
    #banner>.info-1>.info-form, #txt-2>.info-prom {
        width: 65%;
    }
    #ofertas>.carrusel,
    #confianza>.carrusel,
    #testimonios>.carrusel  {
        width: 65%;
    }
    #info-2>.formulario{
        width: 40%;
    }
}
@media screen and (min-width: 1599px){
    #banner {
        padding: 50px 20% 110px;
    }
    #banner>.info-1>.info-form, #txt-2>.info-prom {
        width: 60%;
    }
    #ofertas>.carrusel,
    #confianza>.carrusel,
    #testimonios>.carrusel  {
        width: 60%;
    }
    #info-2>.formulario{
        width: 30%;
    }
}