h2{
    font-family: 'brother';
    color: #0798d8;
    font-size: 2.5rem;
}
.titulo__privacidad{
    margin-bottom: 4vw;
}
.titulo__privacidad h1{
    margin: 0;
}
.info_mision{
    display: flex;
    justify-content: center;
    gap: 5vw;
    align-items: center;
    padding: 1vw 0 5vw;
}
.info_mision img{
    width: 35em;
    border-radius: 20px;
}
.txt_mision{
    width: 50vw;
    padding-right: 2vw;
}
.txt_mision p{
    font-size: 20px;
    text-align: left;
}

#vision{
    position: relative;
    z-index: 10;
    background-color: #edf3f6;
    padding: 3vw;
}
.info_vision{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5vw;
    align-items: center;
    margin-top: 2vw;
}
.container_mision{
    position: relative;
}
.container_vision{
    position: relative;
    width: 40%;
}
.container_vision img{
    width: 100%;
    border-radius: 20px;
    position: relative;
    bottom: 13vw;
    margin-bottom: -5vw;
}
.txt_vision{
    width: 45%;
}
.txt_vision p{
    text-align: left;
}
.div_titulo{
    text-align: center;
}
.info_valores{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1em;
}
.valores{
    padding: 5vw 0;
}
.valores .div_titulo{
    margin-bottom: 4vw;
}
.div_titulo hr{
    width: 90vw;
    margin: 0 auto;
}
.valor{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30em;
    border-radius: 50%;
    text-align: center;
    color: white;
    padding: 0 2vw;
    aspect-ratio : 1 / 1;
}
.valor p{
    font-size: 1.8rem;
}
.valor span{
    font-family: 'brother';
    font-weight: bold;
    font-size: 2.1rem;
}
.pasion, .confianza, .capacidad{
    background-color: #0e76b3;
}
.circuloVis{
    height: 85%;
    position: absolute;
    bottom: 4%;
    background: #0a87c6;
    aspect-ratio: 1/1;
    border-radius: 50%;
    z-index: -10;
    left: 12%;
}
.circuloMis{
    height: 85%;
    position: absolute;
    bottom: 0;
    background: #0a87c6;
    width: 85%;
    border-radius: 50%;
    z-index: -10;
    left: 9%;
}



@media (min-device-width:600px) and (max-device-width:1080px){
    .txt_mision{
        width: 85vw;
        text-align: center;
        padding: 0;
    }
    .txt_mision p{
        text-align: center;
    }
    .info_mision{
        flex-direction: column-reverse;
    }
    .info_vision{
        flex-direction: column-reverse;
    }
    .container_mision{
        margin-top: -6vw;
    }
    .txt_vision{
        width: 85%;
    }
    .txt_vision p{
        text-align: center;
    }
    .container_vision{
        width: 70%;
        margin-top: -10vw;
    }
    #vision{
        margin: 8vw 0;
    }
    .valor{
        width: 48%;
    }
    .valor p{
        font-size: 1.7em;
    }
}
@media (min-device-width:200px) and (max-device-width:599px){
    .titulo__privacidad{
        margin-bottom: 6vw;
    }
    .info_mision{
        flex-direction: column-reverse;
        padding: 0 1.5em;
    }
    .info_vision{
        flex-direction: column-reverse;
    }
    .container_vision{
        width: 95%;
        margin-top: -15vw;
    }
    .container_mision{
        margin: -7vw 0 5vw;
    }
    .txt_mision{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .txt_mision p{
        text-align: center;
    }
    .info_mision img{
        width: 90%;
    }
    #vision{
        padding: 1.5em;
        margin: 5em 0;  
    }
    .txt_vision{
        width: 100%;
    }
    .txt_vision p{
        text-align: center;
    }
    .valor{
        position: relative;
        width: 85%;
    }
    .pasion{
        z-index: 5;
        background-color: #14538f;
    }
    .confianza{
        z-index: 4;
        background-color: #0e76b3;
    }
    .capacidad{
        z-index: 3;
        background-color: #0798d8;
    }
    .valor p{
        font-size: 6.5vw;
    }
    .pasion, .confianza{
        margin-bottom: -20vw;
    }
    .capacidad p, .confianza p{
        position: relative;
        top: 3vw;
    }
}