@charset "UTF-8";
/* =================================================================== */
/* ↓ Desde acá NO editar ↓ */
/* ============ MIXINS ============= */
/* ============ EXTENDS ============= */
.wp-block-featured-logos {
  background: #111B33;
  padding: 16px 0 6px;
  margin-top: 0 !important;
}
@media (min-width: 560px) {
  .wp-block-featured-logos {
    padding: 24px 0 14px;
  }
}
@media (min-width: 768px) {
  .wp-block-featured-logos {
    padding: 32px 0;
  }
}
.wp-block-featured-logos .featured-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 560px;
  margin: 0 auto;
  gap: 8px;
}
@media (min-width: 768px) {
  .wp-block-featured-logos .featured-logos {
    flex-wrap: nowrap;
    max-width: none;
  }
}
.wp-block-featured-logos .logos--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  color: #FDF7EE;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .wp-block-featured-logos .logos--title {
    width: auto;
  }
}
.wp-block-featured-logos .logos--item {
  text-align: center;
  width: calc(33% - 8px);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wp-block-featured-logos .logos--item {
    margin-bottom: 0px;
    width: auto;
  }
}
.wp-block-featured-logos .logos--item:nth-of-type(1) img {
  width: 92px;
  height: 31px;
}
@media (min-width: 960px) {
  .wp-block-featured-logos .logos--item:nth-of-type(1) img {
    width: 112px;
    height: 39px;
  }
}
@media (min-width: 1120px) {
  .wp-block-featured-logos .logos--item:nth-of-type(1) img {
    width: 132px;
    height: 46px;
  }
}
.wp-block-featured-logos .logos--item:nth-of-type(2) img {
  width: 155px;
  height: 25px;
}
@media (min-width: 960px) {
  .wp-block-featured-logos .logos--item:nth-of-type(2) img {
    width: 186px;
    height: 31px;
  }
}
@media (min-width: 1120px) {
  .wp-block-featured-logos .logos--item:nth-of-type(2) img {
    width: 219px;
    height: 36px;
  }
}
.wp-block-featured-logos .logos--item:nth-of-type(3) img {
  width: 78px;
  height: 20px;
}
@media (min-width: 960px) {
  .wp-block-featured-logos .logos--item:nth-of-type(3) img {
    width: 93px;
    height: 25px;
  }
}
@media (min-width: 1120px) {
  .wp-block-featured-logos .logos--item:nth-of-type(3) img {
    width: 110px;
    height: 30px;
  }
}
.wp-block-featured-logos .logos--item:nth-of-type(4) img {
  width: 42px;
  height: 31px;
}
@media (min-width: 960px) {
  .wp-block-featured-logos .logos--item:nth-of-type(4) img {
    width: 50px;
    height: 39px;
  }
}
@media (min-width: 1120px) {
  .wp-block-featured-logos .logos--item:nth-of-type(4) img {
    width: 59px;
    height: 46px;
  }
}
.wp-block-featured-logos .logos--item:nth-of-type(5) img {
  width: 98px;
  height: 19px;
}
@media (min-width: 960px) {
  .wp-block-featured-logos .logos--item:nth-of-type(5) img {
    width: 117px;
    height: 23px;
  }
}
@media (min-width: 1120px) {
  .wp-block-featured-logos .logos--item:nth-of-type(5) img {
    width: 138px;
    height: 26px;
  }
}
.wp-block-featured-logos .logos--item:nth-of-type(6) img {
  width: 47px;
  height: 27px;
}
@media (min-width: 960px) {
  .wp-block-featured-logos .logos--item:nth-of-type(6) img {
    width: 57px;
    height: 33px;
  }
}
@media (min-width: 1120px) {
  .wp-block-featured-logos .logos--item:nth-of-type(6) img {
    width: 68px;
    height: 38px;
  }
}
.wp-block-featured-logos .img-logos-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  grid-gap: 8px;
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 1279.98px) {
  .wp-block-featured-logos .img-logos-container {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .wp-block-featured-logos .img-logos-container {
    grid-template-columns: unset;
    grid-auto-flow: column;
  }
}
.wp-block-featured-logos .img-logos-container img {
  margin: auto 0 0;
}
/*# sourceMappingURL=style.css.map */
