.elementor-kit-6{--e-global-color-primary:#E4D5B7;--e-global-color-secondary:#153147;--e-global-color-text:#232A2F;--e-global-color-accent:#B07515;--e-global-color-04140ad:#075E54;--e-global-color-41a7990:#F5D77F;--e-global-color-f8f40b7:#FFFFD7;--e-global-color-cd7314e:#ADB8BB;--e-global-color-5a83b0d:#A7844F;--e-global-color-65b0a8e:#FFFFFF;--e-global-color-86a5e68:#616161;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Display";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Red Hat Display";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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){--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-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 */body {
    max-width: 100vw;
    overflow-x: hidden;
}

.golden-btn .elementor-button.elementor-button-link {
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}

/* Gradiente base */
.golden-btn .elementor-button.elementor-button-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#b07515, #f5d77f, #ffffd7, #f5d77f, #b07515);
    transition: opacity 0.6s ease;
    z-index: -1;
    opacity: 1;
}

/* Gradiente al hacer hover */
.golden-btn .elementor-button.elementor-button-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#b07515, #f5d77f, #b07515);
    transition: opacity 0.6s ease;
    z-index: -1;
    opacity: 0;
}

.golden-btn .elementor-button.elementor-button-link:hover::after {
    opacity: 1;
}

.golden-btn .elementor-button.elementor-button-link:hover::before {
    opacity: 0;
}/* End custom CSS */