/* CSS Document */

/* img { width: 100%; } */
input:focus, button:focus { outline: none; }
body { font-family: 'Open Sans', sans-serif; color: #000; }  
.row { position: relative; }

/* HEADER */

.header { 
	border-bottom: 1px solid #D0D2D4; 
	padding-bottom: 10px;
}

.header_logo {
	margin-top: 10px;
	text-align: center;	
}

.header_logo img {
	max-width: 200px;
}	

.login_area {
	background-color: #F5811E;
	padding: 10px 30px;
	width: 100%;
	height: 60px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;	
}

	.login_area .info_box {
		float: left;
		text-align: center;
		margin-right: 15px;
	}

	.login_area span {
		color: #fff;	
	}
	
	.login_area input {
		height: 38px;
		width: 170px;
		padding-left: 70px;
		border: 1px solid #929497;			
		background-color: #fff;
		background-position-x: -3px;
		background-position-y: -1px;
		background-repeat: no-repeat;
		border-radius: 20px;
		margin-right: 5px;
	}

	.login_area input[name=usuario] {
		background-image: URL('../assets/images/header/header_input_usuario.png');
	}
	
	.login_area input[name=senha] {
		background-image: URL('../assets/images/header/header_input_senha.png');
	}
	
	.login_area button[type=submit] {
		background-color: #fff;
		border-radius: 20px;
		height: 25px;
		width: 50px;
		border: none;
		font-size: 12px;
	}
	
	.login_area .esqueci_senha {
		float: right;
		text-align: center;
		font-size: 10px;
		margin-top: 5px;	
	}
	
		.login_area .esqueci_senha a {
			color: #fff;
		}
	
		
.nav_menu {
	width: 100%;
	margin-top: 30px;
}

	.nav_menu ul { 
		float: left; 
		padding-left: 18px;
	}

		.nav_menu ul li {
			list-style: none;
			float: left;
			font-size: 25px;
			margin-right: 35px;
		}
		
		.nav_menu ul li a {
			color: #221F20;
			text-decoration: none;	
		}
	
	.social_media {
		width: 26px;
		float: right;
		margin-top: 15px;	
	}
	
	

	
	
/* FOOTER */

.section_footer {
	padding: 30px 0;
	background: linear-gradient(to right, #fff 0%,#fff 35%,#fff 35%,#F5811E 35%,#F5811E 100%);	
}

.section_footer i {
	background-image: url('../assets/images/section_footer/footer_icons.png');	
    margin-right: 20px;
    float: left;
}

.icon_address {
	width: 21px;
    height: 35px;
    background-position: 0px 0px;
}

.icon_phone {
	width: 26px;
	height: 26px;
	background-position: 60px -6px;
}

.icon_email {
	width: 25px;
	height: 18px;
	background-position: 25px -9px;
}

.adress_footer, .contact_footer {
	float:left;
	width:100%;	
	margin: 25px 0;
	font-size: 16px;
}

.social_footer {
	width: 58px;
	height: 58px;
	margin-top: 55px;	
}


/* ALL SECTIONS DEFAULT */

.section_carousel, .section_banner_ads, .section_news, .section_quemsomos, .section_faleconosco, .section_footer {
	padding: 20px 0;
}	

.scroll_top {
	position: absolute;
    width: 57px;
    height: 48px;
    background-image: url(../assets/images/scroll_up.png);	
	background-position: 59px 0;	
	right: -60px;	
	bottom: 5px;
	cursor: pointer;
}

#scroll_white {
	background-position: 0px 0px;	
}

/* ALL SECTIONS DEFAULT */


/* INTERNAL */

.section_internal {
	margin-bottom: 50px;	
}

.internal_img {
	max-width: 360px;	
}


/* PAINEL LOGADO */

.painel_logado {
	background-color: #E5E6E7;
}

.painel_menu a {
	float:left;	
	color: #000;
	font-size: 12px;
}

.bemvindo {
	float:left;	
}

.bemvindo span {
    font-size: 15px;
    line-height: 37px;
	color: #000;
}

.painel_menu {
	float:right;	
	margin-top: 10px;
}

.painel_icons {
	background-image: url('../assets/images/header/icons_logado.png');
	width: 22px;
	height: 22px;
	float:right;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: -3px;
}	

.assinante {
	background-position: 0 0;
}

.senha {
	background-position: -20 0;		
}

.sair {
	background-position: -39px 0;	
}

/* NON RESPONSIVE */

.container-non-responsive {
	/* Margin/padding copied from Bootstrap */
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	
	/* Set width to your desired site width */
	width: 1170px;	
}