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: #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 .section-sup {
  color: #FFFFFF;
}
section .estaticas-tit,
section .estaticas-tit2 {
  font-weight: 400;
}
section .estaticas-tit2 {
  margin-bottom: 20px;
  color: #84234A;
  display: flex;
  align-items: center;
}
section .estaticas-tit2 img {
  height: 38px;
  margin-left: 0;
  margin-right: 20px;
}
section .contentStyledText {
  font-weight: 300;
}
section .contentStyledText h3 {
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3.2px;
}
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;
}
section .equipo,
section .socios {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 4rem;
}
section .card-team {
  flex-basis: 280px;
  display: grid;
  gap: 1rem;
  align-self: start;
}
section .card-team h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
}
section .card-team .section-sup {
  color: #212429;
}
section .card-team .section-sup {
  font-size: 1rem;
}
section .card-team ul, section .card-team li {
  margin-block: 0;
}
section .card-team ul {
  padding-left: 1rem;
}
@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: 1024px) and (max-width: 1439px) {
  section .container {
    width: 952px;
  }
}
@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;
  }
}
section .enlaces-de-interes {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 3rem;
  background-color: rgba(19, 48, 64, 0.0509803922);
  gap: 3rem;
}
section .enlaces-de-interes h3 {
  margin-bottom: 0;
  font-weight: normal;
}
section .enlaces-de-interes .contentButton {
  display: grid;
  justify-items: start;
}/*# sourceMappingURL=estaticas.css.map */