.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0E7073;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-b047f3c:#D03D45;--e-global-color-e618598:#6297C1;--e-global-color-2c6024f:#0E7073;--e-global-color-8bd6e88:#B1A2CB;--e-global-color-8b4ab45:#D1C7C7;--e-global-color-f7607b6:#CC8545;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;background-color:var( --e-global-color-accent );color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-b047f3c );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-text );}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-b047f3c );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:28px;font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:750px;}.e-con{--container-max-width:750px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:28px;font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:350px;}.e-con{--container-max-width:350px;}}/* Start custom CSS *//* BOTÓN PREMIUM - ELEMENTOR SIMPLE */

.btn-premium {
    background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%) !important;
    color: #ffffff !important;
    border: 2px solid #555555 !important;
    border-radius: 10px !important;
    padding: 16px 45px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: visible !important;
}

.btn-premium:hover {
    background: linear-gradient(135deg, #444444 0%, #2a2a2a 100%) !important;
    border-color: #777777 !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4) !important;
}

.btn-premium:active {
    transform: translateY(-1px) !important;
}

/* Asegurar que el texto siempre sea blanco */
.btn-premium,
.btn-premium:hover,
.btn-premium:focus,
.btn-premium:active {
    color: #ffffff !important;
}

/* TABLET */
@media (max-width: 1024px) {
    .btn-premium {
        padding: 15px 42px !important;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .btn-premium {
        padding: 14px 35px !important;
        font-size: 16px !important;
        border-radius: 8px !important;
    }

    .btn-premium:hover {
        transform: translateY(-2px) !important;
    }
}

/* EXTRA SMALL */
@media (max-width: 480px) {
    .btn-premium {
        padding: 13px 30px !important;
        font-size: 15px !important;
    }
}/* End custom CSS */