.component-bg-tooltip-assist-365 {
  background-image: url(../img/header-assist.jpg);
  height: 650px; /* 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-assist-365 {
    background-image: url(../img/header-assist-mobile.jpg);
  }
}

.section-features h5.wp-block-heading{
  color:var(--azul);
  padding-bottom:26px;
}

.section-features .wp-block-image {
  margin-bottom: 15px;
}

.section-features li,
.section-features li p,
.wp-grid-icons p {
  font-size: 17px;
  line-height: 28px;
}

.wp-grid-icons {
  gap:50px;
}
@media (max-width:767px) {
  .wp-grid-icons {
    grid-template-columns: 1fr;
    gap:80px;
  }
}
.wp-grid-icons p {
  max-width: 450px;
} 

body.page-id-860 hr.wp-block-separator {
  border-bottom-width:2px



}

body.page-id-860 .wp-block-separator {
  border: none !important; /* quitamos border sólido */
  height: 2px !important; /* reemplazamos con un alto */
  display: block;
  background: linear-gradient(to right, var(--celeste), var(--azul)) !important;
}

@media (max-width:767px) {

  .wp-block-column-galerias .fyx-slider .wp-block-cover .wp-block-cover__image-background {
    aspect-ratio: 5 / 4;
  }

  .wp-block-column-galerias .fyx-slider, 
  .wp-block-column-galerias .fyx-slider .wp-block-cover, 
  .wp-block-column-galerias .fyx-slider .wp-block-cover-image {
      min-height: 310px !important;
      height: 310px !important;
  }

}