.header {
    z-index: 180;
    position: fixed;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    float: left;
    width: 100%
}

.header.small {
    background: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
    height: 60px
}

.header .cd-logo {
    position: absolute;
    top: 9px;
}

.header.small .cd-logo {
    position: absolute;
    top: 1px
}

.header .cd-logo .logo-assoweb {
    background: url(../img/agencia-assoweb-branca.svg) no-repeat;
    overflow: hidden;
    width: 61px;
    height: 54px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.header.small .cd-logo .logo-assoweb {
    background: url(../img/agencia-assoweb.svg) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    width: 51px;
    height: 45px
}

/*SUBMENU*/
.header nav ul li .dropdown-menu{
    -webkit-transition: top .35s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    padding: 0;
    top: 77px;
    width: 200px;
    position: absolute;
    background-color: rgba(255, 255, 255, .95);
}
.header.small nav ul li .dropdown-menu{
    top: 58px;
}
.header nav ul li .dropdown-menu li{
    width: 100%;
}
.header nav ul li .dropdown-menu li a{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    padding: 15px;
    display: block;
    color: #555;
    line-height: 100%;
    margin: 0;
    border: none;;
}
.header nav ul li .dropdown-menu li a:hover{
    background-color: #18A6B8;
    color: #FFF;

}
.header.small nav li.orc>a {
    color: #E8C719
}

.header .menu-icon {
    position: absolute;
    display: none;
    width: 2em;
    cursor: pointer;
    margin: 0 auto;
    float: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 3em;
    top: 32px;
    right: 50px
}

.header.small .menu-icon {
    top: 13px;
    right: 50px
}

.header .menu-icon>span {
    position: absolute;
    display: block;
    width: 100%;
    height: .2em;
    background-color: #FFF;
    border-radius: 3px;
    top: 1em
}

.header .menu-icon>span:after,
.header .menu-icon>span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header.small .menu-icon>span,
.header.small .menu-icon>span:after,
.header.small .menu-icon>span:before {
    background-color: #333
}

.header .menu-icon>span:before {
    -webkit-transform: translateY(-.7em);
    transform: translateY(-.7em)
}

.header .menu-icon>span:after {
    -webkit-transform: translateY(.7em);
    transform: translateY(.7em)
}

.header .menu-icon.open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 280px
}

.header .menu-icon.open>span:after,
.header .menu-icon.open>span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.cd-primary-nav ul li a{
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    border-bottom: 0px !important;
    height: auto !important;
    line-height: 100% !important;
    padding: 15px !important;
}
.cd-primary-nav ul li a:hover{
    background-color: #46C6D6;
}

.cd-primary-nav li:last-child a{
    font-size: 20px;
    padding: 31px 15px 17px;
}

@media(max-width:991px) {
    .header .menu-icon {
        display: block
    }
    .header nav ul {
        width: 100%;
        max-width: 260px;
        height: 100%;
        position: fixed;
        right: -300px;
        padding-top: 20px !important;
        top: 0;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        background: #333;
        z-index: 20;
    }
    .header nav ul li {
        width: 100%;
        display: block;
    }
    .header nav ul li a {
        padding: 10px 40px !important;
    line-height: 1.9 !important;
        color: #FFF !important;
    }
    .header nav ul.openMenu {
        right: 0;
    }
    .header nav ul li a:hover {
        background: rgba(255, 255, 255, .17);
    }
}



@media(max-width: 481px) {

    .dl-menuwrapper button span{
        right: -38px;
    }
}
