.elementor-kit-6{--e-global-color-primary:#E95D15;--e-global-color-secondary:#4C5257;--e-global-color-text:#4C5257;--e-global-color-accent:#FF770B;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:1.6rem;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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);}.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 *//*main { padding-top:67px;}*/
/*@media (min-width: 1025px){*/
  /*  main { padding-top:85px;}*/
/*}*/

/*header {height:0;}*/
.header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    background-clip: border-box;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    z-index: 999;
    backdrop-filter: blur(0px);
}

.header.scrolled {
    background-color: #ffffffa8;
    backdrop-filter: blur(5px)!important;
}





p:last-child{
    margin-bottom:0;     
    margin-block-end:0px!important;}
    
    
.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
    top: 59px!important;
    
}
    
/* ==========================================================================
   1. ESTILOS GLOBALES (Se aplican en Celulares, Tablets y Escritorio)
   ========================================================================== */

/* Forzamos al contenedor a mantener una estructura limpia */
.bandoneon-contenedor {
    display: flex !important;
    width: 100% ;
}

/* En celulares, los bloques se apilan verticalmente como una lista normal */
.bandoneon-contenedor .bandoneon-item {
    transition: flex-grow 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
    overflow: hidden;
}

/* ==========================================================================
   2. CONFIGURACIÓN PARA ESCRITORIO (Solo pantallas grandes con Mouse)
   ========================================================================== */
@media (min-width: 1025px) and (hover: hover) {
    
    /* En desktop se ordenan en una sola fila horizontal sin saltos */
    .bandoneon-contenedor {
        flex-wrap: nowrap !important;
    }

    /* Reparto equitativo inicial */
    .bandoneon-contenedor .bandoneon-item {
        flex-grow: 1 !important;
        flex-shrink: 1 !important;
        flex-basis: 0 !important;
    }

    /* El ítem seleccionado crece el triple */
    .bandoneon-contenedor:hover .bandoneon-item:hover {
        flex-grow: 1.1 !important; 
    }

    /* Los hermanos no seleccionados se achican a la mitad */
    .bandoneon-contenedor:hover .bandoneon-item:not(:hover) {
        flex-grow: 0.9 !important; 
    }
}




#wpsl-wrap{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
}
#wpsl-search-wrap form{
        width: 100%;
    display: flex;
    justify-content: space-between;
}
#wpsl-wrap label{ width:auto!important; }

.wpsl-search{
    padding: 30px 30px 18px;
}


#wpsl-wrap a{color:#E95D15;}

@media (max-width: 1024px){
#wpsl-search-wrap form{ flex-direction: column;}

}/* End custom CSS */