section .hero {
  height: 350px;
  padding: 150px 0 50px;
  color: #334B20;
  display: flex;
  align-items: flex-end;
  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 .hero .container {
  position: relative;
}
section .estaticas-tit {
  font-family: var(--fontFamily2);
  font-style: italic;
  font-weight: 600;
}
section .contentStyledText {
  font-weight: 300;
}
section img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section .contentStyledText {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  section .estaticas-tit {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.8px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .estaticas-tit {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -1.32px;
  }
}
@media (min-width: 768px) {
  section .contentStyledText {
    position: relative;
  }
  section .contentStyledText:before {
    content: "";
    width: 422px;
    height: 422px;
    background-image: url(../../images/fondos/rama.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 50%;
    right: calc(100% + 56px);
    transform: scaleX(-1) translateY(-50%);
  }
}
@media (max-width: 767px) {
  section .estaticas-tit {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.2px;
  }
}/*# sourceMappingURL=estaticas.css.map */