/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2026 | 03:00:37 */
.header_la_orquesta {
    padding: 40px 40px 20px 40px;
    position:absolute;
    
}

.header_la_orquesta.elementor-sticky--effects{
    background:#fff !important;
    padding: 5px 40px 5px 40px;
}
.header_la_orquesta > .e-con-inner{
    transition:.3s all ease
}

.header_la_orquesta.elementor-sticky--effects > .e-con-inner{
    max-width:1200px
}

.header_la_orquesta.elementor-sticky--effects .elementor-nav-menu a{
    color:#000 !important
}

.header_la_orquesta.elementor-sticky--effects .elementor-nav-menu svg path{
    fill:#000 !important
}

.logo_header .oscuro{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
}

.logo_header.scrolled .oscuro{
    opacity:1;
}

.logo_header.scrolled .blanco{
    opacity:0;
}

.header_la_orquesta.elementor-sticky--effects .logo_blanco{
    display:none;
}

.header_la_orquesta.elementor-sticky--effects .logo_oscuro{
    display:block;
}

/*------------ ESTILOS BTN*/

.btn_arrow .elementor-button-icon{
    width:2.2em;
    height:2.2em;
    background:#fff;
    border-radius:3em;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: .3s all ease;
}

.btn_arrow .elementor-button-icon svg{
    width:1.4em;
    height:1.4em;
    transform: rotate(150deg)
}

.btn_arrow .elementor-button-content-wrapper{
    align-items:center
}


.btn_arrow:hover .elementor-button-icon{
    background:#0968c8
}

.btn_arrow:hover .elementor-button-icon svg path{
    fill:#fff;
}