
.topo{

	width: 100%;

	z-index: 10;

	position: relative;
	
}

.logo {
    position: relative;
    height: 140px;
    box-sizing: border-box;
    padding-top: 35px
}

.logo::before {
    background-color: #3B517A;
    position: absolute;
    height: 140px;
    width: 1000%;
    content: "";
    right: 0px;
    top: 0px;
}

.logo img {
    position: relative;
    z-index: 1;
    max-width: 90%
}

.menu_global {
	background: #2B3A59;
}

.topo nav.menu_box{
	float: left;
}

.topo nav.menu_box li{
	position: relative;
	display: inline-block;
}

.topo nav.menu_box li a{
	color: #FFF;
	font-size: 14px;
	display: block;
	padding: 55px 27px 65px 27px;
	font-family: 'Lato', sans-serif;
	position: relative;
}

.topo nav.menu_box li a:before{
	width: 78%;
	height: 5px;
	content: '';
	background: #3B517A;
	position: absolute;
	top: 75px;
	left: 0;
	right: 0px;
	margin: auto;
	opacity: 0
}

.topo nav.menu_box li a:hover:before {
	width: 78%;
	height: 5px;
	content: '';
	background: #3B517A;
	position: absolute;
	top: 85px;
	left: 0;
	right: 0px;
	margin: auto;
	opacity: 1
}

.topo nav.menu_box li a.menu_ativo{
	width: 78%;
	height: 5px;
	content: '';
	background: #3B517A;
	position: absolute;
	top: 85px;
	left: 0;
	right: 0px;
	margin: auto;
	opacity: 1
}


.topo a.btn_mobile {
	display: none;
}

.topo_m .telefone,
.topo .telefone{
	height: 80px;
	position: relative;
	border: none;
	float: right;
	background: #3B517A;
	border-radius: 5px;
	margin-top: 30px;
	padding: 0px;
}

.topo_m .telefone i,
.topo .telefone i{
	font-size: 38px;
	margin-top: 20px;
}

.topo_m .telefone span,
.topo .telefone span,
.topo .telefone i,
.topo_m .telefone i{
	color: #FFF;
	float: left;
}

.topo_m .telefone span:nth-of-type(1),
.topo .telefone span:nth-of-type(1){
	font-size: 13px;
	margin-top: 25px;
	font-family: 'Lato', sans-serif;
	line-height: 10px;
}

.topo_m .telefone span:nth-of-type(2),
.topo .telefone span:nth-of-type(2){
	font-size: 14px;
	margin-top: 0px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
