.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-977687c:#E6C98A;--e-global-color-32f9925:#D4AF37;--e-global-color-9075967:#0D0D0F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;--e-global-typography-8282a28-font-family:"Manrope";--e-global-typography-8282a28-font-size:80px;--e-global-typography-8282a28-font-weight:500;--e-global-typography-8282a28-text-transform:capitalize;--e-global-typography-8282a28-line-height:1em;--e-global-typography-8282a28-letter-spacing:-6px;}.elementor-kit-5 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);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-8282a28-font-size:46px;--e-global-typography-8282a28-letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-8282a28-font-size:31px;--e-global-typography-8282a28-line-height:1.2em;--e-global-typography-8282a28-letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* FONDO GLOBAL NEGRO */

html,
body{
    background-color: #0D0D0F !important;
}

/* SAFARI / IPHONE SAFE AREA */

body::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: env(safe-area-inset-top);
    background: #0D0D0F;
    z-index: 9999;
}

/* ELIMINA FLASH BLANCO */

.elementor-location-header,
.elementor-section,
.elementor-container{
    background-color: transparent;
}

/* CAMBIAR APARIENCIA DEL BOTÓN NATIVO A GLASS */
.scroll-to-top, #scroll-to-top, .scrollup, #scrollup, .back-to-top, #back-to-top {
    background: rgba(0, 0, 0, 0.6) !important; /* Fondo oscuro translúcido */
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important; /* Borde fino sutil */
    border-radius: 50% !important; /* Lo hace completamente redondo */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

/* Cambiar el color de la flecha interna a tu dorado premium */
.scroll-to-top i, #scroll-to-top i, .scrollup i, .back-to-top i {
    color: #c5a059 !important; 
}/* End custom CSS */