.hero_wrapper {
    margin-top: 5px;
    height: 100vh;
    position: relative;
    margin-bottom: -32vh;
}

main {
    overflow: hidden;
}

.hero_container {
    position: sticky;
    top: 0;
    height: 100vh;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_container img {
    width: 35%;
    height: 43vh;
    object-fit: cover;
    z-index: 0;
}

#hero_video {
    width: 36%;
    height: 43vh;
    object-fit: cover;
    z-index: 25;
    transition: all 1s ease;
    transform-origin: center center;
}

.desktop_only {
    display: block;
}

.mobile_only {
    display: none;
}

.indicacion_flecha {
    margin-top: -150px;
    position: absolute;
    z-index: 600;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    transition: all 1s ease;
}

@keyframes animacion_hero {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.indicacion_flecha img {
    margin-top: 100vh;
    margin-left: auto;
    width: 80px;
    height: 20px;
    object-fit: contain;
    animation: animacion_hero 0.6s ease-in-out infinite alternate;
}


/* SECCION ESENCIA */
.texto_esencia {
    color: white;
    font-family: 'New Order', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
}

.texto_presentacion {
    width: 60%;
    margin-inline: auto;
    font-weight: 300;
}

.texto_presentacion img {
    width: 250px;
    margin-block: 50px;
    margin-inline: auto;
}

.texto_somos {
    font-weight: 300;
    width: 60%;
    margin-inline: auto;
    margin-bottom: -100px;
}

.texto_somos h3 {
    font-family: 'Bourbonst', sans-serif;
    font-size: 5rem;
    font-weight: 300;
    color: #1e9eaf;
}

.texto_somos b {
    font-family: "Figtree", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

/* SECCION PROCESO */
.proceso_container {
    overflow: hidden;
    margin-inline: auto;
    margin-top: -50px;
    display: flex;
    position: relative;
    align-items: flex-start;
    gap: 2rem;
}

.contenedor_izquierda,
.contenedor_derecha {
    width: 25%;
    height: 100%;
    position: relative;
}

.contenedor_izquierda div,
.contenedor_derecha div {
    will-change: transform;
    transition: transform 0.1s ease-out;
}

.imagen1 img {
    width: 50%;
    margin-left: auto;
}

.imagen2 img {
    width: 65%;
    margin-right: auto;
    margin-left: 20%;
}

.imagen3 img {
    width: 85%;
    margin-left: 30%;
    height: auto;
}

.imagen4 img {
    width: 65%;
    margin-right: auto;
}

.imagen5 img {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: 30%;
}

.imagen6 img {
    width: 85%;
}

.nuestro_proceso {
    width: 100%;
    margin-top: 50px;
    flex: 2;
    display: flex;
    flex-direction: column;
}

.proceso_card {
    margin-inline: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
}

.nuestro_proceso h2 {
    font-family: 'Bourbonst', sans-serif;
    font-size: 5rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #1e9eaf;
}

.proceso_card p {
    width: 90%;
    margin-inline: auto;
    font-family: 'New Order', sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 30px;
}

.proceso_card h3 {
    font-family: 'Bourbonst', sans-serif;
    font-size: 3rem;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: -5px;
}

.proceso_card img {
    margin-inline: auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transition: background-color 0.8s ease;
}

.proceso_card img.activa {
    background-color: #1e9eaf;
}

@media (min-width: 300px) and (max-width: 399px) {
    .hero_wrapper {
        margin-top: 5px;
        margin-bottom: -10vh;
    }

    .hero_container {
        display: flex;
        flex-direction: column;
    }

    .hero_container img {
        width: 100%;
        height: 32vh;
    }

    #hero_video_movil {
        width: 100%;
        height: 200vh;
        object-fit: cover;
        z-index: 30;
        transition: all 1.2s ease;
        transform-origin: center center;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    .indicacion_flecha img {
        margin-top: 100vh;
        margin-inline: auto;
        width: 80px;
        height: 20px;
        object-fit: contain;
        animation: animacion_hero 0.6s ease-in-out infinite alternate;
    }

    /* SECCION ESENCIA */
    .texto_presentacion {
        width: 95%;
        font-size: 1.3rem;
    }

    .texto_presentacion img {
        width: 200px;
        margin-block: 20px;
    }

    .texto_somos {
        width: 90%;
        font-size: 1.3rem;
    }

    .texto_somos b {
        font-weight: 600;
    }

    /* SECCION PROCESO */
    .proceso_container {
        margin-top: -100px;
        width: 98%;
        margin-bottom: -50px;
        min-height: 1600px;
    }

    .contenedor_derecha img,
    .contenedor_izquierda img {
        filter: brightness(0.8);
    }

    .nuestro_proceso {
        width: 100%;
        min-height: auto;
        position: absolute;
        z-index: 10;
    }

    .proceso_card {
        margin-inline: 5px;
    }

    .nuestro_proceso p {
        width: 100%;
    }

    .contenedor_derecha,
    .contenedor_izquierda {
        margin-top: 200px;
        width: 50%;
    }


    .imagen1 img {
        padding-top: 150px;
        width: 50%;
        margin-left: auto;
    }

    .imagen2 img {
        width: 65%;
        margin-right: auto;
        margin-left: 20%;
    }

    .imagen3 img {
        width: 85%;
        margin-left: 30%;
        height: auto;
    }

    .imagen4 img {
        padding-top: 350px;
        width: 65%;
        margin-right: auto;
    }

    .imagen5 img {
        width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: 30%;
    }

    .imagen6 img {
        width: 85%;
    }

    .footer-desktop {
        display: none;
    }

    .footer-mobile .container {
        flex-direction: column;
        gap: 4rem;
    }

    .links-footer-container a {
        text-align: center;
        width: 100%;
    }

    .powered-footer-container {
        margin-top: 6rem;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .hero_wrapper {
        margin-top: 5px;
        margin-bottom: -10vh;
    }

    .hero_container {
        display: flex;
        flex-direction: column;
    }

    .hero_container img {
        width: 100%;
        height: 32vh;
    }

    #hero_video_movil {
        width: 100%;
        height: 200vh;
        object-fit: cover;
        z-index: 30;
        transition: all 1.2s ease;
        transform-origin: center center;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    .indicacion_flecha img {
        margin-top: 100vh;
        margin-inline: auto;
        width: 80px;
        height: 20px;
        object-fit: contain;
        animation: animacion_hero 0.6s ease-in-out infinite alternate;
    }

    /* SECCION ESENCIA */
    .texto_presentacion {
        width: 95%;
        font-size: 1.5rem;
    }

    .texto_presentacion img {
        width: 220px;
        margin-block: 30px;
    }

    .texto_somos {
        width: 95%;
        font-size: 1.5rem;
    }

    .texto_somos b {
        font-size: 1.8rem;
        font-weight: 600;
    }

    /* SECCION PROCESO */
    .proceso_container {
        margin-top: -100px;
        width: 98%;
        margin-bottom: -50px;
        min-height: 1600px;
    }

    .contenedor_izquierda img,
    .contenedor_derecha img {
        filter: brightness(0.8);
    }

    .nuestro_proceso {
        width: 100%;
        min-height: auto;
        position: absolute;
        z-index: 10;
    }

    .proceso_card {
        margin-inline: 20px;
    }

    .nuestro_proceso p {
        width: 100%;
    }

    .contenedor_derecha,
    .contenedor_izquierda {
        margin-top: 200px;
        width: 50%;
    }


    .imagen1 img {
        padding-top: 150px;
        width: 50%;
        margin-left: auto;
    }

    .imagen2 img {
        width: 65%;
        margin-right: auto;
        margin-left: 20%;
    }

    .imagen3 img {
        width: 85%;
        margin-left: 30%;
        height: auto;
    }

    .imagen4 img {
        padding-top: 350px;
        width: 65%;
        margin-right: auto;
    }

    .imagen5 img {
        width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: 30%;
    }

    .imagen6 img {
        width: 85%;
    }

    .footer-desktop {
        display: none;
    }

    .footer-mobile .container {
        flex-direction: column;
        gap: 4rem;
    }

    .links-footer-container a {
        text-align: center;
        width: 100%;
    }

    .powered-footer-container {
        margin-top: 6rem;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hero_wrapper {
        margin-top: 5px;
        margin-bottom: 2vh;
    }

    .hero_container {
        display: flex;
        flex-direction: column;
    }

    .hero_container img {
        width: 100%;
        height: 38vh;
    }

    #hero_video {
        width: 100%;
        height: 38vh;
    }


    .indicacion_flecha img {
        margin-top: 100vh;
        margin-inline: auto;
        width: 80px;
        height: 20px;
        object-fit: contain;
        animation: animacion_hero 0.6s ease-in-out infinite alternate;
    }

    /* SECCION ESENCIA */
    .texto_presentacion {
        width: 80%;
        font-weight: 300;
        font-size: 1.8rem;
    }

    .texto_presentacion img {
        margin-block: 30px;
    }

    .texto_somos {
        width: 80%;
        font-size: 1.8rem;
    }

    .texto_somos h3 {
        font-size: 6rem;
    }

    .texto_somos b {
        font-weight: 600;
        font-size: 2rem;
    }

    /* SECCION PROCESO */
    .proceso_container {
        max-height: 1600px;
        margin-bottom: -100px;
    }

    .proceso_card {
        margin-inline: 5px;
    }

    .imagen1 img {
        padding-top: 150px;
        width: 90%;
        margin-left: auto;
    }

    .imagen2 img {
        width: 90%;
        margin-right: auto;
        margin-left: 20%;
    }

    .imagen3 img {
        width: 100%;
        margin-left: 30%;
        height: auto;
    }

    .imagen4 img {
        padding-top: 350px;
        width: 100%;
        margin-right: auto;
    }

    .imagen5 img {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: 30%;
    }

    .imagen6 img {
        width: 100%;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .hero_wrapper {
        margin-top: 5px;
        height: 100vh;
        position: relative;
        margin-bottom: -35vh;
    }

    .indicacion_flecha img {
        margin-top: 100vh;
        margin-left: auto;
        width: 80px;
        height: 20px;
        object-fit: contain;
        animation: animacion_hero 0.6s ease-in-out infinite alternate;
    }
}

@media (min-width: 1401px) {
    .container {
        max-width: 1400px;
    }

    .hero_wrapper {
        margin-top: 5px;
        height: 100vh;
        position: relative;
        margin-bottom: -40vh;
    }

    .hero_container img {
        margin-top: -100px;
        height: 35vh;
    }

    #hero_video {
        margin-top: -100px;
        height: 35vh;
    }

    .indicacion_flecha img {
        margin-top: 100vh;
        margin-left: auto;
        width: 120px;
        height: 30px;
        object-fit: contain;
        animation: animacion_hero 0.6s ease-in-out infinite alternate;
    }

    /* SECCION ESENCIA */
    .texto_presentacion {
        width: 55%;
        font-size: 1.6rem;
    }

    .texto_somos {
        width: 55%;
        font-size: 1.6rem;
    }

    .texto_somos h3 {
        font-size: 5.5rem;
    }

    .texto_somos b {
        font-size: 2rem;
    }

    /* SECCION PROCESO */
    .proceso_card {
        margin-inline: 50px;
    }

    .proceso_card img {
        width: 80px;
        height: 80px;
    }

    .proceso_card h3 {
        font-size: 4.5rem;
    }

    .proceso_card p {
        width: 80%;
        font-size: 1.8rem;
    }
}