.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-13767 .elementor-element.elementor-element-a503146{width:100%;}}/* Start custom CSS for html, class: .elementor-element-69423e3 *//* CONTENEDOR DEL NAV */
.fpa-nav .fpa-container{
  overflow-x:auto;
}

/* MENÚ EN UNA SOLA LÍNEA */
.fpa-menu{
  display:flex !important;
  flex-wrap:nowrap !important;
  white-space:nowrap;
  align-items:center;
  gap:18px;
  min-width:max-content;
}

/* EVITA SALTOS DE LI */
.fpa-menu > li{
  flex:0 0 auto;
}

/* OCULTAR SCROLLBAR (queda limpio) */
.fpa-nav .fpa-container::-webkit-scrollbar{
  display:none;
}
.fpa-nav .fpa-container{
  scrollbar-width:none;
}/* End custom CSS */