.banner {
  width: 100%;
  background: none!important;
  background-color: #000!important;
}

h2.article-title, .article-title.h2 {
  font-size: 3rem!important;
  color: #fff!important;
  margin-bottom: 1.5rem!important;
}

.bg-grey h2.article-title, .article-title.h2 {
  color: #000!important;
}

.article-black{
  color: #000!important; /*(precisa adicionar essa classe para os tÃ­tulos que estÃ£o em fundo branco)*/
}

h2.article-title .highlight.green, .article-title.h2 .highlight.green {
  background-color: #ffe500!important;
}

.btn-dark-green {
  background-color: #ffe500!important;
  color: #fff!important;
}

.btn-message {
  padding: 0 1rem;
  color: #000!important;
}

.aspas-description {
  color: #000!important;
  font-weight: 700;
  font-size: 1rem;
}

.btn-green {
  background-color: #ffe500!important;
  color: #fff!important;
}

.bg-blue {
  background: #000!important;
  color: #fff!important;
}

.vertical-home-line-card .card-title .highlight {
  color: #073051;
  background-color: #ffe501!important;
  border-radius: 30px;
  padding: 0 10px 4px;
}

.vertical-home-line-card .card-title {
  color: #fff!important;
  font-size: 1.6rem;
}

.bg-green {
  background-color: #fff!important;
  color: #073051!important;
}

p a {
  color: #000!important;
  font-weight: 700;
}


p a:hover {
  color: #ffe500!important;
  font-weight: 700;
}

.person-carousel-text {
  color: #fff!important;
  font-size: 1rem;
}

.t-green {
  color: #fff!important;
}

.datagrid-readmore {
  color: #ffe500!important;
}

.tag.green {
  border: 1px solid #ffe500!important;
  color: #ffe500!important;
}

.bg-grey {
  background-color: #fff!important;
  color: #073051!important;
}

.btn-back {
  background-color: #073051!important;
  color: #fff!important;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #073051!important;
}

.tag.dark-green {
  border: 1px solid #000!important;
  color: #000!important;
}

.bg-white h2.article-title, .article-title.h2 {
  font-size: 3rem;
  color: #000!important;
  margin-bottom: 1.5rem!important;
}

.dd-select.secondary button {
  border: 1px solid #ffe500!important;
  width: 80%;
  color: #ffe500!important;
}




