/* 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:#1C1C1C;
}
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');
}
@font-face {
	font-family:titulo;
	src: url('../fontes/staravenue.ttf');
}
@font-face {
	font-family:subtitulo;
	src: url('../fontes/BarlowCondensed-SemiBold.ttf');
}

/* Main*/

.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:#FFFAFA;
	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:#FFFAFA;
    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;
}
.async-titulo{
	width:100%;
	height:42rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:relative;
}

.async-h1 h1{
	font-family:titulo;
	color:#FFFAFA;
	font-size:26rem;
	text-align:center;
	text-shadow:0.5rem 0.5rem 0.5rem #828282;
	letter-spacing: -22px;
}

.async-desenvolvimento h2{
	font-family:subtitulo;
	color:#EE4000;
	font-size:5rem;	
	text-shadow:0.1rem 0.1rem 0.5rem #2C2C2C;
	top:465px;
	left:180px;
	position:absolute;
	
}
.async-notice{
	width:90%;
	height:42rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin:auto;
}
.async-notice h2{
	font-family:Montserrat-SemiBold;
	font-size:1.6rem;
	color:#C0c0c0;
	text-shadow:1px 1px 1px #1C1C1C;
	text-align:center;
}
.async-notice h2:hover{	
	color:#FFD700;
	cursor:pointer;
}
.async-notice p{
	font-family:Montserrat-Regular;
	font-size:1.3rem;
	color:#1C1C1C;
	text-align:justify;
	text-indent:4rem;
	opacity:0.8;
}
.async-img{
	width:100%;
	height:42rem;
	background-image: url('../imagens/mar.jpg'); /* Caminho da imagem */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    background-size: cover; /* Ajusta a imagem para cobrir toda a tela */
    background-position: center; /* Centraliza a imagem */
}
.async-img-txt{
	width:100%;
	height:2rem;
	font-family:Montserrat-Regular;
	font-size:1.2rem;
	color:#1C1C1C;
	text-align:center;
    opacity:0.6;	
}
.async-history{
	width:90%;
	height:42rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin:auto;
	
}
.async-history h2{
	font-family:Montserrat-SemiBold;
	font-size:3.6rem;
	color:#C0c0c0;
	text-shadow:1px 1px 1px #1C1C1C;
	text-align:center;
}
.async-history h2:hover{
	color:#FFD700;
	cursor:pointer;
}
.async-history p{
	font-family:Montserrat-Regular;
	font-size:1.3rem;
	color:#1C1C1C;
	text-align:justify;
	text-indent:4rem;
	line-height:1.6rem;
	opacity:0.8;
}
.async-background{
    width:100%;
    height:38rem;
    display:flex;
    flex-direction:rows;
    justify-content:start;
    align-items:center;
     background-color:#FFFAFA;
}
.async-image{
	width:100%;
	height:21rem;
	margin-top:8rem;
	margin-bottom:8rem;
    background-color:#FFFAFA;
	background-image:url('../imagens/cidade.jpg');
	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;}
}
.async-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;			
}
.async-contato{
	width:90%;
	height:42rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding-left:2.5rem;
	padding-right:2.5rem;
	margin:auto;
	background: linear-gradient(90deg, #a1822b, #ffd500);
}
.async-contato h2{
	font-family:Montserrat-SemiBold;
	font-size:3.6rem;
	color:#C0c0c0;
	text-shadow:1px 1px 1px #1C1C1C;
	text-align:center;
}
.async-contato h2:hover{
	color:#FFD700;
	cursor:pointer;
}
.async-contato p{
	font-family:Montserrat-Regular;
	font-size:1.3rem;
	color:#1C1C1C;
	text-align:center;
	text-indent:4rem;
	line-height:1.6rem;
	opacity:0.7;
}
.async-btn{
	width:160%;
	height:3rem;
	font-family:Montserrat-SemiBold;
	font-size:1.3rem;
	color:#ddd;
	background-color:#FFD700;
	border:none;
	border-radius:0.3rem;
	box-shadow:1px 1px 1px #1C1C1C;
	text-shadow:1px 1px 1px #1C1C1C;
}
.async-btn:hover{
	cursor:pointer;
	background-color:#D4AF37;
	color:#FFD700;
}
.async-quemSou{
	width:90%;
	height:62rem;
	margin:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#FFFAFA;
}
.async-quemSou h1{
	font-family:Montserrat-SemiBold;
	font-size:3.2rem;
	color:#C0c0c0;
	text-shadow:1px 1px 1px #1C1C1C;
	text-align:center;
}
.async-quemSou h1:hover{	
	color:#FFD700;
	cursor:pointer;
}
.async-quemSou h2{
	font-family:Montserrat-SemiBold;
	font-size:3.2rem;
	color:#C0c0c0;
	text-shadow:1px 1px 1px #1C1C1C;
	text-align:center;
}
.async-quemSou h2:hover{	
	color:#FFD700;
	cursor:pointer;
}
.async-quemSou p{
	font-family:Montserrat-Regular;
	font-size:1.3rem;
	color:#1C1C1C;
	text-align:justify;
	text-indent:4rem;
	opacity:0.8;
}
.async-fotoDonizeti{
	width:100%;
	height:42rem;
	font-family:Montserrat-Regular;
	font-size:1.4rem;
	color:#1C1C1C;
}	
.async-espaco{
	width:100%;
	height:4rem;
	background-color:#FFFAFA;	
}
.section-contato{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background-color:#FFFAFA;
}
.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:#C0C0C0;
    text-align:center;
}
.header-contato-form h1:hover{
    
    color:#FFD700;
    cursor:pointer
}
.header-contato-form h1 > span{
    color:#FFD700;
}

.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:#1C1C1C;
}
.article-contato legend > span{
    color:#1C1C1C;
}
.article-contato input{
    width:100%;
    height:1.8rem;
	padding-left:1.6rem;
	line-height:1.6rem;
    color:#1C1C1C;
    /*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:#FFFAFA;
    outline:none;
    
}
.article-contato textarea{
    width:100%;
    height:8rem;
	padding-left:1.6rem;
    color:#1C1C1C;
    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:#FFFAFA;
    outline:none;
    
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-family:Montserrat-Regular;
font-size:1.2rem;
color:#1C1C1C;


}
::-moz-placeholder { /* Firefox 19+ */
font-family:Montserrat-Regular;
font-size:1.2rem;
color:#1C1C1C;

}
:-ms-input-placeholder { /* IE 10+ */
font-family:Montserrat-Regular;
font-size:1.2rem;
color:#1C1C1C;

}
.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-color:#FFFAFA;
    
}
.obrigado h1{
    font-family:Montserrat-SemiBold;
    font-size:3rem;
    color:#1C1C1C;
	text-shadow:1px 1px 1px #000;
    text-align:center;
}
.async-trabalho{
	width:90%;
	height:52rem;
	margin:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.async-trabalho h1{
	font-family:Montserrat-SemiBold;
    font-size:3rem;
    color:#C0C0C0;
    text-align:center;
}
.async-trabalho h1:hover{
	color:#FFD700;
	cursor:pointer;
}
.async-trabalho h2{
	font-family:Montserrat-SemiBold;
    font-size:3rem;
    color:#C0C0C0;
    text-align:center;
}
.async-trabalho p{
	font-family:Montserrat-Regular;
	font-size:1.3rem;
	color:#1C1C1C;
	text-align:justify;
	text-indent:4rem;
	opacity:0.8;
}
.async-portfolio{
	width:90%;
	height:52rem;
	margin:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#FFFAFA;
}
.async-portfolio h1{
	font-family:Montserrat-SemiBold;
    font-size:3rem;
    color:#C0C0C0;
    text-align:center;
}
.async-portfolio h1:hover{
	color:#FFD700;
	cursor:pointer;
}
.async-portfolio p {
	font-family:Montserrat-Regular;
	font-size:1.3rem;
	color:#1C1C1C;
	text-align:justify;
	text-indent:4rem;
	opacity:0.8;
}
.div{
	width:80%;
	height:2rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.div a{
	font-family:Montserrat-Regular;
	font-size:1.3rem;
	color:#1C1C1C;	
	text-indent:4rem;
	opacity:0.8;
}
.div a:hover{
	color:#FFD700;
	cursor:pointer;
}
/*FOOTER*/

.footer{
	width:100%;
	height:auto;
	background-color:#FFFAFA;	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
	
}
.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-Regular;
	font-size:0.9rem;
	color:#1C1C1C;	
}
.feito-01 h2{
    font-size:1rem;
}
.feito-01 h3{
	font-family:Montserrat-Regular;
	font-size:1rem;
	color:#1C1C1C;	
	text-align:center;
}
.feito-01 h4{
	font-size:2rem;
}
