
/* GENERAL SETTINGS */
header{
    background-color: #242E36 !important;
    position: fixed!important;
    top: 0px!important;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header > .wrap{
    padding: 0;
}
header .wrap .container{
    margin-top: 0;
}
[id^=menu-header] > li.menu-logout{ display:none; }

html{
    scroll-behavior: smooth !important;
}

header ul li{
    margin: 0.5rem 0;
}
header .menu-toggle, header .sub-menu-toggle{

}
.site-inner{
    margin-top:74px!important;
}
@media (min-width: 992px){
    .site-inner{
        margin-top:120px!important;
    }
    header > .wrap{
        padding: 1.5rem 0;
    }
    header > .wrap .container::before{
        display: none;
    }
    header > .wrap .container::after{
        display: none;
    }


    header ul{
        margin-bottom: 0;
    }
   /* header ul li{
        margin: 0 1rem;
    } */
}

header li a{
    color:#FFFFFF !important;
}
header ul{
    padding: 0;
}

/* ACTIVE */
li.menu-item > a{
    border-radius: 25px;
    padding: 0.5rem 1rem;
}

li.menu-item > a.active,li.menu-item > a:hover{
    font-weight: normal;
    color: #D29741 !important;
}
@media (min-width: 992px){
    /* ACTIVE */
    li.menu-item > a{
        border-radius: 25px;
        padding: 0.5rem 1rem;
        color:#FFFFFF !important;
        font-weight: normal;
        box-shadow: 6px 6px 5px #242e36;
        transition: 0s;
    }


    li.menu-item > a.active,li.menu-item > a:hover{
        background-color: #D29741;
        color:#FFFFFF !important;
        font-weight: normal;
        box-shadow: 6px 6px 5px #000000;
        transition: 0s;
    }

}
.remove-target:target:before{
    content:none;
}
:target:before {
    content:"";
    display:block;
    height:84px; /* fixed header height*/
    margin:-84px 0 0; /* negative fixed header height */
}

.container, .Imagen > .container-fluid, .Numeros > .container-fluid{
    margin-top:50px;
}

/* Margin header */
.site-inner{
    margin-top: 28px;
}
@media (min-width: 992px){
    .site-inner{
        margin-top: -1px;
    }
}

@media (min-width: 1440px){
    header ul li{
        margin: 0 1rem;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .site-header .container {
        max-width: 960px;
    }
}