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



table{
    margin-left: 5%;
    margin-right: 5%;
    width: 90% !important;
    text-align: center;
}
body{
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/img/politica.png");
 background-size: cover;
}
.arribero{
    margin-top: 30px;
}

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

.seprendio{
    height: 300px !important;
}


@media only screen and (max-width: 600px) {
    .politica{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .bendiciones{
        font-size: 20px;
        text-align: center;
    }
    .seprendio{
        height: 444px !important;
    }
    
    body{
        background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/img/politica.png");
   
    }
   table{
       display: none;
   }
 .limitao{
     display: none !important;
 }
  }