/* === HEADER REVISTA === */
.header-revista {
  min-height: 430px;
  height: 70vh;
  max-height: 660px;
  overflow: hidden;
  position: relative;
  margin-top: 0 !important;
}

.distribucion-mitad {
  margin-top: auto;
}

.bg-header {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* Contenedor fluid de portada */
.header-revista > .container-fluid {
  position: relative;
  z-index: 2;
  min-height: inherit;
  height: 100%;
}

/* === LOGO REVISTA === */
.logo-revista-img {
  max-height: 120px;
  width: auto;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.13));
}

.texto-fecha {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background: rgba(2, 56, 50, 0.10);
  border-radius: 8px;
  padding: 2px 10px;
}

/* === BOTONES === */
.btn-suscribirse,
.btn-compartir {
  border-radius: 18px;
  font-weight: 500;
  font-size: 1rem;
  padding: 7px 22px;
  transition: background 0.15s;
}

.btn-suscribirse:hover,
.btn-compartir:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* === SECCIÓN LOGO + EDICIÓN === */
.revista-logo-edicion {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
}

.num-edicion {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.12rem;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
}

/* === MÓVIL === */
@media (max-width: 767.99px) {
  .header-revista {
    min-height: 320px;
    max-height: 520px;
    padding-bottom: 26px;
  }

  .logo-revista-img {
    max-height: 70px;
  }

  /* Contenedor sin padding lateral del container-fluid */
  .header-revista .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Alineación uniforme (igual que el botón hamburguesa y el texto de fecha) */
  .revista-logo-edicion {
    justify-content: flex-start !important;
    text-align: left !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
    padding-left: 14px !important; /* mismo margen que el botón hamburguesa */
    margin-top: 14px;
  }

  .revista-logo-edicion .logo-revista-img {
    margin-left: 0 !important;
  }

  .num-edicion {
    margin-left: 0 !important;
    margin-top: 6px !important;
    text-align: left !important;
    display: block !important;
    padding-left: 14px !important; /* se alinea con el logo */
  }

  /* Limpieza de herencias */
  .header {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .header-left,
  .header-logo,
  .header-number {
    margin-left: 0;
    padding-left: 0;
  }
}
