header {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

header .menu_topo {
    width: 100%;
    float: left;
    background: #FFF;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 25px 0px;
    align-items: center;
}

header .menu_topo .row {
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
}


header .topo_logo {
    float: left;
    display: flex;
    align-items: center;
}


header .topo_principal_2{
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    padding-top: 15px;
}

header .menu_links {
    width: 100%;
    float: left;
    background: #F96C15;
    position: relative;
    overflow: hidden;
}

header .redes_sociais_topo {
    position: relative;
}

header .redes_sociais_topo .redes-socias-topo{
    float: left;
}

header .redes_sociais_topo .redes-socias-topo a{
    float: left;
    margin-right: 15px;
    font-size: 25px;
    color: #F96C15;
}

header .redes_sociais_topo .redes-socias-topo a:hover{
    color: #333;
}


header .desktop_busca {
    position: relative;
    width: 340px;
}

#form-busca input {
    float: left;
    background: #FFF;
    height: 45px;
    border-radius: 60px;
    border: solid 3px #8F8F8F;
    width: 100%;
    color: #000;
    text-indent: 45px;
    font-size: 15px;
}

#form-busca button{
    position: absolute;
    top: 5px;
    background: transparent;
    color: #8F8F8F;
    font-size: 23px;
    border: none;
    left: 10px;
    margin-left: 0;
    margin-right: 0;
}

header .menu_links {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
}

header .menu_links .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: left;
    width: 100%
}


header .menu_links .navbar-nav li {
    display: flex;
    /*flex-grow: 1;*/
    align-items: center;
    justify-content: center;
}

header .menu_links .navbar-nav li i {
    font-size: 30px;
    color: #FFF;
}



header .menu_links .nav li a {
    color: #FFF;
    font-size: 16px;
    font-family: 'Titillium Bold' !important;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

header .menu_links .nav>li>a:hover, 
header .menu_links .nav>li>a:active, 
header .menu_links .nav>li>a:focus {
    color: #FFF !important;
    background: #146EBB !important;
}

header .menu_links .nav li:last-of-type a {
    color: #FFF;
    font-size: 14px;
    font-family: 'amino';
    font-weight: 300;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 0px #861A1F solid;
    padding-bottom: 5px;
    padding-top: 5px;
}

header .optop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #F96C15;
    z-index: 2222;
    overflow: hidden;
}