/* Navbar.js */
.sp-nav__title {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  color: #233142;
}
.sp-nav__subtitle {
  font-size: 12px;
  color: #6b7a90;
}
.sp-nav__badge { 
  background-color: #159a7e;
}

.sp-nav .v-toolbar__content {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.sp-nav__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-nav__li {
   margin: 0;
}

.sp-nav__link {
  display: inline-block;
  padding: 16px 12px;
  text-decoration: none;
  color: #fff;             
  font-weight: 500;
  font-size: 16px;
  position: relative;
  opacity: .95;
}
.sp-nav__link:hover { 
  opacity: 1; 
}

.sp-nav__link--active { 
  color: #fff; 
}

.sp-nav__link--active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 3px;
  border-radius: 2px;
  background: #fff;        
}

/* Drawer */
.sp-nav__drawer { 
  background-color: #159a7e;
  width: 300px;
}
.sp-nav__ul--drawer { 
  display: block; 
}
.sp-nav__li--drawer { 
  border-bottom: 1px solid rgba(0,0,0,.06); 
}
.sp-nav__link--drawer {
  display: block;
  padding: 14px 18px;
  color: #ffffff !important;           
}
/* Activo en drawer: teal */
.sp-nav__link--drawer.sp-nav__link--active { 
  color: #ffffff;
}

.sp-nav nav ul { 
  list-style: none;
}

/* Responsive */
@media (max-width: 599px) {
  .sp-nav__subtitle { display: none; }
}


/* Index.js */
.hero-bg {
  background: radial-gradient(1200px 300px at 70% 0%, rgba(21,154,126,.08), transparent 60%);
}

/* .hero-panel {
  border-radius: 16px;
  background-image: linear-gradient(180deg, #18b589 0%, #0f8266 100%);
} */
/* SLIDER + TEXTO */
.hero-slider {
    border-radius: 18px;
    overflow: hidden;
    background: #dfe8e6;
}

.hero-slider .v-window__container,
.hero-slider .v-window-item,
.hero-slider .v-image {
    height: 100%;
}

.hero-slider__overlay {
    width: 100%;
    height: 100%;
}

.hero-slider__title {
    max-width: 12ch;
    line-height: 1.05;
    text-wrap: balance;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

.hero-slider__subtitle {
    max-width: 680px;
    opacity: 0.96;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

@media (max-width: 960px) {
    .hero-slider__title {
        max-width: 100%;
    }

    .hero-slider__subtitle {
        max-width: 100%;
    }
}


/* SLIDER + TEXTO */

/* Accesos rapidos */
.qa-card { 
  transition: transform .15s ease, box-shadow .15s ease; 
} 
.qa-card--hover { 
  transform: translateY(-2px);
}

/* Nuestros centros de Salud */
.pin-void { 
  background: transparent; 
  border: 0; 
}

.leaflet-container { 
  background: #eef3f7; 
}

/* Programas y Campañas */
.qa-link { 
  text-decoration: underline;
  text-underline-offset: 3px;
}

.emg-bg { 
  background-color: #1f3a8a; 
} 

/* Centros */
.v-application .v-app-bar.sp-nav,
.v-application .v-app-bar {
  z-index: 3000 !important;
}

.leaflet-container { 
  position: relative;
  z-index: 0; 
}

.centros-scroll {
  max-height: 420px;
  overflow: auto;
  padding-right: 4px;
}

/* @media (max-width: 959px){ 
  .centros-scroll { 
    max-height: none; 
  } 
} */

.centro--active {
  border: 2px solid #159a7e !important;   
  box-shadow: 0 6px 18px rgba(21,154,126,.18) !important; 
}

/* Pie.js */
.footer-bg { 
  background-color: #1f2937 !important; 
}
