/* ===== Barra roja ===== */
.section-adbar {
  padding: 0 40px !important;
  height: 22px !important;
  overflow: hidden !important;
}
.section-adbar .js-swiper-adbar,
.section-adbar .js-swiper-adbar-wrapper {
  height: 22px !important;
  min-height: 22px !important;
  display: flex !important;
  align-items: center !important;
}
.section-adbar .adbar-text-container {
  font-size: 8px !important;
  line-height: 8px !important;
}

/* ===== Logo / header blanco ===== */
.logo-img.logo-img-small {
  max-width: 118px !important;
  width: 118px !important;
  height: auto !important;
}

/* ===== Menú negro + Venta al público/Cotizar obras ===== */
.head-banner-item {
  padding-top: 0.5px !important;
  padding-bottom: 0.5px !important;
}
.head-banner-item .mb-1 {
  margin-bottom: 0 !important;
}
.nav-desktop-list {
  padding: 0.5px 0 !important;
}

/* ===== Banner: techo de altura + anclado arriba ===== */
@media (min-width: 768px) {
  .section-slider .swiper-slide {
    max-height: calc(100vh - 275px) !important;
  }
}
.section-slider .slider-image {
  object-position: center top !important;
}

/* ===== Espacio entre banner y marcas ===== */
.section-slider .my-3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ===== Marcas más pegadas a los puntitos ===== */
.copi-brands-grid {
  padding-top: 4px !important;
}