/*Fonte*/
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.eot');
    src: url('../fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Fim da fonte*/
/*base*/
*{
	padding:0px;
	border:0px;
	margin:0px;
}	
ul, ol {
    margin-bottom: 0px!important;
    margin-top: 0;
}
.conteiner{
	margin: 0 auto;
	width:1230px;	
}

/*fim da base*/

/*Header*/
.content{
	margin: 0 auto;
	width:1190px;	
}
.header{
	background: url(../img/bg_efeito.png) center bottom no-repeat #000;
	width:100%;
	height:85px;
	float:left;
}
.content .logo{
	float:left;
	line-height:85px;	
}
.content .logo img{
	float:left;
	margin-top:5px;
}
.content .menu{
	float:right;
	width:651px;
	height:85px;
	margin-top:0px ;
}
.content .menu li:first-child{
	margin-left:0px;
}
.content .menu li{
	float:left;
	line-height:80px;
	color:#fff;
	font-family:"nexa_boldregular";
	font-size:13px;
	list-style-type:none;
	position: relative;
	margin-left:45px;	
}
.content .menu li a{
	text-decoration:none;
	color:#fff;
	float:left;
}
.content .menu li a img {
	float:left;
	padding:30px 0;
}
.content .icon_fone{
	float:left;
	padding-top:26px;
	padding-right:10px;
}/*
.content .menu li:last-child{
	line-height:65px;
}
*/
.content .menu li:last-child img{
	float:left;
	padding:26px 10px 26px;  ;
}
.sub-menu {
	background: #000;
}
.menu > li:hover {
	background: #000;
}
.menu li:hover > .sub-menu {
	display: block;
	line-height:20px;
	background: #000;
}
.sub-menu  {
	display:none;
	top:70px;
	position: absolute;
	min-width: 201px;
	left:-39px;
	max-height:400px;
	padding:10px;
}
.menu li .sub-menu > li {
	line-height:30px !important;
	margin-left:0px !important;
	width:100%;
}
 .menu .sub-menu li a{
	font-family:"nexa_boldregular";
	font-size:12px;
	line-height:25px;
}
.sub-menu .sub-menu {
	top: 0;
    left: 100%;
}
/*Fim Header*/


/*footer*/

.nav_footer{
	float:left;
	width:298px;
	margin-top:20px;
}
.nav_footer:last-child{
	margin-right:0px;	
}
.nav_footer p:first-child{
	padding-top:0px!important;
}
.nav_footer p ,.efeito{
	color:#fff;
	font-family: 'nexa_boldregular';
	font-size:14px;
	padding-top:12px;
	margin:0px!important;
}
.nav_footer li{
	list-style-type: none;
	padding-top:8px;
}
.nav_footer li a{
	color:#fff;
	font-family: 'nexa_lightregular';
	font-size:12px;
	text-decoration:none;
}
.nav_footer li > a:hover{
	background:none;
}
.fa{
	font-size:7px !important;
    color: #F1E829; 
	padding-right:8px;
	vertical-align:0px !important;
	line-height:14px!important;
}
.fb-page{
	float:right;
	color:#fff;	
	margin-top:9px;
}
.footer{
	margin:50px 0 5px 0;
	float:left;	
	width:100%;
	background-color:#000;
	height:240px;
	border-bottom:3px solid #AB1382;
	border-top:3px solid #AB1382;
	
}
.info_rodape{
	width:100%;
	float:left;
}
.info_rodape p{
	float:justify;
	color:#000;
	text-align:center;
	font-family: 'nexa_boldregular';
	font-size:12px;
}	
/*Fim Footer*/
/*teste*/
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.tooltip {
    position: right;
    display: inline-block;

}

.tooltip .tooltiptext {
	/*
	background: url(../img/bg_efeito_piramid.png) left top no-repeat #000;*/
    visibility: hidden;
    width: 220px;
		box-sizing: border-box;
    background-color: #000;
    color: #fff;
    text-align: center;
    top:95px;
	right:-40px;
	float:right;
    /* Position the tooltip */
    position: absolute;

    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.form_login{
	float:left;
	width:100px;
	padding:10px;
}

.form_login .lb_login{
	width:100%;
	float:left;
	text-align:left;
	padding-top:5px;
	line-height:20px;
	font-family:"nexa_lightregular";
	font-size:15px;
}
.form_login .name_senha{
	width:72%;
	
	line-height:15px;
	padding:5px;
	color:#000;
	border: 1px solid #ccc;
	margin-top:5px;
	float:left;
	font-family:"nexa_lightregular";
}
.form_login .name_login{
	width:100%;
	line-height:15px;
	padding:5px;
	color:#000;
	border: 1px solid #ccc;
	margin-top:3px;
	float:left;
	font-family:"nexa_lightregular";
}
.btn_login {
	float:right;
	margin-top:5px;
	background:#3F89C6;
	width:50px; 
	padding:0px !important;
	height:27px;
	color:#fff;
	font-size:12px !important;
	font-family:"nexa_boldregular";
	
}
.form_login a{
	float:left;
	font-family:"nexa_lightregular";
	line-height:15px;
	font-size:12px;
	line-height:10px;
	margin:5px 0 0 ;
}
.bg_efeito_piramid{
	float:left;
	top:-36px;
	margin-left:26px;
	position:absolute;
	padding:0px;
}