.elementor-kit-12{--e-global-color-primary:#4FA12F;--e-global-color-secondary:#A0C511;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00B0EB;--e-global-color-3b2f311:#7D6EB1;--e-global-color-b667396:#FFBB00;--e-global-color-6ef669c:#E7412B;--e-global-color-4e00ff2:#E53286;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 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){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);}.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 *//*RESET*/
p {
    margin-bottom: 0;
}
html, body{
    width: 100%;
    overflow-x: hidden;
}

/*OCULTAR RECAPTCHA*/
.grecaptcha-badge { visibility: hidden; }

/*SCROLLBAR*/
body {
  --sb-track-color: #e0e0e0;
  --sb-thumb-color: linear-gradient(#00B0EB, #e53286);
  --sb-size: 10px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 14px;
}

@supports not .elementor-kit-12(::-webkit-scrollbar) {
  body {
      scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}/* End custom CSS */