.mainContent {
  padding-top: 0;
}

section .hero {
  height: 250px;
  padding: 50px 0;
  margin-bottom: 40px;
  background-color: #495057;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
}
section .hero .section-sup,
section .hero .section-tit1 {
  color: #FFFFFF;
}
section .hero .section-tit1 {
  margin-bottom: 0;
}
section .hero.bg-primary {
  background-color: #002D5D;
}
section .hero.bg-secondary {
  background-color: #385CAD;
}
section .hero.bg-tertiary {
  background-color: #EB0045;
}
section .hero.bg-quaternary {
  background-color: #FFA400;
}
section .hero.bg-quaternary .section-sup,
section .hero.bg-quaternary .section-tit1 {
  color: #002D5D;
}
section .contentStyledText {
  font-weight: 300;
}
section .contentStyledText + * {
  margin-top: 40px;
}
section .contentStyledText img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section .contentStyledText h2 {
  margin-bottom: 20px;
  color: #002D5D;
  font-weight: 400;
}
@media (min-width: 1440px) {
  section .contentStyledText h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .contentStyledText h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  section .contentStyledText h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
section .contentStyledText h3 {
  margin-bottom: 10px;
  color: #385CAD;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
section .contentStyledText h3 ~ ul {
  padding-left: 50px;
  margin-left: 0;
}
section .contentStyledText h4 {
  margin-left: 50px;
  margin-bottom: 10px;
  color: #385CAD;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
section .contentStyledText h4 ~ ul {
  padding-left: 100px;
  margin-left: 0;
}
section .banner {
  padding: 30px;
  background-color: #f2f5f7;
  border-radius: 20px;
  color: #002D5D;
}
section .banner + * {
  margin-top: 40px;
}
section .banner .btn {
  margin-right: 20px;
  margin-bottom: 5px;
}/*# sourceMappingURL=estaticas.css.map */