.elementor-11454 .elementor-element.elementor-element-7508744{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-11893bf *//* IMPORTANTE: Forzar fuentes y diseño */
:root {
    --asb-blue: #05abfe;
    --asb-black: #27272A;
}

body {
    font-family: 'Manrope', sans-serif !important;
}

h1, h2, h3, h4, .font-display {
    font-family: 'Bebas Neue', cursive !important;
    letter-spacing: 0.05em !important;
}

.text-important {
    color: var(--asb-blue) !important;
}

/* Ajustes de botones para Elementor compatibility */
a, button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

/* Efectos de Hover */
.grayscale:hover {
    filter: grayscale(0%) !important;
}

input:focus, select:focus {
    border-color: var(--asb-blue) !important;
    box-shadow: 0 0 0 2px rgba(5, 171, 254, 0.1) !important;
}/* End custom CSS */