.flecha-mv{
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
    transform: rotate(180deg) translateX(50%);
    opacity: 0.2;
    height: 200%;
    bottom: 0;
    margin: auto;
}
.mision-vision{
    background-color: #faf9f9;
    padding: 8rem 1rem;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    gap: 10%;
    position: relative;
    overflow: hidden;
}
.mision-vision::after{
    content: "";
    background-color: var(--azul);
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.mision p {
    text-align: left;
}
.mv-element{
    width: 40%;
    padding: 1rem;
    position: relative;
    z-index: 2;
}
.mv-element h2{
    font-size: 36px;
    margin-bottom: 1rem;
}
.vision p{
    color: white;
    text-align: right;
}

/* OWL Valores -------------------------------------------- */
.valores{
    max-width: 1700px;
    margin: auto;
    padding: 7rem 0 2rem;
}
.nuestros-valores{
    padding: 0 1rem;
    text-align: center;
}
.owl-carousel{
    position: relative;
    padding-inline: 4rem;
}
.owl-prev span, .owl-next span{
    color: var(--amarillo);
    font-size: 50px;
}
.owl-prev, .owl-next{
    position: absolute;
    top: 45%;
}
.owl-next{
    right: 2rem;
}
.owl-prev{
    left: 2rem;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: var(--amarillo);
}
.owl-theme .owl-dots .owl-dot.active span{
    background-color: var(--azul);
}

.valor-ind{
    text-align: center;
    padding: 4rem 1rem 0;
}
.valor-ind h2{
    margin: 1rem 0;
}
.icono-valor-container{
    width: 90px;
    height: 90px;
    margin: auto;
}
.icono-valor{
    width: 100%;   
    height: 100%;
    object-fit: contain;
}
/* Historia -------------------------------------------- */
.historia-sect{
    margin: 7rem 0 5rem;
    padding-inline: 1rem;
}
.intro-historia{
    max-width: 80%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}
.titulo-container{
    color: var(--azul);
    text-align: center;
    margin-bottom: 1rem;
}
.txt-img-dofa{
    /* max-width: 40%; */
    margin: 10%;
    padding-left: 3rem;
}
.txt-img-dofa p + p{
    margin-top: 15px;
}
.flex-img-dofa{
    padding: 4rem 0 5rem;
}


@media (max-device-width:800px){
    .mision-vision{
        flex-direction: column;
        gap: 9rem;
    }
    .mision-vision::after{
        height: 50%;
        width: 100%;
        bottom: 0;
        top: initial;
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    }
    .mv-element{
        width: 100%;
    }
    .header-nosotros {
        height: max(50dvh,550px);
        background-size: 1150px;
        background-repeat: no-repeat;
        background-position: top;
    }
}

