.elementor-kit-7{--e-global-color-primary:#4F0D05;--e-global-color-secondary:#54595F;--e-global-color-text:#3F3F3F;--e-global-color-accent:#F4F4F4;--e-global-color-d6a92b3:#B59A57;--e-global-color-e6d139e:#6B705C;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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-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 *//* 1. ELIMINAR EL SCROLL HORIZONTAL (Barra gris) */
html, body {
    overflow-x: clip !important;
    width: 100% !important;
    position: initial !important;
}

/* 2. FORZAR MEDIDA ÚNICA (40PX) PARA AMBOS BOTONES */
.boton-wa-fijo, 
.boton-wa-fijo .elementor-icon, 
.elementor-back-to-top {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* 3. ESTILO BASE (ESTADO NATURAL) */
.boton-wa-fijo .elementor-icon, 
.elementor-back-to-top {
    background-color: #242424 !important; /* Fondo Grafito */
    border: 1px solid #B59A57 !important; /* Borde Ocre */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    bottom: 20px !important; 
    z-index: 9999 !important;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out !important;
}

/* 4. POSICIONAMIENTO LATERAL (SIMETRÍA) */
.boton-wa-fijo { 
    left: 15px !important; 
} 
.elementor-back-to-top { 
    right: 15px !important; 
}

/* 5. ICONOS (SÍMBOLOS) EN OCRE */
.boton-wa-fijo i, 
.boton-wa-fijo svg, 
.elementor-back-to-top i {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    color: #B59A57 !important; 
    fill: #B59A57 !important;  
    transition: all 0.3s ease !important;
}

/* 6. HOVER: FONDO OCRE / ICONO GRAFITO */
.boton-wa-fijo:hover .elementor-icon, 
.elementor-back-to-top:hover {
    background-color: #B59A57 !important; 
}

.boton-wa-fijo:hover .elementor-icon i, 
.boton-wa-fijo:hover .elementor-icon svg, 
.elementor-back-to-top:hover i {
    color: #242424 !important; 
    fill: #242424 !important;  
}

/* 7. LÍNEAS DE ACCESIBILIDAD ADICIONADAS AL FINAL */
.elementor-back-to-top::before { content: "Subir"; font-size: 0; }
.boton-wa-fijo .elementor-icon::before { content: "WhatsApp"; font-size: 0; }/* End custom CSS */