@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 1000px) {
	.servicos {
		padding: 30px 0;
	}
	.servicos figure {
		margin: 130px 0 0 0;
	}
	.servicos article.animacao:nth-child(odd) figure {
		margin-left: calc((100% - 440px) / 2);
	}
	.servicos article.animacao:nth-child(even) figure {
		margin-right: calc((100% - 400px) / 2);
	}
	.servicos article header {
		width: 100vw;
		text-align: center;
		margin: -30px 0 0 0;
		transition: all .8s ease-out 0;
		padding: 0 20px;
		clear: both;
	}
	.servicos article.animacao:nth-child(odd) header {
		width: 100vw;
		margin-right: 40px;
	}
}

@media screen and (max-width: 920px) {
	.coluna_3 {
	width: calc((100% / 3));
	float: left;
	margin-left: 20px;
	}

	.diferenciais .coluna_3{
		height: auto;
	border: none;
	border-bottom: 1px solid #DDD;
	}

	.dicas .titulo{
		font-size: 2.1em;
	}

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

@media screen and (max-width: 800px) {
	@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:100px;height:100px;}
	100%{width:80px;height:80px;}
}

@keyframes quadrado_g{
	0%{width: 0;height: 0;}
	50%{width:180px;height:180px;}
	100%{width:160px;height:160px;}
}

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

@keyframes menus_cliente{
	0%{width: 0;height: 0;}
	50%{width:240px;height:240px;}
	100%{width:200px;height:200px;}
}

	.home .menu_principal {
		display: block;
	}
	.home .bloco {
		margin-top: 40px;
	}
	.home .bloco .seta {
		display: none;
	}
	.area_cliente {
		max-height: calc(100vh - 60px);
		min-height: calc(100vh - 60px);
	}
	.area_cliente .center {
		display: block;
	}

	.area_cliente .bloco_menu{
		top: 120px;
	}

	.portifolio .descricao{
		position: static;
		width: 100%;
		height: 30px;
		padding: 5px;
		background: #2a3275;
		margin: 0 auto 25px auto;
		color: #fff;
		transition: all 1s;
	}

	.portifolio figure:hover .descricao{
		transform: rotateZ(0deg);
	}

	.portifolio .categoria{
		transition: all 1s;
		margin:5px 0;
		line-height: 10px;
	}

	.portifolio figure:hover .categoria{
		transform: rotateZ(0deg);

	}

	.home .coluna_2{
		float: none;
		height: 60px;
		width: 100%;
		text-align: center;
	}

	.home img{
		padding-top: 10px;
		width: 100%;
		max-width: 200px;
	}

	.home .square_medio_1{
		left: 160px;
		top: 120px;
	}

	.home .square_medio_2{
		left: 580px;
		top: 300px;
	}

	.home .square_medio_3{
		left: 400px;
		top: 480px;
	}

	.home .square_medio_4{
		left: 220px;
		top: 540px;
	}

	.home .square_grande_1{
		left: 40px;
		top: 140px;
		color: #fff;
		cursor: pointer;
	}

	.home .square_grande_2{
		left: 280px;
		top: 140px;
	}


	.home .square_grande_3{
		left: 520px;
		top: 140px;
	}
	.home .square_grande_4{
		left: 160px;
		top: 260px;
	}
	.home .square_grande_5{
		left: 400px;
		top: 260px;
	}
	.home .square_grande_6{
		left: 280px;
		top: 380px;
	}

	.home .square_grande_7{
		left: 520px;
		top: 380px;
	}

	.container_texto{
		line-height: 170px;
	}

	.comentarios{
		margin: 35px 0;
	}

	.servicos .foto{
		width: 50%;
		margin-left: 0;
		float: left;
	}

	.servicos .texto_servico{
		width: 50%;
		margin-left: 0;
		text-align: center;
		margin:20px 0;
	}

	.servicos figure{
		float: left;
	}

	.servicos .foto_servico_esquerda.animacao{
		left: 150%;
	}

	.servicos .foto_servico_direita.animacao{
		left: -40%;
	}

	.dicas .titulo{
		font-size: 1.7em;
	}

	.dicas .texto{
		font-size: 1.4em;
	}

	.bt_atendente_texto,
	.bt_fotos_texto{
		width: 200px;
		height: 200px;
	}

	.fotos_obra,
	.chat_atendente{
		font-size: 1.8em;
	}

	.bt_atendente_texto p,
	.bt_fotos_texto p{
		top: 80px;
	}

	.bloco_album .conteudo {
		width: 100%;
		padding: 20px 0;
	}
	.bloco_album .conteudo header {
		padding: 0 20px;;
	}

	.fotos_da_obra ul .li{
		width: calc((100% / 2) - 20px);
	}
}

@media screen and (max-width: 725px){
	.parceiros ul li{
		width: calc((100% / 2) - 20px);
	}
}

@media screen and (max-width: 650px) {

	@keyframes menus_cliente{
	0%{width: 0;height: 0;}
	50%{width:200px;height:200px;}
	100%{width:150px;height:150px;}
}

	.bt_atendente_texto p, .bt_fotos_texto p{
		top: 60px;
	}

	.dicas .coluna_4{
		width: 100%;
	}

	.rodape .copyright .texto{
		width: calc(100% - 40px);
	}

	.dicas .azul, .dicas .branco{
		height: auto;
		padding: 20px;
	}

	.bt_atendente_texto,
	.bt_fotos_texto{
		width: 150px;
		height: 150px;
	}

	.fotos_obra,
	.chat_atendente{
		font-size: 1.5em;
	}

	.menu{
		height: auto;
		float: none;
	}

	.menu .center{
		width: 100%;
		padding-left: 0px;
	}

	.menu .center img{
		padding-left: 20px;
	}

	.menu .but_menu_mobile {
	  display: block;
	  float: right;
	  margin-right: 20px;
	}

	.menu .desktop{
		width: 100%;
		float: right;
		z-index: 9999;
		display: none;
	}

	.mobile{
		width: 100%;
		float: right;
		z-index: 9999;
		display: block;
	}

	.menu ul li{
		width: 100%;
		background: #2a3275;
		float: none;
		margin: 0;
	}

	.menu ul li a {
		width: 100%;
	}


	.fotos_da_obra ul .li{
		width: calc((100% / 1) - 20px);
	}
}

@media screen and (max-width: 550px){
	.parceiros ul li{
		width: calc((100% / 1) - 20px);
	}
}

@media screen and (max-width: 520px) {

	.rodape form button{
		width: 100%;
		max-width: 100%;
		height: 70px;
		float: left;
		margin: 20px 0 0 0;
	}

	.bt_atendente_texto,
	.bt_fotos_texto{
		width: 150px;
		height: 150px;
	}

	.fotos_obra,
	.chat_atendente{
		width: 100%;
		height: auto;
		font-size: 1.5em;
		margin: 40px auto;
	}

	.titulo_sobre{
		font-size: 2.8em;
	}

	.bloco_sobre .sobre .texto{
		font-size: 1.6em;
	}
	
	.sair_cliente{
		margin: -60px 0 0 68px;
	}

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

}

@media screen and (max-width: 340px){
	.parceiros ul li{
		width: calc((100% / 1) - 20px);
	}

	.titulo_sobre{
		top: calc(20% - 50px);
	}
	.bloco_sobre .sobre{
		top: calc(20% - 50px);
	}
	.linha_sobre{
		top: calc(20% - 50px);
	}

	.servicos article.animacao:nth-child(odd) header{
		margin-right: 80px;
	}

	.fotos_obra, .chat_atendente, .sair_cliente{
		width: auto;
	}
	.sair_cliente{
		margin: -60px 0 0 94px;
	}
	.area_cliente .bloco_menu{
		top: 50px;
		left: 50px;
	}

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