
@charset "utf-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}

.conteudo p {
	margin: 20px 0px;
}

body {
	font: normal 12pt Calibri;
	overflow-x: hidden;
	text-align:center;
}

#topo {
	position: fixed;
	z-index: 90;
	width: 100%;
	height:150px;
}

#detail-menu {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 36px;
	width: 100%;
	padding-top: 180px;
	z-index: 80;
	position: fixed;
}


.logo {
	width: 319px;
	height:94px;
	position: absolute;
	top: 10px;
	left: 10px;

}

#menu {
	width:550px;
	position: absolute;
	top: 30px;
	right: 10px;
	font-weight: bold;
}

.conteudo-bg {
	width: 100%;
	min-height: 550px;
	background: url(../images/bg-site.jpg);
	position: relative;
	z-index: 1;
	padding-top: 140px;
	padding-bottom: 50px;
	

}

.conteudo {
	width: 90%;
	min-height: 500px;
	margin: 40px auto;
	padding: 25px 20px;
	border: 0;
	text-align:justify;
	font: normal 13pt Calibri;
}

.slide-cont {
	background: transparent;
	min-height: 700px;
}

.tittle-pag {
	width: 100%;
	height: 197px;
	margin-top: -140px;
	position:absolute;
}

.tittle-txt {
	width:400px;
	position: absolute;
	top: 120px;
	right: 230px;
	color:#fff;
	font-weight:bold;
	font-size: 20pt;	
}

.detail-page {
    width: 100%;
    height: 200px;
}

.detail-page-img{
    width: 410px;
    height: 100px;
	position: relative;
	margin: 80px auto;
}

.color {
	color: #ed1c24;
}


.rede-social {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right:80px;
}
.rede-social a {
-o-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-khtml-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
}

.rede-social a:hover{
	opacity:0.5;
}

.contato-end {
	width: 50%;
	margin-bottom: 30px;
	float:left;
}

.contato-mapa {
	width: 50%;
	margin-bottom: 30px;
	float:right;
}

.destaque-page {
    width: 100%;
    height: 400px;
}


.destaque-all {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	position:relative;
	z-index: 10px;
	margin-top: 80px;
}

.caixa-destaque {
	width: 300px;
	height: 300px;
	background: #fff;
	float:left;
	margin: 0px 15px;
	border-radius: 5px;
}

.destaque-img {
	width: 280px;
	height: 200px;
	margin: 10px auto 0px auto;
}

.destaque-txt {
	border-top: 1px dashed #ed1b24;
	padding-top: 10px;
	width: 280px;
	margin: 0 auto;
}

.hover {
	width: 280px;
	height: 200px;
	margin: 10px;
	position:absolute;
	opacity: 0;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-khtml-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.hover:hover {
	opacity: 0.7;
}

.contato-end {
	width: 50%;
	height: 200px;
	float:left;
}

.contato-map {
	width: 50%;
	height: 200px;
	float:right;
}



.tabela-form input:focus,select:focus,textarea:focus {
	background: #CCCCCC;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.tabela-form {
	width: 100%;
	margin-top: 50px;
}

.tabela-form input[type=text] {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #999999;
	border-radius: 6px; 
	height: 35px;
	padding-left: 5px;
}

.tabela-form textarea {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #999999;
	border-radius: 6px; 
	height: 80px;
	padding-left: 5px;
}

.tabela-form input[type=submit],input[type=reset] {
	margin: 5px 0px 5px 5px;
	width: 100px;
	border: 1px solid #999999;
	border-radius: 4px; 
	height: 40px;
	float: right;
}



fieldset {
	border: 0px solid #d4c9be;
	margin: 10px auto;
	font-weight: 100;
}

legend {
	font: normal 20pt Lato;
	font-weight: 100;
	text-align: center;
	margin: 0px; 
}

.end-contato {
	font-size: 18px;
}

.tel-end {
	float: right;
	text-align: right;
	position: absolute;
	right: 0;
	padding: 10px;
	font-size: 26px;
}

.clear {
	clear: both;
}

#rodape {
	background:#000000;
	padding: 15px;
	position: relative;
	bottom: 0;
	z-index: 20;
}

.link-precisou {
	float: left;
	font-family: Century Gothic, Verdana, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

.link-precisou a {
	text-decoration: none;
	color: #FFFFFF;
}

.link-precisou a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.copyright {
	font-family: Century Gothic, Verdana, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

.contador {
	float: right;
}

.voltar-pagina { text-align:right; font: normal 13pt Calibri; color:#70010a; text-decoration:none; }
.voltar-pagina:hover { font: normal 12pt Calibri; color:#333333; text-decoration:underline;}







