.component-bg-tooltip-farmaceuticas {
  background-image: url(../img/header-industrias.jpg);
  height: 813px; /* fijo, nunca cambia */
  background-size: auto 100%; /* mantiene siempre el alto completo */
  background-position: center center; /* centrada horizontal y verticalmente */
  background-repeat: no-repeat;
}

@media (max-width:767px) {
  .component-bg-tooltip-farmaceuticas {
    background-image: url(../img/header-farmaceuticas-mobile.jpg);
  }
}


.section-cta-soluciones {
  background-image: url(../img/bg-cta-soluciones.jpg);
  background-size: cover;
  background-position: center center; 
  background-repeat: no-repeat;
}

.section-cta-soluciones p {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.025em;
}

.section-cta-soluciones .wp-block-columns {
  align-items: center;
}

.section-cta-soluciones .wp-block-buttons {
  /* margin-top:15px; */
}

.section-cta-soluciones > .wp-block-column {
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .imagen-logo-farmaceuticas {
    padding-bottom: 35px;
  }

  body.page-id-621 .fyx-slider .wp-block-cover .wp-block-cover__image-background {
    aspect-ratio: 2 / 1;
  }

  body.page-id-621 .fyx-slider, 
  body.page-id-621 .fyx-slider .wp-block-cover, 
  body.page-id-621 .fyx-slider .wp-block-cover-image {
      min-height: 195px !important;
      height: 195px !important;
  }

}
