.elementor-kit-9{--e-global-color-primary:#FFD300;--e-global-color-secondary:#000000;--e-global-color-text:#333333;--e-global-color-accent:#E0B800;--e-global-color-9496f12:#F5F5F5;--e-global-color-1faa79e:#FFFFFF;--e-global-color-fd3f12e:#FADADD;--e-global-color-7773e07:#FFF3D6;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-secondary );border-style:none;border-radius:9px 9px 9px 9px;padding:14px 14px 14px 14px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 p{margin-block-end:0px;}.elementor-kit-9 h1{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-9 h2{color:#000000;font-family:"Poppins", Sans-serif;font-size:36px;font-weight:600;}.elementor-kit-9 h3{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-9 h4{color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-9 h5{color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-9 h6{color:var( --e-global-color-accent );font-family:"Raleway", Sans-serif;font-size:18px;font-weight:500;}.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-9 h2{font-size:32px;}.elementor-kit-9 h3{font-size:28px;}.elementor-kit-9 h4{font-size:22px;}.elementor-kit-9 h5{font-size:18px;}.elementor-kit-9 h6{font-size:16px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{padding:12px 12px 12px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 h1{font-size:32px;}.elementor-kit-9 h2{font-size:26px;}.elementor-kit-9 h3{font-size:22px;}.elementor-kit-9 h4{font-size:20px;}.elementor-kit-9 h5{font-size:18px;}.elementor-kit-9 h6{font-size:16px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{padding:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Transición suave y estados */
.elementor-button {
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .08s ease;
}

/* Focus ring accesible */
.elementor-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 211, 0, 0.5), 0 0 0 6px rgba(0, 0, 0, 0.6);
}

/* Estado disabled coherente */
.elementor-button[disabled],
.elementor-button.elementor-disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none !important;
}

/* Botón con icono: espacio entre icono y texto */
.elementor-button .elementor-button-icon + .elementor-button-text {
  margin-left: .5rem;
}

/* Variante Ghost (si no la configuras desde UI) */
.btn-ghost {
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 9999px;
  padding: 12px 24px;
}
.btn-ghost:hover { background: #000000; color: #FFFFFF; }

/* Variante Outline Amarillo (opcional) */
.btn-outline-yellow {
  background: transparent;
  color: #000000;
  border: 2px solid #FFD300;
  border-radius: 9999px;
  padding: 12px 24px;
}
.btn-outline-yellow:hover { background: #FFD300; color: #000000; }

/* Tamaños opcionales */
.btn-lg { font-size: 1.125rem; padding: 16px 32px; min-height: 44px; }
.btn-md { font-size: 0.95rem;  padding: 14px 28px; min-height: 44px; }
.btn-sm { font-size: 0.875rem; padding: 10px 18px; min-height: 40px; }/* End custom CSS */