.elementor-kit-7{--e-global-color-primary:#9C9C9C;--e-global-color-secondary:#2E2E2E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#5DA62B;--e-global-color-d4044ac:#E73A37;--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;}.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){margin-block-end: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 */#ast-scroll-top {
    background-color: #5da62b !important; /* Color de fondo */
    width: 50px; /* Tamaño del botón */
    height: 50px;
    border-radius: 50%; /* Hace el botón circular */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#ast-scroll-top:hover {
    background-color: #4b861f; /* Color más oscuro al pasar el cursor */
    transform: scale(1.1); /* Efecto de agrandamiento */
}

.ast-icon.icon-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
    height: 100%;
}

.ast-icon.icon-arrow svg {
    fill: white !important; /* Color del icono */
    width: 20px; 
    height: 20px;
}/* End custom CSS */