/*03. Navbar css*/

.header.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-fixed-top.header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 1030;
}

.header {
    height: 61px;
    /*background: #302C2E;*/
    background: #FF4728;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    /*padding-bottom: 0;
    padding-top: 0;*/
    position: relative;
    z-index: 111;
    display: flex !important;
    align-items: center !important;
    justify-content: center; 
}


.navbar-brand {
    height: inherit;
    padding: 16px 0;
}

.navbar {
    margin-top: 8px;
    border: medium none;
    background-color: transparent;
}

.navbar-nav li {}

.navbar-nav li a {
    color: #308CC4;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav .open> a,
.nav .open> a:hover,
.nav .open> a:focus {
    background-color: transparent;
    border-color: transparent;
    padding: 25px 15px;
}

/*.navbar-nav li a::before {
    color: transparent;
    content: "•";
    font-size: 1.2em;
    left: 50%;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: 60%;
    transform: translateX(-50%);
    -webkit-transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
    transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}*/

/*.navbar-nav li a:hover::before {
    color: #00bcd4;
    text-shadow: 10px 0 #00bcd4, -10px 0 #00bcd4;
}*/
/*
.dropdown-menu li a:before {
    content: "";
}*/

.mega-dropdown-menu li span.fa {
    margin-right: 5px;
}
.navbar-nav {
/*background-color: red;*/
    max-height: 30px;
    float: right;
    margin: 0;
}
.navbar-nav li.dropdown a  {
/*background-color: blue; */
    padding-top: 17px; 
}
.navbar-nav li.dropdown a:hover  {
/*background-color: blue; */
    padding-top: 17px; 
}
.navbar-collapse {
    padding: 0;
}

img.pic{
    width: 50px;
    height: auto;
    background-color: transparent;
}

.navbar-nav li span {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav > li > .separator {
    padding-bottom: 33px;
    padding-top: 33px;
    display: block
}

.nav> li> a:hover,
.nav> li> a:focus {
    background-color: transparent !important;
    color: #1bbde8;
}

.navbar-nav> li> a:hover,
.navbar-nav> li.active> a {
    background-color: transparent !important;
    color: #1bbde8;
    text-decoration: none;
}


.dropdown-menu {
    background: #464647;
    padding: 5px 15px;
    width: 200px;
    left: 0;
}
.boxed .dropdown-menu {
    right: 0 !important;
    left: auto;
}

.dropdown-menu> li> a:hover,
.dropdown-menu> li> a:focus {
    background-color: transparent;
    color: #1bbde8;
    text-decoration: none;
}

.dropdown.open> a {
    color: #1bbde8;
    background-color: transparent;
}

.border li {
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    width: 100%;
}

.dropdown-menu> li:last-child {
    border: none;
}

.dropdown-menu > li > a {
    color: #fff;
    display: block;
    padding: 10px 5px;
}

.dropdown-menu > li > a:hover {
    color: #00bcd4;
    margin-left: 5px;
}

.dropdown-menu input {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #666666;
    display: block;
    font-size: 15px;
    height: 38px;
    line-height: 1.6;
    padding: 6px 10px;
    width: 100%;
}

.dropdown-menu li.nb a {
    padding: 0;
    margin-top: 6px;
}

.dropdown-menu li a:hover {
    padding-left: 10px;
}

.dropdown-menu li.nb a:hover {
    padding-left: 0;
}

/* AQUI MUDA O HEADER (STICKER)*/
.navbar-fixed-top.header {
    background: #FF4728;
    border: 0;
}

.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 1030;
}


/*mega-menu css*/

.gallery > li {
    float: left;
}

.gallery img {
    height: 50px;
    width: 50px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    box-shadow: none;
    padding: 10px 0;
    width: 300px;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}

.mega-dropdown-menu > li > ul > li.nb {
    margin-top: 16px;
}

.mega-dropdown-menu > li > ul > li:last-child {
    border: none;
}

.mega-dropdown-menu > li > ul > li > a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mega-dropdown-menu > li > ul > li:hover > a,
.mega-dropdown-menu ul li:hover span {
    color: #1bbde8
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}