#descritivo .box::after {
  clear: both;
  content: "";
  display: block;
}
#descritivo .box img {
  width: 30rem;
  shape-margin: 30px;
}
@media (min-width: 992px) {
  #descritivo .box img {
    float: left;
  }
}
@media (max-width: 992px) {
  #descritivo .box div {
    clear: both;
  }
}
#descritivo .box:nth-of-type(1) img {
  shape-outside: url("../img/home/coalizao.png");
}
#descritivo .box:nth-of-type(2) img {
  shape-outside: url("../img/home/objetivos.png");
}
#descritivo .box:nth-of-type(3) img {
  shape-outside: url("../img/home/contextualizacao.png");
}
#descritivo #parceiros a:hover {
  color: #330b0b;
}
#descritivo #modal_noticias .box img {
  max-width: 100%;
}
@media (min-width: 640px) {
  #descritivo #modal_noticias .box img {
    max-width: 50%;
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}

#adesao .active {
  background-color: #DEE2E6;
  transition: background-color 0.3s ease;
}
#adesao .circle {
  background-color: #F2856B;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
#adesao .circle i {
  font-size: 3rem;
  margin-right: -1.5rem;
  margin-bottom: -1rem;
}

#ultimas_noticias .texto-limitado {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#header_principal img {
  width: 10rem;
}/*# sourceMappingURL=main.css.map */