.elementor-kit-497{--e-global-color-primary:#B0976D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-389ba9f:#FFFFFF;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Bebas Neue";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bebas Neue";--e-global-typography-accent-font-weight:500;--e-global-typography-a0b2e04-font-family:"Bebas Neue";--e-global-typography-a0b2e04-font-size:20px;--e-global-typography-a0b2e04-font-weight:100;--e-global-typography-3ba6dd3-font-family:"Bebas Neue";--e-global-typography-3ba6dd3-font-size:60px;--e-global-typography-3ba6dd3-font-weight:500;background-color:#141519;}.elementor-kit-497 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1620px;}.e-con{--container-max-width:1620px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Mostramos el menú de escritorio desde 1200px */
.menu-desktop {
  display: flex;
}
.menu-mobile {
  display: none;
}

/* Cambiamos a menú hamburguesa abajo de 1199px */
@media (max-width: 1650px) {
  .menu-desktop {
    display: none;
  }
  .menu-mobile {
    display: flex;
  }
}


.elementor-nav-menu--dropdown {
  width: 100vw; /* 100% del ancho de la ventana */
  left: 0; /* Asegura que arranque pegado a la izquierda */
  right: 0; /* Opcional: también pegado al borde derecho */
  position: fixed; /* Se pega a la ventana */
  top: 80px; /* Opcional: ajustar si querés que baje un poco */
  background-color: #ffffff; /* Opcional: poné el color de fondo que quieras */
  z-index: 9999; /* Asegura que esté por encima de todo */
}/* End custom CSS */