html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.no_padding { padding:0px; }

.br { border:1px solid red; }

.fRoboto { font-family: 'Roboto', sans-serif; }

.fOpen { 
	font-family:"Open Sans";
	font-weight: 100;
}

.margin-top-20 { margin-top:20px;}

.fsize-12 { font-size:12px; }

.fsize-14 { font-size:14px; }

.fsize-11 { font-size:11px; }

.bold { font-weight:bold; }

.logo-topo { margin-top:40px; }

.form-field-login { 
	width:161px;
	height:41px;
	border-top:1px;
	border-left:1px;
	border-right:0px;
	border-bottom:1px;
	border-color:#DDD;
	border-style:solid;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
}

.form-field-senha { 
	width:161px;
	height:41px;
	border-top:1px;
	border-left:1px;
	border-right:0px;
	border-bottom:1px;
	border-color:#DDD;
	border-style:solid;
	border-radius:0px;
	margin-left:25%;
}

.button-login-ok {
	width:49px;
	height:41px;
	background-color:#E30613;
	border:0px;
	color:#FFF;
	font-size:12px;
	font-family: 'Roboto';
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	margin-left:50%;
}

.nav-menu {
	width:100%;
	height:50px;
	margin-top:30px;
	background-color:#333333;
}

.nav-menu li > a {
	color:#999!important;
}

.nav-menu li a:hover {
	color:#FFF!important;
}

#slider-banner {
	width:100%;
	min-height:500px;
	max-height:500px;
	background:#FAFAFA;
	margin-top:-21px;
}

.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { 
	float: left;
	min-height: 500px; 
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.banner .dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #000;
	background:#000;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active {
	background: #000;
	opacity: 1;
}

#servicos-banner {
	width:100%;
	min-height:420px;
	text-align:center;
}

#conheca-empresa {
	width:100%;
	min-height:466px;
	background:#F1F1F1;
}

#secao-contato {
	width: 100%;
	min-height: 172px;
	padding-bottom:60px;
}


@media (max-width: 770px) {

	#servicos-banner {
		width:100%;
		min-height:420px;
		text-align:center;
		padding-bottom:60px;
	}

	#conheca-empresa {
		width:100%;
		min-height:466px;
		background:#F1F1F1;
		padding-bottom:60px;
	}

}

footer {
	width:100%;
	min-height:221px;
	background:#333333;
}

footer ul li {
	display:inline;
	margin-left:30px;
	font-size:14px;
}

footer ul li:first-child {
	margin-left:0px;
}

footer ul li a {
	color:#999999;
}

footer ul li a:hover {
	color:#FFF;
	text-decoration:none;
}

.titulo-padrao {
	width:100%;
	height:200px;
	background:#FAFAFA;
	margin-top:-21px;
	font-size:45px;
	color:#000;
}

.titulo-padrao p {
	padding-top:70px;
}

.texto-padrao {
	color:#A2A2A2;
	font-size:16px;
	font-weight:100;
	line-height:24px;
	max-width: 80%;
	margin: 0 auto;
}



/*///////////////////////////////// RESPONSIVO //////////////////////////////////////*/

.esqueci-senha {
	padding:0px;
	margin-top:4px;
	margin-left:-20px;
}

.rodape_numero_telefone { margin-top:60px; }

.rodape_email { margin-top:60px;}

.footer_3 { text-align:right; }

@media (max-width: 1024px) {

	.esqueci-senha {
		padding:0px;
		margin-top:4px;
		margin-left:10px;
	}

	.rodape_numero_telefone { margin-top:0px; }
	
	.rodape_email { margin-top:10px;}
}


@media (max-width: 768px) {

	.footer_1 { text-align:center;}

	.footer_2 { margin-top:0px;}

	.rodape_email { margin-top:10px;}

	.footer_3 { text-align:center; }

	footer {
		padding-bottom:30px;
	}

	footer ul {
		text-align: center;		
	}

	footer ul li {
		display:block;
		margin-top:10px;
	}

	footer ul li:first-child {
		margin-left:30px;
	}

	.nav-menu li a:hover {
		color:#000!important;
	}
}