.justificado{
    text-align: justify!important;
}
.img-noticias{
    width: 250px!important;
    height: 120px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-transparencia{
    width: 120px!important;
    height: 60px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-transparencia2{
    width: 60px!important;
    height: 60px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.botonNoticia{
    text-decoration: none;
    display:inline-block;
    width:30%;
    padding:10px;
    border: 1px solid #005A3A;
    border-radius:50px;
    text-decoration: none;
    color:#005A3A;
    font-weight: bold;
    transition: all 0.9s;
    text-align: center;
    font-size: 1.25rem;
  }

  .botonNoticia:hover{
    background:#005A3A;
    color:white;
  }

  @media only screen and (max-width: 780px) {
    .botonNoticia{
        text-decoration: none;
        display:inline-block;
        width:50%;
        padding:10px;
        border: 1px solid #005A3A;
        border-radius:50px;
        text-decoration: none;
        color:#005A3A;
        font-weight: bold;
        transition: all 0.9s;
        text-align: center;
        font-size: 1rem;
      }

  }
