.servicio .proyectos {
  background-color: rgba(33, 36, 41, 0.05);
}
.servicio .proyectos .proyectos-bottom {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 1440px) {
  .servicio .proyectos {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .servicio .proyectos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .servicio .proyectos .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}
@media (min-width: 768px) {
  .servicio .proyectos .blockFeatured-type2-list .blockFeatured-type2-item {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .servicio .proyectos .blockFeatured-type2-list .blockFeatured-type2-item .blockFeatured-content .contentPlainText + .contentLinklist {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .servicio .proyectos {
    padding-bottom: 40px;
  }
}
.servicio .proveedores {
  background-color: rgba(33, 36, 41, 0.05);
}
.servicio .proveedores .proveedores-items article {
  text-align: center;
}
.servicio .proveedores .proveedores-items article picture {
  margin-bottom: 10px;
}
.servicio .proveedores .proveedores-items article .article-tit {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  color: #DDE2E5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .servicio .proveedores {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 30px;
  }
  .servicio .proveedores .proveedores-items article {
    width: 240px;
  }
}
@media (max-width: 1023px) {
  .servicio .proveedores {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .servicio .proveedores .proveedores-items article {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .servicio .proveedores .proveedores-items {
    max-width: 912px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .servicio .proveedores .proveedores-items article {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .servicio .proveedores .proveedores-items article + article {
    margin-top: 30px;
  }
}/*# sourceMappingURL=servicio.css.map */