/*CUERPO*/
/*FOTO-SLIDER*/
.slide{
    width: 55%;
    margin: auto;
    margin-top: 12px;
    animation: appear 1s linear;
}
.slide img{
    width: 100%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9);
}
.titulo-organizacion{
    margin-top: 10px;
    width: 100%;
    background-color: #00009A;
    color: white;
    text-align: center;
    margin-bottom: 35px;
    animation: appear 1s linear;
}

.titulo-organizacion h2{
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}
.container-organizacion{
    width: 100%;
}
.texto-organizacion{
    width: 75%;
    padding-top: 20px;
    margin: auto;
    text-align: justify;
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.8;
    animation: appear 1s linear;
    
}
h3{
    text-align: center;
    font-size: 30px;
    color: #22438c;
    padding-bottom: 25px;
}
.imagen-organizacion{
    width: 80%;
    margin: auto;
    margin-top: 40px;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
.imagen-organizacion img{
    width: 100%;
}
/*Responsive_700*/
@media (max-width: 700px){
    .slide{
        width: 100%;
    }
    .imagen-principal img{
        margin: auto;
        padding: 10px 10px;
        width: 100%;
    }
    .titulo-organizacion{
        margin-bottom: 0;
    }
    .container-organizacion{
        background-color: rgba(213, 221, 225, 0.348);
    }
    .texto-organizacion{
        width: 90%;
    }
    .titulo-organizacion h2{
        padding-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
    }
    h3{
        font-size: 20px;
    }
    .imagen-organizacion{
        width: 100%;
        margin-top: 0;
        padding-bottom: 30px;
    }
        
    
}
