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

body {
    background:url(../images/bg-site.jpg);
    center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 0;
	margin: 0;
}

#box {
	width: 1000px;
	background: url(../images/bg-conteudo.png);
	border-radius: 8px;
	box-shadow: 0px 0px 30px #000000;
	padding: 1px;
	margin: 10px auto;
}

#topo {
	width: 100%;
	height: 60px;
	background:#000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.dd-telefone {
	font-family:Calibri, Verdana, Tahoma;
	color: #FFFFFF;
	font-size: 16px;
}

.caixa-telefone {
	float:right;
	margin: 11px 10px 0px 0px;
}


.telefone {
	font-family:Calibri, Verdana, Tahoma;
	color: #FFFFFF;
	font-size: 32px;
	font-weight:bold;
}

#logo {
	width: 100%;
	margin: 0 auto;
}

#menu {
	width: 100%;
	height: 52px;
	background: url(../images/bg-menu.jpg);
	border-radius: 8px;
}

#slide {
	width: 100%;
	height: 380px;
	margin: 5px 0px 5px 0px;
	background: url(../images/bg-sombra.png);
}

#slide iframe {
	border: 3px solid #FFFFFF;
	border-radius: 8px;
}

#conteudo {
	text-align: justify;
	margin: 10px 20px 5px 20px;
	font: normal 12pt Lato;
}

.titulo-pagina {
	font-family:Calibri, Verdana, Tahoma;
	font-size: 22px;
	margin: 0px 0px 0px 20px;
}

#destaque {
	width: 100%;
}

.caixa-destaque {
	width: 280px;
	display: inline-block;
	margin: 10px 20px 20px 20px; 
}

.titulo-destaque {
	background: #eb2100;
	padding: 8px 10px 8px 15px ;
	color: #FFFFFF;
	font-family:Calibri, Verdana, Tahoma;
	font-size: 20px;
	text-align: left;
	border-top-right-radius: 25px;
	margin: 0px 0px 3px 0px;
}

.texto-destaque {
	text-align: justify;
	padding: 5px 5px 10px 5px;
	font-family:Calibri, Verdana, Tahoma;
	font-size: 14px;
}

.link-destaque {
	background: #bbbbbb;
	padding: 8px 15px 8px 15px ;
	color: #000000;
	font-family:Calibri, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
	border-bottom-left-radius: 25px;
	text-align: right;
}

.link-destaque a {
	text-decoration: none;
	color: #000000;
}

.link-destaque a:hover {
	font-weight: bold;
	color: #eb2100;
}

#rodape {
	background:#000000;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 15px;
}

.link-precisou {
	float: left;
	font-family:Calibri, 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:Calibri, Verdana, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

.contador {
	float: right;
}

.linha-estilo {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.90), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.90), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.90), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.90), rgba(0,0,0,0)); 
}

.endereco {
	font-family:Calibri, Verdana, Tahoma;
	font-size: 22px;	
}

.fone-email {
	font-family:Calibri;
	color:#000;
}

.cartoes {
	position: fixed;
	left: 0px;
	top: 250px;
	border-radius: 6px;
	background: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}

.pages-left {
	position: fixed;
	left: 0;
	top: 250px;
}

.pages-left img:hover {
	opacity: 0.6;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.pages-right {
	position: fixed;
	right: 0;
	top: 250px;
}

.pages-right img:hover {
	opacity: 0.6;
	-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;
}


.rodape-info {
	height: 250px;
	overflow: hidden;
}

#rodape a {
	color: #FFFFFF;
	text-decoration: none;
}

#rodape a:hover {
	text-decoration: underline;
}

.endereco-roda {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 310px;
}

.endereco-roda h1 {
	color: #FFFFFF;
	font-family: Calibri;
	margin: 0;
	padding: 0;
	font-size: 24px; 
}

.endereco-roda h3 {
	color: #FFFFFF;
	font-family: Calibri;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 100;
}

.endereco-mapa {
	width: 240px;
	height: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	overflow: hidden;
}

.endereco-mapa-contato {
	width: 100%;
	height: 350px;

}

.tabela-form {
	color: #FFFFFF;
	font-family: Calibri;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

.tabela-form td {
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
}

input[type=text]{
	float: right;
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 180px;
	border-radius: 6px;
}

textarea {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 180px;
	border-radius: 6px;
}

select {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	border-radius: 6px;
}

input[type=submit]{
	float: right;
	background: #CCCCCC;
	color: #000000;
	border: 1px solid #CCCCCC;
	margin: 3px;
	padding: 5px;	
}

input[type=reset]{
	float: right;
	background: #CCCCCC;
	color: #000000;
	border: 1px solid #CCCCCC;
	margin: 3px;
	padding: 5px;	
}