.component-bg-tooltip-repuestos {
  background-image: url(../img/header-repuestos.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-repuestos {
    background-image: url(../img/header-repuestos-mobile.jpg);
  }
}

main section.section-galerias {

}


main section.section-galerias .fyx-slider, 
main section.section-galerias .fyx-slider .wp-block-cover, 
main section.section-galerias .fyx-slider .wp-block-cover-image {
  height: 389px !important;
  min-height: 389px !important;
}

.wp-block-column-galerias {
  gap:120px;
  margin-bottom: 100px;
}

main section.section-galerias h5.wp-block-heading,
main section.section-galerias p {
  margin-top: 15px;
  margin-bottom: 15px;

}

main section.section-galerias p {
  font-size: 14px;
  line-height: 24px;
}

main section.section-galerias p.font-size-17 {
  font-size: 17px !important;
  line-height: 28px;
}

main section.section-galerias h5.wp-block-heading {
  margin-top: 25px;
  color:var(--azul);
}

@media(max-width:767px) {

    .wp-block-column-galerias {
      gap:50px;
      margin-bottom: 50px;
    }

  main section.section-galerias .fyx-slider, 
  main section.section-galerias .fyx-slider .wp-block-cover, 
  main section.section-galerias .fyx-slider .wp-block-cover-image {
      height:300px !important;
      min-height:300px !important;
  }
} 