.elementor-kit-9{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#0B0B0B;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F1C75B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Solo mobile: hamburguesa derecha, logo izquierda */
@media (max-width: 1024px) {

  #header-mobile {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  /* Logo al lado IZQUIERDO */
  .header-mobile-center {
    order: 1 !important;
    margin: 0 !important;
  }

  /* Hamburguesa al lado DERECHO */
  .header-mobile-left {
    order: 3 !important;
  }

  /* Íconos (lupa, usuario, etc.) al centro o derecha */
  .header-mobile-right {
    order: 2 !important;
  }

}

/* Eliminar footer original de Houzez */
footer.footer-wrap {
  display: none !important;
}

/* Eliminar también el espacio que deja */
.back-to-top-wrap,
#back-to-top,
.back-to-top {
  display: none !important;
}/* End custom CSS */