.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;
    }

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

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

}

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


/* Modulo Lujo */
.modulo-curando{
    padding: 100px 0;
    text-align: center;

    .titulo-curando {
        z-index: 2;
        display: flex;
        align-items: center;
        flex-direction: column;

        h1 {
            font-size: clamp(2.8125rem, 2.0833rem + 3.8889vw, 5rem);
            margin-bottom: 20px;
            color: #2D2E35;
            text-align: left;
            font-weight: 700;
            
        }
    }

    .curando-img{
        margin-top: -70px;
        img {
            max-height: 780px;
            width: 100%;
            object-fit: cover;
        }
    }

    .subtitulo-desde{
        font-family: 'Aptos';
        font-size: 37px;
        font-weight: 300;
        color: #E9E9EC;
        line-height: 63.48px;
        display: flex;
        justify-content: flex-end;
    }

    .contenedor-texto{
        display: flex;
        align-items: center;
        flex-direction: column;

        .texto-curando{
            max-width: 80%;
            text-align: left;

            span{
                font-family: 'Aptos';
                font-weight: 400;
                font-size: 15px;
                line-height: 20px;
            }

        }
    }

}

@media only screen and (min-width: 1025px) {
    .modulo-curando{
        .titulo-curando {
            h1 {
                font-size: 79px;
            }
        }

        .subtitulo-desde{
            font-size: 52px;
        }

        .contenedor-texto{
            .texto-curando{
                span {
                    font-size: 20px;
                    line-height: 30px;
                }
            }
        }
    }

}


/* Modulo Vanguardia */
.contenedor-lujo{
    width: unset;
}
.modulo-vanguardia {

    .titulo-vanguardia{
        font-family: 'Aptos';
        font-weight: 700;
        font-size: clamp(2.8125rem, 2.0833rem + 3.8889vw, 5rem);
    }

    .contenedor-persona{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0;
        padding: 0;

        .imgvanguardia-persona {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
    }

    .contenedor-lobby{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;

        .imgvanguardia-lobby{
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    }

    .lobby-texto{
        font-family: 'Aptos';
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        max-width: 260px;
    }

    .contenedor-reloj {
        
        .reloj-titulo{
            font-family: 'PF Encore Sans Pro';
            font-weight: 600;
            font-size: 13px;
            line-height: 20px;
            text-transform: uppercase;
        }

        .reloj-texto{ 
            font-family: 'PF Encore Sans Pro';
            font-weight: 400;
            font-size: 12px;
        }

        .contenedor-reloj{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }


    }
}

@media only screen and (min-width: 1025px) {
    .contenedor-lujo{
        max-width: 870px;
        
    }
    .titulo-vanguardia{
        font-size: 80px;
    }

    .contenedor-lobby{

        .imgvanguardia-lobby{
            height: 100%;
            max-height: unset;
            margin-bottom: 15px;
        }

    }

    .contenedor-reloj {

        .contenedor-alineacion{
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between;
        }
        
        .img-reloj{
            margin-top: -55px;
        }
    }

}

/* Modulo Menu */


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


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

        p {
            font-family: 'Aptos';
            font-weight: 700;
            font-size: clamp(3.4375rem, 2.8958rem + 2.8889vw, 5.0625rem);
            line-height: 98.88px;

        }

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

@media only screen and (min-width: 1025px) {
}



/* Footer */

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

.footer-img{
    width: 25%;
    max-width: 50%;
}

.footer-texto p{
    font-family: Aptos;
    font-weight: 600;
    font-size: 13px;
    line-height: 15.87px;
    margin-top: 30px;
}

.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;
        }
    }

}
