.politica{
    font-family: montserrat !important;
    margin-top:30px;
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
 
}
h1{
    margin-top: 70px !important;
}


body{
    font-family: montserrat !important;
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/img/politica.png");
    background-size: cover;
}

.bendiciones{
    margin-top:30px;
    margin-bottom: 10px;
}

.seprendio{
    height: 200px !important;
}


@media only screen and (max-width: 600px) {
    .politica{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    body{
        background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/img/politica.png");
       
      
        
    }

    .bendiciones{
        font-size: 20px;
        text-align: center;
    }
    .seprendio{
        height: 300px !important;
    }

    .aueonao{
        text-align: center !important;
    }
  }