﻿html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px; /* alto del header fijo */
}

body{
    font-family: "Google Sans Flex", sans-serif;
}

.chat{
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 60px;
}
.chat img{
    width: 100%;
}

.ayuda{
    height: 117px;
}

.fijo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
}

.cintillo{
    background: #e15618;
    color: white;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}
.cintillo img{
    width: 23px;
}

header{
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logotipo{
    font-family: "Archivo Black", sans-serif;
    font-size: 27px;
    line-height: 33px;
}

.logotipo strong{
    width: 100%;
    display: inline-block;
}

.logotipo span{
    font-weight: normal;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
    float: right;
    margin-top: 12px;
}
nav ul li{
    float: left;
}
.menuR{
    display: none;
}
.menu, .menuR{
    text-align: center;
    font-size: 17px;
    padding: 0 20px;
    cursor: pointer;
}
.menu:hover{
    color: #e27f0d;
    font-weight: bold;
}


.fondovideo{
    position: relative;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.video-fondo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.overlay-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.contenido-video{
    position: relative;
    z-index: 3;
    color: white;
}

.contenido-video .titulo-video{
    text-align: center;
    font-size: 45px;
    line-height: 52px;
    font-weight: 800;
    text-shadow: 0px 0px 10px black;
    margin-bottom: 20px;
}

.contenido-video p{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 35px;
}

.btn-video{
    display: inline-block;
    background: #f7931e;
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 18px;
    transition: 0.3s ease;
}

.btn-video:hover{
    background: #e27f0d;
    color: white;
    font-weight: bold;
}

@media (max-width: 991px){
    .fondovideo{
        min-height: 500px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contenido-video h1{
        font-size: 48px;
    }

    .contenido-video p{
        font-size: 18px;
    }
}

@media (max-width: 575px){
    .contenido-video h1{
        font-size: 38px;
    }

    .contenido-video p{
        font-size: 16px;
    }

    .btn-video{
        font-size: 16px;
        padding: 12px 22px;
    }
}


.dos{
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}


.uno{
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.uno .imagen img{
    height: 300px;

    object-fit: cover;
}
.uno .seccion{
    min-height: 300px;
}

.seccion{
    background: #1c42a3e1;
    background: linear-gradient(135deg, #0d1f52 0%, #163b8f 55%, #e15618 100%);
    color: white;
    font-size: 20px;
    padding: 30px 22px;
}
.seccion strong{
    width: 100%;
    font-size: 23px;
    text-shadow: 2px 2px 2px black;
    display:inline-block;
    margin-bottom: 20px;
}

.imagen img{
    width: 100%;
}



.ventajas{
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.subtitulo{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 60px;
}

.v{
    text-align: center;
    font-size: 22px;
}
.v span{
    width: 100%;
    font-size: 53px;
    display: inline-block;
}



@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .ayuda{
        display: none;
    }
    .fijo{
        position: relative;
    }
}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    nav{
        margin: 22px 0 0 !important;
    }
    .menuR{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .logotipo{
        text-align: center;
    }
    .menuR, .menu{
        font-size: 20px;
        padding: 12px 0;
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 0px; /* alto del header fijo */
    }

    .uno .imagen img{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:576px){
    
}





.footer{
    background: linear-gradient(135deg, #0d1f52 0%, #163b8f 55%, #e15618 100%);
    color: white;
    padding-top: 60px;
    padding-bottom: 0;
}
.footer a{
    text-decoration: none;
}

.footer-logo{
    font-family: "Archivo Black", sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.footer-sublogo{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0.95;
}

.footer-texto{
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.95;
    max-width: 95%;
}

.footer-titulo{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
}

.footer-titulo::after{
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: #f7931e;
    margin-top: 10px;
    border-radius: 10px;
}

.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li{
    margin-bottom: 12px;
}

.footer-menu li a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease;
    opacity: 0.95;
}

.footer-menu li a:hover{
    color: #ffd2b8;
    padding-left: 6px;
}

.footer-contacto div{
    font-size: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contacto img{
    width: 22px;
}

.footer-btn{
    display: inline-block;
    margin-top: 10px;
    background: white;
    color: #163b8f;
    text-decoration: none;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 40px;
    transition: 0.3s ease;
}

.footer-btn:hover{
    background: #f7931e;
    color: white;
}

.footer-bottom{
    margin-top: 35px;
    padding-top: 18px;
    padding-bottom: 18px;
    background: rgba(0, 0, 0, 0.18);
    font-size: 14px;
}

@media screen and (max-width: 992px){
    .footer{
        padding-top: 45px;
    }

    .footer-logo{
        font-size: 24px;
    }

    .footer-sublogo{
        font-size: 16px;
    }
}

@media screen and (max-width: 576px){
    .footer{
        text-align: center;
    }

    .footer-texto{
        max-width: 100%;
    }

    .footer-titulo::after{
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contacto div{
        justify-content: center;
    }

    .footer-btn{
        width: 100%;
        text-align: center;
    }
}




.faqs{
    background: #f7f9fd;
    padding-top: 60px;
    padding-bottom: 60px;
}

.faqs .titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.faqs .subtitulo{
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 45px;
    color: #444;
}

.faq-item{
    margin-bottom: 18px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background: white;
}

.faq-question{
    width: 100%;
    border: 0;
    text-align: left;
    padding: 24px 28px;
    font-size: 24px;
    font-weight: 800;
    color: white;
    background: linear-gradient(135deg, #0d1f52 0%, #163b8f 55%, #e15618 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: 0.3s ease;
}

.faq-question:hover{
    filter: brightness(1.03);
}

.faq-question .faq-icon{
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

.faq-question[aria-expanded="true"] .faq-icon{
    transform: rotate(45deg);
}

.faq-answer{
    padding: 28px 30px 24px 30px;
    font-size: 19px;
    line-height: 1.8;
    color: #1e1e1e;
}

.faq-answer p{
    margin-bottom: 16px;
}

.faq-answer strong{
    color: #0d1f52;
}

.faq-answer ul{
    margin: 0 0 18px 0;
    padding-left: 0;
    list-style: none;
}

.faq-answer ul li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.faq-answer ul li::before{
    content: "•";
    position: absolute;
    left: 8px;
    top: -1px;
    color: #e15618;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.faq-destacado{
    display: inline-block;
    background: #fff3eb;
    color: #c3541d;
    border-left: 5px solid #e15618;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 8px;
}

@media screen and (max-width: 992px){
    .faqs{
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .faq-question{
        font-size: 21px;
        padding: 20px 22px;
    }

    .faq-answer{
        font-size: 17px;
        padding: 22px 22px 18px 22px;
    }
}

@media screen and (max-width: 576px){
    .faqs .titulo{
        font-size: 24px;
        line-height: 1.3;
    }

    .faqs .subtitulo{
        font-size: 17px;
        margin-bottom: 30px;
    }

    .faq-question{
        font-size: 18px;
        line-height: 1.4;
        padding: 18px 18px;
    }

    .faq-question .faq-icon{
        min-width: 32px;
        height: 32px;
        font-size: 24px;
    }

    .faq-answer{
        font-size: 16px;
        line-height: 1.7;
        padding: 18px 18px 14px 18px;
    }

    .faq-answer ul li{
        padding-left: 24px;
    }
}