.container-fluid.full-width.section {
    width: 100%;
    height: 70vh;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}

.container-fluid.full-width.section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container-fluid.full-width.section .overlay-section {
  position: absolute;
  inset: 0;
  background: rgba(0, 48, 87, 0.45);/* 🔥 oscurece la imagen */
  z-index: 1;
}

.container-fluid.full-width.section .content-section {
  position: relative;
  z-index: 2;
}

.boletines-wrap {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* NAV lateral */

.boletines-nav .nav-link {
  position: relative;
  display: flex;
      flex-direction: row;
    align-items: center;
  gap: 2px; 
  margin-bottom: 14px;
  padding: 14px 18px;
  border-radius: 999px!important;
  border: 2px solid #003A5D!important;           /* azul institucional */
  background-color: #ffffff;
  color: #003A5D;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  transition: all .2s ease;
}

.boletines-nav .nav-link .alt {
  font-weight: 400;
  font-size: 13px;
}

.boletines-nav .nav-link .icon {

  left: 14px;
  font-size: 20px;
}

#secondary img, article img, figure, img, img.wp-post-image {
    max-width: none!important;
}

.boletines-nav .nav-link .arrow {
  margin-left: auto;
  font-size: 18px;
}

.boletines-nav .nav-link span:not(.icon):not(.arrow) {
  margin-left: 30px; /* corre texto para despejar icono */
}

/* Estado hover */
.boletines-nav .nav-link:hover {
  background-color: #f5f9fc;
  transform: translateX(3px);
}

/* Estado activo (amarillo completo) */
.boletines-nav .nav-link.active {
  background-color: #F3B544!important;
  border-color: #F3B544;
  color: #003A5D!important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.18);
}

/* CONTENIDO DERECHA */

.boletines-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #C66657; /* tono salmón como en el ejemplo */
  margin-bottom: 14px;
}

.boletines-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #C66657;
  margin-top: 24px;
  margin-bottom: 10px;
}

.boletines-content p,
.boletines-content li {
  font-size: 15px;
  line-height: 1.6;

}

.boletines-content ul {
  padding-left: 18px;
}


/* --- Semanales --- */
.boletin-card-semanal {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 260px;
}

.boletin-card-semanal img {
  object-fit: cover;
  height: 100%;
}

.overlay-dark {
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.8) 100%);
  position: absolute;
  inset: 0;
  border-radius: 10px;
}

.boletin-card-semanal .boletin-info h6 {
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* --- Mensuales --- */
.boletin-card-mensual {
  background-color: #112a53;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.boletin-card-mensual:hover {
  background-color: #0d2244;
  transform: translateY(-2px);
}

.text-lime {
  color: #b5e441;
}

.section-title {
  font-weight: 800;
  letter-spacing: 0.04em;
  font-family: 'Bebas Kai', sans-serif;
}

.section-subtitle {
  font-weight: 600;
  margin-top: -10px;
}

.boletines-nav-wrap {
  position: sticky;
  top: 120px; /* ajusta según tu header */
  align-self: flex-start;
  z-index: 2;
}

.boletines-content-wrap {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding-right: 1rem;
}

.container-map {
    padding: 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-visores{
    padding: 0 80px;
}

.pf-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.pf-pagination__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 600px;
  width: 100%;
}

.pf-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid #003152;
  background: transparent;
  cursor: pointer;
}

.pf-pagination__btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.pf-pagination__icon {
  font-size: 20px;
  color: #003152;
}

.pf-pagination__track {
  flex: 1;
  height: 8px;
  background: #003152;
  border-radius: 999px;
  overflow: hidden;
}

.pf-pagination__progress {
  height: 100%;
  background: #f2b233;
  transition: width 0.3s ease;
}

.pf-pagination__label {
  font-size: 32px;
  font-weight: bold;
  color: #003152;
  min-width: 3ch;
  text-align: right;
}


.accordion .accordion-body ul.list-group li {
  padding: 0.75rem 1rem;
  border: none;
  border-bottom: 1px solid #eee;
}
.accordion .accordion-body ul.list-group li strong {
  color: #006837;
}
.accordion .accordion-body ul.list-group li {
  padding: 0.75rem 1rem;
  border: none;
  border-bottom: 1px solid #eee;
}
.accordion .accordion-body ul.list-group li strong {
  color: #006837;
}

/* 1. ESTILOS BÁSICOS (CSS) */
  /* El botón que se ve siempre */
  .boton-acordeon {
    background-color: var(--fen-azul);
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
  }

  /* Efecto al pasar el mouse */
  .boton-acordeon:hover {
    background-color:var(--fen-yellow);
  }

  /* El panel de contenido (INICIA OCULTO) */
  .panel-contenido {
    padding: 0 18px;
    display: none; /* Esto asegura que inicien cerrados */
    background-color: white;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-top: none;
  }