.elementor-kit-5{--e-global-color-primary:#27496C;--e-global-color-secondary:#9DBDEC;--e-global-color-text:#0C274D;--e-global-color-accent:#F7931E;--e-global-color-a437ebb:#F4F5EF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5 a{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-5 h1{font-family:"MaisonNeueExtended-Demi", Sans-serif;font-weight:700;}.elementor-kit-5 h2{font-family:"MaisonNeueExtended-Demi", Sans-serif;font-weight:700;}.elementor-kit-5 h3{font-family:"MaisonNeueExtended-Demi", Sans-serif;font-weight:700;}.elementor-kit-5 h4{font-family:"MaisonNeueExtended-Demi", Sans-serif;font-weight:700;}.elementor-kit-5 h5{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-5 h6{font-family:"Montserrat", Sans-serif;font-weight:700;}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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 *//* --- RESET Y ESTRUCTURA --- */
.botonazul, .botonnaranja, .botonsolicitar {
    overflow: visible !important;
}

.botonazul a.elementor-button, 
.botonnaranja a.elementor-button, 
.botonsolicitar a.elementor-button {
    position: relative !important;
    z-index: 1 !important;
    background: none !important;
    border: none !important;
    border-radius: 25px !important; /* Radio solicitado */
    transition: all 0.3s ease-in-out;
    padding: 15px 35px !important;
    display: inline-block !important;
}

/* --- BORDES (Degradado 4 colores y Hover) --- */
.botonazul a.elementor-button::before, 
.botonnaranja a.elementor-button::before, 
.botonsolicitar a.elementor-button::before {
    content: "";
    position: absolute;
    top: -2px; bottom: -2px; left: -2px; right: -2px;
    background: linear-gradient(to right, #ffffff, #f7931e, #9dbdec, #ffffff) !important;
    border-radius: 25px;
    z-index: -2;
    transition: background 0.4s ease;
}

/* Hover de Bordes */
.botonazul a.elementor-button:hover::before, 
.botonnaranja a.elementor-button:hover::before, 
.botonsolicitar a.elementor-button:hover::before {
    background: linear-gradient(to right, #ffffff, #9dbdec, #f7931e, #ffffff) !important;
}

/* --- BRILLO RADIAL (80% centro, 0% bordes) --- */
.botonazul a.elementor-button::after, 
.botonnaranja a.elementor-button::after, 
.botonsolicitar a.elementor-button::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 25px;
    z-index: -1;
    /* Efecto Glow solicitado */
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.2) !important;
}

/* --- FONDOS ESPECÍFICOS --- */

/* BOTÓN NARANJA */
.botonnaranja a.elementor-button::after {
    background: linear-gradient(to right, #f15a24, #f7931e, #f15a24) !important;
}
.botonnaranja a.elementor-button { color: #ffffff !important; }

/* BOTÓN AZUL */
.botonazul a.elementor-button::after {
    background: linear-gradient(to right, #27496c, #0c274d, #27496c) !important;
}
.botonazul a.elementor-button:hover::after {
    background: linear-gradient(to right, #27496c, #9dbdec, #27496c) !important;
}
.botonazul a.elementor-button { color: #ffffff !important; }

/* BOTÓN SOLICITAR */
.botonsolicitar a.elementor-button::after {
    background: linear-gradient(to right, #9dbdec, #f3f4ed, #9dbdec) !important;
}
.botonsolicitar a.elementor-button { color: #0c274d !important; }

/* --- EFECTO HOVER GENERAL --- */
.botonazul a.elementor-button:hover, 
.botonnaranja a.elementor-button:hover, 
.botonsolicitar a.elementor-button:hover {
    transform: translateY(-2px);
}
/* --- CONTENEDORES GLASS */

.contenedor_glass_oscuro, 
.contenedor_glass_claro {
    padding: 30px !important;
    border-radius: 20px !important;
    border: 2px solid #FFFFFF33 !important; /* Borde sutil inicial */
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    overflow: visible !important;
}

/* Variante Oscura: Azul Yale con 60% transparencia */
.contenedor_glass_oscuro {
    background: linear-gradient(150deg, rgba(47, 72, 105, 0.6) 0%, rgba(164, 189, 233, 0.3) 100%) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

/* Variante Clara: Blanco Porcelain con 40% transparencia */
.contenedor_glass_claro {
    background: rgba(244, 245, 239, 0.4) !important;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1) !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'MaisonNeueExtended-Demi';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ushealbridge.com/wp-content/uploads/2026/04/InstrumentSans-VariableFont_wdthwght-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */