/* Reset do CSS de async desenvolvimentos*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a{
    text-decoration:none;
    color:#fff;
}
ol, ul{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Fontes*/
@font-face {
	font-family:Montserrat-Regular;
	src: url('../fontes/Montserrat-Regular.ttf');
}
@font-face {
	font-family:Montserrat-Light;
	src: url('../fontes/Montserrat-Light.ttf');
}
@font-face {
	font-family:Montserrat-SemiBold;
	src: url('../fontes/Montserrat-SemiBold.ttf');
}
@font-face {
	font-family:Montserrat-ExtraBold;
	src: url('../fontes/Montserrat-ExtraBold.ttf');
}
@font-face {
	font-family:async;
	src: url('../fontes/A101HLVB.TTF');
}
@font-face {
	font-family:Barlow-SemiBold;
	src: url('../fontes/BarlowCondensed-SemiBold.ttf');
}
@font-face {
	font-family:Dancing;
	src: url('../fontes/DancingScript-Regular.ttf');
}

/* Main*/
#main{
    width:100%;
    height:auto;
}
.header{
	width:100%;
	height:auto;
	background-color:transparent;
	display:flex;
	flex-direction:rows;
	justify-content:space-between;
		
	/*background-image:url('../imagens/head-background.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size:cover;*/
	background-color:#1C1C1C;
	position:relative;
}
@media (max-width: 768px){
	.header{
		
		height:auto;
	}
}
.header_{
	width:100%;
	height:auto;
	background-color:transparent;
	display:flex;
	flex-direction:rows;
	justify-content:space-between;
	padding:0 3.8rem;		
	/*background-image:url('../imagens/head-background.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size:cover;*/
	background-color:#1C1C1C;
	
}
@media (max-width: 768px){
	.header_{
		
		height:auto;
	}
}
.logo{
	width:18%;
	height:auto;
}
.logo img{
	width:100%;
	height:auto;
	cursor:pointer;
	opacity:.9;
}
.logo img:hover{
	opacity:1;
}
/*.header::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background-color:rgba(255,255,255,0.2);
    z-index: 0;
}

/*Menu*/
.menu{
    display:flex;    
    width:6rem;
    height:6rem;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background-color:transparent; 
	top:0rem;   
    right:3.8rem;    
	position:absolute;
    cursor:pointer;
    z-index:100;
	transition:1s;
}
.barra{
    width:3.2rem;
    height:0.6rem;
    border-radius:0.2rem;
    background-color:#FFD700;
	box-shadow:1px 1px #bdbaba;
    margin:0.2rem;
	box-shadow:0.1rem 0.1rem 0.1rem #1C1C1C;
}
.barra:hover{
    background-image:linear-gradient(to right,#FF4500,#Efb810);
}
/*Menu móbile*/
.nav{
    display:none;
    top:6rem;
    right:0.2rem;
    width:16%;
    height:30rem;
    float:right;   
    padding-top:2rem;
    padding-left:2rem;
    background-color:#1C1C1C;
    position:absolute;
    z-index:100;
	
}
@media (max-width: 768px){
	.nav{
		width:12rem;
		margin-right:1rem;
	}
}
.nav ul > li{
    display:block;
    line-height:3rem;    
}
.nav ul > li > a{
    font-family:Montserrat-SemiBold;
    font-size:1.4rem;
    color:#FFD700;
}
.nav ul > li > a:hover{
    color:#FF4500;
    cursor:pointer;
}
.section-topo{
	width:100%;
	height:42rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#1C1C1C;
	background-image:url('../imagens/quadro.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size:cover;
	position:relative;
}
.section-topo img{
	width:40%;
	height:auto;
	opacity:.9;
}
.section-topo img:hover{
	opacity:1;
	cursor:pointer;
}
.section-topo h2{
	font-family:Montserrat-SemiBold;
	font-size:2.4rem;
	color:#0040FF;
	line-height: 1.2; 
	text-align:center;
	text-shadow:0.04rem 0.04rem 0.04rem #000;
	text-transform:uppercase;
}
.imagem01{
	display:flex;	
	justify-content:center;
	align-items:center;
	width:100%;
	height:auto;
	margin-bottom:4rem;
}
.imagem01-a{
	width:8rem;
	height:8rem;
	display:flex;
	justify-content:center;
	align-items:center;	
}
.imagem01-a img{
	width:100%;	
	height:8rem;
	opacity:.8;	
}
.imagem01-a img:hover{
	cursor:pointer;
	opacity:1;
}
.section-meaddle{
	width:100%;
	height:auto;	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#1C1C1C;
	background-image:url('../imagens/img01.jpg');
    background-repeat:no-repeat;
    background-position: top;
    background-size:cover;
	
}
@media (max-width: 768px) {
	.section-meadle {
		flex-direction: column;
		height: auto;
		padding: 1rem;
		text-align: center;
	}
	.titulo{
		height:auto;
	}
}	
.section-meaddle h1{
	font-family:Montserrat-SemiBold;
	font-size:2.4rem;
	color:#fff;
	text-align:center;
	text-shadow:0.1rem 0.1rem 0.1rem #000;
	text-transform:uppercase;
	line-height: 1.2;
	letter-spacing:0.20rem;
}
.section-meaddle span:nth-child(1){
	color:#FF4500;
}
.section-meaddle span:nth-child(3){
	color:#FF4500;
}
.section-meaddle span:nth-child(5){
	color:#87CEEB;
}
.container{
	width:100%;
	height:auto;
	padding:2rem;
	display:flex;
	flex-direction:rows;
	justify-content:center;
	align-items:center;	
}
/* Mobile até 480px */
@media (max-width: 768px) {
	.header {
		flex-direction: column;
		height: auto;
		padding: 1rem;
		text-align: center;
	}
	.logo {
		width: 160px;
		margin-bottom: 1rem;
	}
	.section-topo img {
		width: 80%;
	}
	.
	.textos, .historico-txt, .historico-img {
		width: 90%;
	}
	h1, h2 {
		font-size: 1.6rem;
	}
	.container{
		flex-direction:column;
	}
	
}

/* Tablets até 768px *//*
@media (max-width: 768px) {
	.logo {
		width: 160px;
	}
	.textos, .historico-txt, .historico-img {
		width: 80%;
	}
}

/* Desktop a partir de 1024px *//*
@media (min-width: 1024px) {
	.container, .container-apresentacao {
		flex-direction: row;
	}
	.textos, .historico-txt, .historico-img {
		width: 44%;
	}
}
*/

.titulo{
	width:86%;
	height:auto;
	padding:2rem;
	background-color:#1C1C1C;
	border-radius:.8rem;
}
.textos{
	width:44%;
	height:auto;
	margin:1rem;
	padding:2rem;
	background-color:#1C1C1C;	
	border-radius:0.8rem;
}
.textos p{
	font-family:Montserrat-Light;
	font-size:1.1rem;
	color:#fff;
	font-weight:normal;
	line-height: 1.1; 
	text-align:justify;
	text-indent:2.2rem;
	opacity:1;
}
.apresentacao{
	width:100%;
	height:auto;
	padding:2rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#1C1C1C;
}
.titulo-apresentacao{
	width:86%;
	height:auto;
}
.titulo-apresentacao h2{
	font-family:Montserrat-SemiBold;
	font-size:2.4rem;
	color:#fff;
	text-align:center;
	text-shadow:0.1rem 0.1rem 0.1rem #000;
	text-transform:uppercase;	
	letter-spacing:0.20rem;
}
.container-apresentacao{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:rows;
	justify-content:center;
	align-items:center;
}
@media (max-width: 768px){
	.container-apresentacao{
		flex-direction:column;
		width:auto;
	}
}
.historico-txt{
	width:44%;
	height:auto;
	margin:1rem;	
	margin:2rem;
	padding:1.6rem;
	border-radius:0.8rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;	
	border-style: solid;
	border-width: 1px;
	border-radius:0.2rem;
	border-image: linear-gradient(45deg, rgb(0, 0, 205), rgb(250, 224,66)) 1;
}
.historico-img{
	width:44%;
	height:auto;
	margin:1rem;	
	margin:2rem;
	padding:1.6rem;
	border-radius:0.8rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;	
	border-style: solid;
	border-width: 1px;
	border-radius:0.2rem;
	border-image: linear-gradient(45deg, rgb(0, 0, 205), rgb(250, 224,66)) 1;
}
.historico-img img{
	width:100%;
	height:auto;
	text-align:center;
	
}
figcaption{
	font-family:Montserrat-Light;
	font-size:1.1rem;
	color:#fff;
	font-weight:normal;
	text-align:center;
}
.historico-txt p{
	font-family:Montserrat-Light;
	font-size:1.1rem;
	color:#fff;
	font-weight:normal;
	line-height: 1.2; 
	text-align:justify;
	text-indent:2.2rem;
	opacity:1;
}
@media (max-width: 768px){
	.historico-txt, .textos, .historico-img, .historico-txt{
		width:95%;
		margin:auto;
	}
}
.section-contato-background{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:rows;
    justify-content:start;
    align-items:center;
    background-color:#1C1C1C;
}
.section-contato-image{
	width:100%;
	height:auto;
	margin-top:8rem;
	margin-bottom:8rem;
    background-color:#1C1C1C;
	background-image:url('../imagens/nuvens.png');
	background-repeat:repeat-x;
	background-size:cover;
	background-position:center;
	position:relative;
	animation: cidade 80s linear infinite;
	
}
@keyframes cidade {
	from { background-position: 1280px 0;}
	to {background-position: -2100px 0;}
	/*from { background-position: 5550px 0;}
	to {background-position: -2100px 0;}*/
}
.section-contato-image::before{
	content: "";
	position:absolute;
	top:0;
	right:0;	
	width:100%;
	height:100%;
	/*background-color:rgba(142, 174, 212,0.4);*/
	background-image:url('../imagens/sentados.png');
	background-repeat:no-repeat;
	background-size:cover;
	/*background-position:bottom;*/
	z-index:0;			
}
.espaco{
	width:100%;
	height:auto;
	background-color:#1C1C1C;
}
.contato{
	width:100%;
	height:auto;	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#1C1C1C;
	background-image:url('../imagens/backContato.png');
	background-repeat:repeat-x;
	background-size:cover;
	background-position:center;
}
.header-contato{
	width:86%;
	height:auto;	
	background-color:#1C1C1C;
	border-radius:0.8rem;
}
.header-contato h2{
	font-family:Montserrat-SemiBold;
	font-size:2.4rem;
	color:#fff;
	padding:1rem;
	text-align:center;
	text-shadow:0.1rem 0.1rem 0.1rem #000;
	text-transform:uppercase;	
	letter-spacing:0.20rem;
}
.formulario{
	width:86%;
	height:auto;
	margin:2rem;
	padding:4rem;
	background-color:#1C1C1C;
	border-radius:.8rem;
}
.formulario p{
	font-family:Montserrat-Light;
	font-size:1.2rem;
	color:#fff;
	font-weight:normal;
	line-height: 1.2; 
	text-align:justify;
	text-indent:2.2rem;
	opacity:1;
}
.section-sobre{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#1C1C1C;
	padding-bottom:03rem;
	background-image:url('../imagens/quadro.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size:cover;
}
.header-sobre{
	width:100%;
	height:auto;
	margin-top:3rem;	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:transparent;
}
.header-sobre h1{
	font-family:Montserrat-Regular;
	font-size:2rem;
	color:#8B4513;
	text-align:center;
	text-shadow:0.02rem 0.02rem 0.02rem #000;
	text-transform:uppercase;
}
.header-sobre h2{
	font-family:Dancing;
	font-size:1.8rem;
	color:#FF4500;
	text-align:center;
	text-shadow:0.02rem 0.02rem 0.02rem #000;
}
.section-sobre-p{
	width:100%;
	height:auto;
	margin-top:0rem;
	padding-left:6rem;
	padding-right:6rem;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	background-color:transparent;
}
.section-sobre-p p{
	font-family:Montserrat-Light;
	font-size:1.2rem;
	color:#87CEEB;
	text-align:justify;
	text-indent:4rem;
	text-shadow:0.01rem 0.01rem 0.01rem #000;
}
.footer-sobre{
	width:100%;
	height:auto;
	margin-top:2rem;	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:transparent;
}

.btn{
	width:16rem;
	height:3rem;
	background-color:#0040FF;
	cursor:pointer;
	box-shadow:0.2rem 0.2rem 0.2rem #000;
	border:none;
	border-radius:1.5rem;
	font-family:Montserrat-SemiBold;
	font-size:1.6rem;
	color:#8B4513;
	opacity:.9;
	
}
.btn:hover{
	background-color:#045FB4;
	color:#FF4500;	
	opacity:1;
}
.section-contato{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background-color:#1C1C1C;
}
.header-contato-form{
    width:100%;
    height:9rem;
    margin-bottom:4rem;
    background-color:transparent;
}
.header-contato-form h1{
    font-family:Montserrat-SemiBold;
    font-size:3rem;
    color:#fffafa;
    text-align:center;
}
.header-contato-form h1 > span{
    color:#Efb810;
}

.article-contato{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:center;
    justify-content:center;
    align-items:center;
     background-color:transparent;
    
}
.article-contato form{
    width:70%;
    height:auto;
}
.article-contato fieldset{
    border:none;
}
.article-contato legend,label{
    font-family:Montserrat-SemiBold;
    font-size:1.8rem;
    color:#fffafa;
}
.article-contato legend > span{
    color:#Efb810;
}
.article-contato input{
    width:100%;
    height:1.8rem;
	padding-left:1.6rem;
	line-height:1.6rem;
    color:#fffafa;
    /*border:1px solid #fffafa;*/
	border-style: solid;
	border-width: 1px;
	border-radius:0.2rem;
	border-image: linear-gradient(45deg, rgb(0, 0, 205), rgb(250, 224,66)) 1;	
    background-color:#1C1C1C;
    outline:none;
    
}
.article-contato textarea{
    width:100%;
    height:8rem;
	padding-left:1.6rem;
    color:#fffafa;
    border-style: solid;
	border-width: 1px;
	border-radius:0.2rem;
	border-image: linear-gradient(45deg, rgb(0, 0, 205), rgb(250, 224,66)) 1;	
    background-color:#1C1C1C;
    outline:none;
    
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-family:Montserrat-Regular;
font-size:1.4rem;
color:#fffafa;


}
::-moz-placeholder { /* Firefox 19+ */
font-family:Montserrat-Regular;
font-size:1.4rem;
color:#fffafa;

}
:-ms-input-placeholder { /* IE 10+ */
font-family:Montserrat-Regular;
font-size:1.4rem;
color:#fffafa;

}
.botao-form{
    width:100%;
    height:4rem;
    margin-top:0rem;
    margin-bottom:4rem;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
}
.button{
	width:16rem;
	height:3rem;
	background-color:#0040FF;
	cursor:pointer;
	box-shadow:0.2rem 0.2rem 0.2rem #000;
	border:none;
	border-radius:1.5rem;
	font-family:Montserrat-SemiBold;
	font-size:1.6rem;
	color:#8B4513;
	opacity:.9;
	
}
.button:hover{
	background-color:#045FB4;
	color:#FF4500;	
	opacity:1;
}
.obrigado{
    width:100%;
    height:41rem;
    display:flex;
    flex-direction:rows;
    justify-content:center;
    align-items:center;
    background-image:url('../imagens/quadro.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.obrigado h1{
    font-family:Montserrat-SemiBold;
    font-size:3rem;
    color:#fffafa;
	text-shadow:2px 2px 2px #000;
    text-align:center;
}
.works{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#1C1C1C;
	background-image:url('../imagens/construcao.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size:cover;
	position:relative;
}
.works::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background-color:transparent;
	background-image:url('../imagens/trabalhadores.png');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size:cover;
    z-index: 0;
}
.header-works{
	width:80%;
	height:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#1C1C1C;
	border-radius:0.5rem;
	z-index:3;
}
.header-works h1{
	font-family:Montserrat-Regular;
	font-size:2rem;
	color:#8B4513;
	text-align:center;
	text-shadow:0.02rem 0.02rem 0.02rem #000;
	text-transform:uppercase;
}
.header-works h2{
	font-family:Dancing;
	font-size:1.8rem;
	color:#FF4500;
	text-align:center;
	text-shadow:0.02rem 0.02rem 0.02rem #000;
}
.section-works-p{
	width:80%;
	height:auto;
	margin-top:3rem;
	padding:2rem;
	background-color:#1C1C1C;
	border-radius:0.5rem;
	z-index:3;
}
.section-works-p p{
	font-family:Montserrat-Light;
	font-size:1.2rem;
	color:#87CEEB;
	text-align:justify;
	text-indent:4rem;
	text-shadow:0.01rem 0.01rem 0.01rem #000;
}
.footer-works{
	width:80%;
	height:6rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:3;
}
.espaco{
	width:100%;
	height:2rem;
	background-color:#1C1C1C;
}
.footer{
	width:100%;
	height:auto;
	background-color:transparent;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
    background-color:#1C1C1C;
	/*background-image:url('../imagens/head-background.jpg');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size:cover;
	position:relative;*/
	
}/*
.footer::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background-color:rgba(255,255,255,0.1);
    z-index: 0;
}*/
.feito{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
	z-index:1;
}
.feito-01{
	width:100%;
	height:auto;
	text-align:center;
	z-index:1;
}
.feito-01 p{
	font-family:Montserrat-Light;
	font-size:0.9rem;
	color:#fff;	
}
.feito-01 h2{
    font-size:1rem;
}
.feito-01 h3{
	font-family:Montserrat-Light;
	font-size:1rem;
	color:#fff;	
	text-align:center;
}
.feito-01 h4{
	font-size:2rem;
}
