.banner-valores .section-sup,
.banner-valores .section-tit2 {
  text-align: center;
}
.banner-valores .section-tit2 {
  color: rgb(108, 154.8, 105);
}
.banner-valores .valores-list {
  font-family: var(--fontFamily2);
  font-size: 28px;
  line-height: 32px;
}
.banner-valores .valores-list .valor {
  text-align: center;
}
.banner-valores .valores-list .valor > * {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.banner-valores .valores-list picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FDE3B2;
  margin-bottom: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.banner-valores .valores-list picture img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1440px) {
  .banner-valores {
    padding-top: 80px;
  }
  .banner-valores .section-tit2 {
    margin-bottom: 80px;
  }
  .banner-valores .valores-list {
    display: grid;
    grid-gap: 30px 90px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .banner-valores .valores-list {
    display: grid;
    grid-gap: 30px 30px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .banner-valores {
    padding-top: 60px;
  }
  .banner-valores .section-tit2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-valores .valores-list {
    display: grid;
    grid-gap: 30px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .banner-valores {
    padding-top: 40px;
  }
  .banner-valores .section-tit2 {
    margin-bottom: 40px;
  }
  .banner-valores .valor + .valor {
    margin-top: 30px;
  }
}/*# sourceMappingURL=banner-valores.css.map */