.elementor-kit-4{--e-global-color-primary:#2D2A26;--e-global-color-secondary:#C78E37;--e-global-color-text:#1B1917;--e-global-color-accent:#969593;--e-global-color-245cba0:#000000;--e-global-color-9a88f27:#FFFFFF;--e-global-color-1c76acc:#F4F4F4;--e-global-color-dfd3e07:#FFFFFF00;--e-global-typography-primary-font-family:"Funnel Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Funnel Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Funnel Sans";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:22px;--e-global-typography-text-letter-spacing:0.6px;--e-global-typography-accent-font-family:"Funnel Sans";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:18px;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-d81ceee-font-family:"Funnel Sans";--e-global-typography-d81ceee-font-size:13px;--e-global-typography-d81ceee-font-weight:500;--e-global-typography-d81ceee-line-height:20px;--e-global-typography-a6efe63-font-family:"Funnel Sans";--e-global-typography-a6efe63-font-size:12px;--e-global-typography-a6efe63-font-weight:400;--e-global-typography-a6efe63-text-transform:uppercase;--e-global-typography-a6efe63-line-height:14px;--e-global-typography-0b563c5-font-family:"Funnel Sans";--e-global-typography-0b563c5-font-size:40px;--e-global-typography-0b563c5-font-weight:600;--e-global-typography-0b563c5-line-height:52px;--e-global-typography-be2129e-font-family:"Funnel Sans";--e-global-typography-be2129e-font-size:24px;--e-global-typography-be2129e-font-weight:600;--e-global-typography-be2129e-line-height:30px;--e-global-typography-b2557ce-font-family:"Funnel Sans";--e-global-typography-b2557ce-font-size:15px;--e-global-typography-b2557ce-font-weight:600;--e-global-typography-b2557ce-line-height:20px;--e-global-typography-fea4e09-font-family:"Funnel Sans";--e-global-typography-fea4e09-font-size:18px;--e-global-typography-fea4e09-font-weight:600;--e-global-typography-fea4e09-line-height:26px;--e-global-typography-a06fbee-font-family:"Funnel Sans";--e-global-typography-a06fbee-font-size:52px;--e-global-typography-a06fbee-font-weight:600;--e-global-typography-a06fbee-line-height:68px;font-family:"Funnel Sans", Sans-serif;font-size:14px;font-weight:400;line-height:22px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h1{font-size:40px;line-height:52px;}.elementor-kit-4 h2{font-size:24px;line-height:30px;}.elementor-kit-4 h3{font-size:18px;line-height:26px;}.elementor-kit-4 h4{font-size:15px;line-height:20px;}.elementor-kit-4 h5{font-size:13px;line-height:20px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{border-radius:4px 4px 4px 4px;padding:15px 30px 15px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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-kit-4{--e-global-typography-a06fbee-font-size:35px;--e-global-typography-a06fbee-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden;
}

p:last-child {
    margin-bottom: 0px;
}

.elementor-icon-wrapper {
    line-height: 0;
}

.boton-icono .elementor-button-icon {
    font-size: 1.8em!important;
}


.boton-icono .elementor-button .elementor-button-content-wrapper {
  display: inline-flex;       /* o flex; según tu caso */
  align-items: center;        /* centra verticalmente icono y texto */
  justify-content: center;    /* opcional: centra horizontalmente */
  gap: .5em;                  /* espacio entre icono y texto */
}

/* Asegura que el icono no “baje” por línea base del texto */
.boton-icono .elementor-button .elementor-button-icon {
  display: flex;
  align-items: center;
}

.boton-icono .elementor-button .elementor-button-icon svg {
  display: block;
}/* End custom CSS */