.page-id-1977 .wp-block-post-title {

display: none;

}

.page-id-3123 .wp-block-post-title {

display: none;

}

.page-id-3122 .wp-block-post-title {

display: none;

}

/* ====== ESTILOS GLOBALES PARA TODOS LOS BLOQUES COVER ====== */

/* Overlay semitransparente en cualquier cover */
body .wp-block-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 0;
}

/* Contenedor del texto dentro del cover */
body .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  text-align: center !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Ajuste tipográfico en escritorio */
body .wp-block-cover__inner-container h1,
body .wp-block-cover__inner-container h2 {
  font-size: 3rem;
  line-height: 1.2em;
}

body .wp-block-cover__inner-container h3,
body .wp-block-cover__inner-container h4 {
  font-size: 1.6rem;
  line-height: 1.3em;
}

body .wp-block-cover__inner-container p {
  font-size: 1.2rem;
  line-height: 1.5em;
}

/* Evitar que las palabras se corten en los covers */
body .wp-block-cover__inner-container h1,
body .wp-block-cover__inner-container h2,
body .wp-block-cover__inner-container h3,
body .wp-block-cover__inner-container h4,
body .wp-block-cover__inner-container p {
  word-break: normal !important;
  hyphens: none !important;
  white-space: normal !important;
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* Ajuste tipográfico en móviles */
@media (max-width: 768px) {
  body .wp-block-cover__inner-container h1,
  body .wp-block-cover__inner-container h2,
  body .wp-block-cover__inner-container h3,
  body .wp-block-cover__inner-container h4 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.2em;
  }

  body .wp-block-cover__inner-container p {
    font-size: clamp(1rem, 4vw, 1.2rem) !important;
    line-height: 1.4em;
  }
}

/* Forzar tamaño de H4 en los covers */
body .wp-block-cover__inner-container h4 {
  font-size: 3rem !important;  /* igual que H2 */
  line-height: 1.2em !important;
}

@media (max-width: 768px) {
  body .wp-block-cover__inner-container h4 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.2em !important;
  }
}

/* Ajuste solo para la primera imagen de cover en la página de embarazo */
.cover-embarazo-principal {
  background-position: center top !important; /* Ajusta la parte que quieres mostrar */
  background-size: cover !important;          /* Mantiene que cubra todo el bloque */
}

/* Ajuste de fondo en móviles para la portada embarazo */
@media (max-width: 768px) {
  .cover-embarazo-principal {
    background-position: top center !important; /* parte superior visible */
    background-size: 110% !important;           /* menos zoom que el original */
    background-repeat: no-repeat !important;    /* evita repeticiones */
    background-attachment: scroll !important;   /* previene que se mueva al tocar */
  }
}

/* Ajuste solo para la primera imagen de cover en la página de embarazo */
.cover-tarifa-lactancia {
  background-position: center top !important; /* Ajusta la parte que quieres mostrar */
  background-size: cover !important;          /* Mantiene que cubra todo el bloque */
}

/* Ajuste de fondo en móviles para la portada embarazo */
@media (max-width: 768px) {
  .cover-tarifa-lactancia {
    background-position: top center !important; /* parte superior visible */
    background-size: 110% !important;           /* menos zoom que el original */
    background-repeat: no-repeat !important;    /* evita repeticiones */
    background-attachment: scroll !important;   /* previene que se mueva al tocar */
  }
}

/* =========================================
   POLYLANG - Selector de idiomas elegante
   daraluzcor.com
========================================= */

/* Contenedor del selector */
.wp-block-polylang-language-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Quitar puntos de lista */
.wp-block-polylang-language-switcher li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

/* Enlaces de idiomas */
.wp-block-polylang-language-switcher a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    transition: opacity 0.3s ease;
}

/* Separador entre idiomas */
.wp-block-polylang-language-switcher li:not(:last-child)::after {
    content: "|";
    margin: 0 12px;
    opacity: 0.35;
}

/* Efecto al pasar el ratón */
.wp-block-polylang-language-switcher a:hover {
    opacity: 0.65;
}

/* Idioma actual resaltado */
.wp-block-polylang-language-switcher .current-lang a {
    font-weight: 600;
}


/* =========================================
   Ajuste para cabecera
========================================= */

.wp-block-polylang-language-switcher {
    display: flex;
    align-items: center;
}


/* =========================================
   Versión móvil
========================================= */

@media (max-width: 768px) {

    .wp-block-polylang-language-switcher a {
        font-size: 12px;
    }

    .wp-block-polylang-language-switcher li:not(:last-child)::after {
        margin: 0 8px;
    }

}

/* =====================================================
   DARALUZCOR - ESTILO GLOBAL DE NAVEGACIÓN
   Polylang + WordPress Site Editor
===================================================== */


/* =====================================================
   SELECTOR DE IDIOMAS POLYLANG
===================================================== */


/* Contenedor */
.wp-block-polylang-language-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}


/* Quitar puntos */
.wp-block-polylang-language-switcher li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}


/* Enlaces idiomas */
.wp-block-polylang-language-switcher a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    transition: opacity .3s ease;
}


/* Separador */
.wp-block-polylang-language-switcher li:not(:last-child)::after {
    content: "|";
    margin: 0 12px;
    opacity: .35;
}


/* Hover */
.wp-block-polylang-language-switcher a:hover {
    opacity: .65;
}


/* Idioma actual */
.wp-block-polylang-language-switcher .current-lang a {
    font-weight: 600;
}


/* =====================================================
   MENU PRINCIPAL - TODOS LOS IDIOMAS
===================================================== */


/* Contenedor navegación */
.wp-block-navigation {
    align-items: center;
}


/* Enlaces del menú */
.wp-block-navigation .wp-block-navigation-item__content {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 1.4;
    transition: opacity .3s ease;
}


/* Hover */
.wp-block-navigation .wp-block-navigation-item__content:hover {
    opacity: .65;
}


/* Separación entre elementos */
.wp-block-navigation .wp-block-navigation-item {
    margin-left: 16px;
    margin-right: 16px;
}


/* Página activa */
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation .current_page_item > .wp-block-navigation-item__content {
    font-weight: 600;
}


/* =====================================================
   SUBMENUS
===================================================== */


/* Caja desplegable */
.wp-block-navigation .wp-block-navigation__submenu-container {
    padding: 14px;
    border-radius: 6px;
}


/* Elementos del submenu */
.wp-block-navigation .wp-block-navigation__submenu-container 
.wp-block-navigation-item__content {
    font-size: 14px;
    padding: 8px 12px;
}


/* =====================================================
   HEADER - ALINEACION
===================================================== */


/* Alinear logo + menu + idiomas */
.wp-block-template-part .wp-block-navigation,
.wp-block-template-part .wp-block-polylang-language-switcher {
    display: flex;
    align-items: center;
}


/* =====================================================
   MOVIL
===================================================== */

@media (max-width: 768px) {

    .wp-block-navigation .wp-block-navigation-item__content {
        font-size: 15px;
    }


    .wp-block-polylang-language-switcher a {
        font-size: 12px;
    }


    .wp-block-navigation .wp-block-navigation-item {
        margin-left: 0;
        margin-right: 0;
    }

}

/* =====================================================
   DARALUZCOR - TITULO Y SUBTITULO CABECERA
   Mantiene tamaños originales del tema
===================================================== */


/* Título principal */
.hero-title {
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 18px;
}


/* Línea separadora debajo del título */
.hero-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background-color: currentColor;
    opacity: 0.35;
    margin-top: 16px;
}


/* Texto descriptivo */
.hero-subtitle {
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.3px;
    opacity: 0.85;
}


/* Evitar márgenes automáticos */
.hero-title p,
.hero-subtitle p {
    margin: 0;
}


/* Ajuste móvil */
@media (max-width: 768px) {

    .hero-title {
        margin-bottom: 14px;
    }

    .hero-title::after {
        width: 35px;
        margin-top: 12px;
    }

}

/* =====================================================
   DARALUZCOR - FOOTER BRANDING
   Identidad, profesión y descripción
===================================================== */


/* Nombre de marca */
.footer-brand {
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.3;
    margin-bottom: 14px;
    text-transform: uppercase;
}


/* Línea separadora debajo de la marca */
.footer-brand::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: currentColor;
    opacity: 0.35;
    margin-top: 14px;
}


/* Profesión */
.footer-role {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.5;
    margin-bottom: 12px;
}


/* Texto de acompañamiento */
.footer-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.2px;
    opacity: 0.85;
    max-width: 420px;
}


/* Evitar márgenes automáticos del editor */
.footer-brand,
.footer-role,
.footer-description {
    margin-top: 0;
}


/* Ajuste móvil */
@media (max-width: 768px) {

    .footer-brand {
        margin-bottom: 12px;
    }

    .footer-role,
    .footer-description {
        font-size: 15px;
        line-height: 1.6;
    }

}