/* CSS for Homepage Portal v2 Template */

/* Protege a cor de fundo do hero contra sobrescritas */
.entry-content section:first-of-type[class*="bg-"],
main section:first-of-type[class*="bg-"] {
    background-color: inherit !important;
}

/* Protege a cor de fundo dos cards contra sobrescritas */
.entry-content section:first-of-type [class*="bg-"] {
    background-color: inherit !important;
}