@charset "UTF-8";
/*link vermás*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&display=swap");
.titulos {
  padding: 2rem 0 0 0;
}
.titulos__content {
  width: calc(100% - 2.2rem);
  max-width: 1274px;
  margin: 0 auto;
}
.titulos__content--title {
  text-align: left;
}
.titulos__content--title h6 {
  margin: 0 0 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #E94E1C;
}
.titulos__content--title h3 {
  margin: 0 0 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  color: #585657;
}
.titulos__content--title h3 strong {
  font-weight: 800;
}
@media (max-width: 992px) {
  .titulos__content--title h3 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
.titulos__content--title h4 {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.01em;
  vertical-align: middle;
  color: #585657;
}
.titulos__content--title h4 strong {
  font-weight: 800;
}
.titulos__content--title h5 {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #585657;
}
.titulos__content--title p {
  color: #585657;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}
.titulos__content.centrar .titulos__content--title {
  max-width: 800px;
  column-count: 1;
  margin: auto;
}/*# sourceMappingURL=titulos.css.map */