/*
    Desenvolvido por Artweb Design Digital
    https://www.agenciamaya.com.br/
    jeferson@agenciamaya.com
*/

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:400,600,700');

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

body{
    font-family: 'Asap Condensed', sans-serif;
	background: #FFFFFF;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: #27AEEE;
}

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

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

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

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

input, select, textarea{
    font-family: 'Asap Condensed', sans-serif;
	font-size:16px;
	color:#333;
}

::-webkit-input-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

::-ms-placeholder {
    color: #999999;
}

::placeholder {
    color: #999999;
}

body, p{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.text-white p{
	color: #FFFFFF;
}

h1, h2{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
}

h1.titulo-paginas, h2.titulo-paginas{
	font-weight: 700;
	font-size: 30px;
	color: #8067AB;
	margin-bottom: 50px;
}

.titulo-paginas:after{
	display: none;
}

h1 strong, h2 strong{
	font-weight: 700;
	display: block;
	font-size: 24px;
}

h1 strong, h2 strong{
	color: #27AEEE;
}

h1.text-white strong, h2.text-white strong{
	color: #FFFFFF;
}

h1:after, h2:after{
	width: 37px;
	height: 4px;
	display: block;
	content: '';
	margin: 10px auto 50px;
	background-color: #8067AB;
}

h1.traco-preto:after, h2.traco-preto:after{
	background-color: #000000;
}

h1.traco-branco:after, h2.traco-branco:after{
	background-color: #FFFFFF;
}

h3{
	color: #434343;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn{
	line-height: 25px;
	padding: 10px 50px;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-sm{
	font-size: 13px;
	padding: 5px 15px;
}

.btn-primary{
	background-color: #8067AB;
	border-color: #8067AB;
}

.btn-secondary{
	background-color: #27AEEE;
	border-color: #27AEEE;
}

/* header */
.contato-fixo{
	display: none;
}

.navbar-light{
	background-color: #FFFFFF;
	padding: 0;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.navbar-collapse{
	padding-top: 15px;
}

.btn-restrita{
	float: right;
	margin-left: 30px;
	width: 160px;
	height: 30px;
	background-color: #27AEEE;
	line-height: 30px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 13px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	font-weight: 600;
}

.btn-restrita span{
	float: left;
	height: 30px;
	width: 40px;
	background-color: #1D8996;
	text-align: center;
}

.navbar-nav{
	margin-top: 20px;
}

.navbar-nav li{
	list-style:none;
	float:left;
}

.navbar-nav li a{
	margin-left: 30px;
	color: #666666;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	display: block;
	border-bottom: 4px solid transparent;
	padding: 0 3px;
	font-weight: 600;
}

.navbar-nav li a:hover{
	color: #27AEEE;
	border-color: #27AEEE;
}

#search{
	width: 350px;
	height: 30px;
	position: relative;
	float: right;
}

#search input{
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 1px solid #B3B3B3;
	font-weight: 600;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #A6A6A6;
}

#search button{
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 30px;
	background-color: transparent;
}

#search button svg{
	color: #666666;
	vertical-align: top;
	font-size: 20px;
}

.frase-topo{
	padding-top: 120px;
	background-color: #8067AB;
}

.frase-topo h2{
	line-height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
}

.frase-topo h2:after{
	display: none;
}

/* Home */
.tp-banner h2{
	text-transform: none;
	font-size: 21px;
	line-height: 38px;
	font-weight: 700;
}

.tp-banner h2:after{
	display: none;
}

.tp-banner h2:before{
	display: block;
	margin-left: auto;
	content: '';
	width: 145px;
	height: 5px;
	background-color: #27AEEE;
	margin-bottom: 20px;
}

.tp-leftarrow{
	width: 25px;
	height: 41px;
	background-image: url(../img/prev-branco.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.tp-rightarrow{
	width: 25px;
	height: 41px;
	background-image: url(../img/next-branco.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.espaco{
	height: 60px;
	clear: both;
	width: 100%;
}

.bg-blue{
	background-color: #27AEEE;
}

.bg-blue-servicos{
	background-color: #27AEEE;
}

.bg-roxo{
	background-color: #8067AB;
}

.bg-cinza{
	background-color: #F2F2F2;
	padding-top: 40px;
	padding-bottom: 40px;
}

.icone-individual{
	margin-bottom: 35px;
}

.icone-individual h3:first-letter{
	letter-spacing: 2px;
	font-size: 26px;
	color: #000000;
}

.icone-individual img{
	margin-bottom: 15px;
}

.icone-individual h3, .noticia-individual h3{
	font-size: 18px;
}

.icone-individual h3{
	text-transform: none;
	color: #27AEEE;
	font-weight: 700;
}

.icone-individual p{
	margin-left: 15px;
	margin-right: 15px;
}

.bg-noticias{
	background-image: url(../img/fundo-noticias.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-publicacoes{
	background-image: url(../img/fundo-publicacoes.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.noticia-individual h3{
	color: #8066ad;
	text-transform: none;
	margin-bottom: 15px;
}

.publicacao-individual h3{
	color: #27AEEE;
}

.projeto-individual{
	position: relative;
	height: 230px;
	overflow: hidden;
	margin-bottom: 30px;
}

.hover-produtos, .hover-projeto-dentro{
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.projeto-individual:hover .hover-produtos, .projeto-individual-interna:hover .hover-projeto-dentro{
	opacity: 1;
	filter: alpha(opacity =100);
}

.texto-hover-produtos{
	box-sizing: border-box;
	width: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	padding: 0 40px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Páginas */
.texto-projeto{
	padding: 0 30px;
}

.texto-projeto h3, .projeto-individual h3{
	font-size: 18px;
	line-height: 30px;
	color: #8067ab;
	text-transform: none;
}

.projeto-individual-interna .projeto-individual{
	margin-bottom: 15px;
}

.hover-projeto-dentro{
	line-height: 230px;
	text-align: center;
	left: 0;
	right: 0;
}

.projeto-individual-interna{
	margin-bottom: 50px;
}

.imagem-principal-paginas{
	margin-right: -60px;
	max-width: 540px;
}

.texto-paginas{
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.bg-formulario-movimento{
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	background-image: url(../img/fundo-formulario-empresa.jpg);
	background-position: center;
}

.titulo-formularios:after{
	display: none;
}

.caixa-imagem-pessoa{
	height: 290px;
	width: 220px;
	display: block;
	margin: 0 auto 20px;
	border: 1px solid #8067AB;
	overflow: hidden;
}

.caixa-imagem-pessoa img{
	max-width: none;
	min-height: 100%;
}

.pessoa-individual h3{
	font-size: 18px;
	font-weight: 700;
	color: #8067AB;
	text-transform: none;
	margin: 0 20px 10px;
}

.pessoa-individual p{
	margin: 0 20px;
}

/* footer */
footer{
	background: #000000;
}

footer h3{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.menus-rodape a, footer p{
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #FFFFFF;
}

.menus-rodape a:hover{
	color: #007DA5;
}

.menus-rodape a span{
	color: #007DA5;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

.redes-sociais a{
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #007DA5;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
}

.redes-sociais a:hover{
	background-color: #8067AB;
}

.news-rodape p{
	margin-bottom: 20px;
}

#mensagemNews{
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
}

.caixa-formulario-news{
	position: relative;
	width: 312px;
}

.news-rodape input, input.form-control, textarea.form-control{
	background-color: #FFFFFF;
	font-size: 14px;
	color: #000000;
	border: none;
	height: 58px;
	padding: 20px;
	margin: 0;
	width: 100%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.news-rodape button{
	background-color: #8067AB;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 14px;
	color: #FFFFFF;
	width: 60px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 15px;
}

.rodape-baixo{
	border-top: 1px solid #333333;
	padding-bottom: 20px;
}

.rodape-baixo p{
	line-height: 68px;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 auto 0;
	display: block;
	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;
}

/* Contato */
.dados-contato p{
	clear: both;
	margin-bottom: 15px;
}

.dados-contato img{
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}

.bg-azul-contato{
	background-color: #27AEEE;
	position: relative;
}

.completa-bg-azul{
	background-color: #27AEEE;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1000px;
}

.conteudo-contato{
	position: relative;
	z-index: 10;
}

input.form-control, textarea.form-control{
	margin-bottom: 20px;
}

textarea.form-control{
	height: 150px;
	resize: none;
}

/* Serviços */
.imagem-servico{
	float: right;
	max-width: 260px;
	margin: 0 0 50px 30px;
}

.menu-individual{
	line-height: 53px;
	height: 53px;
	padding: 0 15px;
	margin: 4px 50px 4px 0;
	position: relative;
	cursor: pointer;
}

.menu-individual:after{
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	content: '';
	width: 100%;
	border-bottom: 1px dashed #0a91d1;
}

.menu-individual img{
	position: relative;
	max-width: 34px;
	line-height: 52px;
	display: inline;
	margin-right: 15px;
}

.menu-individual h3{
	display: inline-block;
	max-width: 80%;
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	vertical-align: middle;
}

.menu-individual.menu-ativo{
	background-color: #8067ab;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu-individual.menu-ativo h3{
	font-weight: 700;
}

.menu-individual.menu-ativo:before{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 14px;
	background: url(../img/seta-servicos.png) no-repeat center;
	right: -40px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bg-servicos{
	position: relative;
	background-color: #8067AB;
}

.bg-servicos:after{
	background-color: #8067AB;
	position: absolute;
	left: -25px;
	top: 0;
	bottom: 0;
	display: block;
	content: '';
	width: 1000px;
}

.servico-individual{
	z-index: 10;
	position: relative;
}

/* noticia noticia */
.imagemNoticia{
	max-width:300px;
	float:left;
	margin:0 20px 10px 0; 
}

.dataNoticia{
	float:right;
	margin:10px 0 0 0;
}

.descricaoNoticias{
	color:#666 !important;
}

.linkTodasNoticias{
	float:right;
	font-weight:bold;
}

.caixaCompartilhamentos{
	margin: 40px auto 0;
	text-align: center;
}

.compartilharIndividual{
	vertical-align: top;
	display: inline-block;
	margin:0 10px;
}

/* Animações */
.anime{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	filter: alpha(opacity =100);
}

/* Queries */
@media(max-width: 1199px) {
	.navbar-nav li a{font-size: 14px; margin-left: 20px;}
	#search{width: 250px;}
	.frase-topo h2{font-size: 16px; line-height: 50px;}
	.tp-banner h2{font-size: 17px; line-height: 30px;}
	.tp-banner-container{height: 400px;}
	.tp-banner{height: 400px !important; max-height: 400px;}
	h3{font-size: 18px;}
	.bg-cinza{padding-top: 30px; padding-bottom: 30px;}
	.espaco{height: 50px;}
	.bg-noticias img, .bg-publicacoes img{max-width: 50px;}
	.mb-4, .my-4{margin-bottom: 20px !important;}
	.btn{padding: 5px 30px; font-size: 14px;}
	.icone-individual h3, .noticia-individual h3{font-size: 16px;}
	.noticia-individual h3{margin-bottom: 5px;}
	h1:after, h2:after{margin-bottom: 30px;}
	.projeto-individual{height: 185px;}
	.texto-hover-produtos{padding: 0 20px;}
	.caixa-formulario-news{width: auto;}
	.hover-projeto-dentro{line-height: 185px;}
	h1.titulo-paginas, h2.titulo-paginas{font-size: 24px; margin-bottom: 30px;}
	.menu-individual h3{font-size: 14px;}
	.caixa-imagem-pessoa{height: 240px; width: 180px; margin-bottom: 10px;}
	.caixa-imagem-pessoa img{height: 100%;}
	.pessoa-individual h3{font-size: 16px; margin-bottom: 5px;}
	.pessoa-individual p{font-size: 12px; line-height: 18px;}
}

@media(max-width: 991px) {
	.navbar-nav li a{font-size: 12px; margin-left: 10px; white-space: nowrap; line-height: 40px;}
	.navbar-brand{width: 180px;}
	.tp-banner h2{font-size: 16px;}
	.tp-banner h2:before {width: 100px; margin-bottom: 10px;}
	.tp-banner-container{height: 300px;}
	.tp-banner{height: 300px !important; max-height: 300px;}
	h3{font-size: 16px;}
	.bg-noticias img, .bg-publicacoes img{display: none;}
	h1, h2{font-size: 12px; line-height: 24px;}
	h1 strong, h2 strong{font-size: 20px;}
	h1:after, h2:after{margin-bottom: 20px;}
	.navbar-collapse{padding-top: 10px;}
	#search button svg{font-size: 16px;}
	.navbar-nav{margin-top: 10px;}
	.frase-topo{padding-top: 94px;}
	.frase-topo h2{font-size: 14px;}
	.projeto-individual{height: 166px;}
	.hover-projeto-dentro{line-height: 166px;}
	.texto-projeto h3, .projeto-individual h3{font-size: 16px;}
	.hover-produtos p{font-size: 13px; line-height: 22px;}
	.mb-3, .my-3{margin-bottom: 10px !important;}
	.btn{padding: 3px 20px; font-size: 12px;}
	.espaco{height: 40px;}
	.news-rodape, .menus-rodape{margin-bottom: 30px;}
	.redes-sociais{text-align: center;}
	footer h3{font-size: 15px; margin-bottom: 10px;}
	.news-rodape input, input.form-control, textarea.form-control {height: 46px; padding: 10px 20px;}
	.news-rodape button{top: 10px; right: 10px;}
	.imagem-servico{max-width: 160px; margin: 0 0 20px 20px;}
	.menu-individual{margin: 4px 0;}
	.bg-servicos:after{left: 0;}
	.menu-individual.menu-ativo:before{right: -15px;}
	.menu-individual img{display: none;}
	.menu-individual h3{max-width: none;}
	.imagem-principal-paginas{max-width: 380px;}
	.texto-paginas{padding: 20px;}
	h1.titulo-paginas, h2.titulo-paginas{font-size: 20px; margin-bottom: 20px;}
	.caixa-imagem-pessoa{height: 200px; width: 150px;}
	.pessoa-individual h3{font-size: 12px; font-weight: 700;}
}

@media(max-width: 767px){
	.navbar-brand {width: 140px; padding: 10px 0 10px 15px;}
	.navbar-toggler{margin-right: 15px;}
	#search{display: none;}
	.btn-restrita{float: none; width: auto; display: block; margin: 0 15px;}
	.navbar-nav li a{line-height: 30px; text-align: center; margin: 0;}
	.frase-topo{padding-top: 75px; padding-bottom: 15px;}
	.frase-topo h2{font-size: 12px; line-height: 20px;}
	.tp-banner h2{font-size: 14px; line-height: 24px;}
	.tp-banner-container{height: 250px;}
	.tp-banner{height: 250px !important; max-height: 250px;}
	body, p{text-align: center; font-size: 13px; line-height: 22px;}
	.text-right{text-align: center !important;}
	.tp-banner h2{padding-left: 20px; padding-right: 20px;}
	.tp-banner h2:before{margin: 0 auto 10px;}
	h3{font-size: 14px;}
	h1 strong, h2 strong{font-size: 16px;}
	.icone-individual img{margin-bottom: 10px;}
	.menus-rodape{display: none;}
	.rodape-baixo p{line-height: 24px; padding: 15px; font-size: 12px;}
	.caixaCompartilhamentos{margin: 20px auto 0;}
	.compartilharIndividual{display: block; margin: 0 auto 10px;}
	.projeto-individual-interna{margin-bottom: 30px;}
	.pt-5, .py-5{padding-top: 30px !important;}
	.imagem-servico{max-width: 90%; float: none; display: block; margin: 0 auto 20px;}
	.menu-individual.menu-ativo:before {display: none;}
	.imagem-principal-paginas{margin: 0; max-width: 100%;}
	.caixa-imagem-pessoa{height: 180px; width: 90%;}
	.bg-formulario-movimento {background-image: none;}
	.contato-fixo{background-color: #8067AB; display: block; padding: 10px 0;}
	.contato-fixo a{color: #FFFFFF; font-size: 16px;}
	.contato-fixo a svg{margin-right: 10px;}
	.imagem-servico{display: none;}
	.bg-servicos::after, .completa-bg-azul{left: -150px;}
	.contato .news-rodape{display: none;}
}