@charset "utf-8";
/* CSS Document */

/* MENU */
#sp-header #sp-menu .sp-megamenu-parent > li.current-item.active > a,
#sp-header #sp-menu .sp-megamenu-parent > li.sp-has-child.active > a,
#fading-header #sp-header #sp-menu .sp-megamenu-parent >li.current-item.active>a,
#fading-header #sp-header #sp-menu .sp-megamenu-parent>li.sp-has-child.active>a{
    color:#fefe00;
}
#offcanvas-toggler > i {
    color: #fefe00 !important;
}

.offcanvas-menu{
    background: #333 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .nav-header,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .separator{
    color: #fff !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .nav-header,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .separator{
    color: #fefe00 !important;
}
/*
#sp-logo-centered > div > div{
    float: left !important;
}
#sp-header > div > div{
    float: left !important;
}
*/
#sp-header #offcanvas-toggler{
    margin-right: 125px !important;
}
.sp-megamenu-parent{
    float: left !important;
}
#sp-logo-centered {
    float: left !important;
}
#sp-header {
    float: left !important;
}
/* TÍTULO */
.sp-page-title h2, .sp-page-title h3,
.sp-page-title-no-img h2,
.sp-page-title-no-img h3{
    color: #333;
}