.BloqueCabezoteInternas {
  position: relative !important;
  overflow: hidden !important;
  min-height: 413px !important;
  width: 100% !important;
  display: block !important;
  background: #8f35e8 !important;
}

.BloqueCabezoteInternas img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  z-index: 1 !important;
}

/* Capa oscura/morada sobre la imagen */
.BloqueCabezoteInternas::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.18) !important;
  z-index: 2 !important;
}

/* Degradado morado inferior */
.BloqueCabezoteInternas::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(161, 63, 255, 0.98) 0%,
    rgba(161, 63, 255, 0.90) 28%,
    rgba(161, 63, 255, 0.58) 55%,
    rgba(161, 63, 255, 0.08) 85%,
    rgba(161, 63, 255, 0) 100%
  ) !important;
  z-index: 3 !important;
}

/* H1 alineado abajo */
.BloqueCabezoteInternas h1 {
  position: absolute !important;
  left: 50% !important;
  bottom: 22px !important;
  top: auto !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  z-index: 4 !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 15px !important;
  text-align: center !important;

  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-shadow: none !important;
  font-weight: normal !important;
}

/* Texto pequeño */
.BloqueCabezoteInternas h1::before {
  content: "Informaci\00F3n para" !important;
  display: block !important;
  color: #ffffff !important;
  font-size: 1.55rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin-bottom: 4px !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
}

/* Texto grande */
.BloqueCabezoteInternas h1::after {
  content: "MUJERES" !important;
  display: block !important;
  color: #ffffff !important;
  font-size: clamp(3.8rem, 7vw, 6.5rem) !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  letter-spacing: 3px !important;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.18) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .BloqueCabezoteInternas {
    min-height: 280px !important;
  }

  .BloqueCabezoteInternas img {
    object-position: center !important;
  }

  .BloqueCabezoteInternas h1 {
    bottom: 20px !important;
  }

  .BloqueCabezoteInternas h1::before {
    font-size: 1.15rem !important;
  }

  .BloqueCabezoteInternas h1::after {
    font-size: clamp(3rem, 13vw, 4.4rem) !important;
    letter-spacing: 1px !important;
  }
}



.cajas_listas .Vermas {
    width: 100%;
    background-color: #A852F1 !important;
    
}


.ColorMoradoFondo {
    background-color: #a64dff  !important;
}


.ColorMoradoFondo h3, .ColorMoradoFondo .h3, .ColorMoradoFondo .field-label-above {

    font-size: 1.6em !important;
    
    
}



.bloque-mujeres-info {
    background: #f4f4f4;
    font-family: inherit;
  }
  .contenido-mujeres-info {
    max-width: 560px;
  }
  .titulo-ruta {
    display: inline-block;
    color: #a64dff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    margin-bottom: 12px;
  }
  .titulo-ruta:hover {
    color: #8f35e8;
  }
  .texto-descripcion {
    color: #222;
    font-size: 1.18rem;
    line-height: 1.45;
    margin: 0 0 10px 0;
  }
  .texto-escucharte {
    color: #a64dff;
    font-size: 1.35rem;
    font-weight: 800;
    margin: 10px 0 22px 0;
  }
  .correo-contacto {
    margin-bottom: 24px;
  }
  .correo-contacto i {
    color: #ff6268;
    font-size: 4rem;
    line-height: 1;
  }
  .correo-contacto strong {
    color: #ff6268;
    font-size: 1.1rem;
    font-weight: 800;
  }
  .correo-contacto a {
    color: #222;
    font-size: 1.05rem;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .btn-resolucion {
    display: inline-block;
    background: #ff6268;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
    padding: 12px 26px;
    border-radius: 50px;
    transition: all 0.2s ease;
  }
  .btn-resolucion:hover {
    background: #ec4f56;
    color: #fff;
    transform: translateY(-2px);
  }
  .menu-mujeres-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .item-menu-mujeres {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 83px;
    background: #a64dff;
    color: #fff;
    text-align: center;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s ease;
  }
  .item-menu-mujeres:hover {
    background: #8f35e8;
    color: #fff;
    transform: translateY(-2px);
  }
  .item-menu-imagen {
    display: block;
    overflow: hidden;
    min-height: 80px;
    background: #a64dff;
  }
  .item-menu-imagen img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
  }
  @media (max-width: 991px) {
    .contenido-mujeres-info {
      max-width: 100%;
    }
    .titulo-ruta {
      font-size: 1.2rem;
    }
    .texto-descripcion {
      font-size: 1.05rem;
    }
    .texto-escucharte {
      font-size: 1.2rem;
    }
    .correo-contacto i {
      font-size: 3.2rem;
    }
    .btn-resolucion {
      width: 100%;
      text-align: center;
      font-size: 1.05rem;
    }
  }
  @media (max-width: 576px) {
    .bloque-mujeres-info {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
    .titulo-ruta br {
      display: none;
    }
    .correo-contacto {
      align-items: flex-start !important;
    }
    .correo-contacto a {
      font-size: 0.95rem;
      word-break: break-word;
    }
    .item-menu-mujeres {
      min-height: 70px;
    }
  }