/*
    Desenvolvido por Artweb Design Digital
    http://www.artwebdigital.com.br/
    criacao2@artwebdigital.com.br
*/

body,h1,h2,h3,h4,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
}

body{
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	background: #FFFFFF;
}


/* INICIO COOKIES */

.caixa-alert{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #000;
	opacity: 0.95;
	z-index: 9999;
	border: 1px solid #333;
	text-align: left;
	padding: 30px;
	max-width: 500px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.caixa-alert p{
	/*float: left;
	margin-left: 20px;*/
	line-height: 20px !important;
	font-size: 15px !important;
	color: #FFF;
	margin-bottom: 20px !important;
	display: inline-block;
	font-weight: 300;
}

.caixa-width{
	max-width: 900px;
	text-align: center;
}

.caixa-alert p a{
	color: #E29530;
	text-decoration: underline;
}

.caixa-alert p a:hover {
	color: #CCC;
	text-decoration: underline;
}

.caixa-alert a.botaoCookies{
	cursor: pointer;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #E29530;
	color: #FFFFFF;
    font-weight: 500;
    font-size: 16px !important;
    text-align: center;
	display: inline-block;
}

.caixa-alert a.botaoCookies:hover{
	background-color: #FFF;
	color: #E29530;
}

@media (max-width: 1000px) {
    .caixa-alert{
    }
    .caixa-alert p{
        
        line-height: 20px !important;
    }

    .caixa-alert a.botaoCookies{

        margin: 0;
    }
    .caixa-alert p{
        margin-bottom: 10px;        
		margin-top: 10px;
    }
    .caixa-alert a.botaoCookies{
        height: 25px;
		line-height: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
	.caixa-alert{
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .caixa-alert p{
        font-size: 12px;
        line-height: 20px !important;
        max-width: none;
        text-align: center;
    }
    .caixa-alert a.botaoCookies{
        width: 100%;
	}	
    }
    

/* FIM COOKIES */

a{
	text-decoration: none;
	color: #E29530;
}

a:hover{
	text-decoration:none;
	color: #3f3f3f;
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
	font-family: 'Roboto Condensed', sans-serif;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}
.limpa40{clear:both; height: 40px;}

input, select, textarea{
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #333333;
	box-sizing: border-box;
	border: 1px solid #333333;
	width: 100%;
}

/* header */
.navbar-header{
	padding: 18px 0 36px;
}

.navbar-brand{
	float: left;
	margin-top: 15px;
}

#linkAcessoRestrito{
	float: right;
	border: 1px solid #6A6A6A;
	height: 24px;
	line-height: 24px;
	color: #6a6a6a;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 12px;
	margin-left: 15px;
}

#linkAcessoRestrito:hover{
	background-color: #E29530;
}

#linkAcessoRestrito span{
	margin-left: 12px;
	background: url(../img/icone-area-restrita.png) no-repeat center;
	width: 9px;
	height: 24px;
	float: right;
}

#idiomasCelular{
	display: none;
}

#idiomas{
	float: right;
}

#idiomas a, #idiomasCelular a{
	margin: 2px 0 0 7px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	width: 33px;
	height: 22px;
}

#idiomas a.btPortugues, #idiomasCelular a.btPortugues{background-image: url(../img/icone-portugues.png);}
#idiomas a.btIngles, #idiomasCelular a.btIngles{background-image: url(../img/icone-ingles.png);}
#idiomas a.btEspanhol, #idiomasCelular a.btEspanhol{background-image: url(../img/icone-espanhol.png);}

#bgMenu{
	background: #222222;
	width: 100%;
	height: 80px;
	position: relative;
}

.navbar-collapse{
	float: left;
	background: #222222;
	padding-right: 20px;
}

.navbar-nav li{
	list-style: none;
	float: left;
	background: url(../img/separa-menu.png) no-repeat center left;
	position: relative;
}

.navbar-nav li.semBorda{
	background-image: none;
}

.navbar-nav li a{
	padding: 0 20px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 74px;
	text-transform: uppercase;
	background: #222222;
	border-bottom: 6px solid #222222;
}

.navbar-nav li a.menuAtivo, .navbar-nav li a:hover{
	border-bottom: 6px solid #c58930;
}

ul.subMenu{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -6px;
	z-index: 100;
	background: #222222;
	border-top: 6px solid #c58930;
	width: 220px;
	padding: 15px 0;
	display: none;
}

.navbar-nav li:hover ul.subMenu{
	display: block;
}

ul.subMenu li{
	float: none;
	display: block;
}

ul.subMenu li a{
	border: none;
	padding: 10px 28px;
	line-height: 30px;
	text-align: left;
}

ul.subMenu li a:hover{
	color: #c58930;
	border: none;
}

.navbar-toggle, .espacoMenu{
	display:none;
}

#bgMenu .tamanhoTela{
	position: relative;
}

.fundoMenuDireito{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: #1A1A1A;
}

#search{
	position: absolute;
	right: 0;
	background: #1A1A1A;
	height: 80px;
}

#search button{
	float: left;
	width: 80px;
	height: 80px;
	background: url(../img/icone-busca.png) no-repeat center;
}

.abreBusca{
	z-index: 10;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#search input{
	float: left;
	height: 80px;
	padding: 20px 0;
	width: 0;
	background-color: transparent;
	color: #FFFFFF;
	border: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

/* content */
#content{
	margin:0 auto;
}

#content::before, #content::after {
	content: ' ';
	display: table;
}

#content::after{
	clear: both;
}

#content, #content p{
	font-size: 18px;
	line-height: 32px;
	color: #3f3f3f;
	font-weight: 300;
}

h1{
	display: inline-block;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 300;
	border-bottom: 3px solid #e29530;
	padding-right: 10px;
	line-height: 40px;
	padding-bottom: 20px;
	margin-bottom: 52px;
}

h1 strong{
	font-weight: 400;
	font-size: 30px;
}

header{
	background: url(../img/topo-paginas.jpg) no-repeat center;
	padding: 40px 0;
}

header h1{
	display: block;
	font-size: 32px;
	text-align: center;
	font-weight: 400;
	line-height: 46px;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#conteudoPaginas{
	padding: 60px 0 80px;
}

#conteudoPaginas li{
	list-style-position: inside;
}

.imagemPrincipalPaginas{
	float: right;
	margin: 0 0 20px 60px;
	max-width: 450px;
}

#bgTextosSobre{
	background: #f4f4f4;
}

.espacoPaginasIndividual li{
	list-style: inside;
}

.espacoPaginasIndividual{
	padding: 60px 0;
}

#content .espacoPaginasIndividual table tr td{
	vertical-align: top;
	padding: 0 20px;
}

#content .espacoPaginasIndividual table tr td, #content .espacoPaginasIndividual table tr td p{
	text-align: center;
}

.espacoPaginasIndividual table tr td strong{
	color: #c58930;
}

#bgTextosSobre .imagemPrincipalPaginas{
	float: left;
	margin: 0 60px 20px 0;
	max-width: 450px;
}

.imagemEquipe, #bgTextosSobre .imagemEquipe{
	float: none;
	display: block;
	margin: 0 auto 20px;
}

.espacoPaginasIndividual h3{
	font-size: 32px;
	color: #C58930;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.espacoPaginasIndividual h4{
	font-size: 18px;
	color: #333333;
	font-weight: 700;
}

.espacoPaginasIndividual h4 span, .espacoPaginasIndividual h4 span a{
	font-size: 16px;
	color: #C58930;
	cursor: pointer;
}

.espacoPaginasIndividual h4 strong{
	font-size: 15px;
	cursor: pointer;
}

.resultadoBusca a{
	display: block;
}

/* Home */
#capaHome{
	padding: 50px 180px 40px;
	text-align: center;
}

#capaHome p, #capaHome{
	font-size: 20px;
	line-height: 38px;	
}

#capaHome img{
	display: block;
	margin: 30px auto 0;
}

#capaHomeBaixo{
	background-image: url(../img/bg-capa-home.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

#bgCapaHome{
	background: url(../img/mascara-texto-banner.png);
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	height: 100%;
}

#capaBaixoEsquerda{
	float: left;
	width: 450px;
	margin: 70px 0 50px 80px;
	position: relative;
	z-index: 10;
}

#capaBaixoEsquerda h1{
	margin-bottom: 30px;
}

#capaBaixoEsquerda p, #capaBaixoEsquerda{
	color: #FFFFFF;
}

#capaBaixoEsquerda a.botaoLeiaMais{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	background: url(../img/link-capa.png) no-repeat center left;
	padding-left: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 40px;
	display: block;
}

#capaBaixoEsquerda a.botaoLeiaMais:hover{
	color: #E29530;
}


/* footer */
#rodapeTodo{
	background: url(../img/rodape.jpg) no-repeat center bottom;
	width: 100%;
	position: relative;
	clear: both;
}

#caixaRodape1{
	height: 253px;
	padding: 47px 0 0 80px;
}

#caixaRodape1 h1{
	border-bottom: 3px solid #FFFFFF;
}

#caixaRodape1 .caixaRodapeCima{
	width: 310px;
	height: 102px;
	border: 1px solid #FFFFFF;
	position: relative;
	float: left;
	margin-right: 27px;
	padding-left: 30px;
}

#caixaRodape1 .caixaRodapeCima h3{
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
}

#caixaRodape1 .caixaRodapeCima h4{
	font-size: 48px;
	line-height: 50px;
	margin-top: -25px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 10px;
}

#caixaRodape1 .caixaRodapeCima h4 span{
	position: relative;
	z-index: 10;
}

#caixaRodape1 .caixaRodapeCima h4 i{
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	height: 1px;
	background: #9E661B;
}

#rodapeMeio{
	position: relative;
	height: 260px;
}

#caixaRedesSociais{
	position: absolute;
	right: 0;
	bottom: 0;
}

#caixaRedesSociais a{
	float: left;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url(../img/icones-redes-sociais.png?versao=2.0);
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

#caixaRedesSociais a.iconeFacebook{background-position: 0 0;}
#caixaRedesSociais a.iconeFacebook:hover{background-position: 0 -40px;}
#caixaRedesSociais a.iconeLinkedin{background-position: -40px 0;}
#caixaRedesSociais a.iconeLinkedin:hover{background-position: -40px -40px;}
#caixaRedesSociais a.iconeInstagram{background-position: -80px 0;}
#caixaRedesSociais a.iconeInstagram:hover{background-position: -80px -40px;}

#logoRodape{
	float: right;
	margin: 105px 41px 0 0;
}

.enderecoRodape{
	float: left;
	margin-top: 70px;
}

.enderecoRodape1{
	background: url(../img/traco-rodape.png) no-repeat center right;
	width: 275px;
	margin-right: 45px;
}

.enderecoRodape2{
	width: 258px;
}

.caixaTrabalheConosco{
	float: left;
	height: 190px;
	background: url(../img/mascara-rodape.png) repeat;
	width: 224px;
	padding: 70px 48px 0;
}

#footer h3{
	font-size: 18px;
	color: #C58930;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer p{
	font-weight: 300;
    color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
}

#footer a {
    color: #C58930;
}

#footer a:hover{
	color: #FFFFFF;
}

.caixaTrabalheConosco a{
	font-size: 14px;
	color: #C58930;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 25px;
	line-height: 34px;
	border: 1px solid #C58930;
	margin-top: 20px;
}

a#back-top{
	width: 32px;
	height: 32px;
	background: url(../img/top.png) no-repeat center;
	position: absolute;
	left: 0;
	margin-left: -94px;
	bottom: 60px;
	cursor: pointer;
}

.caixaTrabalheConosco a:hover{
	background: #C58930;
	color: #FFFFFF;
}

#rodapeBaixo{
	height: 40px;
}

#rodapeBaixo p{
	line-height: 40px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	float: right;
	margin: -30px 0 0 0;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* Banner */
#bannerTopo{
	display: none;
}

#bannerTopo a{
	cursor: pointer !important;
}

.allinone_bannerRotator {
	position:relative;
	cursor: pointer;
}

.allinone_bannerRotator img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}

.allinone_bannerRotator_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.allinone_bannerRotator .stripe {
	position:absolute;
	display:block;	
	height:100%;
	z-index:1;
	overflow:hidden;
}

.allinone_bannerRotator .block {
	position:absolute;
	display:block;	
	z-index:1;
	overflow:hidden;
}

.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}

.bannerControls {
	display: none;
}

.bottomNav{
	display: block !important;
	position: absolute;
	left: 0 !important;
	right: 0 !important;
	bottom: 15px !important;
	width: auto !important;
	text-align: center;
	z-index: 100;
}

.bottomNav div{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 0 5px;
	border-radius: 50%;
}

.bottomNavButtonOFF{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.bottomNavButtonON{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.hideElement {
	display:none;
}

/* Contato */
#contatoEsquerda{
	float: left;
	width: 530px;
}

#contatoDireita{
	float: right;
	width: 530px;
}

#content input{
	height: 60px;
	margin-bottom: 10px;
	padding: 5px 15px;
}

#content textarea{
	height: 130px;
	margin-bottom: 10px;
	padding: 15px;
}

#content button{
	float: right;
	padding: 0 60px;
	background: #C58930;
	color: #FFFFFF;
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content button:hover{
	background: #222222;
}

/* Clientes */
.clienteIndividual{
	float: left;
	width: 213px;
	padding: 20px;
	height: 100px;
	margin: 10px;
	border: 1px solid #DEDEDE;
}

.clienteIndividual img{
	max-width: 180px;
	max-height: 80px;
}

.alinhaClienteIndividual{
	width: 213px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* Projetos */
.projetoIndividual{
	float: left;
	width: 360px;
	margin: 0 20px 40px;
	height: 400px;
	text-align: center;
}

.caixaImagem{
	display: block;
	overflow: hidden;
	height: 238px;
	margin-bottom: 15px;
}

.caixaImagem img{
	min-height: 100%;
}

.projetoIndividual h3, .espacoPaginasIndividual .projetoIndividual h3{
	font-size: 18px;
	line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.projetoIndividual a.botaoProjetos, .eventoDireita a.botaoProjetos{
	display: inline-block;
	margin: 0 5px;
	color: #c58930;
	border: 1px solid #c58930;
	text-align: center;
	line-height: 46px;
	padding: 0 15px;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: 700;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.projetoIndividual a.botaoProjetos:hover, .eventoDireita a.botaoProjetos:hover{
	background: #c58930;
	color: #FFFFFF;
}

#produtoDireita{
	float: right;
	width: 500px;
}

#produtoDireita iframe{
	margin: 0 0 10px;
	width: 100%;
}

#produtoEsquerda{
	float: left;
	width: 560px;
}

#caixaProdutos li{
	float: left;
	width: 50%;
	list-style: none;
}

#caixaProdutos li a{
	display: block;
	height: 160px;
	overflow: hidden;
	margin: 0 5px 10px;
}

#caixaProdutos li a img{
	min-height: 100%;
}

.textoCentralizado{
	text-align: center;
}

a.botaoVoltar{
	cursor: pointer;
	display: inline-block;
	color: #c58930;
	border: 1px solid #c58930;
	text-align: center;
	line-height: 46px;
	padding: 0 15px;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: 700;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

a.botaoVoltar:hover{
	background: #c58930;
	color: #FFFFFF;
}

/* Trabalhe Conosco */
.caixaFile{
	background: #FFFFFF;
	border: 1px solid #333333;
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}

.jfilestyle {
	display: inline-block;
	margin: 0;
	padding: 0px;
	position: relative;
	border-collapse: separate;
	width: 100%;
	height: 60px;
}

div.jfilestyle label, div.jfilestyle input {
	font-family: sans-serif;
}

#formContato div.jfilestyle input {
	border: none;
	vertical-align: middle;
	cursor: default;
    line-height: normal;
    width: 60% !important;
    background: none;
    float: left;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.jfilestyle label {
	float: right;
	display: inline-block;
	background: #3A3A3A;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	width: 30%;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	font-size: 16px;
	cursor: pointer;
}

div.jfilestyle .count-jfilestyle {
	background: #303030;
	color: #fff;
	border-radius: 50%;
	padding: 1px 5px;
	font-size: 12px;
	vertical-align: middle;
}

/* Noticias */
.noticiaIndividual{
	margin-bottom: 60px;
}

.imagemNoticias{
	float: left;
	margin-right: 40px;
}

.noticiaIndividual h3{
	padding-top: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #C58930;
	font-weight: 700;
	margin-bottom: 10px;	
}

.noticiaIndividual h3 span{
	color: #000000;
}

#caixaPaginacao{
	text-align: center;
}

#caixaPaginacao a{
	cursor: pointer;
	display: inline-block;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	background: #222222;
	padding: 0 15px;
	font-weight: 700;
	margin: 0 5px;
}

#caixaPaginacao a.paginacaoAtivo, #caixaPaginacao a:hover{
	background: #E29530;
	color: #222222;
}

.dataNoticia{
	font-size: 14px;
	float: right;
	margin: 20px 0 0 0;
}

.caixaCompartilhamentos{
	margin: 20px auto 0;
	width: 600px;
	text-align: center;
}

.compartilharIndividual{
	float:left;
	margin:0 10px;
}

/* Treinamentos */
.cursoIndividual{
	margin-bottom: 20px;
}

.cursoIndividual p{
	display: none;
}

.depoimentoIndividual{
	margin-bottom: 40px;
}

.depoimentoIndividual p, .textoItalico{
	font-style: italic;
}

#caixaAgenda img{
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#caixaAgenda table, #caixaAgenda table tr{
	width: 100%;
}

#caixaAgenda table tr{
	background: #DEDEDE;
}

#caixaAgenda table tr:nth-child(2n+1){
	background: #CECECE;
}

#caixaAgenda table tr td{
	padding: 10px 20px !important;
	border: 2px solid #FFFFFF;
}

#caixaAgenda table tr td strong{
	color: #3f3f3f;
	font-weight: 700;
	font-size: 20px;
}

/* Eventos */
.eventoEsquerda{
	float: left;
	width: 750px;
}

.eventoDireita{
	float: right;
	width: 400px;
}

.eventoDireita a.botaoProjetos{
	margin: 20px 0 0;
}

.limpaEventos{
	clear: both;
	height: 60px;
}

/* tamanhos tamanhos */
.tamanhoTela{
	width: 1200px;
	margin: 0 auto;
}

.tamanhoPaginas{
	width: 1100px;
	margin: 0 auto;
}

@media(max-width: 1230px) {
	.tamanhoTela, .tamanhoPaginas{width: 960px;}

	/* Header */
	.navbar-header{padding: 20px 0;}
	.navbar-brand{margin: 0;}
	.navbar-nav li a{font-size: 15px; padding: 0 16px;}

	/* Home */
	h1{padding-bottom: 5px;}
	#content, #content p{font-size: 17px;}
	#capaBaixoEsquerda h1{margin-bottom: 20px;}
	#capaHome{padding: 40px 60px;}
	#capaBaixoEsquerda{margin: 50px 0;}
	
	/* Footer */
	#caixaRodape1{padding: 40px 0 0 20px;}
	#caixaRodape1 .caixaRodapeCima{margin-right: 30px; width: 250px;}
	#logoRodape{display: none;}
	.enderecoRodape1{margin-right: 60px; width: 280px;}
	.enderecoRodape2{width: 250px;}
	.caixaTrabalheConosco{padding: 70px 65px 0; width: 240px;}

	/* PÃ¡ginas */
	.espacoPaginasIndividual, #conteudoPaginas{padding: 50px 0;}
	.imagemPrincipalPaginas{margin: 0 0 20px 40px; max-width: 380px;}
	#bgTextosSobre .imagemPrincipalPaginas{margin: 0 40px 20px 0; max-width: 380px;}
	#bgTextosSobre .imagemEquipe{margin: 0 auto 20px;}
	.espacoPaginasIndividual h3{font-size: 26px; margin-bottom: 15px;}
	header{padding: 30px 0;}
	.caixaImagem{height: 190px;}
	.projetoIndividual{height: 360px; margin: 0 15px 40px; width: 290px;}
	#produtoDireita, #produtoEsquerda{width: 460px;}
	#caixaProdutos li a{height: 140px;}
	.clienteIndividual{margin: 5px; padding: 7px;}
	#contatoEsquerda, #contatoDireita{width: 460px;}
	.eventoDireita{width: 320px;}
	.eventoEsquerda{width: 610px;}
}

@media(max-width: 1000px) {
	.tamanhoTela, .tamanhoPaginas{width:740px;}

	/* Header */
	.navbar-brand{max-width: 220px;}
	.navbar-header{padding: 15px 0;}
	.navbar-nav li a{border-bottom: 4px solid #222222; font-size: 14px; font-weight: 400; line-height: 56px; padding: 4px 12px 0; text-transform: none;}
	#search, .abreBusca, #search button, #search input, #bgMenu{height: 64px;}
	#search input{padding: 10px 0;}
	#search button, .abreBusca{width: 60px;}
	.navbar-nav li a.menuAtivo, .navbar-nav li a:hover{border-bottom: 4px solid #c58930;}
	ul.subMenu{border-top: 4px solid #c58930; margin-top: -4px; padding: 10px 0; width: 180px;}
	ul.subMenu li a{line-height: 24px; padding: 6px 20px;}

	/* Home */
	h1{font-size: 18px; line-height: 30px; margin-bottom: 40px;}
	h1 strong{font-size: 24px;}
	#content, #content p{font-size: 15px; line-height: 26px;}
	#capaHome{padding: 30px 20px;}
	#capaHome img{margin: 20px auto 0; max-width: 200px;}
	#capaBaixoEsquerda{margin: 30px 0; width: 380px;}
	#bgCapaHome{padding-right: 30px;}
	#capaBaixoEsquerda a.botaoLeiaMais{margin-top: 20px;}

	/* Footer */
	#rodapeTodo{background: url(../img/rodape-menor.jpg) no-repeat center bottom;}
	#caixaRodape1{padding: 30px 0 0 20px; height: 210px;}
	#caixaRodape1 .caixaRodapeCima{margin-right: 20px; width: 188px; height: 94px;}
	#caixaRodape1 .caixaRodapeCima h4{font-size: 42px; padding: 0 8px 0 4px; margin-top: -20px; line-height: 40px;}
	#caixaRodape1 .caixaRodapeCima h4 i{top: 19px;}
	#caixaRodape1 .caixaRodapeCima h3{font-size: 18px;}
	.enderecoRodape{margin-top: 40px;}
	#footer h3{font-size: 16px; margin-bottom: 10px;}
	#footer p{font-size: 14px; line-height: 22px;}
	.enderecoRodape1{margin-right: 35px; width: 235px;}
	.caixaTrabalheConosco{padding: 40px 30px 0; width: 200px; height: 180px;}
	.enderecoRodape2{width: 210px;}
	#rodapeMeio{height: 220px;}
	#rodapeBaixo p{line-height: 40px;}
	a#back-top{display: none;}

	/* PÃ¡ginas */
	.espacoPaginasIndividual, #conteudoPaginas{padding: 40px 0;}
	.imagemPrincipalPaginas{margin: 0 0 10px 30px; max-width: 300px;}
	#bgTextosSobre .imagemPrincipalPaginas{margin: 0 30px 10px 0; max-width: 300px;}
	#bgTextosSobre .imagemEquipe{margin: 0 auto 10px;}
	.espacoPaginasIndividual h3{font-size: 24px; margin-bottom: 20px;}
	#content .espacoPaginasIndividual table tr td, #content .espacoPaginasIndividual table tr, #content .espacoPaginasIndividual table{display: block; width: 100%;}
	#content .espacoPaginasIndividual table tr td{padding: 0 0 20px;}
	.caixaImagem{height: 148px;}
	.projetoIndividual{height: 280px; margin: 0 10px 40px; width: 226px;}
	.projetoIndividual h3, .espacoPaginasIndividual .projetoIndividual h3{font-size: 16px; line-height: 24px; text-transform: none;}
	.projetoIndividual a.botaoProjetos, .eventoDireita a.botaoProjetos{line-height: 40px;}
	header h1{font-size: 24px;}
	header{padding: 20px 0;}
	#produtoDireita, #produtoEsquerda{width: 360px;}
	#produtoDireita iframe{height: 210px; margin: 0 0 4px;}
	#caixaProdutos li a {height: 110px; margin: 0 2px 4px;}
	.clienteIndividual{padding: 10px;}
	.clienteIndividual img{max-height: 70px; max-width: 160px;}
	#contatoEsquerda, #contatoDireita{width: 360px;}
	#content button{height: 50px; padding: 0 30px; font-size: 14px;}
	#content input{height: 50px;}
	#content textarea{height: 110px;}
	.imagemNoticias{margin: 0 20px 0 0; max-width: 200px;}
	.noticiaIndividual h3{font-size: 16px; line-height: 24px; margin-bottom: 5px; padding-top: 0;}
	.noticiaIndividual{margin-bottom: 30px;}
	.eventoDireita{width: 280px;}
	.eventoEsquerda{width: 440px;}
}

@media(max-width: 767px){
	.tamanhoTela, .tamanhoPaginas{width:auto; padding:0 20px;}

	/* Home */
	h1{font-size: 16px; line-height: 26px; padding: 0 0 5px; text-align: center; margin-bottom: 30px;}
	h1 strong{font-size: 20px;}
	#capaHome{padding: 30px 0;}
	#content, #content p{font-size: 14px; text-align: center;}
	#capaHome img{max-width: 90%;}
	#bgCapaHome{width: 100%; padding: 0;}
	#capaBaixoEsquerda{padding: 30px 0; margin: 0; float: none; width: auto;}
	#capaBaixoEsquerda a.botaoLeiaMais{display: inline-block; margin: 15px 0 0;}

	/* Footer */
	#footer{padding: 0;}
	#rodapeTodo, #caixaRodape1 .caixaRodapeCima h4 i{background: #CB8222;}
	#caixaRodape1, #rodapeMeio{height: auto; padding: 30px 20px 0;}
	#caixaRodape1 .caixaRodapeCima{float: none; height: 80px; margin: 10px 0 30px; padding-left: 20px; width: auto;}
	#caixaRodape1 .caixaRodapeCima h4{font-size: 30px; line-height: 26px; margin: -12px 0 5px 0;}
	#caixaRodape1 .caixaRodapeCima h4 i{top: 11px;}
	#rodapeMeio{background: #181a1b;}
	.enderecoRodape1, .enderecoRodape2{float: none; margin: 0 0 30px; width: auto; background-image: none;}
	#footer h3{text-align: center;}
	#footer p{text-align: center;}
	.caixaTrabalheConosco{height: auto; width: auto; float: none; margin: 0 -20px; padding: 30px 20px 60px; text-align: center;}
	#rodapeBaixo{height: auto; padding: 20px 20px 10px;}
	#rodapeBaixo p{font-size: 12px; line-height: 20px; margin: 0 0 10px;}
	.maya{float: none; display: block; margin: 0 auto;}

	/* PÃ¡aginas */
	.limpa40{height: 30px;}
	.espacoPaginasIndividual, #conteudoPaginas{padding-top: 30px; padding-bottom: 30px;}
	.imagemPrincipalPaginas, #bgTextosSobre .imagemPrincipalPaginas{margin: 0 auto 20px; max-width: 90%; display: block; float: none;}
	.espacoPaginasIndividual h3{font-size: 20px; margin-bottom: 15px;}
	header h1{font-size: 20px; line-height: 30px;}
	.projetoIndividual{width: 50%; margin: 0 0 30px; height: auto;}
	.caixaImagem{height: auto; margin: 0 10px 15px;}
	.caixaImagem img{min-height: 0;}
	.projetoIndividual:nth-child(even){clear: both;}
	.projetoIndividual h3{margin: 0 15px 15px;}
	#produtoEsquerda{margin: 0 0 30px;}
	#produtoDireita, #produtoEsquerda{width: auto; float: none;}
	#caixaProdutos li a{height: auto; margin: 0 5px 10px;}
	#caixaProdutos li:nth-child(2n+1){clear: both;}
	#produtoDireita iframe{height: 320px; margin-bottom: 10px;}
	.clienteIndividual{float: none; display: inline-block; width: 180px; height: 100px; margin: 0 5px 10px; padding: 0;}
	.alinhaClienteIndividual{width: 180px; height: 100px;}
	.clienteIndividual img{max-height: 60px; max-width: 140px;}
	.espacoPaginasIndividual h4, .espacoPaginasIndividual h4 span, .espacoPaginasIndividual h4 span a{font-size: 14px;}
	input, select, textarea{font-size: 14px;}
	#contatoEsquerda, #contatoDireita{width: auto; float: none;}
	.paginaContatoDireita{margin-bottom: 30px;}
	.imagemNoticias{margin: 0 auto 20px; display: block; float: none;}
	.caixaCompartilhamentos{width: 180px;}
	.compartilharIndividual{float: none; margin: 0 0 5px; display: block;}
	.eventoDireita{width: auto; float: none;}
	.eventoEsquerda{width: auto; float: none; margin: 0 0 15px;}
	.limpaEventos{height: 30px;}
	.eventoDireita a.botaoProjetos{margin: 15px 0 0;}
}

@media(max-width: 567px){
	.projetoIndividual{width: auto; float: none;}
	#produtoDireita iframe{height: 260px;}
}