.centros-section {
  padding: 0px 0 90px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.container-centros {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
}

.centros-head {
  max-width: 820px;
  margin-bottom: 36px;
}

.centros-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0f67b4;
}

.centros-head h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .95;
}

.centros-head p {
  margin: 0;
  max-width: 760px;
  color: #66707a;
  font-size: 16px;
  line-height: 1.6;
}

.centros-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.centros-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.centros-filters {
  display: grid;
  gap: 12px;
}

.centros-filter {
  width: 100%;
  text-align: left;
  border: 1px solid #d9dee3;
  background: #fff;
  color: #20262d;
  border-radius: 18px;
  padding: 16px 18px;
  cursor: pointer;
  transition: .22s ease;
  box-shadow: 0 10px 26px rgba(15, 34, 54, 0.06);
}

.centros-filter:hover,
.centros-filter.is-active {
  background: #0f67b4;
  color: #fff;
  border-color: #0f67b4;
  transform: translateY(-1px);
}

.centros-filter small {
  display: block;
  margin-top: 6px;
  color: #66707a;
  font-size: 13px;
  line-height: 1.45;
}

.centros-filter:hover small,
.centros-filter.is-active small {
  color: rgba(255,255,255,.82);
}

.centro-card {
  border: 1px solid #d9dee3;
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(15, 34, 54, 0.08);
}

.centro-card__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 103, 180, 0.08);
  color: #0f67b4;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.centro-card h3 {
  margin: 0 0 16px;
  font-size: 25px;
  line-height: 1.05;
  color: #20262d;
}

.centro-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.centro-card__list li {
  display: grid;
  gap: 4px;
}

.centro-card__list strong {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #0f67b4;
}

.centro-card__list span,
.centro-card__list a {
  font-size: 15px;
  line-height: 1.5;
  color: #66707a;
  word-break: break-word;
}

.centro-card__list a {
  color: #0a4d87;
  text-decoration: none;
}

.centros-map-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.centros-map-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.centros-map-top__label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #0f67b4;
}

.centros-map-top p {
  margin: 0;
  color: #66707a;
  font-size: 14px;
}

.centros-reset {
  border: 0;
  background: transparent;
  color: #0f67b4;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.centros-map {
  min-height: 450px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 103, 180, 0.12);
  box-shadow: 0 16px 40px rgba(15, 34, 54, 0.08);
  background: #dfeaf3;
}

/* infowindow */
.centro-infowindow {
  max-width: 260px;
  padding: 4px 2px 2px;
}

.centro-infowindow h4 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  color: #20262d;
}

.centro-infowindow p {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.45;
  color: #66707a;
}

.centro-infowindow a {
  color: #0a4d87;
  text-decoration: none;
}

/* mobile */
@media (max-width: 991px) {
  .centros-grid {
    grid-template-columns: 1fr;
  }

  .centros-map {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .centros-section {
    padding: 72px 0;
  }

  .centros-head h2 {
    font-size: 34px;
  }

  .centros-map-top {
    flex-direction: column;
    align-items: start;
  }

  .centros-map {
    min-height: 440px;
  }

  .centro-card h3 {
    font-size: 22px;
  }
}

.centros-logos-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  overflow: hidden;
}

.centros-logos-section .section-heading {
  margin-bottom: 40px;
}

.centrosLogosSwiper {
  position: relative;
  padding: 10px 6px 56px;
}

.centro-logo-card {
  height: auto;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #d9dee3;
  box-shadow: 0 14px 34px rgba(15, 34, 54, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.centro-logo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 34, 54, 0.12);
}

.centro-logo-card img {
  max-width: 100%;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.centros-logos-prev,
.centros-logos-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d9dee3;
  box-shadow: 0 10px 24px rgba(15, 34, 54, 0.10);
  color: #0f67b4;
}

.centros-logos-prev::after,
.centros-logos-next::after {
  font-size: 16px;
  font-weight: 700;
}

.centros-logos-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(15, 103, 180, 0.28);
  opacity: 1;
}

.centros-logos-pagination .swiper-pagination-bullet-active {
  background: #0f67b4;
}

@media (max-width: 767px) {
  .centros-logos-section {
    padding: 72px 0;
  }

  .centro-logo-card {
    height: 150px;
    padding: 18px;
    border-radius: 20px;
  }

  .centro-logo-card img {
    max-height: 88px;
  }

  .centros-logos-prev,
  .centros-logos-next {
    display: none;
  }
}