.elementor-872 .elementor-element.elementor-element-cfc9985{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:3em;--padding-bottom:3em;--padding-left:3em;--padding-right:3em;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-872 .elementor-element.elementor-element-b733c1f img{width:174px;height:46px;}.elementor-872 .elementor-element.elementor-element-7968f53{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.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-872 .elementor-element.elementor-element-cfc9985{--width:100%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-7968f53 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');


#ul_menu_header_producto {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  gap: 0 2rem;
  padding: 0;
  list-style: none;
}

#ul_menu_header_producto li {
  flex: 0 1 auto;
}

#ul_menu_header_producto a {
  text-decoration: none;
  color: black;
  display: inline-block;
  font-weight: 400;
  padding: 0.5em 1em;
  text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;

}

#ul_menu_header_producto li a.solicitar-presupuesto {
  background-color: #323232;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: background-size 0.4s ease, color 0.3s ease;
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;
  font-weight: 600;
}

#ul_menu_header_producto li a.solicitar-presupuesto:hover {
  background-size: 100% 100%;
  color: #fff;
}/* End custom CSS */