@charset "UTF-8";
/* CSS Document */
@import url("var.css");
@import url("resetar.css");
@import url("plugins.css");
@import url("classes.css");
@import url("bxslider.css");

@font-face {
	font-family: 'form_icon';
	src: 	url('../system/.arquivos/fonts/plugins/icone.eot?2050280');
	src: 	url('../system/.arquivos/fonts/plugins/icone.eot?2050280#iefix') format('embedded-opentype'),
			url('../system/.arquivos/fonts/plugins/icone.woff?2050280') format('woff'),
			url('../system/.arquivos/fonts/plugins/icone.ttf?2050280') format('truetype'),
			url('../system/.arquivos/fonts/plugins/icone.svg?2050280#form_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

i:after {
	font-style: normal;
	text-align: center;
	content: attr(data-font);
	font-family: 'form_icon';
}

@keyframes quadrado_p{
	0%{width: 0;height: 0;}
	50%{width:70px;height: 70px;}
	100%{width: 30px;height: 30px;}
}

@keyframes quadrado_m{
	0%{width: 0;height: 0;}
	50%{width:140px;height:140px;}
	100%{width:120px;height:120px;}
}

@keyframes quadrado_g{
	0%{width: 0;height: 0;}
	50%{width:240px;height:240px;}
	100%{width:220px;height:220px;}
}

@keyframes seta{
	0%{padding:0 0 0 0;}
	60%{padding:10px 0 0 0;}
	100%{padding:0;}
}

@keyframes texto_menu{
	0%{opacity: 0;}
	60%{opacity: 0;}
	100%{opacity: 1;}
}

@keyframes menus_cliente{
	0%{width: 0;height: 0;}
	50%{width:270px;height:270px;}
	100%{width:250px;height:250px;}
}

/* ------- landing page -------- */

.image_bg{
	width: 100%;
	height: 100vh;
	background: url("../images/bg_landingpage.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.logo_landing{
	width: 200px;
	padding: 20px;
}

.image_bg .em_desenvolvimento{
	width: 300px;
	font-size: 2.2em;
	padding: 20px 30px 10px 10px;
}

.image_bg .chamada{
	padding: 50px 10px 10px 10px;
	font-size:4em;
}

.image_bg .slogan{
	width: 300px;
	font-size:2.5em;
	margin-left: 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.image_bg .texto{
	width: 300px;
	margin: 50px 10px 20px 0;
	text-align: center;
}

.image_bg label:first-child{
	display: none;
}

.image_bg input{
		width: 300px;
		height: 45px;
		margin: 10px;
		padding-left: 10px;
		font-size: 1.3em;
}

.image_bg .checkbox_geral{
	width: 300px;
}

.image_bg .checkbox_geral label{
	line-height: 20px;
	font-size: 1.2em;
	float: right;
}

.image_bg .checkbox_geral input{
	width: 15px;
	height: 20px;
	margin: 0 10px 0 10px;
	text-align: left;
}

.image_bg button{
	width: 300px;
	height: 40px;
	color: #fff;
	float: left;
	margin-left:10px;
	margin-top: 	10px;
	font-size: 1.5em;
	background: #272c79;
	border-bottom: 2px solid #d3bd00;
	transition: all 0.5s;
}

.image_bg button:hover{
	background: #424792;
}

.menu .center{
	width: calc(100% - 20px);
}

/* ------- final landing page -------- */

a:visited{
	color: #fff;
}

#portifolio_menu,
#sobre_menu,
#contato_menu{
	cursor: pointer;
}

.texto{
	font-size: 1.8em;
}

.titulo{
	font-size: 3em;
}

/* -- topo -- */

.home{
	width: 100%;
	height: 100vh;
	min-height:600px;
	position: relative;
	float: left;
	background: #a1a1a1;
	overflow: hidden;
}
.home .imagem {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg.jpg) center center;
	background-size: cover;
	z-index: 1;
}
.home .sombra {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/pontos.png);
	z-index: 2;
	opacity: .2;
}
.home .center {
	position: relative;
	z-index: 3;
}
.home .seta{
	font-size: 3em;
	color: #fff;
	cursor: pointer;
	animation-name: seta;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-delay: ease;
}

.home img{
	padding-top: 45vh;
	width: 80%;
}

.animacao_menu{
	width: calc(50% - 40px);
	height: 50vh;
	padding-top: 150px;
}
.home a {
	color: #FFF;
}
.home .square{
	position: absolute;
	background: rgba(42,50,117,0.7);
	transition: all 0.8s;
	transform:translate(-50%,0) rotateZ(45deg);
	overflow: hidden;

}

.home .square_medio_1{
	width: 0px;
	height: 0px;
	left: 160px;
	top: 80px;
	animation-name: quadrado_m;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	opacity: 0.4;
}

.home .square_medio_2{
	width: 0px;
	height: 0px;
	left: 730px;
	top: 330px;
	animation-name: quadrado_m;
	animation-duration: 0.8s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.home .square_medio_3{
	width: 0px;
	height: 0px;
	left: 480px;
	top: 580px;
	animation-name: quadrado_m;
	animation-duration: 0.8s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	opacity: 0.4;
}

.home .square_medio_4{
	width: 0px;
	height: 0px;
	left: 230px;
	top: 650px;
	animation-name: quadrado_m;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.home .square_grande_1{
	width: 0px;
	height: 0px;
	left: 0px;
	top: 120px;
	animation-name: quadrado_g;
	animation-duration: 0.8s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	color: #fff;
	cursor: pointer;
}

.home .square_grande_2{
	width: 0px;
	height: 0px;
	left: 320px;
	top: 120px;
	background: rgba(185,156,20,0.7);
	color: #fff;
	animation-name: quadrado_g;
	animation-duration: 0.8s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	overflow: hidden;
	cursor: pointer;
}

.home .square_grande_2:hover{
	background: #dbbf26;
	opacity: 1;
}

.home .square_grande_2 a{

}

.home .square_grande_3{
	width: 0px;
	height: 0px;
	left: 640px;
	top: 120px;
	animation-name: quadrado_g;
	animation-duration: 0.8s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
.home .square_grande_4{
	width: 0px;
	height: 0px;
	left: 160px;
	top: 280px;
	animation-name: quadrado_g;
	animation-duration: 0.8s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	cursor: pointer;
}
.home .square_grande_5{
	width: 0px;
	height: 0px;
	left: 480px;
	top: 280px;
	animation-name: quadrado_g;
	animation-duration: 0.8s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
.home .square_grande_6{
	width: 0px;
	height: 0px;
	left: 320px;
	top: 440px;
	animation-name: quadrado_g;
	animation-duration: 0.8s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	cursor: pointer;
}

.home .square_grande_7{
	width: 0px;
	height: 0px;
	left: 640px;
	top: 440px;
	animation-name: quadrado_g;
	animation-duration: 0.8s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}


.home .square_grande_1:hover,
.home .square_grande_4:hover,
.home .square_grande_6:hover{
	color: blue;
	background: rgba(42,50,117,1);
}



.container_texto{
	transform:rotate(-45deg);
	line-height: 220px;
	transition: all 0.8s;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	animation-name: texto_menu;
	animation-duration: 1.5s;

}

.home .square_grande_1:hover .rotacao_texto,
.home .square_grande_4:hover .rotacao_texto,
.home .square_grande_6:hover .rotacao_texto{
	color: #fff;

}

.comentarios{
	color: blue;
	line-height: 30px;
	margin: 70px 0;
}

.frase_1{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

/* -- menu -- */

#cliente_login{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.4s;
	background: rgba(0,0,0,0);
}

#cliente_login:target{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	display: block;
	z-index: 9999999;
}

.login{
	width: 100%;
	max-width: 350px;
	margin: 10vh auto 0 auto;
	background: #f3f3f3;
	border-radius: 3px;
	padding: 5px;
	display: table;
	border:1px solid #dac00e;
}

.login .fechar{
	padding: 5px;
	margin: 5px 0 5px 0;
	float: right;
	font-size: 1.4em;
	color: #fff;
	background: #b99c14;
}

.login .titulo{
	padding: 10px 0;
	background: #2b3375;
}

.login .bt_entrar{
	padding: 0;
	margin: 0 auto;
	font-size: 1.4em;
	color: #fff;
	background: #b99c14;
	float: none;
	transition: all 0.8s;
}

.login .senha{
	padding: 5px;
	margin: 5px auto;
	float: left;
	display: table;
	font-size: 1.4em;
	color: #2b3375;
	text-decoration: underline;
}

.login button:hover .bt_entrar{
	background: #ddbc20
}

.login label{
	width: calc(25% - 5px);
	height: 40px;
	color: #000;
	margin: 10px 0;
	padding-left: 5px;
	font-size: 1.2em;
	line-height: 40px;
	float: left;
}

.login input{
	width: calc(75% - 10px);
	height: 40px;
	padding-left: 10px;
	margin: 10px 5px;
	float: right;
	box-shadow: 3px 2px 5px rgba(0,0,0,0.15) inset;
}

.login button{
	width: calc(100% - 10px);
	height: 40px;
	float: left;
	color: #fff;
	font-size: 1.6em;
	background: #b99c14;
	margin: 0 5px;
	transition: all 0.8s;
}

.login button:hover{
	background: #ddbc20;
}

.login .titulo{
	width: 100%;
	color: #fff;
	float: left;
	font-size: 2em;
}

.menu_mobile {
	display: none;
}
.menu{
	width: 100%;
	height: 70px;
	position: fixed;
	top: -70px;
	left: 0;
	background: #2a3275;
	z-index: 99999;
	transition: all .3s ease-out;
	opacity: 0;
}
.menu.ativo {
	top: 0;
	opacity: 1;
}

.menu figure {
	position: relative;
	float: left;
	margin-top: 6px;
}
.menu figure img {
	float: left;
}

.menu .but_menu_mobile {
	position: relative;
	float: right;
	display: none;
	cursor: pointer;
}
.menu .but_menu_mobile:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -30px;
  width: 30px;
  height: 6px;
  border-top: 15px double #fff;
  border-bottom: 5px solid #fff;
}

.menu ul {
	float: right;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	height: 70px;
	line-height: 70px;
	float: left;
	color: #fff;
	font-size: 1.3em;
	padding: 0 30px;
}

.menu ul li:hover a{
	text-decoration: underline;
}

.menu ul li:last-child a {
	background: #b99c14;
	transition: all 0.6s;
}

.menu ul li:last-child:hover a{
	background: #ddbc20;
	text-decoration: none;
	/*color: #2a3275;*/
}

/* -- sobre -- */


.bloco_sobre{
	width: 100%;
	height: calc(100vh - 150px);
		background: url("../images/bg_sobre.jpg");
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		float: left;
}

.bloco_sobre .sobre{
		position: relative;
	top: calc(33% - 50px);
	width: 100%;
	text-align: center;
	margin: 20px auto 20px auto;
}

.titulo_sobre{
	position: relative;
	top: calc(30% - 50px);
	width: 100%;
	font-weight: bold;
	font-size: 4em;
	margin: 0px auto 10px auto;
	color: #272c79;
	padding: 40px 0 5px 0;
	line-height: 10px;
	text-align: center;
}

.linha_sobre{
	position: relative;
	top: calc(30% - 45px);
	left: calc( 50% - 90px);
	margin: 0 auto;
	width: 80px;
	height: 5px;
	background: #272c79;
	float: left;
	margin-left: 10px;
}

.bloco_sobre .sobre .texto{
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.8em;
	color: #272c79;
	padding: 10px 10px;
}


/* -- diferenciais -- */
.diferenciais .coluna_3 {
	height: 350px;
	margin-top: 30px;
	border-right: 2px solid #ddd;
	padding-right: 20px;
}

.diferenciais .coluna_3:nth-child(3){
	border: none;
}
.diferenciais article header {
	opacity: 0;
	transition: all 0.6s ease-out .4s;
}
.diferenciais article.animacao header {
	opacity: 1;
}
.diferenciais figure {
	border: 0px solid #000;
	width: 0px;
	height: 0px;
	margin: 30px auto 50px auto;
	transition: all 0.6s ease-out;
	transform:rotateZ(0deg);
	opacity: 0;
	overflow: hidden;
}

.diferenciais article.animacao figure {
	border: 1px solid #000;
	width: 100px;
	height: 100px;
	margin: 30px auto 30px auto;
	transform:rotateZ(45deg);
	opacity: 1;
}

.diferenciais figure .icone_servico{
	width: 100%;
	transform:rotateZ(-45deg);
	font-size: 6em;
	color: #2a3275;
	line-height: 100px;
}

.diferenciais p {
	width: 90%;
	margin: 20px auto;
	transition:all 1s;
}

.diferenciais .texto{
	font-size: 1.5em;
}

.diferenciais .titulo{
	font-size:1.8em;
	font-weight: bold;

}

.opinioes {
	width: calc(100% + 100px);
	padding: 30px 0;
	margin: 40px 0 30px -50px;
	transform: rotateZ(-2deg);
	background: #d9d6c8;
	color: #2a3275;

}

.opinioes li{
	margin: 0 10px 0 5px;
}
	.opinioes article {
		width: calc(100vw - 40px);
		max-width: 1000px;
		transform: rotateZ(2deg);

	}
	.opinioes figure {
		width: 100%;
		height: 190px;
		position: relative;
		float: left;
	}
	.opinioes .moldura_1 {
		width: 150px;
		height: 150px;
		position: absolute;
		top: 0;
		left: calc((100% - 150px) / 2);
		border: 1px solid #2a3275;
		transform:rotateZ(7deg);
		z-index: 2;
	}
	.opinioes .moldura_2 {
		width: 150px;
		height: 150px;
		position: absolute;
		top: 0;
		left: calc((100% - 150px) / 2);
		border: 1px solid #2a3275;
		transform:rotateZ(-7deg);
		z-index: 2;
	}
	.opinioes img {
		position: absolute;
		top: 0;
		left: calc((100% - 150px) / 2);
		background: #fff;
		z-index: 1;
	}
	.opinioes header {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		display: table;
	}
	.opinioes header h1 {
		display: none;
	}
	.opinioes header .texto {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 5px;
	}
	.opinioes header cite.texto {
		width: 100%;
		float: left;
		font-size: 1.4em;
		text-align: right;
	}


.servicos {
	width: 100%;
	position: relative;
	float: left;
	padding: 90px 0;
	overflow: hidden;
}
	.servicos article {
		width: 100%;
		position: relative;
		display: table;
		margin-bottom: 2px;
	}
	.servicos figure {
		width: 400px;
		height: 400px;
		margin: 40px 0;
		transform:rotateZ(45deg);
		border: 1px solid #000;
		transition: all 1s ease-out;
		overflow: hidden;
	}
	.servicos article:nth-child(odd) figure {
		float: left;
		margin-left: -500px;
		opacity: 0;
	}
	.servicos article:nth-child(even) figure {
		float: right;
		margin-right: -500px;
		opacity: 0;
		transition: all .8s ease-out;
	}
	.servicos article.animacao:nth-child(odd) figure {
		margin-left: 0;
		opacity: 1;
	}
	.servicos article.animacao:nth-child(even) figure {
		margin-right: 0;
		opacity: 1;
	}
	.servicos figure img {
		width: 250%;
		transform:rotateZ(-45deg);
		margin: -200px;
	}
	.servicos article header {
		width: calc(100% - 500px);
		transition: margin-left .8s ease-out .5s, margin-right .8s ease-out .5s, opacity .8s ease-out .5s;
	}
	.servicos article:nth-child(even) header {
		float: left;
		margin-left: -200px;
		opacity: 0;
	}
	.servicos article.animacao:nth-child(even) header {
		margin-left: 0;
		opacity: 1;
	}
	.servicos article:nth-child(odd) header {
		float: right;
		margin-right: -200px;
		opacity: 0;
	}
	.servicos article.animacao:nth-child(odd) header {
		margin-right: 0;
		opacity: 1;
	}
	.servicos header h1 {
		margin: 150px 0 20px 0;
		font-weight: bold;
	}

.dicas {
	width: 100%;
	float: left;
	margin-top: 50px;
}
	.dicas .coluna_4{
		width: 25%;
	}
	.dicas .titulo{
		font-size: 2.5em;
		margin: 20px 0 25px 0;
		color: #fff;
	}
	.dicas .texto{
		margin: 20px 0;
	}
	.dicas .azul,
	.dicas .branco{
		padding: 40px 20px;
		color: #fff;
		margin: 0;
		height: 250px;
	}
	.dicas .azul{
	background: #2a3275;
	}
	.dicas .branco{
		background: #bebeb2;
	}


.portifolio{
	width: 100%;
	float: left;
}
	.portifolio header {
		width: 100%;
		margin-top: 40px;
		padding: 0 20px;
	}
	.portifolio .coluna{
		position: relative;
	}
	.portifolio .titulo{
		color: #2a3275;
		margin: 50px 0 20px 0;
		font-weight: bold;
	}
	.portifolio .trabalhos{
		position: relative;
		top: 0;
		left: 0;
		margin:10px 0;
	}
	.portifolio .trabalhos figure{
		width: 100%;
		height: 220px;
		display: block;
		background-position: center center;
		background-size: cover;
		line-height: 0;
		cursor: pointer;
	}
	.portifolio .descricao{
		position: absolute;
		left: calc(50% - 60px);
		top: calc(50% - 55px);
		width: 110px;
		height: 100px;
		padding: 0px;
		background: #2a3275;
		margin: 0 auto;
		color: #fff;
		transition: all 1s;
		cursor: pointer;
		display: table;
	}
	.portifolio figure:hover .descricao{
		transform: rotateZ(45deg);
	}
	.portifolio figure img{
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		transition: all 1s;
	}
	.portifolio figure:hover img{
		filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
	}
	.portifolio .descricao .texto{
		position: relative;
		top: 0;
		left: 0;
		transition: all 1s;
		font-size: 1.2em;
	}
	.portifolio .categoria{
		transition: all 1s;
		line-height: 110px;
		font-weight: bold;
	}
	.portifolio figure:hover .categoria{
		transform: rotateZ(-45deg);

	}

	.parceiros{
	width: 100%;
	padding-bottom: 150px;
	background: url(../images/bg_parceiros.jpg);
	background-size: cover;
	background-attachment: fixed;
	float: left;
}

.parceiros .titulo{
	text-align: center;
	font-size: 4em;
	color: #2a3275;
	margin: 0px auto;
	padding: 10px 0;
	margin-top: 30px;
}

.parceiros ul{
	width: 100%;
	max-width: 900px;
	padding: 10px;
	margin: 0 auto;
}

.parceiros ul li{
	width: calc((100% / 3) - 20px);
	float: left;
	margin: 10px 5px;
	text-align: center;
	background: #fff;
	border:1px solid #2a3275;
	filter: grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	transition: filter 0.5s;
}

.parceiros ul li:hover{
	filter: grayscale(0%);
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
}

.parceiros img{
	margin: 0 auto;
}


.rodape{
	width: 100%;
	position: relative;
	float: left;
	padding-top: 40px;
	overflow: hidden;
}

.rodape .imagem {
	width: 100%;
	height: 150%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/bg_footer.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	z-index: 1;
}
.rodape .sombra {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2) url(../images/pontos.png);
	opacity: .2;
	z-index: 2;
}

.rodape header {
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 0 auto;
	display: table;
	z-index: 3;
}
.rodape h1{
	margin: 25px 0;
	color: #fff;
}

.rodape p {
	color: #fff;
	margin-bottom: 35px;
}

.rodape form{
	width: 100%;
	max-width: 600px;
	position: relative;
	margin: 0 auto;
	z-index: 3;
}

.rodape form label{
	float: left;
	color: #fff;
	font-size: 1.4em;
}

.rodape form input{
	width: 100%;
	height: 50px;
	float: left;
	font-size: 1.5em;
	padding-left: 10px;
	transition: all 0.8s;
	margin-bottom: 20px;
	border-radius: 3px;
}

.rodape form textarea{
	width: 100%;
	height: 170px;
	font-size: 1.5em;
	padding: 10px;
	border-radius: 3px;
}

.rodape form button{
	width: 100%;
	max-width: 150px;
	height: 50px;
	margin: 20px auto 0 auto;
	background: #2a3275;
	color: #fff;
	font-size: 2em;
	border-bottom:4px solid rgba(218,192,14,1);
	transition: all 0.6s;
	border-radius: 3px;
	display: table;
}

.rodape form button:hover{
	background: #b99c14;
	border-bottom:4px solid #2a3275;
}

.rodape .copyright{
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 10px;
	color: #fff;
	background: #2a3275;
	z-index: 2;
}

.rodape .copyright .texto{
	width: calc(100% - 40px);
	padding: 5px;
	font-size: 1.2em;
	line-height: 15px;
	margin: 0 auto;
	display: table;
}

.rodape .midias_sociais {
	width: 140px;
	position: relative;
	float: left;
	margin: 30px 0;
	margin-left: calc((100% - 140px) / 2);
	z-index: 3;
}
.rodape .midias_sociais li {
	float: left;
	margin: 0 5px;
}
.rodape .midias_sociais li i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #2a3275;
	transition: all 0.2s;
	transition-timing-function: ease-in-out;
	border-radius: 3px;
}

.rodape .midias_sociais li:hover i{
	background: #b99c14;
}

.area_cliente {
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.area_cliente figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/cliente.jpg) fixed;
	background-size: cover;
	opacity: .8;
	z-index: 1;
}
.area_cliente .sombra {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/pontos.png) repeat;
	opacity: .4;
	z-index: 2;
}
.area_cliente .titulo {
	width: 100%;
	position: relative;
	float: left;
	padding: 10px 0;
	margin-bottom: 30px;
	text-align: center;
	color: #FFF;
	font-size: 1.3em;
	background: #2b3375;
	border-bottom: 2px solid #dac00e;
	z-index: 3;
}
.area_cliente .center {
	position: relative;
	z-index: 3;
}
.area_cliente .bloco_menu {
	width: 100%;
	position: absolute;
	left: 0;
}

.fotos_obra,
.chat_atendente,
.sair_cliente{
	width: 50%;
	height: 50vh;
	float: left;
	margin:20px 0;
	font-size: 2.2em;
	text-align: center;
	display: block;

}

.sair_cliente{
	width: 100%;
}

.bt_atendente_texto,
.bt_fotos_texto,
.bt_sair_texto{
	position: relative;
	left: 0;
	top: 10%;
	margin: 0 auto;
	width: 250px;
	height: 250px;
	background: rgba(43,51,117,0.7);
	border: 2px solid rgba(218,192,14,0.7);
	color: #fff;
	transform: rotateZ(45deg);
	cursor: pointer;
	transition: all 0.7s;
	animation-name: menus_cliente;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.bt_sair_texto{
	width: 100px;
	height: 100px;
	background: rgba(218,192,14,0.9);
	top:-220px;
	animation-name: sair_menus_cliente;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.bt_atendente_texto:hover,
.bt_fotos_texto:hover{
	background: rgba(43,51,117,1);
	border: 2px solid rgba(218,192,14,1);
}

.bt_atendente_texto p,
.bt_fotos_texto p,
.bt_sair_texto a{
	position: relative;
	top: 100px;
	left: 0px;
	transform: rotateZ(-45deg);
	color: #fff;
	animation-name: texto_menu;
	animation-duration: 0.8s;
}


.bt_sair_texto a{
	padding: 40px 22px;
	top: -8px;
	left: -2px;
	display: block;
	overflow: hidden;
}

.fotos_da_obra {
	width: calc(100% - 40px);
	float: left;
	margin: 20px;
}
.fotos_da_obra .titulo{
	width: calc(100% - 20px);
	margin: 0 0 10px 10px;
	border-bottom: 1px solid #2a3275;
	color: #2a3275;
}

.fotos_da_obra ul{
	cursor: pointer;
}

.fotos_da_obra ul .li {
	width: calc((100% / 3) - 20px);
	height: 220px;
	border: 1px solid #000;
	float: left;
	margin: 10px;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.fotos_da_obra.arquivo ul .li {
	width: calc((100% / 5) - 20px);
	height: 150px;
	border: 1px solid #000;
	float: left;
	margin: 10px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.fotos_da_obra.arquivo ul .li a {
	width: calc((100% / 5) - 20px);
	height: 150px;
	position: absolute;
}


/*.fotos_da_obra ul .li a {
	width: 100%;
	height: 100%;
	float: left;
}*/
.fotos_da_obra ul .zero {
	width: 100%;
	height: 400px;
	line-height: 400px;
	float: left;
	text-align: center;
	font-size: 1.4em;
	color: #999;
	background-color: #EEE;
	border-radius: 3px;
}

.fotos_da_obra ul li p.texto{
	height: 50px;
	position: relative;
	left: 0;
	top: calc(100% - 50px);
	padding: 10px;
	color: #333;
	font-size: 1.5em;
	background: #fff;
}

.copyright .contatos{
	font-size: 1.3em;
	line-height: 20px;
	margin: 20px auto 10px auto;
}

.copyright .contatos a,
.copyright .contatos a:visited{
	color: #fff;
}

.copyright .texto{
	font-size: 1.1em;
}




.bloco_album {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 100000;
	overflow-y: auto;
	display: none;
}
	.bloco_album .fechar {
		width: 30px;
		height: 30px;
		line-height: 30px;
		position: fixed;
		top: 20px;
		right: 20px;
		background-color: #FFF;
		color: #000;
		text-align: center;
		font-size: 14px;
		z-index: 10;
		border-radius: 100%;
		cursor: pointer;
	}
	.bloco_album .conteudo {
		width: calc(100% - 40px);
		max-width: 1000px;
		margin: 20px auto;
		padding: 20px;
		background-color: #FFF;
		box-shadow: 0 0 5px #000;
		display: table;
		opacity: 0;
	}
	.bloco_album .conteudo article {
		width: 100%;
		float: left;
		margin-top: 20px;
		text-align: center;
	}
	.bloco_album .conteudo article figure {
		width: 100%;
		height: 400px;
		max-height: 100vh - 80px;
		float: left;
		background-size: cover;
		background-position: center center;
		cursor: pointer;
	}
	.bloco_album .conteudo article .texto {
		width: 100%;
		float: left;
		background-color: #EEE;
		padding: 10px;
	}
	.bloco_album .conteudo .zero {
		width: 100%;
		height: 400px;
		line-height: 400px;
		float: left;
		color: #999;
		margin-top: 10px;
		font-size: 1.4em;
		background-color: #EEE;
		text-align: center;
	}
	.bloco_album_cliente {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,.8);
		z-index: 100000;
		overflow-y: auto;
		display: none;
	}
		.bloco_album_cliente .fechar {
			width: 30px;
			height: 30px;
			line-height: 30px;
			position: fixed;
			top: 20px;
			right: 20px;
			background-color: #FFF;
			color: #000;
			text-align: center;
			font-size: 14px;
			z-index: 10;
			border-radius: 100%;
			cursor: pointer;
		}
		.bloco_album_cliente .conteudo {
			width: calc(100% - 40px);
			max-width: 1000px;
			margin: 20px auto;
			padding: 20px;
			background-color: #FFF;
			box-shadow: 0 0 5px #000;
			display: table;
			opacity: 0;
		}
		.bloco_album_cliente .conteudo article {
			width: 100%;
			float: left;
			margin-top: 20px;
			text-align: center;
		}
		.bloco_album_cliente .conteudo article figure {
			width: 100%;
			height: 400px;
			max-height: 100vh - 80px;
			float: left;
			background-size: contain;
			background-position: center center;
			cursor: pointer;
			background-repeat: no-repeat;
		}
		.bloco_album_cliente .conteudo article .texto {
			width: 100%;
			float: left;
			background-color: #EEE;
			padding: 10px;
		}
		.bloco_album_cliente .conteudo .zero {
			width: 100%;
			height: 400px;
			line-height: 400px;
			float: left;
			color: #999;
			margin-top: 10px;
			font-size: 1.4em;
			background-color: #EEE;
			text-align: center;
		}
