section .hero {
  height: 350px;
  padding: 150px 0 50px;
  margin-bottom: 40px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  position: relative;
}
section .hero picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero picture:before {
  content: "";
  background-color: #212429;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .hero .container {
  position: relative;
}
section .hero .section-sup {
  color: #FFFFFF;
}
section .hero .estaticas-tit {
  margin-bottom: 0;
  text-align: center;
}
section .contentStyledText {
  font-weight: 300;
}
section .contentStyledText h1,
section .contentStyledText h2,
section .contentStyledText h3,
section .contentStyledText h4 {
  text-align: center;
}
section .contentStyledText img {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section .img-slogan {
  width: 450px;
  max-width: 100%;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section .destacado {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: var(--fontFamily2);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1440px) {
  section .destacado {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .destacado {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  section .destacado {
    font-size: 24px;
    line-height: 28px;
  }
}
section .carta-tit {
  margin-top: 80px;
  color: #E20B7A;
}
section .carta-tit,
section .carta-txt,
section .carta-btn {
  text-align: center;
}/*# sourceMappingURL=estaticas.css.map */