* {
    margin: 0;
    padding: 0;
}

button {
    all: unset;
    cursor: pointer;
}

body, html {
    width: 100vw;
    overflow-x: hidden;
}

a {
    all: unset;
    cursor: pointer;
}

ul {
    list-style: none; /* Esto quita los puntos */
}

@font-face {
    font-family: 'neulis';
    src: url('neulis-sans.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'neulis_black';
    src: url('Neulis_Neue_Black.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Light";
    src: url(Poppins-Light.ttf) format(truetype);
}

body {
    font-family: 'neulis';
    font-weight: 500;
}

@media (min-aspect-ratio: 16/16) {
    .contenedor_whatsapp {
        position: fixed;
        bottom: 1.5vw;
        left: 1.5vw;
        border-radius: 2vw;
        overflow: hidden;
        width: 5vw;
        height: 5vw;
        box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
        transition: 0.75s;
        z-index: 500;
        font-weight: 200;
    }
        
    .barra_verde_whatsapp {
        background-color: #17b932;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 5vw;
        transition: 0.75s;
    }

    .whatsapp_logo {
        width: 5vw;
        height: 5vw;
        transition: 0.75s;
    }

    .hola_en_que_puedo_ayudarte {
        font-size: 1vw;
        font-family: "Poppins-Light";
        background-color: white;
        border-radius: 10vw;
        box-shadow: 0 0.25vw 5vw rgba(0, 0, 0, 0.3);
        padding: 2vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
        width: 20.25vw;
    }

    .contenedor_whatsapp:hover {
        width: 27.5vw;
        height: 17.5vw;
    }

    .contenedor_whatsapp:hover .barra_verde_whatsapp {
        width: 27.5vw;
        height: 4vw;
    }

    .contenedor_whatsapp:hover .whatsapp_logo {
        width: 4vw;
        height: 4vw;
    }

    .parte_blanca_whatsapp {
        background-color: #ECEBF0;
        width: 100%;
        height: 100%;
        padding: 1.5vw;
    }

    .padre_abrir_chat {
        pointer-events: none;
    }

    .abrir_chat {
        font-size: 1vw;
        font-family: "Poppins-Light";
        background-color: #17b932;
        padding: 1vw;
        padding-left: 1.5vw;
        color: white;
        margin-top: 1.6vw;
        border-radius: 10vw;
        transition: 0.75s;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
        width: 5.5vw;
        pointer-events: all;
    }

    .abrir_chat::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4452f5;
        z-index: -1;
        transition: top 0.3s ease;
        border-radius: 1vw;
    }

    .abrir_chat:hover::after {
        top: 0;
    }

    .abrir_chat:hover {
        color: white;
    }

    header {
        height: 49vw;
        border-bottom: 1px solid black;
    }

    nav {
        width: 100vw;
    }

    .margenes_nav {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 1.5vw;
        padding-bottom: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mi_nombre {
        font-size: 2.5vw;
        line-height: 2.5vw;
        font-family: 'neulis_black';
    }

    h1 {
        font-size: 5vw;
        line-height: 5.5vw;
        margin-left: 5vw;
        font-family: 'neulis_black';
        margin-top: 5vw;
        width: 60vw;
    }

    .boton_nav {
        font-size: 1.2vw;
        line-height: 1.2vw;
    }

    .boton_underline:hover {
        text-decoration: underline;
    }

    .boton_contacto {
        background-color: black;
        border-radius: 3vw;
        padding: 1vw 2vw;
        color: white;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 0 0 1px black;
        transition: 0.5s;
    }

    .boton_rellenar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: white;
    z-index: -1;
    transition: width 0.4s ease;
    }

    .boton_rellenar:hover::before {
    width: 100%;
    }

    .boton_rellenar:hover {
    color: black;
    box-shadow: 0 0 0 1px black;
    }

    .parrafo_landing {
        font-size: 1.5vw;
        line-height: 2vw;
        margin-left: 5vw;
        width: 60vw;
        margin-top: 2vw;
    }

    .azul {
        color: #4452f5;
    }

    .the_motion_house_padre {
        padding-top: 3vw;
        padding-bottom: 2.5vw;
        border-bottom: 1px solid black;
    }

    .the_motion_house {
        font-weight: 100;
        font-size: 14.1vw;
        line-height: 13.5vw;
        padding-left: 3.5vw;
        color: white;
        text-shadow: 
        -1px -1px 0 black,  
        1px -1px 0 black,  
        -1px 1px 0 black,  
        1px 1px 0 black;
        width: 100vw;
        font-family: 'neulis_black';
        height: 13vw;
    }

    .the_motion_house::before {
        content: "Casa Luxeras";
        position: absolute;
        width: 0%;
        height: 13.5vw;
        overflow: hidden;
        color: black;
        border-right: 0.1vw solid black;
        animation: revealText 8s ease-in-out infinite;
        white-space: nowrap;
        pointer-events: none;
    }

    @keyframes revealText {
        0% {
            width: 0%;
        }
        37.5% {
            width: 93%;
        }
        50% {
            width: 93%;
        }
        92.5% {
            width: 0%;
        }
        100% {
            width: 0%;
        }
    }

    #canvas1 {
        position: absolute;
        top: 30vw;
        left: 0;
        width: 100vw;
        clip-path: inset(0 0 6vw 0);
    }

    .texto_copywr {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .titulo_copywr {
        font-size: 5vw;
        line-height: 5.5vw;
        font-family: 'neulis_black';
        margin-top: 5vw;
        text-align: center;
    }

    .parrafo_copywr {
        font-size: 1.5vw;
        line-height: 2vw;
        margin-top: 2vw;
        text-align: center;
    }

    .contenedor_maquina_copywr {
        border-radius: 3vw;
        padding: 3vw;
        border: 1px solid black;
        background-color: white;
        position: relative;
        z-index: 2;
        text-align: center;
        width: 28.5vw;
        margin-left: 28.25vw;
        margin-bottom: 4vw;
        margin-top: 4vw;
    }

    .titulo_claves {
        font-size: 5vw;
        line-height: 5.5vw;
        font-family: 'neulis_black';
    }

    .parrafo_frase_tonta {
        font-size: 1.5vw;
        line-height: 2vw;
        margin-top: 2vw;
    }

    .siguiente {
        background-color: black;
        border-radius: 3vw;
        padding: 1vw 2vw;
        color: white;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 0 0 1px black;
        transition: 0.5s;
        margin-top: 3vw;
        margin-bottom: 0.2vw;
        font-size: 1.2vw;
        line-height: 1.2vw;
        font-size: 1.5vw;
        line-height: 1.5vw;
    }

    ul {
        margin-top: 2vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    li {
        font-size: 1.5vw;
        line-height: 2vw;
        text-align: center;
        margin-bottom: 2vw;
    }

    .contenedor_articles {
        display: flex;
        flex-direction: row;
        margin-top: 4vw;
        margin-left: 5vw;
        margin-right: 5vw;
        overflow: hidden;
    }

    .article_medio {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .contenedor_clave {
        border-radius: 3vw;
        border: 1px solid black;
        text-align: center;
        padding: 3vw;
        width: 20vw;
    }

    .parrafo_clave {
        font-size: 1.5vw;
        line-height: 2vw;
        margin-top: 2vw;
    }

    .contenedor_que_hacemos_por_vos {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .contenedor_aburrir {
        display: flex;
        flex-direction: row;
        margin-left: 5vw;
        margin-right: 5vw;
        margin-top: 7vw;
        margin-bottom: 1vw;
    }

    .aburrir_iz {
        width: 50vw;
        margin-right: 2.5vw;
    }

    .parrafo_aburrir {
        font-size: 1.5vw;
        line-height: 2vw;
        text-align: center;
        margin-top: 2vw;
    }

    .aburrir_de {
        width: 50vw;
        height: 40vw;
        margin-left: 2.5vw;
        overflow: hidden;
    }

    .elemento_free {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 2vw;
    }

    .logo_free {
        width: 6vw;
        height: 6vw;
        border-radius: 100%;
        overflow: hidden;
    }

    .logo_free img {
        width: 3vw;
        height: 3vw;
        background-color: #4452f5;
        padding: 1.5vw;
    }

    .elemento_free span {
        font-size: 2.5vw;
        line-height: 2.5vw;
        font-family: 'neulis_black';
        margin-left: 2vw;
    }

    .efectos1 {
        animation: 10s infinite linear efecto1;
    }

    @keyframes efecto1 {
        0%{
            transform: translateY(0%);
        }
        
        100% {
            transform: translateY(-50%);
        }
    }

    .espaciado_secciones {
        width: 100vw;
        height: 5vw;
    }

    .contenedor_fac {
        margin-top: 2.5vw;
    }

    .un_fac {
        border: 1px solid black;
        margin-left: 5vw;
        border-radius: 2.5vw;
        margin-bottom: 2vw;
        cursor: pointer;
        overflow: hidden;
        transition: 0.5s ease;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        transform-origin: left;
    }
        
    .cabecera_fac {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5vw;
    }
        
    .pregunta {
        font-size: 1.5vw;
        line-height: 2vw;
        font-weight: 200;
        margin-top: 0.25vw;
        white-space: nowrap;
    }
        
    .flecha {
        font-size: 1.75vw;
        color: black;
        transition: transform 0.5s ease;
    }
        
    .respuesta {
        color: transparent;
        font-weight: 200;
        margin-left: 1.5vw;
        margin-right: 1.5vw;
        transition: 0.5s;
        transform-origin: left top;
        font-size: 1.5vw;
        line-height: 2vw;
        padding-bottom: 0vw;
        padding-top: 0vw;
        border-top: transparent 1px solid;
        line-height: 2.25vw;
        height: 0;
    }
        
    .un_fac.activo .respuesta {
        font-size: 1.5vw;
        line-height: 2vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
        color: black;
        height: auto;
        border-top: black 1px solid;
    }
        
    .un_fac.activo .flecha {
        transform: rotate(180deg);
    }

    .contenedor_contacto {
        border-radius: 3vw;
        padding: 3vw;
        padding-bottom: 1.5vw;
        padding-top: 3.5vw;
        border: 1px solid black;
        background-color: white;
        position: relative;
        z-index: 2;
        text-align: center;
        width: 84vw;
        margin-left: 5vw;
        margin-bottom: 4vw;
        margin-top: 5vw;
    }

    form {
        padding: 2vw;
        font-size: 1.5vw;
        line-height: 1.5vw;
    }

    .datos_form_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 5vw;
        row-gap: 2vw;
    }

    .contenedor_mensaje_contacto {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    form div, input, textarea{
        line-height: 1.5vw;
    }

    label {
        font-weight: 700;
        cursor: text;
    }

    input {
        margin-bottom: 1.8vw;
    }

    input, textarea {
        resize: none;
        border: none;
        outline: none;
        background: transparent;
        border-bottom: 1px solid black;
        color: black;
        padding: 0.1vw 0;
        width: 100%;
        font-size: 1.25vw;
    }

    textarea {
        height: 2.5vw;
        margin-bottom: 1.25vw;
    }

    .contenedor_politica_privacidad {
        display: flex;
        flex-direction: row;
    }

    .contenedor_politica_privacidad label {
        width: 25vw;
        font-size: 1.5vw;
        line-height: 1.75vw;
        font-weight: 400;
    }

    .contenedor_politica_privacidad a {
        color: #4452f5;
        text-decoration: underline #4452f5;
    }

    .contenedor_politica_privacidad input {
        appearance: none;
        -webkit-appearance: none;
        width: 1.5vw;
        height: 1.5vw;
        border: 1px solid #4452f5;
        background-color: #4452f5;
        cursor: pointer;
        position: relative;
        margin-right: 1vw;
        border-radius: 0.5vw;
    }

    .contenedor_politica_privacidad input[type="checkbox"]:checked::before {
        content: "";
        position: absolute;
        top: 0.25vw;
        left: 0.5vw;
        width: 0.25vw;
        height: 0.75vw;
        border: solid white;
        border-width: 0 0.1vw 0.1vw 0;
        transform: rotate(45deg);
    }

    .contenedor_politica_y_boton_enviar {
        display: flex;
        flex-direction: row;
        padding-bottom: 0.2vw;
        padding-top: 0.2vw;
    }

    .boton_lets_talk {
        background-color: black;
        border-radius: 3vw;
        padding: 1vw 22.5vw;
        color: white;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 0 0 1px black;
        transition: 0.5s;
        transform: translateY(-0.85vw);
        margin-left: 3vw;
    }

    .movil {
        display: none;
    }
}

@media (max-aspect-ratio: 16/16) {
    .contenedor_whatsapp {
        position: fixed;
        bottom: 5vw;
        left: 5vw;
        border-radius: 5vw;
        overflow: hidden;
        width: 15vw;
        height: 15vw;
        box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
        transition: 0.75s;
        z-index: 500;
        font-family: "Thunder";
        font-weight: 200;
    }
    
    .barra_verde_whatsapp {
        background-color: #17b932;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 15vw;
        transition: 0.75s;
    }
    
    .whatsapp_logo {
        width: 15vw;
        height: 15vw;
        transition: 0.75s;
    }
    
    .hola_en_que_puedo_ayudarte {
        font-size: 2.75vw;
        line-height: 3.5vw;
        font-family: "Poppins-Light";
        background-color: white;
        border-radius: 20vw;
        box-shadow: 0 0.5vw 10vw rgba(0, 0, 0, 0.3);
        padding: 4vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
        width: 42.5vw;
    }

    /* Clase que se activa por JS */
    .contenedor_whatsapp.activo {
        width: 60vw;
        height: 37.5vw;
    }

    .contenedor_whatsapp.activo .barra_verde_whatsapp {
        width: 60vw;
        height: 8vw;
    }

    .contenedor_whatsapp.activo .whatsapp_logo {
        width: 8vw;
        height: 8vw;
    }
    
    .parte_blanca_whatsapp {
        background-color: #ECEBF0;
        width: 100%;
        height: 100%;
        padding: 3vw;
    }

    .padre_abrir_chat {
        pointer-events: none;
    }
    
    .abrir_chat {
        font-size: 2.75vw;
        line-height: 3.75vw;
        font-family: "Poppins-Light";
        background-color: #17b932;
        padding: 2vw;
        padding-left: 3vw;
        color: white;
        margin-top: 2.75vw;
        border-radius: 20vw;
        transition: 0.75s;
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.3s ease;
        width: 21vw;
        pointer-events: all;
    }
    
    .abrir_chat::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFD700;
        z-index: -1;
        transition: top 0.3s ease;
        border-radius: 2vw;
    }

    header {
        height: 230vw;
        border-bottom: 1px solid black;
    }

    nav {
        width: 100vw;
    }

    .margenes_nav {
        padding-left: 10vw;
        padding-right: 10vw;
        padding-top: 7vw;
        padding-bottom: 1vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mi_nombre {
        font-size: 8vw;
        line-height: 8vw;
        font-family: 'neulis_black';
        text-align: center;
        display: none;
    }

    h1 {
        font-size: 12vw;
        line-height: 14vw;
        margin-left: 5vw;
        margin-right: 5vw;
        font-family: 'neulis_black';
        margin-top: 15vw;
        text-align: center;
    }

    .boton_nav {
        font-size: 4.5vw;
        line-height: 4.5vw;
    }

    .boton_contacto {
        background-color: black;
        border-radius: 8vw;
        padding: 2vw 4vw;
        color: white;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 0 0 1px black;
        transition: 0.5s;
    }

    .boton_rellenar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: white;
        z-index: -1;
        transition: width 0.4s ease;
    }

    .parrafo_landing {
        font-size: 5vw;
        line-height: 7vw;
        margin-left: 10vw;
        margin-right: 10vw;
        margin-top: 6vw;
        text-align: center;
    }

    .azul {
        color: #4452f5;
    }

    .the_motion_house_padre {
        padding-top: 2vw;
        padding-bottom: 6vw;
        border-bottom: 1px solid black;
    }

    .the_motion_house1 {
        font-weight: 100;
        font-size: 22vw;
        line-height: 22vw;
        color: white;
        text-shadow: 
        -1px -1px 0 black,  
        1px -1px 0 black,  
        -1px 1px 0 black,  
        1px 1px 0 black;
        width: 100vw;
        font-family: 'neulis_black';
        height: 21vw;
        padding-top: 5vw;
        padding-left: 19.75vw;
    }

    .the_motion_house1::before {
        content: "Casa";
        position: absolute;
        width: 0%;
        height: 21vw;
        overflow: hidden;
        color: black;
        animation: revealText 8s ease-in-out infinite;
        white-space: nowrap;
        pointer-events: none;
    }

    .the_motion_house2 {
        font-weight: 100;
        font-size: 22vw;
        line-height: 22vw;
        color: white;
        text-shadow: 
        -1px -1px 0 black,  
        1px -1px 0 black,  
        -1px 1px 0 black,  
        1px 1px 0 black;
        width: 100vw;
        font-family: 'neulis_black';
        height: 21vw;
        padding-left: 8.75vw;
    }

    .the_motion_house2::before {
        content: "Luxeras";
        position: absolute;
        width: 0%;
        height: 18.5vw;
        overflow: hidden;
        color: black;
        animation: revealText2 8s ease-in-out infinite;
        white-space: nowrap;
        pointer-events: none;
    }

    @keyframes revealText {
        0% {
            width: 0%;
        }
        37.5% {
            width: 57%;
        }
        50% {
            width: 57%;
        }
        92.5% {
            width: 0%;
        }
        100% {
            width: 0%;
        }
    }

    @keyframes revealText2 {
        0% {
            width: 0%;
        }
        37.5% {
            width: 83.75%;
        }
        50% {
            width: 83.75%;
        }
        92.5% {
            width: 0%;
        }
        100% {
            width: 0%;
        }
    }

    #canvas1 {
        position: absolute;
        top: 125vw;
        left: 0;
        width: 100vw !important;
        clip-path: inset(0 0 0 0);
    }

    .texto_copywr {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .titulo_copywr {
        font-size: 12vw;
        line-height: 14vw;
        font-family: 'neulis_black';
        margin-top: 10vw;
        text-align: center;
    }

    .parrafo_copywr {
        font-size: 5vw;
        line-height: 7vw;
        margin-top: 6vw;
        text-align: center;
    }

    .contenedor_maquina_copywr {
        border-radius: 3vw;
        padding: 7.5vw;
        border: 1px solid black;
        background-color: white;
        position: relative;
        z-index: 2;
        text-align: center;
        width: 65vw;
        margin-left: 0;
        margin-bottom: 10vw;
        margin-top: 9.5vw;
    }

    .titulo_claves {
        font-size: 12vw;
        line-height: 14vw;
        font-family: 'neulis_black';
    }

    .parrafo_frase_tonta {
        font-size: 5vw;
        line-height: 7vw;
        margin-top: 6vw;
    }

    .siguiente {
        background-color: black;
        border-radius: 8vw;
        padding: 2vw 4vw;
        color: white;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 0 0 1px black;
        transition: 0.5s;
        margin-top: 8vw;
        margin-bottom: 0.2vw;
        font-size: 1.2vw;
        line-height: 1.2vw;
        font-size: 4.5vw;
        line-height: 4.5vw;
    }

    ul {
        margin-top: 6vw;
        padding-left: 10vw;
        padding-right: 10vw;
    }

    li {
        font-size: 5vw;
        line-height: 7vw;
        text-align: center;
        margin-bottom: 6vw;
    }

    .contenedor_articles {
        display: flex;
        flex-direction: column;
        margin-top: 4vw;
        margin-left: 10vw;
        margin-right: 10vw;
        margin-bottom: -4vw;
    }

    .contenedor_clave {
        border-radius: 5vw;
        border: 1px solid black;
        text-align: center;
        padding: 7.5vw;
        width: 65vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
    }

    .parrafo_clave {
        font-size: 5vw;
        line-height: 7vw;
        margin-top: 6vw;
    }

    .contenedor_que_hacemos_por_vos {
        margin-left: 10vw;
        margin-right: 10vw;
    }

    .contenedor_aburrir {
        display: flex;
        flex-direction: column;
        margin-left: 10vw;
        margin-right: 10vw;
        margin-top: 7vw;
        margin-bottom: 7.5vw;
    }

    .aburrir_iz {
        margin-right: 2.5vw;
    }

    .parrafo_aburrir {
        font-size: 5vw;
        line-height: 7vw;
        text-align: center;
        margin-top: 6vw;
    }

    .aburrir_de {
        margin-left: 2.5vw;
        overflow: hidden;
        height: 60vw;
        margin-top: 10vw;
    }

    .elemento_free {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 4vw;
    }

    .logo_free {
        width: 13vw;
        height: 13vw;
        border-radius: 100%;
        overflow: hidden;
    }

    .logo_free img {
        width: 7vw;
        height: 7vw;
        background-color: #4452f5;
        padding: 3vw;
    }

    .elemento_free span {
        font-size: 5vw;
        line-height: 5vw;
        font-family: 'neulis_black';
        margin-left: 2vw;
    }

    .efectos1 {
        animation: 10s infinite linear efecto1;
    }

    @keyframes efecto1 {
        0%{
            transform: translateY(0%);
        }
        
        100% {
            transform: translateY(-50%);
        }
    }

    .espaciado_secciones {
        width: 100vw;
        height: 10vw;
    }

    .contenedor_fac {
        margin-top: 6.5vw;
        margin-bottom: 5vw;
    }

    .un_fac {
        border: 1px solid black;
        margin-left: 10vw;
        border-radius: 4vw;
        margin-bottom: 4vw;
        cursor: pointer;
        overflow: hidden;
        transition: 0.5s ease;
        padding-left: 3vw;
        padding-right: 3vw;
        transform-origin: left;
        text-align: center;
    }

    .fac1, .fac3, .fac5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fac2, .fac4 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        
    .cabecera_fac {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3vw;
    }
        
    .pregunta {
        font-size: 5vw;
        line-height: 7vw;
        font-weight: 200;
        margin-top: 0.25vw;
        padding-top: 0.25vw;
        padding-bottom: 0.25vw;
        text-align: left;
        text-align: center;
    }
        
    .flecha {
        font-size: 4vw;
        color: black;
        transition: transform 0.5s ease;
        display: none;
    }
        
    .respuesta {
        color: transparent;
        font-weight: 200;
        margin-left: 1.5vw;
        margin-right: 1.5vw;
        transition: 0.5s;
        transform-origin: left top;
        font-size: 5vw;
        line-height: 7vw;
        padding-bottom: 0vw;
        padding-top: 0vw;
        border-top: transparent 1px solid;
        line-height: 2.25vw;
        height: 0;
    }
        
    .un_fac.activo .respuesta {
        font-size: 5vw;
        line-height: 7vw;
        padding-top: 4vw;
        padding-bottom: 4vw;
        color: black;
        height: auto;
        border-top: black 1px solid;
    }
        
    .un_fac.activo .flecha {
        transform: rotate(180deg);
    }

    .contenedor_contacto {
        border-radius: 5vw;
        padding: 5vw;
        padding-bottom: 5vw;
        padding-top: 6vw;
        border: 1px solid black;
        background-color: white;
        position: relative;
        z-index: 2;
        text-align: center;
        width: 70vw;
        margin-left: 10vw;
        margin-bottom: 15vw;
        margin-top: 5vw;
    }

    form {
        padding: 2vw;
        font-size: 5vw;
        line-height: 5vw;
        margin-top: 3vw;
    }

    .datos_form_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 5vw;
        row-gap: 3vw;
    }

    .contenedor_mensaje_contacto {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    form div, input, textarea{
        line-height: 7vw;
    }

    label {
        font-weight: 700;
        cursor: text;
    }

    input {
        margin-bottom: 0vw;
    }

    input, textarea {
        resize: none;
        border: none;
        outline: none;
        background: transparent;
        border-bottom: 1px solid black;
        color: black;
        padding: 0.1vw 0;
        width: 100%;
        font-size: 4vw;
        line-height: 4vw;
    }

    textarea {
        height: 10vw;
        margin-bottom: 1.25vw;
    }

    .contenedor_politica_privacidad {
        display: flex;
        flex-direction: column;
    }

    .contenedor_politica_privacidad label {
        width: 80vw;
        font-size: 4.5vw;
        line-height: 4.5vw;
        font-weight: 400;
        margin-left: -7.3vw;
    }

    .contenedor_politica_privacidad a {
        color: #4452f5;
        text-decoration: underline #4452f5;
    }

    .contenedor_politica_privacidad input {
        appearance: none;
        -webkit-appearance: none;
        width: 10vw;
        height: 10vw;
        border: 1px solid #4452f5;
        background-color: #4452f5;
        cursor: pointer;
        position: relative;
        margin-right: 0vw;
        border-radius: 3vw;
        transform: translateX(27.5vw);
        margin-bottom: 3vw;
    }

    .contenedor_politica_privacidad input[type="checkbox"]:checked::before {
        content: "";
        position: absolute;
        top: 0.75vw;
        left: 3.5vw;
        width: 2vw;
        height: 6.5vw;
        border: solid white;
        border-width: 0 0.3vw 0.3vw 0;
        transform: rotate(45deg);
    }

    .contenedor_politica_y_boton_enviar {
        display: flex;
        flex-direction: column;
        padding-bottom: 0.2vw;
        padding-top: 0.2vw;
    }

    .boton_lets_talk {
        background-color: black;
        border-radius: 3vw;
        padding: 2vw 24vw;
        color: white;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 0 0 1px black;
        transition: 0.5s;
        transform: translateY(-0.85vw);
        margin-left: 0vw;
        margin-top: 7.5vw;
    }

    .pc {
        display: none;
    }

    .mostrar_mas {
        display: none;
    }

    .boton_mostrar_mas {
        background-color: black;
        border-radius: 8vw;
        padding: 2vw 4vw;
        color: white;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 0 0 1px black;
        transition: 0.5s;
        margin-top: 5vw;
        margin-bottom: 0.5vw;
        font-size: 1.2vw;
        line-height: 1.2vw;
        font-size: 4.5vw;
        line-height: 4.5vw;
        /* Centrado horizontal */
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .arreglo_enrique {
        display: flex;
        flex-direction: column;
    }
}