.elementor-kit-12{--e-global-color-primary:#2E6F73;--e-global-color-secondary:#B9C4C6;--e-global-color-text:#2C2C2C;--e-global-color-accent:#EDE9E3;--e-global-typography-be89fcc-font-family:"Montserrat";--e-global-typography-be89fcc-font-size:clamp(2.4rem, 2.5385rem + 2.0513vw, 4rem);--e-global-typography-be89fcc-font-weight:800;--e-global-typography-5a8e233-font-family:"Montserrat";--e-global-typography-5a8e233-font-size:clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem);--e-global-typography-5a8e233-font-weight:700;--e-global-typography-2be6939-font-family:"Montserrat";--e-global-typography-2be6939-font-size:clamp(1.848rem, 1.6856rem + 0.722vw, 2.2rem);--e-global-typography-2be6939-font-weight:700;--e-global-typography-7a98841-font-family:"Montserrat";--e-global-typography-7a98841-font-size:clamp(1.584rem, 1.5028rem + 0.361vw, 1.76rem);--e-global-typography-7a98841-font-weight:600;--e-global-typography-8e8f17b-font-family:"Montserrat";--e-global-typography-8e8f17b-font-size:clamp(1.408rem, 1.3471rem + 0.2708vw, 1.54rem);--e-global-typography-8e8f17b-font-weight:600;--e-global-typography-09e58ff-font-family:"Montserrat";--e-global-typography-09e58ff-font-size:clamp(1.232rem, 1.1913rem + 0.1805vw, 1.32rem);--e-global-typography-09e58ff-font-weight:500;--e-global-typography-95f9582-font-family:"Montserrat";--e-global-typography-95f9582-font-size:clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem);--e-global-typography-95f9582-font-weight:700;--e-global-typography-95f9582-text-transform:uppercase;--e-global-typography-8c58ea2-font-family:"Montserrat";--e-global-typography-8c58ea2-font-size:1.1rem;--e-global-typography-8c58ea2-font-weight:600;--e-global-typography-0de82e2-font-family:"Montserrat";--e-global-typography-0de82e2-font-size:1.2rem;--e-global-typography-0de82e2-font-weight:500;--e-global-typography-eb1ad6d-font-family:"Open Sans";--e-global-typography-eb1ad6d-font-size:1rem;color:var( --e-global-color-text );font-family:var( --e-global-typography-eb1ad6d-font-family ), Sans-serif;font-size:var( --e-global-typography-eb1ad6d-font-size );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );}.elementor-kit-12 a:hover{color:var( --e-global-color-text );}.elementor-kit-12 h1{color:var( --e-global-color-primary );}.elementor-kit-12 h2{color:var( --e-global-color-primary );}.elementor-kit-12 h3{color:var( --e-global-color-primary );}.elementor-kit-12 h4{color:var( --e-global-color-primary );}.elementor-kit-12 h5{color:var( --e-global-color-primary );}.elementor-kit-12 h6{color:var( --e-global-color-primary );}.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-12{font-size:var( --e-global-typography-eb1ad6d-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{font-size:var( --e-global-typography-eb1ad6d-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== BOTÓN ESTÁNDAR CON DEGRADÉ ===== */
.boton-html {
    /* Eliminar estilos por defecto */
    border: none !important;
    outline: none !important;
    
    /* Tamaño estándar */
    padding: 12px 24px !important;
    font-size: 16px !important;
    
    /* Degradé normal */
    background: linear-gradient(45deg, #CF482C, #F3993E) !important;
    color: white !important;
    
    /* Efectos visuales */
    border-radius: 5px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    
    /* Evitar selección de texto */
    user-select: none !important;
}

.boton-html:hover {
    /* Degradé invertido en hover */
    background: linear-gradient(45deg, #F3993E, #CF482C) !important;
}

/* ===== TAMAÑO MEDIANO ===== */
.boton-html.mediano {
    padding: 16px 32px !important;
    font-size: 18px !important;
}

/* ===== TAMAÑO GRANDE ===== */
.boton-html.grande {
    padding: 20px 40px !important;
    font-size: 20px !important;
}

/* ===== BOTÓN HEADER LISO (sin modificar) ===== */
.boton-html-2 {
    border: 2px solid white !important;
    background: transparent !important;
    color: white !important;
    padding: 12px 25px !important;
}

.boton-html-2:hover {
    border: 2px solid white !important;
    background: #ffffff20 !important;
    color: white !important;
}

/* ===== BOTÓN HEADER DEGRADE (sin modificar) ===== */
.boton-html-3 {
       padding: 12px 25px !important;
}

/* ===== ESTADOS ADICIONALES (opcional) ===== */
.boton-html:active {
    transform: translateY(0px) !important;
    box-shadow: 0 2px 6px rgba(207, 72, 44, 0.2) !important;
}

.boton-html:focus {
    box-shadow: 0 0 0 3px rgba(243, 153, 62, 0.3) !important;
}/* End custom CSS */