@font-face {
    font-family: 'Gotham';
    src: url(/fonts/Gotham-Light.otf) format('truetype');
}
@font-face {
    font-family: 'Gotham-medium';
    src: url(/fonts/Gotham-Black.otf) format('truetype');
}

@font-face {
    font-family: 'Gotham-bold';
    src: url(/fonts/Gotham-Bold.otf) format('truetype');
}
:root{
    --header-height: 3.5rem;
    --white-color: hsl(0, 0%, 100%);
    --black-color: hsl(0, 0%, 0%);
    --body-font: "Gotham-Black";
    --biggest-font-size: 4rem;
    --bog-font-size: 1.5rem;
    --h3-font-size: 1rem;
    --normal-font-size: .928rem;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 1200;
    --z-tooltip: 10;
    --z-fixed: 10;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Gotham', Arial, Helvetica, sans-serif;
    font-size: var(--normal-font-size);
    background-color: var(--black-color);
    color: var(--white-color);
    max-width: 1920px;
}
.hero {
    width: 100%;
    min-height: 100vh;
    background-image: url(/img/72ppi/BG.png);
    background-position: center;
    background-size: cover;
    padding: 10px 10%;
    overflow: hidden;
    position: relative;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    z-index: 1000; /* Para asegurarte de que el nav esté por encima de otros elementos */
}

.logo {
    width: 260px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 40px;
    color: #fff;
    background-image: linear-gradient(45deg, #0088f7, #1a31c7);
    font-size: 24px;
    border-radius: 30px;
    border-top-right-radius: 0;
    transition: 0.5s;
}
.btn:hover{
    border-top-right-radius: 30px;
}
.feature-img{
    width: 670px;
    position: absolute;
    bottom: 43%;
    margin-right: 50%;
}
.feature-img2{
    width: 750px;
    position: absolute;
    bottom: 8%;
    margin-right: 50%;
}
.anim{
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.8s linear forwards;
}
@keyframes moveup{
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

/* AQUI EMPIEZA EL ESTILO DE LA SEGUNDA PARTE */

img{
    display: block;
    max-width: 100%;
    height: auto;
}
.container{
    max-width: 1120px;
    margin-inline: 1.5rem;
}
.home-swiper{
    position: relative;
    z-index: var(--z-tooltip);
}
.home-article{
    position: relative;
    padding-top: 13rem;
    width: 100%;
    height: 100vh;
}
.home-img,
.home-shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-img{
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.home-shadow{
    background-color: hsla(0, 0%, 0%, .05);
    z-index: -1;
}
.home-data{
    text-align: center;
}
.home-subtitle{
    font-size: var(--h3-font-size);
    margin-bottom: .5rem;
}
.home-title1{
    font-size: var(--biggest-font-size);    margin-bottom: 1.5rem;
    font-weight: 500;
    background-color: #37A7DF;
    margin-left: -25px;
    max-width: 70%;
    padding: 5px;
}
.home-title1 span{
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    
}
.home-title2{
    font-size: var(--biggest-font-size);
    margin-bottom: 1.5rem;
    font-weight: 500;
    background-color: #37A7DF;
    margin-left: -40px;
    max-width: 73%;
    padding: 5px;
}
.home-title3{
    font-size: var(--biggest-font-size);
    margin-bottom: 1.5rem;
    font-weight: 500;
    background-color: #37A7DF;
    margin-left: -40px;
    max-width: 60%;
    padding: 5px;
}
.home-title4{
    font-size: var(--biggest-font-size);
    margin-bottom: 1.5rem;
    font-weight: 500;
    background-color: #37A7DF;
    margin-left: -80px;
    max-width: 80%;
    padding: 5px;
}
.home-button{
    color: var(--white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: .5rem;
    font-weight: var(--font-semi-bold);
}

.swiper{
    height: 100vh;
}

.swiper-pagination{
    width: initial;
    height: max-content;
    top: 6rem;
    left: initial;
    font-size: var(--biggest-font-size);
    font-weight: ver(--font-semi-bold);
    display: flex;
    align-items: center;
}

.swiper-pagination-total{
    font-size: var(--normal-font-size);
}

.swiper-pagination-prev::after,
.swiper-pagination-next::after{
    content: '';
}

.swiper-button-prev,
.swiper-button-next{
    font-size: 2rem;
    color: var(--white-color);
    width: initial;
    height: initial;
    position: initial;
    outline: none;
}


/* AQUI LA TERCERA SECCION */
.home2{
    min-height: 100%;
    height: 76vh;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items: center;
    grid-gap: 4em;
    background-image: url(/img/72ppi/BG.png);

}

.home-content{
    max-width: 100%;
    margin-left: 15%;
}
.home-content h1{
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    
    font-size: 65px;
    color: #5c5c5c;
}
.change-text{
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    
    font-size: 2.5rem;
    font-weight: 600;
}
.home-content p{
    font-family: 'Gotham-medium', Arial, Helvetica, sans-serif;    
    max-width: 80%;
    margin-top: 5%;
    font-size: 2rem;
    text-align: justify;
    color: #35a8e0;
}
.home-content img{
    height: 220px;
    transform: rotate(-20deg);
    margin-top: 0;
    margin-left: 68%;
}
.change-text h3{
    display: inline-flex;
    margin: 0;
    vertical-align: top;
    color: #5C5C5C  ;
    font-size: 65px;

}
.change-text h3 .word{
    position: absolute;
    display: flex;
    opacity: 0;
}
.change-text h3 .word .letter{
    transform-origin: center center 25px;
}
.change-text h3 .word .letter.out{
    transform: rotateX(90deg);
    transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.change-text h3 .word .letter.in{
    transform: 0.38s ease;
}
.change-text h3 .word .letter.behind{
    transform: rotateX(-90deg);
}



/* aqui empezamos con la seccion de donde vamos a poner los videos */
.image-pol{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white
}
.image-container {
    width: 100%;
    max-width: 60%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-container video{
    border-radius: 20px;
}



/* AQUI AGREGAMOS LA INFORMACION FINAL */
.final-section {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}
.main-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: center;
    justify-content: center;
    /* margin-left: 2%; */
    padding-bottom: 5%;
    padding-top: 5%;
}
.container-call {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    height: 60vh;
    padding-top: 80px;
    background-color: #55aab6;
    border-bottom: 1px solid #ccc;
    text-align: right; /* Alinea el contenido a la izquierda */
    background-image: url(/img/72ppi/BG.png);
    padding-bottom: 330px;
}
.header-call {
    background-color: #0088f7;
    margin-top: 20px;
    max-width: 800px;
    padding: 15px;
}

.header h1 {
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    
    margin: 0;
    color: white;
    font-size: 4rem;
}

.header p {
    font-family: 'Gotham-medium', Arial, Helvetica, sans-serif;    
    max-width: 80%;
    margin: 40px 0 0;
    color: #666;
    font-size: 30px;
    margin-left: 10%;
    text-align: justify;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}
.header strong{
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    

}

.content {
    padding: 20px;
    background-color: #f7f7f7;
    text-align: center;
}

.image-section {
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
}

.image-section img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 10px;
}

/* Slides container */
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Individual slide */
.slide {
    min-width: 100%;
    transition: opacity 1s;
}

.slide img {
    width: 100%;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slider {
        max-width: 100%;
    }
}

/* AQUI LA SECCION DEL ACORDEON  */
.content-left{
    margin-top: 10%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

}
.container-accordion{
    margin: 0 40px;
    width: 110%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cuestionario{
    width: 90%;
}
.container-accordion h1{
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    
    color: #333;
    font-size: 35px;
}
.container-accordion .tab{
    position: relative;
    background-color: white;
    padding: 0 20px 20px;
    box-sizing: 0 15px 25px rgba(0,0,0,0.5);
    border-radius: 5px;
    overflow: hidden;
}
.container-accordion .tab input{
    appearance: none;
}
.container-accordion .tab label{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.container-accordion .tab label::after{
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 2em;
    color: rgba(0,0,0,0.1);
    transition: transform 1s;
}
.container-accordion .tab:hover label::after{
    color: #333;
}
.container-accordion .tab input:checked ~ label::after{
    transform: rotate(135deg);
}
.container-accordion .tab label h2{
    width: 40px;
    height: 40px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.25em;
    border-radius: 5px;
    margin-right: 10px;
}
.container-accordion .tab label h3{
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    
    position: relative;
    font-weight: 500;
    color: #0088f7;
    font-size: 1.5em;
    z-index: 10;
    margin-left: 10px;
}
.container-accordion .tab .content-info{
    max-height: 0;
    transition: 1s;
    overflow: hidden;
}
.container-accordion .tab input:checked ~ .content-info{
    max-height: 100vh;
}
.container-accordion .tab .content-info p{
    position: relative;
    padding: 10px 0;
    color: #333;
    z-index: 10;
}
.tab img{
    height: 20px;
    border-radius: 10%;
}
.content-info p{
    font-size: 18px;
    text-align: justify;
}
.content-rigth{
    width: 100%;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* max-width: 100%; */
    /* margin-right: -30%; */

}

.content-rigth h1{
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    
    max-width: 75%;
    color: #333;
    font-size: 60px;
    text-align: center;
    margin-bottom: 2%;
}
.content-rigth h3{
    font-family: 'Gotham';    
    font-weight: 1500;
    max-width: 100%;
    color: #333;
    font-size: 30px;
    text-align: justify;
    padding: 5%;
}

.container-accordion h3, p{
    color: black;
}

/* Media Queries para hacer responsivo */
@media (max-width: 1280px) {
    /* .container {
        padding: 0 5%;
    } */
    .logo{
        width: 180px;
    }
    .feature-img{
        width: 450px;
    }
    .feature-img2{
        width: 750px;
        
    }

    .home-title1,
    .home-title2,
    .home-title3,
    .home-title4 {
        font-size: 3rem;
    }
    .home-title3{
        margin-left: -25px;
    }

    .home-content h1 {
        font-size: 60px;
        margin-top: 50px;
    }
    .home-content img{
        margin-top: -40px;
    }

    .home-content p {
        font-size: 2rem;
    }

    .image-container{
        max-width: 90%;
    }
    .content-left{
        margin-left: 0;
    }
    .cuestionario{
        width: 90%;
    }
    .content-rigth{
        margin-top: -100px;
    }
    .content-rigth h3{
        max-width: 85%;
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    nav {
        padding: 15px 5%;
    }

    .logo {
        width: 200px;
    }

    .btn {
        padding: 12px 30px;
        font-size: 20px;
    }

    .feature-img {
        width: 400px;
    }
    .feature-img2{
        width: 650px;
        
    }

    .hero {
        padding: 10px 5%;
        min-height: 80vh;
        height: 100vh;
    }

    .home-content {
        margin-left: 13%;
    }
    .home-article{
        padding-top: 3rem;
    }

    .home-title1,
    .home-title2,
    .home-title3,
    .home-title4 {
        font-size: 2rem;
        margin-left: 0;
        max-width: 100%;
    }

    .home-content h1 {
        font-size: 40px;
    }
    .home2{
        min-height: 50vh;
        padding: 3rem;
    }
    .image-pol{
        height: 90vh;
    }
    .image-container{
        max-width: 95%;
    }

    .home-content p {
        font-size: 1.5rem;
    }

    .container-accordion {
        margin: 0 20px;
        width: 100%;
        padding: 30px;
    }
    .content-info p{
        font-size: 14px;
    }

    .container-accordion .tab label h3 {
        font-size: 1.2em;
    }

    .content-rigth h1 {
        font-size: 40px;
        text-align: center;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .change-text h3{
        font-size: 3rem;
    }
    .home-content img{
        height: 150px;
        margin-left: 60%;
    }
    .header{
        text-align: center;
        height: 60vh;
    }
    .header h1{
        font-size: 3rem;
    }
    .header p{
        font-size: 1.5rem;
        line-height: 40px;
    }
    .image-section{
        height: 90%;
    }
    .main-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .content-left{
        margin-top: 0;
        margin-left: 0;
    }
    .content-rigth{
        min-height: 60vh;
        padding: 100px;
    }
    .cuestionario{
        width: 100%;
    }
    .content-rigth h3{
        max-width: 95%;
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    nav {
        padding: 15px 5%;
    }

    .logo {
        width: 200px;
    }

    .btn {
        padding: 12px 30px;
        font-size: 20px;
    }

    .feature-img {
        width: 400px;
        bottom: 55%;
    }
    .feature-img2{
        width: 750px;
        bottom: 28%;
        
    }

    .hero {
        padding: 10px 5%;
        min-height: 80vh;
        height: 130vh;
    }

    .home-content {
        margin-left: 13%;
    }
    .home-article{
        padding-top: 3rem;
    }

    .home-title1,
    .home-title2,
    .home-title3,
    .home-title4 {
        font-size: 2rem;
        margin-left: 0;
        max-width: 100%;
    }

    .home-content h1 {
        font-size: 40px;
    }
    .home2{
        min-height: 50vh;
        padding: 3rem;
    }
    .image-pol{
        height: 120vh;
    }
    .image-container{
        max-width: 95%;
    }

    .home-content p { 
        font-size: 1.5rem; 
    }

    .container-accordion {
        margin: 0 20px;
        width: 100%;
        padding: 30px;
    }
    .content-info p{
        font-size: 14px;
    }

    .container-accordion .tab label h3 {
        font-size: 1.2em;
    }

    .content-rigth h1 {
        font-size: 40px;
        text-align: center;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .change-text h3{
        font-size: 3rem;
    }
    .home-content img{
        height: 150px;
        margin-left: 60%;
    }
    .header{
        text-align: center;
        height: 80%;
        padding-bottom: 5%;
    }
    .header h1{
        font-size: 3rem;
    }
    .header p{
        font-size: 1.5rem;
        line-height: 40px;
    }
    .image-section{
        height: 90%;
    }
    .main-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .content-left{
        margin-top: 0;
        margin-left: 0;
    }
    .content-rigth{
        min-height: 60vh;
        padding: 100px;
    }
    .cuestionario{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 10px 5%;
        min-height: 80vh;
        height: 80vh;

    }

    .feature-img2{
        width: 535px;
        bottom: 18%;
    }
    .home-content {
        margin-left: 13%;
    }

    .home-title1,
    .home-title2,
    .home-title3,
    .home-title4 {
        font-size: 2rem;
        margin-left: 0;
        max-width: 100%;
    }

    .home-content h1 {
        font-size: 40px;
    }
    .home2{
        min-height: 60vh;
    }
    .image-pol{
        height: 70vh;
    }
    .image-pol .image-container{
        max-width: 95%;
    }

    .home-content p {
        font-size: 1.5rem;
    }

    .container-accordion {
        margin: 0 20px;
        width: 100%;
    }

    .container-accordion .tab label h3 {
        font-size: 1.2em;
    }

    .content-rigth h1 {
        font-size: 40px;
        text-align: center;
    }
    .change-text h3{
        font-size: 3rem;
    }
    .home-content img{
        height: 150px;
        margin-left: 60%;
    }
    .header{
        text-align: center;
        height: 50vh;
    }
    .header h1{
        font-size: 3rem;
    }
    .header p{
        font-size: 25px;
    }
    .image-section{
        height: 90%;
    }
    .main-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .content-left{
        margin-left: 0;
    }
    .content-rigth{
        min-height: 60vh;
    }
    .content-rigth h3{
        max-width: 90%;
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 10px 2%;
        min-height: 80vh;
        height: 80vh;
    }

    nav {
        padding: 10px 2%;
    }

    .logo {
        width: 150px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 18px;
    }

    .feature-img {
        width: 350px;
        bottom: 35%;
    }

    .feature-img2{
        width: 360px;
        bottom: 10%;
        
    }

    .home-title1,
    .home-title2,
    .home-title3,
    .home-title4 {
        font-size: 1.5rem;
        margin-left: -10%;
    }

    .home-content h1 {
        font-size: 30px;
    }

    .home-content p {
        font-size: 1.2rem;
    }
    .home-content img{
        height: 100px;
        margin-left: 55%;
        margin-top: 2%;
    }
    .container-call .header{
        text-align: left;
    }

    .header{
        height: 65vh;
    }
    .header h1 {
        font-size: 2rem;
    }

    .header p {
        font-size: 1.2rem;
        line-height: 35px;
    }

    .container-accordion .tab label h3 {
        font-size: 1rem;
    }
    .container-accordion{
        padding: 5px;
    }

    .content-rigth h1 {
        font-size: 40px;
        max-width: 90%;
    }
    .change-text h3{
        font-size: 1.6rem;
    }
    .image-pol{
        height: 60vh;
    }
    .image-container{
        max-width: 90%;
    }
    .image-section{
        height: 100%;
    }
    .main-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .content-left{
        margin-left: auto;
        padding: 25px;
    }
    .content-rigth{
        min-height: 80vh;
        margin-top: 50px;
        padding: 30px;
    }
    .content-info p{
        font-size: 14px;
    }
    .cuestionario{
        width: 100%;
    }
    .home2{
        padding: 0;
    }
    .content-rigth h3{
        max-width: 95%;
        font-size: 16px;
        line-height: 20px;
    }
    
}




footer {
    font-family: 'Gotham', Arial, Helvetica, sans-serif;    
    background-color: #006cc5;
    color: #fff;
    padding: 20px 10%;
    text-align: center;
    font-weight: 1200;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links {
    font-family: 'Gotham-medium', Arial, Helvetica, sans-serif;    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    padding: 10px;
}

.footer-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 1.2rem;
    
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-copyright p {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .footer-container {
        padding: 10px;
    }

    .footer-links {
        flex-direction: column;
    }

    .footer-links a {
        margin: 5px 0;
    }

    .footer-copyright {
        font-size: 0.75rem;
    }
}



/* SECTION NEW */

.main-sectionfe {
    font-family: 'Gotham', Arial, Helvetica, sans-serif;  
    background-color: #757575; /* Fondo gris oscuro */
    color: #fff; /* Texto blanco */
    padding: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center; /* Centra el contenedor horizontalmente */
}
.containerfe{
    max-width: 800px; /* Ancho máximo de 800px */
    width: 100%; /* Asegura que el contenedor use todo el ancho disponible hasta el máximo */
}

.text-containerfe {
    margin-bottom: 20px;
}

.text-containerfe p {
    font-size: 1.5em;
    text-align: right;
}

.image-text-containerfe {
    display: flex;
    align-items: center;
}

.image-containerfe {
    padding: 20px;
    flex: 1;
    display: flex;
    justify-content: center;
}

.image-containerfe img {
    width: 150px; /* Ajusta el tamaño según sea necesario */
    height: 150px; /* Ajusta el tamaño según sea necesario */
    border-radius: 50%; /* Hace la imagen circular */
}

.side-text {
    flex: 3; /* Ocupa el doble del espacio que la imagen */
    padding-left: 20px;
    font-size: 18px;
}

.side-text p {
    margin: 0;
}

@media (max-width: 600px) {
    .main-sectionfe{
        padding: 45px;
    }
    .text-containerfe p {
        text-align: justify;
        line-height: 30px;
    }
    .image-text-containerfe {
        flex-direction: column;
        align-items: flex-start;
    }

    .side-text {
        padding-left: 0;
        padding-top: 10px;
    }
}



.firmaspersonas{
    background-color: #f0f0f0;
}

.firmaspersonas h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;    
}

.nombres-lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nombres-lista li {
    padding: 1px;
    border-radius: 1px;
    text-align: center;
    color: black;
}

/* Estilos para tablets */
@media (max-width: 768px) {
    .nombres-lista {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Estilos para móviles */
@media (max-width: 480px) {
    .nombres-lista {
        grid-template-columns: 1fr;
    }
}