﻿*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body,html {
	min-width:1000px;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	background:#F2F2F2;
}

img {
	padding:0px;
	margin:0px;
	border:0px;
	display:block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.centro {
	width:1000px;
	margin:0px auto;
}

.topo_linha{
	width:100%;
	height:10px;
	background:#971613;
}

.topo{
	padding:15px 0px 15px 0px;
}

.topo_logo{
	float:left;
}

.topo_menu{
	float:right;
	margin-top:30px;
}

.topo_menu a{
	float:left;
	margin-left:7px;
	padding:10px 15px 10px 15px;
	font-size:16px;
	color:#971513;
	text-decoration:none;
	font-weight:600;
}

.topo_menu a:hover{
	padding:10px 15px 10px 15px;
	background:#971513;
	color:#F2F2F2;
	border-radius:3px;
}

.topo_menu_select{
	padding:10px 15px 10px 15px;
	background:#971513;
	color:#F2F2F2 !important;
	border-radius:3px;
}

.banner_inicial{
	width:1000px;
	height:420px;
	background:#242D4C;
}

.rodape{
	width:100%;
	padding:15px 0px 15px 0px;
	margin-top:15px;
	background:#333333;
}

.rodape_box{
	width:250px;
	float:left;
	color:#F2F2F2;
	text-align:center;
}

.rodape_img img{
	width:67px;
	height:62px;
	margin:0px auto;
}

.rodape_tit{
	font-size:20px;
	font-weight:700;
	margin:10px 0px 10px 0px;
}

.rodape_text{
	font-size:16px;
}


.rodape_credito{
	text-align:center;
	padding:10px 0px 10px 0px;
	font-size:12px;
}

.titulo{
	width:100%;
	padding:10px;
	color:#971413;
	font-size:32px;
	font-weight:700;
	background:#fff;
	border-radius:5px;
	border:1px solid #ccc;
	margin-bottom:20px;
}

.empresa_text{
	width:550px;
	min-height:410px;
	padding:30px 15px 30px 15px;
	float:left;
	background:#fff;
	border-radius:5px;
	border:1px solid #ccc;
	font-size:20px;
}

.empresa_text p{
	margin:10px 0px 10px 0px;
}

.empresa_text span{
	color:#971313;
}

.empresa_banner{
	width:430px;
	min-height:410px;
	border-radius:5px;
	border:1px solid #ccc;
	float:right;
}

.servicos_box{
	width:320px;
	min-height:363px;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	margin:0px 20px 20px 0px;
}

.servicos_box img{
	width:318px;
	height:156px;
}

.servicos_tit{
	text-align:center;
	color:#971313;
	font-size:16px;
	font-weight:600;
	padding:10px;
}

.servicos_text{
	font-size:14px;
	padding:0px 10px 10px 10px;
}

.servicos_botao a{
	padding:8px 15px 8px 40px;
	background-color:#971413;
	background-image:url(imagens/photo.png);
	background-position: center left 10px;
    background-repeat: no-repeat;
	display:inline-block;
	border-radius:3px;
	color:#fff;
	font-weight:600;
	margin:0px 0px 15px 68px;
	text-decoration:none;
}

.servicos_botao a:hover{
	background-color:#6B0E0E;
}

.parceiros_box{
	width:320px;
	padding:20px 0px 20px 0px;
	background:#fff;
	border:1px solid #ccc;
	float:left;
	border-radius:5px;
	margin:0px 20px 20px 0px;
}

.parceiros_box img{
	width:285px;
	margin:0px auto;
}

.contato_form{
	width:550px;
	min-height:400px;
	padding:15px;
	float:left;
	background:#fff;
	border-radius:5px;
	border:1px solid #ccc;
}

.contato_input{
	width:100%;
	height:50px;
	border-radius:3px;
	background:#F9F9F9;
	padding:10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	border:1px solid #ccc;
}

.contato_msg{
	width:100%;
	height:100px;
	border-radius:3px;
	background:#F9F9F9;
	padding:10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	border:1px solid #ccc;
}

.contato_sucesso{
	font-size:20px;
	margin-top:130px;
}

.contato_sucesso a{
	color:#971313;
	text-decoration:none;
}

.contato_sucesso a:hover{
	text-decoration:underline;
	color:#971313;
}

.contato_sucesso span{
	font-size:26px;
	color:#971313;
	font-weight:600;
}

.contato_submit{
	width:100%;
	height:50px;
	border-radius:3px;
	background:#971513;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	border:0px;
	cursor:pointer;
	font-weight:600;
}

.contato_submit:hover{
	background:#811310;
}

.contato_form p{
	margin:0px 0px 15px 0px;
}

.contato_form p label.error { 
	color: red; 
	font-size:12px;
	display: block;
	line-height:100%;
	padding:0px;
	margin-top:5px;
}

.contato_text{
	width:430px;
	min-height:400px;
	padding:30px 15px 30px 15px;
	float:right;
    background:#fff;
	float:right;
	border-radius:5px;
	border:1px solid #ccc;
	font-size:16px;
}

.contato_text p{
	margin:0px;
}

.contato_text hr{
	width:100%;
	height:1px;
	border:0px;
	border-top:1px dashed #ccc;
	margin:15px 0px 15px 0px;
}

.contato_tit{
	font-size:26px;
	color:#971513;
	margin-bottom:10px;
	font-weight:700;
}

.contato_map{
	padding:15px;
	background:#fff;
	border-radius:5px;
	border:1px solid #ccc;
	margin-top:15px;
}

.trabalhe{
	background:#fff;
	border:1px solid #ccc;
	padding:15px;
}

.trabalhe_input{
	width:470px;
	height:50px;
	display:inline-block;
	border-radius:3px;
	background:#F9F9F9;
	padding:10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	border:1px solid #ccc;
}

.trabalhe_select{
	width:470px;
	height:50px;
	display:inline-block;
	border-radius:3px;
	background:#F9F9F9;
	padding:10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#A9A9A9;
	border:1px solid #ccc;
}

.trabalhe_msg{
	width:100%;
	height:180px;
	border-radius:3px;
	background:#F9F9F9;
	padding:10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	border:1px solid #ccc;
}

.trabalhe p{
	margin:0px 0px 15px 0px;
}

.trabalhe_submit{
	width:100%;
	height:50px;
	border-radius:3px;
	background:#971513;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	border:0px;
	cursor:pointer;
	font-weight:600;
}

.trabalhe_submit:hover{
	background:#811310;
}

.trabalhe p label.error { 
	color: red; 
	font-size:12px;
	display: block;
	line-height:100%;
	padding:0px;
	margin-top:5px;
}