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 .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;
}/*# sourceMappingURL=servicios.css.map */