.elementor-kit-6{--e-global-color-primary:#141414;--e-global-color-secondary:#141414;--e-global-color-text:#141414;--e-global-color-accent:#7FC41C;--e-global-color-7303a99:#FFFFFF;--e-global-color-0d80869:#6F1A3D;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );color:#FFFFFF;border-radius:5em 5em 5em 5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-7303a99 );}.elementor-kit-6 h1{color:#54595F;font-size:4.5em;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-size:4em;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-size:2.5em;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );}.elementor-kit-6 h5{color:var( --e-global-color-secondary );font-size:1.5em;}.elementor-kit-6 h6{color:var( --e-global-color-secondary );font-size:1em;text-transform:uppercase;}.elementor-kit-6 label{font-family:"Helvetica", Sans-serif;line-height:2.5em;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Helvetica", Sans-serif;border-radius:1em 1em 1em 1em;padding:1em 1em 1em 1em;}.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);}.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-kit-6 h1{font-size:3em;}.elementor-kit-6 h2{font-size:2.5em;}.elementor-kit-6 h3{font-size:2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 h1{font-size:2.5em;}.elementor-kit-6 h2{font-size:2em;}.elementor-kit-6 h3{font-size:1.5em;}.elementor-kit-6 h5{font-size:1.2em;}.elementor-kit-6 h6{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Ajuste de scroll */

div {
  scroll-margin-top: 100px;
}

/* Ajuste de fuente */

html {
  font-size: clamp(14px, 1vw, 16px);
}

h1 {
  font-size: clamp(4rem, 4vw, 3.5rem) !important;
}

h2 {
  font-size: clamp(3rem, 3vw, 2.5rem) !important;
}

h3 {
  font-size: clamp(2rem, 3vw, 1.5rem) !important;
}

@media (max-width: 768px) {
  html {
    font-size: 14px; /* fija la base, evita inflado */
  }

  h1 {
    font-size: clamp(2.5rem, 6vw, 2.4rem) !important;
    line-height: 1.15;
  }

  h2 {
    font-size: clamp(2rem, 4.5vw, 1.8rem) !important;
  }
  
  
h3 {
  font-size: clamp(1.6rem, 2.2vw, 1.9rem) !important;
  line-height: 1.25;
}

h4 {
  font-size: clamp(1.3rem, 1.6vw, 1.5rem) !important;
  line-height: 1.3;
}

h5 {
  font-size: clamp(1.1rem, 1.2vw, 1.25rem) !important;
  line-height: 1.35;
}
}/* End custom CSS */