.container{
    width: 100%;
}
.container h1{
    color: #00009A;
    margin: 50px 50px;
    text-align: center;
    font-size: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    animation: appear 1s linear;
}
.imagen-noticia-1{
    width: 60%;
    margin: auto;
    animation: appear 1s linear;
}   
.imagen-noticia-1 img{
    width: 100%;
}
.informacion{
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    color: black;
    margin: auto;
    margin-top: 45px;
    width: 80%;
    text-align: justify;
    line-height: 1.8;
}
.informacion ul li{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
.Imagenes_Dia_del_logro{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.titulo-especialidades h2{
    text-align: center;
    color: #00009a;
    font-size: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0%;  
}
.Imagenes_Dia_del_logro img{
    width: 45%;
    margin: 10px;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
/*Responsive 769px*/
@media (max-width: 750px){
    .container h1{
        margin: 30px 30px;
        text-align: center;
        font-size: 30px;
    }
    .imagen-noticia-1{
        width: 100%;
    }  
    .informacion{
        margin-top: 30px;
        width: 85%;
        margin-bottom: 30px;
    }
    .Imagenes_Dia_del_logro{
        display: flex;
        flex-flow: column wrap;
    }
    .titulo-especialidades h2{
        font-size: 40px;
    }
    .Imagenes_Dia_del_logro img{
        width: 95%;
    }
}