﻿/*------------
TAGS
------------*/
.OtimizacaoSite
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

body
{
	
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13px;
	letter-spacing:-0.7px;
	color:#333;
}
strong{font-weight:bolder;}

/*------------
BASE
------------*/
.sessao
{
	position:relative;
	float:left;
	width:100%;
	z-index:2;
}
.clear
{
    clear:both;
}

.bloco
{
	position:relative;
	margin:0px auto;
	max-width:980px;
	min-width:320px;
}

.fl
{
	position:relative;
	float:left;
	text-align:left;
}

.fr
{
	position:relative;
	float:right;
	text-align:right;
}

a.bt
{
	position:relative;
	float:left;
	margin-top:10px;
	background-color:#333;
	border-radius:5px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	padding:8px 10px;
	background-color:#333;
	 background: linear-gradient(to bottom, #666 0%,#333 100%);
	
	box-shadow:0px 2px 5px #999;

	border: solid 2px #333;;
}
a.bt:hover{background-color:#00C2FF;border: solid 2px #00C2FF;; background: linear-gradient(to bottom, #0080BC 0%,#03212B 100%);}

h2.subtitulo
{
	position:relative; 
	float:left;
	text-align:left;
	margin:5px 0px;
	font-size:24px;
	padding:0px;
	font-weight:normal;
	font-family: Georgia,Constantia,Lucida,serif;
font-weight: normal;
}
h2.subtitulo strong{font-weight:bold; font-size:28px;
                    
                    font-family: Georgia,Constantia,Lucida,serif;
font-weight: normal;}

p.txt
{
	width:100%;
	position:relative;
	float:left;
	text-indent:0px;
	line-height:20px;
	text-align:justify;
	margin:5px 0px;
}

p.coladoL
{
	text-indent:0px;
}

/*------------
TOPO
------------*/

#endereco
{
	position:relative;
	float:left;
	margin:10px 0px;
}

#menu
{
	position:relative;
	float:right;
	margin:10px 0px;
	z-index:2;
}

#menu a
{
	position:relative;
	float:left;
	margin:32px 15px;
	padding:4px;
	font-size:16px;
	color:#666666;
}

#menu a:hover
{
	color:#FFF;
	text-decoration:underline;
}

.menuHover
{
	position:absolute;
	padding:10px;
	top:10px;
	left:300px;
	width:90px;
	height:90px;
	background-color:#f7f7f7;
	
	border-radius:50%;
	z-index:1;
	box-shadow: 0px 2px 5px #888 inset;
	top:-200px;
	left:50%;
}

.menuHover .centro,.icone .centro
{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	background-color: #0000FF;
background: linear-gradient(to bottom, #0047FF 0%,#00EBFF 100%);
	border-radius:50%;
	text-align:center;
}

#logo
{
	position:relative;
	float:left;
	margin:10px 0px;
}

.linha
{
	position:relative;
	float:left;
	width:100%;
	height:0px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #e2e2e2;
}

.redes
{
	position:relative;
	float:right;
}

.redes a
{
	position:relative;
	float:left;
	margin:3px;
	padding:4px;
	background-color:#ccc;
	border-radius:50%;
}

.redes a.facebook:hover
{
	background-color:#3b5998;
	box-shadow: 0px 2px 5px #888;
}
.redes a.twitter:hover
{
	background-color:#1bb6ec;
	box-shadow: 0px 2px 5px #888;
}
.redes a.linkedin:hover
{
	background-color:#005a87;
	box-shadow: 0px 2px 5px #888;
}

/*------------
RODAPE
------------*/

#rodape .barra
{
	position:relative; float:left;
	width:100%;
	height:50px;
	background-color:#dfe0de;	
	box-shadow: 0px 1px 5px #888 inset;
	border-bottom:solid 2px #FFF;
}

#rodape h4
{
	position:relative;
	float:left;
	font-size:28px;
	color:#333;
	margin:10px 0px;
	width:250px;
	margin-right:10px;
}

#rodape .coluna
{
	position:relative;
	float:left;
	width:250px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:12px;
	line-height:20px;
	height:100px;
}

#rodape .mail
{
	color:#FF9900;
}

#rodape .linha
{
	width:90%;
	margin:10px 0px;
	border-top:solid 1px #FF9900;
	border-bottom:0px;
}

#rodape .redes
{
	float:left;
}

#rodape .links a
{
	position:relative;
	float:left;
	width:120px;
	color:#333;
}

#rodape #emailNews
{
	position:relative;
	margin:0px;
	float:left;
	padding:10px;
	width:200px;
	background-color:#666;
	color:#FFF;
	border:0px;
	border-radius:5px;
	z-index:1;
	height:16px;
}

#rodape .emailNews
{
	position:relative;
	margin:0px;
	float:left;
	padding:10px;
	width:200px;
	background-color:#666;
	color:#FFF;
	border:0px;
	border-radius:5px;
	z-index:1;
	height:16px;
}



#rodape #fmNews a
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
	padding:7px 12px;
	padding-bottom:6px;
	background-color:#FF9900;
	background: linear-gradient(to bottom, #0080BC 0%,#00C2FF 100%);
	height:26px;
}

#rodape #fmNews
{
	position:relative; 
	float:left;
	border-radius:10px;
	overflow:hidden;
	width:250px;
}

/*-----
BANNER
------*/
#c-banners
{
	position:relative;
	float:left;
	width:100%;
	height:460px;
	background-color:#333;
	margin:10px 0px;
	overflow:hidden;
	background-image:url(../imagens/bg_banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#c-banners .imgBanner
{
	position:absolute;
	right:50%;
	top:500px;
	z-index:2;
}

#c-banners .faixa
{
	position:absolute;
	left:100%;
	background-image:url(../imagens/faixa.png);
	color:#FFF;
	width:100%;
	line-height:20px;
	font-size:16px;
	top:180px;
	z-index:1;
}
#c-banners .faixa2
{
	position:absolute;
	left:100%;
	background-image:url(../imagens/faixa.png);
	color:#FFF;
	width:100%;
	line-height:20px;
	font-size:16px;
	top:180px;
	z-index:1;
	min-height: 80PX;
}


#c-banners .titulo
{
	position:absolute;
	left:100%;
	bottom:290px;
	color:#fff;
	z-index:1;
}


.titulo h1,.faixa .bloco h1
{
	font-size:32px;
	color:#0080BC;
	font-weight:bold;
	line-height:40px;	
}

.titulo h2,.faixa .bloco h2
{
	font-size:22px;
	color:#FFF;
	font-weight:normal;	
}

.titulo h1,.faixa2 .bloco h1
{
	font-size:32px;
	color:#0080BC;
	font-weight:bold;
	line-height:40px;	
}

.titulo h2,.faixa2 .bloco h2
{
	font-size:22px;
	color:#FFF;
	font-weight:normal;	
}



#c-banners .controle
{
	position:absolute;
	top:100%;
	margin-top:10px;
}

.controle a
{
	position:relative; float:left;
	padding:5px 8px;
	border-radius:5px;
	background-color:#333;
	background: linear-gradient(to bottom, #666 0%,#333 100%);
	
	box-shadow:0px 2px 5px #999;

	border: solid 2px #333;;
}

.controle a:hover{background-color:#00C2FF;border: solid 2px #00C2FF;; background: linear-gradient(to bottom, #0080BC 0%,#00C2FF 100%);}

.listaBanners{display:none;}

/*-----
SERVIÇOS
------*/
.servico
{
	position:relative;
	float:left;
	width:320px;
	height:240px;
	margin:20px 10px 20px 0px;
	text-align:center;
}

.icone
{
	position:relative;
	float:none;
	display:inline-block;
	padding:10px;
	background-color:#f7f7f7;
	border-radius:50%;
	box-shadow: 0px 2px 5px #888 inset;
}
.icone .centro img
{
	position:relative;
	margin:10px;
	float:left;
}

.servico h2
{
	position:relative; 
	float:left;
	width:100%;
	text-align:center;
	margin:5px 0px;
	font-size:19px;
	padding:0px;
	font-weight:normal;
}
.servico h2 strong{font-weight:bold; font-size:21px;}

.servico p
{
	position:relative; 
	float:left;
	width:100%;
	text-align:center;
	margin:5px 0px;
	font-size:13px;
	padding:0px;
	font-weight:normal;
}

.servico a
{
	float:none;
	margin-top:10px;
}

#c-slider
{
	width:100%;
	padding-right:10px;
	overflow:hidden;
}


#c-projetos a.bt
{
	margin-right:3px;
	margin-top:15px;
	font-size:14px;
}



.projeto
{
	position:relative;
	float:left;
	margin:5px 10px 5px 0px;
	
	width:320px;
	height:272px;
	background-color:#333;
	text-align:center;
	overflow:hidden;
}

.projeto a.thumb
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-repeat:no-repeat; background-position:center; background-size:100%; z-index:2;
}

.projeto div.link
{
	z-index:1;
	position:absolute;
	top:30%;
	left:10%;
	width:80%;
	text-align:center;
	
}

.projeto div.link h2
{
	color:#fff;
	font-size:18px;
}
.projeto div.link span
{
	color:#0080BC;
	font-size:18px;
	
	text-align:center;
}

.faixa .bloco
{
	margin-top:25px;
	margin-bottom:25px;
}
.faixa .bloco h1{font-size:24px; line-height:20px}
.faixa .bloco h2{font-size:18px;}

.mapa
{
	height:350px;
	box-shadow: 0px 2px 5px #888;
	margin-bottom:0px;
	
}

.contato label
{
	position:relative;
	float:left;
	width:265px;
	margin:5px;
	margin-left:0px;
	font-size:14px;
}

.contato label span
{
	position:relative;
	float:left;
	width:100px;
	margin:5px 0px;
	font-size:14px;
	font-weight:bold;
}

.contato label input,.contato label textarea
{
	font-family:"Calibri",Arial;
	position:relative;
	float:left;
	margin:0px;
	border:0px;
	border-radius:5px;
	font-size:14px;
	line-height:15px;
	padding:8px 5px;
	color:#666;
	background-color:#fff;
	box-shadow: 0px 2px 5px #ccc inset;
	font-weight:bold;
	
}

.contato label input:focus,.contato label textarea:focus
{
	color:#666;
	background-color:#eee;
	box-shadow: 0px 2px 5px #ccc;
	
}

#projeto .tags a
{
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	margin-right:5px;
	margin-bottom:5px;
	color:#0080BC;
}

#projeto .subtitulo
{
	width:100%; margin-top:0px; font-weight:bold; font-size:22px;
	padding-bottom:5px; margin-bottom:5px;
	border-bottom:solid 1px #999;
	color:#333;
}

#projeto .txt
{
	position:relative; float:left;
	width:100%;
	margin-bottom:20px;
	text-align:left;
	color:#999;
}

.fotos img,#foto img
{
	border:solid 5px #eee;
	box-shadow: 0px 2px 5px #999;
}
#foto img{border:0px;}

.projeto
{
	box-shadow: 0px 1px 5px #999;
}


.clientes .projeto
{
	width:188px;
	height:188px;
}

.clientes .projeto .link span
{
	font-size:14px;
}



#w-slider{min-width:320px;}

p,p.txt
{
	letter-spacing:-0.3px !important;
	color:#333 !important;
}


.dadosCon{width:300px; margin-left:40px; margin-top:30px; font-size:14px;}

ul.lista
{
	position:relative;
	float:left;
	margin:10px 0px;
	width:100%;
	font-size:16px;
}

ul.lista li
{
	position:relative;
	float:left;
	margin:5px 0px;
	width:95%;
	font-size:16px;
	margin-left:20px;
	list-style:circle;
}

.TituloNoticia
{
    margin-bottom:10px;
    min-height: 58px;
}

.ImgNoti
{
 
    margin-bottom:10px;   
}
.clickdesk .cd-chat-content .cd-inp-out span

{
display:none;
position:relative;
z-index:0;
width:400px;

}
.Fotosclientes {
float: left;
width: 293px;
margin-right: 20px;
min-height: 356px;
margin-bottom: 10px;
margin-top:10px;
}

.txt
{
 line-height: 1.6em;   
}

.TituloNoticia h3 
{
 margin-bottom:10px;
 min-height: 30px;   
}
.ConteudoTexto
{
    text-align: justify;
    line-height:1.6em;
font-size: 16px;
}