.elementor-kit-6{--e-global-color-primary:#111820;--e-global-color-secondary:#F5A623;--e-global-color-text:#060B10;--e-global-color-accent:#1D8A7A;--e-global-typography-primary-font-family:"DM Mono";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:4.2px;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-size:85px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;font-family:"Inter", Sans-serif;}.elementor-kit-6 a{font-family:"Inter", Sans-serif;font-weight:700;}.elementor-kit-6 h1{font-family:"Barlow Condensed", Sans-serif;font-size:85px;font-weight:800;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;font-weight:700;color:var( --e-global-color-primary );background-color:var( --e-global-color-secondary );padding:16px 32px 16px 32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#FFFFFF59;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */.highlight {
  position: relative;
  display: inline-block;
  text-align: center;
}

.highlight::after {
  content: "";
  position: absolute;
  left: 30%;
  top: -15px;
  width: 90px; 
  height: 8px; 
  background-color: #e6973e;
  transform: translateX(-50%);
}

.highlight:hover::after {
  width: 120px; /* Se expande al pasar el mouse */
  transition: width 0.3s ease-in-out;
}/* End custom CSS */