section .hero {
  height: 350px;
  padding: 150px 0 50px;
  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 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 .contentStyledText {
  font-weight: 300;
}
section img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section .contentStyledText {
  margin-top: 40px;
}/*# sourceMappingURL=estaticas.css.map */