.elementor-kit-6{--e-global-color-primary:#050505;--e-global-color-secondary:#D4AF37;--e-global-color-text:#F5F5F5;--e-global-color-accent:#C5A059;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;overscroll-behavior:none;}.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 *//* Definimos la línea de oro de lujo */
.linea-oro-final {
    position: relative;
}

.linea-oro-final::after {
    content: "";
    position: absolute;
    bottom: 0; /* Se ancla al final del contenedor */
    left: 50%;
    transform: translateX(-50%);
    width: 35%; /* Ancho elegante */
    height: 1px;
    background: linear-gradient(90deg, 
        rgba(212, 175, 55, 0) 0%, 
        rgba(212, 175, 55, 0.8) 50%, 
        rgba(212, 175, 55, 0) 100%);
    z-index: 10;
}
/* Compensación de scroll para anclajes */
:target::before {
    content: "";
    display: block;
    height: 180px; /* Ajusta este valor según el grosor de tu header */
    margin-top: -180px; /* El mismo valor pero en negativo */
    visibility: hidden;
    pointer-events: none;
}

/* Suavizar el movimiento del scroll */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Esta línea es mágica para navegadores modernos */
}/* End custom CSS */