
/* FIX contraste "Llámanos:" en home (mobile) */
@media (max-width: 767px){
  /* Título de caja de imagen de Elementor */
  body.home .elementor-image-box-title,
  body.home .elementor-image-box-title a{
    color:#111 !important;              /* texto oscuro bien contrastado */
    text-decoration: none !important;
  }

  /* Si el título va sobre imagen/fondo, añade un fondo claro */
  body.home .elementor-image-box-title{
    display:inline;                      /* mantiene layout */
    background:rgba(255,255,255,.92) !important;
    padding:.1em .3em !important;
    line-height:1.25 !important;
  }

  /* Por si Elementor mete color inline en el contenedor */
  body.home .elementor-image-box-content{
    color:#111 !important;
  }
}

/* Por si el contraste falla por un color heredado del “skin” */
body.home .elementor-image-box-title,
body.home .elementor-image-box-title a{
  /* refuerzo general (también tablet/desktop) */
  color:#111 !important;
}
