#everything {}

#popup { z-index: 60;}

#abrir_menu { z-index: 50;}
#menu_mobile { z-index: 51;}
#header { z-index: 50;}

#middle { z-index: 40;}
#footer { z-index: 20;}

/*------------------------------------*/

#header {
	margin-bottom: 20px;
	text-align: right;
}
	/*--------------*/
	
	#header address {
		padding-top: 2px;
		padding-bottom: 2px;
		color: #fff;
		background-color: #313030;
	}

		#header .telefones, 
		#header .emails {
			width: auto;
			padding-top: 2px;
			padding-bottom: 2px;
			
			font-size: 12px;
			line-height: 1em;
		}

		#header .emails {
			padding-left: 22px;

			background-image: url(../images/carta.png);
			background-position: left center;
		}
			#header .email {
				width: auto;
			}

		#header .telefones {
			padding-left: 14px;
			margin-left: 15px;

			background-image: url(../images/telefone.png);
			background-position: left center;
		}

			#header .telefone {
				width: auto;
				padding-left: 10px;
				border-left: solid 1px #fff;
				margin-left: 10px;
			}
			#header .telefone:first-child {
				border-left: none;
				margin-left: 0px;
			}

			#header .telefone img {
				width: 12px;
				margin-left: 5px;
			}

	/*--------------*/

	#header .logo-e-menu {
		padding-top: 20px;
		border-bottom: solid 10px #fff;
		background: -webkit-linear-gradient(top, #1f5597, #0e2954);
		background: -moz-linear-gradient(top, #1f5597, #0e2954);
	}

	/*--------------*/

		#logo {
			float: left;
			width: 224px;
			max-width: 100%;
			height: auto;
			margin-bottom: 10px;
		}

	/*--------------*/

		#menu {
			width: auto;
			margin-top: 45px;
			text-align: right;
		}
			
			#menu li {
				display: inline-block;
				vertical-align: top;
				width: auto;
				margin: 0px;
				margin-left: 15px;
			}
			#menu li:first-child {
				margin-left: 0px;
			}

				#menu li a {
					display: block;

					padding-top: 20px;
					padding-bottom: 20px;
										
					font-size: 20px;
					line-height: 1em;
					font-family: 'miso-light';
					text-transform: uppercase;
					color: #fff;
				}


				#menu a:hover {
					background-position: bottom center;
					background-image: url(../images/menu-hover.png);
				}


	/*--------------*/

	#abrir_menu {
		display: none;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		padding: 10px;
		font-size: 20px;
		line-height: 1em;
		color: #fff;
		font-weight: 900;
		text-align: center;
		background-color: #5fa1da;
	}

	#abrir_menu:before {
		display: inline-block;
		vertical-align: top;
		width: 31px;
		height: 20px;
		margin-right: 15px;

		content: '';

		background-image: url(../images/menu-mobile.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#abrir_menu.fixo {
		position: fixed;
		top: 0px;
		bottom: auto;
		box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.25);
	}

/*------------------------------------*/

#menu_mobile {
	display: none;
	position: fixed;
	right: 0px;
	top: 0px;

	width: 0px;
	height: 100vh;
	overflow: hidden;
	text-align: left;

	transition-property: width;
	transition-duration: 0.5s;
}

#menu_mobile.aberto {
	width: 200px;
}
	#menu_mobile .conteudo {
		width: 200px;
		height: 100vh;
	}

	#menu_mobile a {
		display: block;
		padding: 10px 10px 10px 15px;
		color: #bbb;
		font-size: 14px;
		line-height: 1em;
	}

	#menu_mobile .fechar {
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		background-color: #666;
	}
	#menu_mobile .fechar:before {
		display: inline-block;
		vertical-align: top;
		width: 14px;
		height: 14px;		
		margin-right: 7px;
		margin-top: 3px;

		content: '';

		background-image: url(../images/menu-fechar.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center center;
	}

	#menu_mobile ul {
		list-style: none;
		
		margin: 0px;
		
		width: 100%;
		height: calc(100% - 34px);
	
		overflow-x: hidden;
		overflow-y: auto;

		background-color: #343434;
	}
		#menu_mobile li {
			border-bottom: solid 1px #232121;
			margin: 0px;
		}

		#menu_mobile a {
			font-family: 'Roboto';
			font-weight: 300;
		}

		
		#menu_mobile li ul li {
			border-bottom: none;
		}

			#menu_mobile li ul a {
				padding-left: 25px;
			}
		
			#menu_mobile li ul a:before {
				content: '- ';
			}

/*------------------------------------*/

#middle {
	min-height: calc(100vh - 345px);
}

/*------------------------------------*/

#footer {
	padding-top: 20px;
	background-color: #e0e0e0;
}

	#logo2 {
		width: 484px;
		max-width: 100%;
		margin-bottom: 20px;
		font-weight: 300;
		font-size: 16px;
		line-height: 1em;
		text-align: center;
	}
		#logo2 img {
			width: 100%;
			height: auto;
		}



	#footer .facebook, 
	#footer .youtube {
		width: 98px;
		height: 98px;
		margin-top: 10px;
		background-image: url(../images/facebook.png);
	}
	#footer .youtube {
		background-image: url(../images/youtube.png);
	}


	#footer .redes-sociais {
		padding-top: 41px;
		padding-bottom: 41px;
		
		font-size: 36px;
		line-height: 1em;
		font-family: 'miso-light';
		text-transform: uppercase;
	}

	/*-------------*/

	#creditos_e_copyright {		
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #020202;
	}
		#creditos_e_copyright span, 
		#creditos_e_copyright a {
			width: auto;
			font-size: 10px;
			line-height: 1em;
			color: #fff;
			font-family: 'Roboto';
			font-weight: 300;
			text-transform: uppercase;
		}


/*------------------------------------*/

#bem_vindo {
	padding-top: 20px;
	padding-bottom: 1px;
}

/*------------------------------------*/

#slider {
	margin-top: -20px;
	margin-bottom: 20px;
}

	#slider_content {
		height: 440px;
	}

		#slider .slide {
			position: absolute;
			left: 0px;
			right: 0px;
			bottom: 0px;

			width: 100%;
			height: 100%;
			text-align: center;
		}

			#slider .slide .photo {
				width: 100%;
				height: 100%;
			}

				#slider .slide .photo img {
					width: auto;
					height: 100%;
				}

			#slider .slide .texto {
				position: absolute;
				bottom: 0px;
				left: 0px;
				right: 0px;

				padding-top: 30px;
				padding-bottom: 30px;
				border-top: solid 10px #fff;

				background-color: rgba(0, 0, 0, 0.6);
			}

				#slider .slide .texto .conteudo {
					padding-left: 50px;
					font-family: 'miso-light';
					font-weight: 400;
					color: #fff;
					font-size: 70px;
					line-height: 1em;
					text-align: left;
				}

/*------------------------------------*/

	#slider .botoes {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 200;

		width: 100%;
		height: 100%;

		line-height: 0px;
		text-align: center;
	}

		#slider .chevron1, 
		#slider .chevron2 {
			cursor: pointer;
			position: absolute;
			bottom: 44px;
			width: 31px;
			height: 31px;
			border: solid 2px #fff;
			border-radius: 10px;
			background-position: center center;
			background-image: url(../images/chevron-slide1.png);
		}

		#slider .chevron2 {
			right: 0px;
			background-image: url(../images/chevron-slide2.png);
		}

/*------------------------------------*/

#servicos_home {
	margin-bottom: 20px;
}

	#servicos_home .servico {
		margin-bottom: 0px;
	}

/*------------------------------------*/

#fotos_home {
	margin-bottom: 20px;
}
	
	#fotos_home .photo {
		height: auto;
	}

/*------------------------------------*/

#meio_ambiente_home {
	padding-top: 20px;
	padding-bottom: 20px;

	font-family: 'miso-light';
	font-size: 24px;
	line-height: 1em;
	color: #555;

	background-color: #eee;
}

	#meio_ambiente_home img {
		float: left;
		margin-right: 20px;
	}

	#meio_ambiente_home h2 {
		margin-top: 0px;
	}

		#meio_ambiente_home h2 span {
			background-image: none;
			background-color: #39b54a;
		}

	#meio_ambiente_home .button-like {
		float: right;
	}

/*------------------------------------*/

#mapa_home {
	padding-bottom: 20px;
	background-color: #022158
}

/*------------------------------------*/

#formulario_de_contato {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #022158;
}

	#formulario_de_contato .corpo {
		padding: 20px;
		background: #fff;
	}

		#formulario_de_contato .titulo {
			width: calc(100% + 40px);
			padding-left: 20px;
			margin-left: -20px;
			margin-top: -20px;
			margin-bottom: 10px;

			font-family: 'miso-light';
			font-size: 36px;
			line-height: 1.5em;
			color: #fff;
			text-transform: uppercase;
			background-color: #1572b9;
		}


		#formulario_de_contato .formulario {
			width: calc(100% - 250px);
			margin-right: 20px;
		}

		#formulario_de_contato address {
			width: 230px;
			font-size: 18px;
			line-height: 1.3em;
		}

			#formulario_de_contato .logo {
				width: 179px;
				max-width: 100%;
				height: auto;
				margin-bottom: 10px;
			}

			#formulario_de_contato .endereco {
				margin-bottom: 15px;
				font-size: 36px;
				line-height: 1em;
				color: #1572b9;
				font-family: 'miso-light';
				text-transform: uppercase;
			}

			#formulario_de_contato .telefone img {
				width: 1.3em;
				margin-left: 5px;
			}

/*------------------------------------*/

#projetos_home {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;

	font-family: 'miso-light';
	font-size: 28px;
	line-height: 1em;
	text-transform: uppercase;

	color: #fff;
	background: -webkit-linear-gradient(top, #1f5597, #0e2954);
	background: -moz-linear-gradient(top, #1f5597, #0e2954);
}

	#projetos_home span, 
	#projetos_home a {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#projetos_home a {
		padding: 5px;
		padding-left: 40px;
		border-radius: 5px;
		background-color: #f7941d;
		background-image: url(../images/lupa.png);
		background-position: 5px 5px;
		background-size: 30px;
	}

/*------------------------------------*/

#localizacao iframe {
	margin-bottom: 20px;
}