    body {
        font-weight: 300;
    }
    
    #sp-header {
        background: #424446;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }
    
    .sp-megamenu-parent>li.active>a,
    .sp-megamenu-parent>li.active:hover>a {
        color: #dedede;
    }
    
    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
        color: #dedede;
        font-size: 1.2rem;
        font-weight: 300;
    }
    
    .sp-module-content p:last-child {
        margin-bottom: 0px;
    }
    
    #sp-main-body {
        padding: 15px 0;
    }
    
    .sp-megamenu-wrapper {
        width: 100%
    }
    
    #sp-top-b {
        display: flex;
        justify-content: flex-end;
    }
    
    .logo-image,
    #sp-top-b img,
    .logo {
        height: 120px;
        width: auto;
    }
    
    #sp-menu {
        display: flex;
        align-items: center;
    }
    
    #sp-menu>.sp-column {
        height: 100%;
        width: 100%;
    }
    /* sticky */
    
    #sp-header.header-sticky {
        height: auto;
    }
    
    #sp-header.header-sticky .logo-image,
    #sp-header.header-sticky #sp-top-b img,
    #sp-header.header-sticky .logo {
        height: 50px;
        width: auto;
    }
    
    #sp-header.header-sticky .sp-megamenu-parent>li>a,
    #sp-header.header-sticky .sp-megamenu-parent>li>span {
        line-height: 1.2em !important
    }
    
    #sp-header.header-sticky #sp-menu>.sp-column {
        height: auto;
    }
    
    #offcanvas-toggler .burger-icon>span {
        background-color: #dedede;
    }
    
    #sp-footer {
        background: url('../images/footer-bg.jpg');
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
    }
    
    #sp-footer::before,
    #sp-footer::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 10px;
        background: rgba(255, 208, 0, 0.7);
    }
    
    #sp-footer::before {
        top: 15px;
    }
    
    #sp-footer::after {
        bottom: 15px;
    }
    
    #sp-footer .container {
        position: relative;
        z-index: 1;
    }
    
    #sp-header .logo {
        height: auto;
        display: block;
    }
    
    #sp-footer .container:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 100vw;
        height: 10px;
        top: 50%;
        background-image: url('../images/faixa-asphalto.png');
        background-repeat: repeat-x;
        background-size: auto;
        background-position: center;
        background-color: transparent;
        z-index: -1;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    
    .sp-megamenu-parent>li:hover>a {
        color: #dedede;
    }
    
    @media (min-width: 1200px) {
        .sp-megamenu-wrapper .sp-megamenu-parent {
            margin: auto;
            display: flex !important;
            justify-content: space-between;
            width: 100%;
        }
    }
    
    @media all and (max-width: 1199px) {
        #sp-top-b {
            display: none;
        }
        #sp-logo,
        #sp-menu {
            flex: 0 0 50%;
            max-width: 50%;
        }
        #sp-menu #offcanvas-toggler {
            margin-left: auto;
        }
    }