

/*CUERPO*/
.container-mision{
    width: 100%;
}
.slider-mision{
    width: 75%;
    display: flex;
    margin: auto;
    align-items: center;
    padding-top: 50px;
    cursor: default;
}
.slider-mision img{
    max-width: 500px;
    margin-right: 50px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9);
    margin-bottom: 30px;
    animation: appear 1.5s linear;
}
.text-box{
    animation: appear 1.5s linear;
}
.text-box h2{
    margin-top: 25px;
    margin-bottom: 20px;
}
.text-box h3{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 30px;
    color: #112c66;
}
.container-mision .text-box h2{
    color: #00009A;
    font-size: 30px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.container-mision .text-box p{
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    text-align: justify;
    margin-top: 20px;
    line-height: 1.8;
    
}
.titulo-valores{
    margin-top: 30px;
    width: 100%;
    background-color: #22438c;
    text-align: center;
    color: white;
}
.titulo-valores h2{
    padding: 20px;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    
}
/*Imagenes de derecho a izquierda
imagenes"izquierdo" son imagenes que estan izquierda
iamgenes"derecho" son las que estan en la drecha*/
.izquierdo img{
    width: 250px;
}
.slider-derecho{
    flex-direction: row-reverse;
}
.slider-derecho img{
    width: 250px;
    margin: 0;
    margin-left: 50px;
}

/*Responsive 700px*/
@media (max-width: 700px){

    .container-mision{
        background-color: rgba(213, 221, 225, 0.348);
        padding-bottom: 20px;
    }
    .slider-mision{
        width: 100%;
        flex-flow: row wrap;
        margin-bottom: 10px;
    }
    .slider-mision img{
        margin: auto;   
        width: 90%;
        animation: appear 1.3s linear;
    }
    .container-mision .text-box h2{
        padding: 20px;
        color: white;
    }
    
    .container-mision .text-box p{
        font-size: 20px;
        width: 90%;
        margin-bottom: 15px;
        margin: auto;
        text-align: justify;
    }
    .izquierdo img{
        animation: appear linear;
        animation-timeline: view();
        animation-range: entry 10%;
    }
    .slider-derecho img{
        animation: appear linear;
        animation-timeline: view();
        animation-range: entry 10%;
    }
    .titulo-valores h2{
        font-size: 40px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .text-box h2{
    width: 100%;
    background-color: #00009A;
    color: white;
    animation: appear 1.5s linear;
    }
    .text-box h3{
        animation: appear linear;
        animation-timeline: view();
        animation-range: entry 0%;
    }
    .text-box p{
        animation: appear linear;
        animation-timeline: view();
        animation-range: entry 0%;
    }

    .text-box h3{
    margin-top: 45px;
    margin-bottom: 30px;
    }
}
