@charset "utf-8";

.itens_main{display: block!important}

.itens_mobile{display: none!important}

.banner{
	width:880px;
	height:308px;
	float:left;
	margin-left:20px;
	margin-top:170px;
	
}
.banner ul{
	width:880px;
	min-width:880px;
	max-width:880px;
	height:308px;
	min-height:308px;
	max-height:308px;
	border:5px solid #1e1e1e;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	position:relative;
	overflow:hidden;
}
.banner ul li{
	width:880px;
	min-width:880px;
	max-width:880px;
	height:308px;
	min-height:308px;
	max-height:308px;
}
.banner ul li img{
	width:880px;
	min-width:880px;
	max-width:880px;
	height:308px;
	min-height:308px;
	max-height:308px;
	position:absolute;}
.banner #left{
	background:url(../imagens/bullets.png) no-repeat;
	width:32px;
	height:81px;
	position:absolute;
	margin-top:285px;
	top:0;
	margin-left:-27px;
	z-index:6;
}
.banner #right{
	background:url(../imagens/bullets.png) no-repeat;
	background-position:-34px 0px;
	width:32px;
	height:81px;
	position:absolute;
	margin-top:285px;
	top:0;
	z-index:6;
	right:0;
	margin-right:293px;
}
.chamada-banner{
	float:right;
	position:absolute;
	margin-top:170px;
	right:0;
}

.conteudo_sobre{
	width:100% !important;
	min-width:1300px;
	position:relative;
	height:352px;
	overflow:hidden !important;
	background:url(../imagens/sobre.jpg) top center;
	margin-top:-45px;
	z-index:4 !important;

}
.conteudo_sobre .sobre{
	width:1920px;
	height:50px;
}
.conteudo_texto_home{
	width:1230px;
	min-width:1230px;
	position:absolute;
	left:50%;
	margin-left:-615px;
}

.conteudo_sobre_home{
	width:625px;
	float:right;
}
.conteudo_sobre_home h2{
	background:url(../imagens/titulo-sobre-home.jpg) no-repeat;
	width:376px;
	height:69px;
	float:left;
	margin-top:30px;
}
.continue_lendo{
	background:url(../imagens/botao-continue-lendo.jpg) no-repeat;
	width:162px;
	height:27px;
	position:absolute;
	float:left;
	margin-top:10px;
}
.chamadas_home{
	background:url(../imagens/bg-chamada-produtos.jpg) no-repeat left top;
	width:1194px;
	min-height:570px;
	margin-top:20px;
	position:relative;

}
.titulo_chamadas{
	width:300px;
	height:65px;
	float:left;
	margin-left:95px;
	margin-top:23px;
}
.titulo_chamadas span{
	color:#c14037;
	font-size:24px;
	position:absolute;
	top:0;
	margin:0;
	margin-top:16px;
	margin-left:38px;
}
.titulo_chamadas p{
	color:#ffffff;
	font-size:62px;
	line-height:65px;
}
.descricao_chamadas{
	position:absolute;
	width:730px;
	right:100px;
	font-size:13px;
	text-align:justify;
	color:#ffffff;
	margin-top:25px;
}
.chamada{
	width:1020px !important;
	height:720px;
	margin:0 !important;
	padding:0 !important;
	margin-left:89px !important;
	padding-top:130px !important;
}
.chamada li{
	width:313px;
	height:347px;
	background:#9c2828;
	float:left !important;
	margin:0 0 20px 20px;
}
.chamada li .foto{
	overflow:hidden;
	width:313px;
	height:170px;
	position:relative;
}
.chamada li .foto img{
	min-width:313px;
	min-height:170px;
	max-width:330px;
	max-height:220px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.chamada li .titulo_chamada{
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
	overflow:hidden;
	color:#ffffff;
	font-size:28px;
	font-weight:lighter;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:2px solid #ffffff;
}
.chamada li a{
	width:90%;
	height:37px;
	line-height:37px;
	text-align:center;
	color:#ffffff;
	display:block;
	margin-top:15px;
	border:1px solid #ffffff;
	background:#9c2828;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-transition:0.5s;
  	-moz-transition:0.5s;
  	-webkit-transition:0.5s;
	transition:0.5s;
}
.chamada li a:hover{
	background-color:#ffffff;
	color:#9c2828;
}
.chamada li a.no_hover{
	border:none !important;
	background:none !important;
	font-size:26px;}
.chamada li a.no_hover:hover{
	color:#ffffff;
	border:none !important;
	background:none !important;}

/* TITULO DA PÁGINA */
.titulo_pagina{
	width:100%;
	height:100px;
	position:absolute;
	margin-top:-125px;
	font-family: 'Roboto', sans-serif;
}
.titulo_pagina{
	font-size:43px;
	font-weight:lighter;
	text-align:center;
	color: #ffffff;	
}
.titulo_pagina h1{
	font-weight:300;
}
.titulo_pagina p{
	font-size:14px;
	color:#ffffff;
}
.titulo_pagina a{
	color:#ffffff;
}
.titulo_pagina a:hover{
	text-decoration:underline;
}
.titulo_pagina span{
	color:#f86f6f;
	font-weight:bold;
}

/* CONTEUDP ESQUERDA */
.conteudo_esquerda{
	width:585px;
	float:left;

}
.conteudo_esquerda h2{
	color:#000000;
	font-size:45px;
	margin-bottom:5px;
}
.conteudo_esquerda p{
	font-size:15px;
	text-align:justify;
}
.conteudo_esquerda h3{
	color:#983b35;
	font-size:26px;
	margin-bottom:5px;
}
.conteudo_esquerda .projetos{
	width:100%;
	height:110px;
	margin-top:10px;}
.conteudo_esquerda .projetos li{
	width:230px;
	height:120px;
	float:left;
	overflow:hidden;
	position:relative;}
.conteudo_esquerda .projetos li img{
	min-width:230px;
	min-height:120px;
	max-width:250px;
	max-height:230px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.galeria{
	height:85px;
	width:584px;
	float:right;
	position:relative;
	margin-bottom:80px;
}
.galeria .cover{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.icone_galeria{
	background:url(../imagens/icone-galeria-de-fotos.jpg) no-repeat top center;
	width:584px;
	height:85px;
	display:block;
}
.galeria a{
	position:absolute;
	display:block;
	width:100%;
	height:85px;
}
.conteudo_direita{
	float:right;
	width:600px;
}
.conteudo_direita h2{
	color:#983b34;
	font-size:26px;
}
.conteudo_direita p{
	color:#983b34;
	font-size:14px;
}
.conteudo_direita form{
	margin-top:20px;
}
.conteudo_direita form input[type='text']{
	border:1px solid #83423f;
	display:block;
	width:100%;
	height:40px;
	margin-bottom:15px;
	color:#9e403b;
	font-size:15px;
	text-indent:6px;
	outline:none;
}
.conteudo_direita form textarea{
	border:1px solid #83423f;
	display:block;
	width:100%;
	height:100px;
	resize:none;
	overflow:hidden;
	margin-bottom:15px;
	color:#9e403b;
	font-size:15px;
	text-indent:6px;
	outline:none;
}
.conteudo_direita form input[type='submit']{
	width:105px;
	height:42px;
	border:none;
	background:#933b35;
	border-bottom:3px solid #772d28;
	color:#ffffff;
	font-size:16px;
	float:right;
	outline:none;
	cursor:pointer;
}

input[type='text'], textarea, input[type='submit']{
	font-family: 'Roboto', sans-serif;
}

/* CONTATO */
.mail_contato{
	width:100%;
	position:relative;
}
.mail_contato input[type='text']{
	width:98%;
	height:40px;
	float:left;
	text-indent:6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #83423f;
	color:#772d28;
	margin-bottom:8px;
	outline:none;
}
.mail_contato textarea{
	width:98.4%;
	height:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #83423f;
	color:#772d28;
	resize:none;
	overflow:hidden;
	padding-left:5px;
	margin-bottom:8px;
	outline:none;
}
.mail_contato input[type='submit']{
	width:90px;
	height:40px;
	background:#933b35;
	border:none;
	font-size:16px;
	margin-right:10px;
	color:#ffffff;
	float:right;
	border-bottom:3px solid #772d28;
	outline:none;
	cursor:pointer;
}
.dados_contato{
	position:absolute;
	width:300px;
	height:40px;
	top:0;
	left:0;
	margin-top:318px;
	margin-left:5px;
	font-weight:600;
}
.fone_contato{
	line-height:33px;
	color:#862c2c;
	float:left;
	text-indent:8px;
}
.icone_fone{
	background:url(../imagens/icones.jpg) no-repeat;
	width:33px;
	height:33px;
	display:inline-block;
	float:left;
}


.email_contato{
	margin-left:20px;
	float:left;
	width:400px;
	text-indent:15px;
	line-height:33px;
	position:absolute;
}
.email_contato a{
	color:#862c2c;
}
.icone_email{
	background:url(../imagens/icones.jpg) no-repeat;
	width:33px;
	height:33px;
	display:inline-block;
	float:left;
	background-position:-40px 0;
}
.titulo{
	color:#000000;
	font-size:45px;
	text-align:center;
	font-weight:bold;
}
.midias{
	width:100%;
	background:blue;
	position:relative;
	margin-top:20px;
}
.midias li{
	width:157px;
	height:230px;
	float:left;
	overflow:hidden;
	position:relative;
	margin:0 44px 30px 44px;
}
.midias li img{
	min-width:157px;
	max-width:157px;
	min-height:230px;
	max-width:230px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
}
.fundo-na-midia{
	background:#f2f2f2;
	position:relative;
	width:100%;
	margin-top:-20px;
	padding:20px 0;
}
.titulo_moad{
	color:#2a2a2a;
	font-size:43px;
	text-align:center;
}
.fundo-na-midia p{
	text-align:center;
	padding:0 180px;
	font-size:14px;
}