section .hero {
  height: 380px;
  position: relative;
}
section .hero picture {
  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 .section-tit1 {
  color: #CA4A4F;
  text-align: center;
}
section .section-tit2 {
  color: #572D2D;
  text-align: center;
}
section .contentStyledText strong {
  color: #CA4A4F;
}
section .contentStyledText blockquote {
  color: #572D2D;
  font-family: var(--fontFamily2);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
section img {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section iframe {
  margin-bottom: 40px;
  max-width: 100%;
}
section * + p img,
section * + p iframe {
  margin-top: 40px;
}
@media (min-width: 768px) {
  section .contentStyledText blockquote {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  section .contentStyledText blockquote {
    font-size: 20px;
    line-height: 24px;
  }
}/*# sourceMappingURL=estaticas.css.map */