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:before {
  content: "";
  background-color: #0c224b;
  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 .estaticas-tit,
section .estaticas-tit2 {
  font-weight: 400;
}
section .estaticas-tit2 {
  margin-bottom: 20px;
  color: #00b0ad;
}
section .contentStyledText {
  font-weight: 300;
}
section img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section .bloque {
  margin-top: 40px;
  display: flex;
}
section .bloque picture {
  flex-shrink: 0;
  flex-grow: 0;
}
section .bloque picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section .bloque picture + div {
  flex-grow: 1;
}
@media (min-width: 1440px) {
  section .estaticas-tit {
    font-size: 54px;
    line-height: 58px;
  }
  section .estaticas-tit2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .estaticas-tit {
    font-size: 42px;
    line-height: 46px;
  }
  section .estaticas-tit2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  section .bloque picture {
    margin-right: 30px;
    flex-basis: 65px;
  }
  section .bloque picture img {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  section .estaticas-tit {
    font-size: 32px;
    line-height: 38px;
  }
  section .estaticas-tit2 {
    font-size: 24px;
    line-height: 28px;
  }
  section .bloque picture {
    margin-right: 22px;
    flex-basis: 60px;
  }
  section .bloque picture img {
    width: 60px;
    height: 60px;
  }
}/*# sourceMappingURL=estaticas.css.map */