.nota{
    width: 70%;
    display: block;
    margin: auto;

}
.nota img{
    width: 90%;
    height: 680px;
    display: block;
    margin: auto;
}
.nota p{
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 29px;
    text-align: justify;
}
@media screen and (max-width: 800px) {
    .nota{
        width: 100%;
    }
     .nota img{
        max-height: 220px;
     }
     .nota p{
        font-size: 15px;
     }
     .max_titulo {
        width: 100%;
        height: 190px;
        background-image: url(https://www.zinacantepec.gob.mx/img/fuente.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: 0px 2px 5px black;
        
        /* animation-name: relleno; */
    }
    .max_titulo h1 {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }
}