.topo-inteiro {
    float: left;
    width: 100%;
}

#navbar {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-nav {
    float: left;
    margin: 0;
    height: 100%;
    width: 100%;
}

#menu_global ul > li {
    display: flex;
    align-items: center;
    height: 100%;
}

#menu_global ul > li .menu_departamento {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 100%;
}

#menu_global ul > li a span {
    display: inline-block;
    vertical-align: middle;
}

#menu_global .box-menu-princpal {
    position: absolute;
    background: #FFF;
    z-index: 99;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
}

#menu_global {
    float: none;
    background: #FFF;
    position: relative;
    position: absolute;
    z-index: 2222 !important;
}

#menu_global .search-busca {
    border: 0;
    color: #000 !important;
    background-color: transparent !important;
    outline: 0;
    font-size: 25px;
    float: right;
    padding: 0;
    margin-left: 10px;
    line-height: 1;
}

html{
    height: 100%;
}
body{
    font-size: 14px;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}
body.is-ontop{
    margin-top: 53px;
}
h1{
    font-size: 44px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
a{
    color: #666;
}
a:hover{
    color: #ff3366;
    text-decoration: none;
    transition: all 0.25s;
}
a:focus{
    text-decoration: none;
}
.fa{
    line-height: inherit;
}
.bold{
    font-weight: bold;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.input{
    border-radius: 0px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.button .fa{
    line-height: inherit;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
img.alignleft{
    margin: 0 20px 15px 0;
}
img.alignright{
    margin: 0 0 15px 20px;
}
.clearfix:before{
    content: "";
    display: table;
}

