/* 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,textarea,
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:#FFFAFA;
}
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:Front;
	src: url('../fontes/A101HLVB.TTF');
}
@font-face {
	font-family:Barlow-SemiBold;
	src: url('../fontes/BarlowCondensed-SemiBold.ttf');
}
@font-face {
	font-family:Anton;
	src: url('../fontes/Anton-Regular.ttf');
}
@font-face {
	font-family:Dancing;
	src: url('../fontes/DancingScript-Regular.ttf');
}
/* Main*/
#main{
    width:100%;
    height:auto;
	background-color:#FFFAFA;

}
.header{
	width:100%;
	height:8rem;
	padding-left:2.30rem;
	padding-top:0.06rem;
	background: linear-gradient(90deg, #0f3457, #238a0f);
	
}
.header a img{
	width:20%;
	height:auto;
	opacity:.9;
}
.header a img:hover{
	opacity:1;
	cursor:pointer;
}
.menu{
    display:flex;    
    width:6rem;
    height:6rem;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background-color:transparent; 
	top:0.8rem;   
    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;*/
	background-color:#9C9C9C;
	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:8rem;
    right:0.2rem;
    width:20%;
    height:30rem;
    float:right;   
    padding-top:2rem;
    padding-left:2rem;
    background: linear-gradient(to bottom, #238a0f, #0f3457);
    position:absolute;
    z-index:100;
	
}

.nav ul > li{
    display:block;     
}
.nav ul > li > a{
    font-family:Montserrat-Regular;
    font-size:1.6rem;
	font-weight:bold;
    color:#9C9C9C;
	text-shadow:0.02rem 0.02rem 0.02rem #000;
}
.nav ul > li > a:hover{
    color:#FF4500;
    cursor:pointer;
}
.midia{
	
	width:100%;
	height:52rem;
	position:relative;
	overflow:hidden;
}
.midia::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0px;
	background-color:rgba(0,0,0,0.4);
    z-index: 0;
}
.bg_video{			
			right: 0; 
			bottom: 0;
			min-width: 100%; 
			min-height: 100%;			 
			z-index: -1000;
			width:auto;
			height:auto;
			background-size:cover;
			
		}

.capa{
	width:100%;
	height:52rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;	
	background-color:transparent;
	top:8rem;
	right:0;	
	overflow:hidden;
	position:absolute;
	z-index:10;
}
.front{
	width:84%;
	height:32rem;
	margin:auto;
	background-color:transparent;
	
}
.front h2{
	font-family:Anton;
    font-size:8rem;
    color:#d4af37;
	text-shadow:0.1rem 0.1rem 0.1rem #000;
	text-align:center;
	line-height:16rem;
	letter-spacing:0.2rem;
	
}
.front h2:hover{
	color:#FF4500;
	cursor:pointer;
}
.front p{
	font-family:Dancing;
	font-size:3rem;
	color:#FFFAFA;
	text-align:left;
	
}
.capa-abertura{
	width:100%;
	height:256rem;
	background-image: url('../imagens/background1.jpg');        
    background-size: cover;        
    background-position: center;        
    background-repeat: no-repeat;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
}
.abertura{
	width:92%;
	height:236rem;
	margin:auto;
	margin-top:4rem;
    margin-bottom:4rem;
	padding-top:4rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	border:1px solid #Efb810;
	border-radius:0.6rem;
	background:transparent;
	
}
.abertura-titulo{
	width:84%;
	height:20rem;
	margin:auto;
	background:transparent;
	
}
.abertura-titulo h1{
	font-family:Anton;
    font-size:6rem;
    color:#d4af37;
	text-shadow:0.1rem 0.1rem 0.1rem #000;
	text-align:center;
	line-height:6rem;
	letter-spacing:0.2rem;
}
.abertura-texto{
	width:84%;
	height:168rem;
	margin:auto;
	background-color:#FFFAFA;
	padding:4rem;
	opacity:0.4;
}
.abertura-texto p{
	font-family:Montserrat-SemiBold;
    font-size:1.6rem;
    color:#1C1C1C;
	text-indent:4rem;
	text-align:justify;
	letter-spacing:0.02rem;
	line-height:1.8rem;
}
.abertura-texto h2{
	font-family:Montserrat-SemiBold;
    font-size:2.6rem;
    color:#d4af37;	
	text-shadow:0.1rem 0.1rem 0.1rem #000;
	text-align:center;
	letter-spacing:0.02rem;
	line-height:1.8rem;
}
.adorno{
	width:100%;
	height:10rem;
	display:flex;
	flex-direction:rows;
	justify-content:center;
	align-items:center;
	background-color:transparent;
}
.adorno img{
	width:10rem;
	height:auto;
	opacity:.9;
}
.adorno img:hover{
	cursor:pointer;
	opacity:1;
}
.button-start{
	width:100%;
	height:16rem;	
	padding-top:2rem;
	display:flex;
	flex-direction:rows;
	justify-content:center;
	align-items:center;
	background: linear-gradient(90deg, #0f3457, #238a0f);
}
.btn-start{
	width:80vw;
	height:6rem;
	margin:auto;
	box-shadow:1px 1px 1px #000;
	background-color:#008B00;
	font-family:Montserrat-SemiBold;
	font-size:1.8rem;
	color:#FFFAFA;
	text-align:center;
	line-height:6rem;
	text-shadow:1px 1px 1px #000;
	border-radius:3rem;
}
.btn-start:hover{
	cursor:pointer;
	background-color:#00CD00;
}
/*INÍCIO CONFIGURAÇÃO DO CONTATO*/
.footer-works{
	z-index:100;
}
.btnzap{
	display:flex;
	flex-direction:rows;
	justify-content:center;
	align-items:center;
	width:26rem;
	height:3.4rem;
	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;
	margin-bottom:2rem;
		
}
.btnzap:hover{
	background-color:#045FB4;
	color:#FF4500;	
	opacity:1;
}
.section-contato{
    width:100%;
    height:72rem;  
	display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background-color:transparent;
	padding-top:4rem;
	background-image: url('../imagens/back-contato.jpg');        
    background-size: cover;        
    background-position: center;        
    background-repeat: no-repeat;
	position:relative;
	
}
.section-contato::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0px;
	background-color:rgba(0,0,0,0.6);
	
    
}
.header-contato-form{
    width:80%;
    height:16rem;
    margin-bottom:2rem;
	padding:2rem;
    border:1px solid #Efb810;
	border-radius:0.6rem;
	background:transparent;
	border-radius:0.8rem;
	z-index:100;
}
.header-contato-form h1{
    font-family:Montserrat-SemiBold;
    font-size:4.2rem;
    color:#838383;
	text-shadow:0.02rem 0.02rem 0.02rem #000;
    text-align:center;
}
.header-contato-form h1 > span{
    color:#838383;
}

.article-contato{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:center;
    justify-content:center;
    align-items:center;
     background-color:transparent;
    z-index:100;
}
.article-contato form{
    width:50%;
    height:auto;
}
.article-contato fieldset{
    border:none;
}
.article-contato legend,label{
    font-family:Montserrat-SemiBold;
    font-size:1.2rem;
    color:#FFFAFA;
}
.article-contato legend > span{
    color:#Efb810;
}
.article-contato input{
    width:100%;
    height:1.6rem;
	padding-left:1.6rem;
	line-height:1.6rem;
    color:#929292;
    /*border:1px solid #fffafa;*/
	border-style: solid;
	border-width: 1px;	
	border-image: linear-gradient(45deg, rgb(0, 0, 205), rgb(250, 224,66)) 1;	
    background-color:#FFFAFA;
    outline:none;    
}
.article-contato textarea{
    width:104.5%;
    height:8rem;
	padding-left:1.6rem;
    color:#1C1C1C;
    border-style: solid;
	border-width: 1px;	
	border-image: linear-gradient(45deg, rgb(0, 0, 205), rgb(250, 224,66)) 1;	
    background-color:#FFFAFA;
    outline:none;
    z-index:1000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-family:Montserrat-Regular;
font-size:1.2rem;
color:#929292;


}
::-moz-placeholder { /* Firefox 19+ */
font-family:Montserrat-Regular;
font-size:1.2rem;
color:#929292;
}
:-ms-input-placeholder { /* IE 10+ */
font-family:Montserrat-Regular;
font-size:1.2rem;
color:#929292;

}
.botao-form{
    width:100%;
    height:4rem;
    margin-top:0rem;
    margin-bottom:4rem;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
	z-index:100;
}
.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{
	cursor:pointer;
	background-color:#045FB4;
	color:#FF4500;	
	opacity:1;
}
.espaco{
	width:100%;
	height:4rem;
	background:transparent;
}
.obrigado{
    width:100%;
    height:41rem;
    display:flex;
    flex-direction:rows;
    justify-content:center;
    align-items:center;
    background-image:url('../imagens/obrigado.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;
}

/*FOOTER*/
.footer{	
	width:100%;
	height:8rem;	
	padding-bottom:2rem;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	background: linear-gradient(90deg, #0f3457, #238a0f);

}
.footer p{
	font-family:Montserrat-Light;
	font-size:1rem;
	color:#FFFAFA;
	
}
.footer p > a:hover{	
	color:#FF4500;
}

.footer h3{	
	font-family:Montserrat-Light;
	font-size:1rem;
	color:#FFFAFA;	
	text-align:center;
}
