.header-container {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;

    .header-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-container {
        position: absolute;
        top: 20px;
        right: 20px;
        display: flex;
        flex-direction: row;
        gap: 50px;
    }

    .travel_img {
        position: absolute;
        width: 538px;
        height: auto;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        max-width: 90%;
    }

    .btn-image {
        width: auto;
        height: 11px;
        cursor: pointer;
    }

    @media (max-width: 768px) {
        .btn-container {
            left: 20px;
            top: 40px;
        }

    }

}




@media only screen and (min-width: 1025px) {
    .header-container {
        max-height: 960px;
    }
}





/* FIN HEADER */






/* Modulo Marca */

.modulo-marca{
    padding: 100px 0;
    background-color: #fff;

    
    .modulo-marca-texto h2 {
        color: #000;
        font-family: Capo;
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 70px;
        text-transform: uppercase;
    }
    
    .modulo-marca-texto p {
        color: #000;
        font-family: "Grifo S";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 150% */
        letter-spacing: -0.54px;
    }
    
    .modulo-marca-imagen {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
     .modulo-marca-imagen .imagen-fondo {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .modulo-marca-imagen .imagen-icono {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 14rem;
    }

}


@media (max-width: 768px) {
    .modulo-marca {
        padding: 0;
        .modulo-marca-texto h2 {
            font-size: 40px;
            line-height: 50px;
            margin-top: 150px;

        }

        .modulo-marca-texto p {
            font-size: 21px;
        }

        .modulo-marca-imagen {
            margin: 45px 0px;

            .imagen-icono {
                top: 7rem;
            }
        }
    }

}


/* FIN MODULO MARCA*/



.modulo-comunidad{
        padding: 100px 0;
        background-color: #fff;

        .row {
            display: flex;
            align-items: stretch; 
        }
        
        .modulo-comunidad-texto,
        .modulo-comunidad-imagen,
        .modulo-comunidad-lista {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }
        
    
    .modulo-comunidad-texto {
        text-align: left;
        height: 100%;
    }
    
    .modulo-comunidad-texto h2 {
        color: #000;
        font-family: Capo;
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 70px; /* 116.667% */
        letter-spacing: -1.62px;
        text-transform: uppercase;
        margin-bottom: 36px;
    }
    
    .modulo-comunidad-texto .imagen-simple {
        width: 100%;
        height: auto;
    }
    
    .modulo-comunidad-imagen {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .modulo-comunidad-imagen .imagen-fondo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .modulo-comunidad-imagen .imagen-icono {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 10rem;
    }
    
    .modulo-comunidad-lista {
        text-align: left;
    }
    
    .modulo-comunidad-lista ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .modulo-comunidad-lista ul li {
        color: #000;
        font-family: "Grifo S";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }
    
    .modulo-comunidad-lista h3 {
        color: #2D2E35;
        font-family: "Sharp Grotesk";
        font-size: 33px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 125% */
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 22px 0px;
    }
    
    .modulo-comunidad-lista p {
        color: #000;
        font-family: "Grifo S";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 1.26px;
        margin: 0;
    }

    .modulo-comunidad-lista ul {
        list-style: disc;
        padding-left: 20px;
    }
    
    
}



@media (max-width: 768px) {
    .modulo-comunidad {
        padding: 50px 0;
        .modulo-comunidad-texto h2 {
            font-size: 40px;
            line-height: 50px; 
        }

        .modulo-comunidad-lista ul {
            margin: 45px 0;
        }

        .modulo-comunidad-lista h3 {
            width: 60%;
        }

        .modulo-comunidad-lista p {
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 1.26px;
        }

    }

}






/* MODULO LECTOR */

.modulo-lector {

    padding: 100px 0;
    background-color: #fff;

        .contenedor-datos{
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 70%;
            justify-content: space-evenly;
        }


        .modulo-lector-texto {
            text-align: center;
        }

        .modulo-lector-texto h2 {
            font-family: "Sharp Grotesk", sans-serif;
            font-weight: 700;
            font-size: 118px;
            line-height: 118px;
            text-transform: uppercase;
        }

        .modulo-lector-texto p {
            font-family: "Grifo S", sans-serif;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
        }

        .modulo-lector-imagen {
            background-image: url("../img/index/lector.svg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 67px 62px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 47px;
        }

        .modulo-lector-datos {
            width: 80%;
            background: rgba(255, 255, 255, 0.9);
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .modulo-lector-datos h3 {
            font-family: "Grifo S", sans-serif;
            font-size: 27px;
            font-weight: 500;
            text-align: center;
        }

        .abctitulo{
            margin-top: 20px;
            margin-bottom: 11px;

            h3{
                color: #000;
                text-align: center;
                font-family: "Grifo S";
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: 22px;
            }
        }

        /* Datos en columnas */
        .porcentaje {
            font-family: "Grifo S", sans-serif;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
        }

        .porcentaje h3 {
            font-family: "Sharp Grotesk", sans-serif;
            font-size: 88px;
            font-weight: 700;
            line-height: 75px;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

        .border-titulos{
            border-right: 1px solid #000;
        }

        .abc-borde{
            border-left: solid 1px #000;
            border-right: solid 1px #000;
        }

        .porcentaje2{
            color: #000;
            text-align: center;
            font-family: "Grifo S";
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 183.333% */
        }

        .porcentaje2 h4 {
            font-family: "Sharp Grotesk", sans-serif;
            font-size: 54px;
            font-weight: 700;
            line-height: 50px;
            text-transform: uppercase;
            margin: 0;
        }



}




@media (max-width: 768px) {
    .modulo-lector {
        padding: 50px 0;

        .contenedor-datos {
            width: 100%;
        }

        .margenes-lector{
            padding: 0;
        }

        .modulo-lector-texto h2 {
            margin-bottom: 45px;
        }

        .modulo-lector-imagen {
            padding: 50px 50px;
        }


        .porcentaje h3 {
            font-size: 78px;
        }

        .modulo-lector-datos {
            width: 100%;
            padding: 10px;
        }

        .abctitulo {
            margin-top: 24px;
            margin-bottom: 11px;
        }

        .porcentaje h3 {
            line-height: 50px;
            margin-bottom: 0;
        }

        .porcentaje2 h4 {
            line-height: 40px;
            margin: 0;
        }

    }
}


/* MODULO PLATAFORMAS */

.modulo-plataformas {
    padding: 100px 0;
    background-color: #fff;

    .margenes-plataformas{
        display: flex;
        flex-direction: row;
        position: relative;
    }

    .posicion-plataforma{
        position: relative;
    }

    .modulo-plataformas-texto h2 {
        font-family: Capo;
        font-weight: 400;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -2.7%;
        text-transform: uppercase;

    }

    .modulo-plataformas-texto p {
        font-family: Grifo S;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -2.7%;
        margin: 50px 0;
        width: 92%;

    }

    /* Estilos para las plataformas */
    .modulo-plataformas-texto .row {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .plataforma h3{
        font-family: Sharp Grotesk;
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        letter-spacing: 0%;
        text-transform: uppercase;

    }

    .modulo-plataformas-imagen {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .modulo-plataformas-imagen img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 50px;
        top:50px;
    }



}

@media (max-width: 768px) {
    .modulo-plataformas {
        .modulo-plataformas-texto h2 {
            font-size: 38px;
            line-height: 47px;
        }

        .modulo-plataformas-texto p {
            margin: 0;
            width: 100%;
            text-align: center;
            font-size: 19px;
            line-height: 30px;
        }

        .modulo-plataformas-texto .row {
            margin-top: 20px;
            margin-left: 20px;
        }

        .plataforma h3 {
            font-size: 45px;
            text-align: left !important;
        }

        .modulo-plataformas-imagen img {
            width: 100%;
            height: auto;
            position: unset;
            margin: 45px 0;

        }

    }
}





/* Modulo Menu */


.modulo-menu {
    background-color: #CED3D7;
    padding: 100px 0;

    .alineacion-menu{
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    .menu-texto {
        max-width: 300px;
        text-align: left;

        p {

            font-family: 'Sharp Grotesk';
            font-weight: 700;
            font-size: 120px;
            line-height: 100%;
            letter-spacing: 2%;
            vertical-align: middle;


        }

        a{
            color: #2D2E35;
            text-decoration: none;
            &:hover{
                color: #63A0C6;
            }
        }
    }

    .menu-tarifa h4{
        color: #000;
        font-family: "Sharp Grotesk";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {
    .modulo-menu {
        padding: 50px 0;
    }
}









/* Footer */

.modulo-footer{
    padding: 100px 0;
}

.footer-texto p{
    color: #000;
    font-family: "Grifo S";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
}

.contenedor-redes{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.iconos-redes{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

@media (max-width: 768px) {

    .columna-foot{
        text-align: center;
    }

    .contenedor-redes {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
    }

    .modulo-footer{
        padding: 50px 0;
    }

    .iconos-redes{
        display: flex;
        gap: 35px;
        margin: 40px 0;

        img{
            height: 35px;
        }
    }

}