.menu_topo{
	background-color:#0061a5;
	vertical-align:top;
	position:fixed;
	z-index:99999;
	width:100%;
}
.menu_topo a{
	font-family:"semibold","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:1;
	color:#fff;	
	text-decoration:none;
	padding:10px 15px;
}
.menu_topo a:hover, .menu_topo a.home:hover span{
	color:#75d0ff;	
}
.home .icons{
	font-size:14px;
	color:#fff;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;	
}
.icons{
	font-family:"icons" !important;
}
.icons.top{
	padding:10px;
	border-left:1px solid rgba(255,255,255,0.5);
}
.icons.top + .top{
	border-right:1px solid rgba(255,255,255,0.5);
}
.cab{
	width:1330px;
	position:absolute; 
	left:0; 
	right:0; 
	margin:0 auto; 
	z-index:99998;
}
.cab .logo{
	margin-top:15px;
}
.cab .logo img{
	max-width:100%;	
}
.cab .tel{
	font-family:"regular","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:1;
	color:#fff;
	text-align:center;
	margin-top:15px;		
}
.cab .tel .n{
	font-family:"semibold","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:36px;
	line-height:1;
	display:block;	
}
.cab .tel .atend{
	font-size:11px;
	line-height:1;	
}
.anchor{
	height:38px;
}

/*________________________________________________________________________ Rodapé */

.rod_bg{
	background-color:#0061a5;
	min-height:275px;
	margin-top:110px;
}
.rod{
	width:1330px;
	margin:0 auto;
	color:#fff;
}
.rod .menu{
	padding-top:35px;
}
.rod .menu a{
	font-family:"semibold","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:1;
	color:#fff;
	text-decoration:none;
	padding:10px 15px;
}
.rod .menu a:hover{
	color:#000;
}
.rod .menu a .icons{
	font-size:12px;	
}
.rod .redes{
	margin-top:35px;
	padding-left:15px;
}
.rod .redes a{
	width:30px;
	height:30px;
	color:#0061a5;
	border:2px solid #fff;
	background-color:#fff;
	text-align:center;
	font-size:18px;
	line-height:1;
}
.rod .redes a:hover{
	color:#fff;	
	background-color:#0061a5;	
}
.rod .redes .icons{
	position:relative;
	top:3px;
}
#copyright{
	font-size:9px;
	line-height:1.2;
	color:rgba(255,255,255,0.5);
	text-transform:uppercase;
	margin-top:80px;
	letter-spacing:2px;
	max-width:690px;
	padding-left:15px;
}
.rod .tel{
	font-family:"semibold","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	line-height:1;
	margin-top:30px;
}
.rod .tel .icons{
	font-size:16px;
}
.rod .logo_etc{
	width:230px;
	margin-top:25px;
	padding-right:15px;
}
.rod .logo{
	width:100%;
}
.rod .logo img{
	max-width:100%;	
	height:auto;
}
.rod .end{
	font-family:"semibold","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:1.2;
	margin-top:15px;
}


/*________________________________________________________________________ Botão topo */



.bt_topo_fixed{
	display:none;
	text-align:center;
	cursor:pointer;
	position:fixed;
	bottom:0;
	right:0;
	margin-right:15px;
	margin-bottom:15px;
	z-index:9999;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;	
}
.bt_topo_fixed .bt_topo_square{
	width:42px;
	height:42px;
	overflow:hidden;
	background-image:url(../imagens/seta_bt.png);
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;	
	background-repeat:no-repeat;
	background-position:-12px -14px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#000;
	margin:0 auto;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	border:3px solid #000;
	
}
.bt_topo_fixed:hover .bt_topo_square{
	background-color:#fff;
	background-position:-12px -53px;
	border:3px solid #000;
}
.bt_topo_fixed:hover span{
	color:#000;
}
.bt_topo_fixed span{
	padding-top:10px;
	text-transform:uppercase;
	font-size:8px;
	line-height:8px;
	color:#000;
}



/*________________________________________________________________________ Menu mobile */


.menu_mobile{
	position:absolute; 
	display:none;
	right:0;
	z-index:999999;
}
.menu_mobile_bts{
	position:fixed;
	z-index:99999999999999;
	width:320px;
	right:0;
	top:0;
	bottom:0;
	background-color:#0061a5;
    margin-right: -320px;
	padding:10px 20px;
}
.menu_mobile_abrir_wrap{
	display:none;
	position:absolute;
	width:100%;
}
a.menu_mobile_abrir{
	right:0;
	margin-top: -1px;
	margin-right: 20px;
	position:absolute;
	z-index:9999; 
	cursor:pointer;
}
.home a.menu_mobile_abrir {
    margin-top: 20px !important;
    margin-right: 20px !important;
}
.menu_mobile_bts a{
	font-size:20px;
	line-height:16px;
	color:#fff;
	border-bottom:1px dotted #be5e13;
	text-decoration:none;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	cursor:pointer;
	display:block;
	padding:20px 0;
	text-transform:uppercase;
}
#menu_mobile_fechar{
	display:inline-block;
	float:right;
	margin-right:30px;
	border-bottom:0;
	top:0;
	padding:0;
	cursor:pointer;
}
.menu_mobile_bts .bt_home{
	display:inline-block;	
	float:left;
	text-transform:uppercase;
	font-size:14px;
	border-bottom:0;
	border:1px solid #000;
	padding:7px 15px;
	background-color:#000;
	color:#fff;
	margin-bottom:30px;
}