@font-face{
	font-family: 'open-sans';
	src:url('../fonts/Open_Sans/OpenSans-Light.ttf');
}
.contato{
	height: 100vh;
	
}
.contato-background{
	background-image: url("../imagens/seb-zurcher-38312-resized.jpg");
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contato-overlay{
	background-color: rgba(64,84,178, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;

}
.contato-container{
	z-index: 2;
	background-color: #06121B;
	padding: 40px;
	height: 500px;
	width: 80%;
	max-width: 700px;
 	margin-top: 150px;
}
form{
	width: 100%;
}
input{
	background-color: transparent;
	width: 100%;
	line-height: 20pt;
	padding: 5px;
	color: #fff;
	border: #fff solid 1px;
	border-radius: 6px;
	margin-top: 20px;
	color: #fff;
	font-size: 14pt;
}
textarea{
	padding: 5px;
	background-color: transparent;
	width: 100%;
	height: 100px;
	border-radius: 6px;
	border: #fff solid 1px;
	margin-top: 20px;
	color: #fff;
	font-size: 14pt;
}
.contato-titulo{
	font-family: Open-Sans, sans-serif;
	font-size: 34pt;
	color: #fff;
	text-align: center;
	font-weight: 100;
	margin: 0 0 20px 0; 
}
.barra-contato{
	width: 50%;
	text-align: center;
	margin-bottom: 40px;
}
.label{
	margin: 10px 0;
	color: #fff;
}
input{
	margin: 0;
}
textarea{
	margin: 0;
}
.enviar{
	padding: 5px 10px 5px 10px ;
	background-color:#23A455;
	margin-top: 20px ;
	margin-left:  5px;
	border: none;
	text-align: center;
	width: 100%;
}
.enviar:hover{
	background-color: #4054B2;
}
.escritorios{
	text-align: center;
	color: #fff;
	

}
.escritorios h2{
	font-size: 36pt;
	font-family: Open-Sans, sans-serif;
	font-weight: 100;
}
.escritorios hr{
	width: 50%;
	margin-bottom: 60px;
}
.endereco-boxes{
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
	 font-family: Titillium , sans-serif;
	 font-weight: 400;
	 font-size: 16pt;
}

.endereco-box h3{
	color:#6EC1E4;
	 font-family: Titillium , sans-serif;
	font-size: 24pt;
	font-weight: 400;

}
.endereco-box{
	width: 25%;
}
@media{
	.endereco-boxes{
		flex-direction: column;

	}
	.endereco-box{
		width: 100%;
	}
	nav{
		z-index: 5;
	}
}