/* SEDES INICIO */

.sedes-header-bg {
  position: relative;
  overflow: visible;
}

.sedes-header-bg::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: -60px;
  width: 380px;
  height: 533px;
  background: url('/sites/default/files/2026-03/background-seccion-1-sedes.svg') no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.sedes-header-bg::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: -256px;
  width: 300px;
  height: 660px;
  background: url('/sites/default/files/2026-03/background-seccion-2-sedes_2.svg') no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .sedes-header-bg::before {
    display: none;
  }
  .sedes-header-bg::after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: -200px;
    width: 450px;
    height: 660px;
    background: url('/sites/default/files/2026-03/background-seccion-1-mobile-sedes.svg') no-repeat center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
  }
}

.sedes-cercanas-bg {
  position: relative;
  overflow: visible;
}

.sedes-cercanas-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 365px;
  height: 659px;
  background: url('/sites/default/files/2026-03/background-seccion-3-sedes.svg') no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .sedes-cercanas-bg::before {
    display: none;
  }
}

