.categorias .cat.checked {
    background-color: transparent !important;
    border: 1px solid gray;
} 

section {
    padding-top: 20px;
}
.maintitle {
    border-radius: 24px;
    background: rgba(207, 207, 207, 0.50); 
    padding: 10px 20px;
    margin: 0 auto 20px; 

    text-align: center;
    max-width: 250px;
    color: #233D49;

    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}

.card {
    position: relative;
}

.card::before {
    content:'';
    position: absolute;
    top: 12%;
    left: 5%;
    border: 1px solid #233D49;
    width: 16px;
    height: 16px;
}
.maintitle2 {
    background: #FFFFB2;
}
.maintitle3 {
    background: #FECC5C;
}
.maintitle4 {
    background: #EE7F6F;
}
.maintitle5 {
    background: #78C679;
}
.divisor {
    width: 100%;
    max-width: 1048px;
    margin: 0px auto;
    border-bottom: 1px solid #fff;
}
.share {
    max-width: 622px;
}
.plg-donate > iframe {
    min-height: 1300px;
    border: 0;
  }
  @media (max-width: 682px) {
    .plg-donate iframe {
      min-height: 900px;
      border: none;
    }
  }