@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
.titulos {
  padding: 103px 0 0 0;
}
.titulos__content {
  width: calc(100% - 2.2rem);
  max-width: 1274px;
  margin: 0 auto;
}
.titulos__content--title h4 {
  line-height: 116%;
  font-weight: 900;
  text-align: center;
  margin: 0;
  font-size: 24px;
  color: #80BC00;
}
@media (max-width: 992px) {
  .titulos__content--title h4 {
    font-size: 1.2rem;
  }
}
.titulos__content--title h3 {
  line-height: 127%;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  color: #393A39;
  font-weight: 900;
}
@media (max-width: 992px) {
  .titulos__content--title h3 {
    font-size: 1.9rem;
  }
}
.titulos__content--title p {
  color: #393A39;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  margin-left: auto;
  margin-right: auto;
}
.titulos__content--title h4.titgreen {
  color: #2A4902;
}
.titulos__content--title h3 {
  margin-top: 7px;
  margin-bottom: 0;
}/*# sourceMappingURL=titulos.css.map */