#vid-container {
    width: 32vw;
    height: max-content;
    border-radius: 1rem;
}

#vid-nosotros {
    font-size: 96px;
    line-height: 92%;
    letter-spacing: -0.35938rem;
    padding: 7% 2rem;
    gap: 1rem;
    margin-left: 1rem;
    min-height: 100vh;
}

#vid-nosotros .red {
    font-family: neue;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 92%;
    letter-spacing: -0.35938rem;
}

#vid-nosotros article:first-child {
    align-self: flex-start;
    align-items: flex-start !important;

}

#vid-nosotros article:last-child {
    align-self: flex-end;

    align-items: flex-end !important;
}


#pilares {
    padding: 2rem;
    overflow: hidden;
    margin-bottom: 10vh;
}

#pilares article {
    height: 80vh;
    width: 95vw;
    justify-content: center;
}

#pilares div:not(.pilares) {
    border-radius: 1rem;
    overflow: hidden;
    height: 80vh;
    width: 95vw;
    z-index: -1;
    position: absolute;
    filter: blur(3px);
}

#pilares div:nth-child(2) {
    background-color: #000;
    opacity: .5;
}

.pilares {
    align-items: center !important;
    gap: 2rem;
}

.pilares p {
    color: var(--White, #FFF);
    text-align: center;
    font-family: neue;
    font-size: 96px;
    font-weight: 500;
    line-height: 97%;
    letter-spacing: -0.18rem;
}

.somos-text {
    padding: 2rem 15%;
    color: #FFF;
    text-align: center;
    font-family: neue;
    font-size: 40px;
    font-weight: 200;
    line-height: 101%;
    /* 3.03rem */
    letter-spacing: -0.09rem;
    position: absolute;
}

/* #mv {
    position: relative;
    padding: 2rem;
}

#mv article {

    color: #000;
    font-size: 2rem;
    line-height: 101%;
    letter-spacing: -0.06rem;
    width: 100%;
    height: 100vh;
    justify-content: space-around;


}

#mv div {
    width: 30vw;
}

.first {
    align-self: flex-start !important;
}

.second {
    align-self: flex-end !important;
    text-align: right;
}

.letra {
    gap: 0 !important;
    align-items: center;
    width: min-content !important;
}

.letra .editorial {
    color: #000;
    text-align: center;
    font-family:editorial;
    font-size: 14rem;
    font-style: italic;
    font-weight: 400;
    line-height: 70%;
    letter-spacing: -0.39731rem;

}

#vision {
    position: absolute;
    top: 0;
    max-width: 96%;
} */
.right {
    text-align: right;

}

#evol-container {
    height: 100vh;
    max-width: 98vw;
    justify-content: center;
    position: relative;
}

#evol {
    max-width: 98vw;
    position: absolute;
    margin: 2rem;
    padding: 2rem 2rem;
    background-color: #FFF;
    border-radius: 1rem;
    overflow: hidden;
    gap: 1rem;
    height: max-content;
    align-items: flex-start !important;
}

#evol h3 {
    color: #000;
    font-family: neue;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 101%;
    /* 5.05rem */

    letter-spacing: -0.15rem;
}



.hito {
    height: 100%;
    transition: all 0.3s ease;
    align-items: flex-start !important;
    margin: 0;
    border-radius: 1rem;
    min-width: 20%;
    gap: 1rem;

}

.hito .info {
    min-height: 15vw;
    width: 90%;
    border-radius: 1rem;
    min-width: 20%;
    background: var(--bg);
    padding: 1rem;
    justify-content: flex-end;
}

.date .editorial {
    color: #000;
    font-size: 40px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.09rem;
}

.date svg {
    height: 150px;
    stroke: #000
}

.hitos {
    width: 100%;
    height: max-content;

}

#team {
    height: 100vh;
    padding: 2rem;
    position: relative;
    justify-content: center;

}

#team h2 {
    color: #000;
    font-family: neue;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 101%;
    /* 5.05rem */
    letter-spacing: -0.15rem;
}

.imgTeam {
    width: 50vw;
    height: 30vw;
    border-radius: 1rem;
    overflow: hidden;
    position: absolute;

}

.img100 {
    width: 80vw;
    height: 70vh;
    border-radius: 1rem;
    overflow: hidden;
    position: absolute;
    top: 30%;
}



.izq {

    left: -10%;
}

.drch {
    right: -20%;
    top: 20%;
}

.center {
    bottom: -10%;
}

#text-equipo {
    width: 32vw;
    margin-left: 1rem;
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 101%;
    /* 2.02rem */
    letter-spacing: -0.06rem;
}

.ov-hidden {
    overflow: hidden;
}

@media screen and (orientation:portrait) {
    #bg {
        display: none !important;
    }

    #vid-container {
        width: 95vw;
    }

    #vid-nosotros {
        padding: 25% 1rem 0;
        margin: 0;

    }

    #vid-nosotros,
    #vid-nosotros .red {
        font-size: 4rem;
    }

    #vid-nosotros article:last-child {
        text-align: right;
    }

    #pilares {
        padding: 1rem;

    }

    .pilares p {

        font-size: 4rem;

    }

    .somos-text {
        padding: 1rem;
        color: #FFF;
        text-align: center;
        font-family: neue;
        font-size: 1.75rem;

    }

    #ov-hidden,
    #evol-container {
        height: max-content;
    }

    #evol-container {
        position: static;
    }

    #evol {
        margin: 1rem;
        padding: 1rem;
        height: max-content;
        position: relative;
    }

    .hitos {
        padding-top: 1rem;
        flex-direction: column;
    }

    .hito {
        transition: all 0.3sease;
        min-width: 50%;
        max-width: 95%;
        gap: 1rem;
    }

    #text-equipo {
        width: 90vw;
        font-size: 1.5rem;
    }

    #team h2 {
        font-size: 5rem;

    }

    .fin .info {
        background-color: var(--trending);

    }

    .imgTeam {
        width: 100vw;
        height: 70vw;


    }

    .izq {
        top: 20%;
        left: -15%;
    }

    .drch {
        right: -20%;
        top: 50%;
    }

    .center {
        bottom: 5%;
    }

    #text-equipo {
        flex-direction: column-reverse;
    }

    .img100 {
        width: 90vw;
        height: 30vh;
        position: static;

    }
}