/*reset*/
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;
}
/* 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:none;
}
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;
}
/*FIM DO RESET*/
/*fonts*/
@font-face {
     font-family:gabriola;
     src: url('../fontes/gabriola.ttf');
}

@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-bold;
     src: url('../fontes/Montserrat-Bold.ttf');
}
#main{
	width:100%;
	height:220rem;	
	background-image:linear-gradient(to bottom, rgba(253,186,5,1), #FE8508);	
	/*background-color:rgba(253,186,5,1);*/
	overflow:hidden;
	position:relative;	
	z-index:0;	
}
/*#main::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background-image:linear-gradient(to right, rgba(253,186,5,0.4), rgba(61, 45,1,0.6));
    z-index: 0;
}*/
.header{
	width:100%;
	height:7rem;
	display:flex;
	flex-direction:rows;
	justify-content:space-between;	
	background:transparent;
	position:fixed;
	z-index:100;
}
.logo{
	width:6rem;
	height:6rem;
	background-color:#fdba05;
	border-radius:50%;
	margin-top:1rem;
	margin-left:5%;	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	box-shadow:0.1rem 0.1rem 0.2rem rgba(0,0,0,0.8);
	letter-spacing:0.3rem;	
	font-family:gabriola;
	font-size:1.6rem;
	color:rgba(61,45,1,1);
	font-weight:bold;	
	text-shadow:0.1rem 0.1rem 0.2rem rgba(0,0,0,0.8);	
	opacity:0.9;
	z-index:100;
}
.logo:hover{
	opacity:1;
	cursor:pointer;
}

.logo p{
	font-family:gabriola;
	font-size:1rem;
	color:rgba(61,45,1,1);
	font-weight:bold;
	text-shadow:0.08rem 0.08rem 0.08rem rgba(0,0,0,0.8);
}
.nav{
	display:none;
	width:10rem;
	height:100vh;	
	background-color:rgba(253, 186, 5,1);
	/*box-shadow:0.1rem 0.1rem 0.2rem rgba(0,0,0,0.8);*/
	padding-top:2.1rem;
	padding-left:2.5rem;
	margin-top:7rem;
	right:0;
	letter-spacing:0.2rem;
	position:absolute;
	border-radius:0.2rem;
	z-index:999;
	
}
.nav ul{
	display:block;
	list-style:none;
}
.nav ul li a{
	font-family:gabriola;
	font-size:2rem;
	font-weight:bold;
	color:rgba(61,45,1,1);
	/*color:#1d68d5;*/
	line-height:3.6rem;
	/*text-shadow:0.08rem 0.08rem 0.08rem rgba(0,0,0,0.8);*/
	transition:0.5s;
}
.nav ul li a:hover{
	color:#0042ff;	
	cursor:pointer;
}
.menu{
	width:4rem;
	height:4rem;
	margin-top:1.8rem;
	margin-right:4%;
	background:transparent;
	float:right;
	cursor:pointer;
}
.barra{
	width:72%;
	margin-top:0.4rem;
	height:0.45rem;
	background-image:linear-gradient(to right, rgba(253,186,5,1), rgba(61, 45,1,1));
	border-radius:0.2rem;
}
.section-00{
	width:100%;
	height:41rem;
	top:0;
	left:0;	
	z-index:0;
	position:relative;
	
}
.section-00::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background-color:rgba(0,0,0,0.4);
    z-index: 0;
}

.section-00 img{
	width:100%;
	height:41rem;	
	top:0;
	left:0;
	border:none;
}
.section-00-1{
	width:100%;
	height:41rem;
	top:0;
	right:0;
	position:absolute;
	background-color:transparent;
	display:flex;	
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:1;
}
.section-00-1 h2{
	font-family:gabriola;
	font-size:4rem;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-shadow:0.1rem 0.1rem 0.2rem #000;
	text-align:center;
	letter-spacing:0.6rem;
	text-transform:uppercase;
}/*
.section-00-1 p{
	margin-top:2.2rem;
	margin-bottom:4.6rem;
	font-family:Montserrat-Regular;
	font-size:1.6rem;	
	color:rgba(255,255,255,1);
	text-shadow:0.1rem 0.1rem 0.2rem #000;
	text-align:center;
	letter-spacing:0.4rem;
	line-height:2.6rem;
	text-transform:uppercase;
}
.section-00-1 button{
	
	width:40%;
	height:3rem;
	border:2px solid rgba(61,45,1,1);
	margin-top:1.4rem;
	font-family:Montserrat-Regular;
	font-size:1.6rem;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-shadow:0.1rem 0.1rem 0.2rem #000;
	text-align:center;
	letter-spacing:0.4rem;
	text-transform:uppercase;
	background:transparent;
	border-radius:1.5rem;
	box-shadow:0.1rem 0.1rem 0.2rem #000;
	transition:0.5s;
}
.section-00-1 button:hover{
	background-color:rgba(61,45,1,1);
	cursor:pointer;
}*/
.section-01{
	width:100%;
	height:52rem;
	margin-top:6rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background-color:transparent;
}

.section-01-1{
	width:80%;
	height:auto;
	margin:auto;
	background-color:transparent;
}
.section-01-1 h1{
	font-family:gabriola;
	font-size:3.2rem;
	font-weight:bold;
	color:rgba(61,45,1,1);
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
	letter-spacing:5px;	
	text-transform:uppercase;
}
.section-01-2{
	width:100%;
	height:auto;
	margin-top:0rem;
	display:flex;
	flex-direction:rows;
	justify-content:center;
	background-color:transparent;
}
.section-01-2-1A{
	width:40%;
	height:auto;
	margin:2rem 0rem;
	padding:2rem;
	display:flex;
	flex-direction:column;
	justify-content:start;
	background-color:transparent;
}
.section-01-2-1B{
	width:40%;
	height:auto;
	margin:2rem 0rem;
	padding:2rem;
	display:flex;
	flex-direction:column;
	justify-content:start;
	background-color:transparent;
}
.section-01-2-1-a{
	width:100%;
	height:auto;
}
.section-01-2-1-a h2{
	font-family:gabriola;
	font-size:2rem;
	color:rgba(61,45,1,1);
	font-weight:bold;
	text-align:center;
	letter-spacing:0.3rem;
	/*text-shadow:1px 1px 1px rgba(0,0,0,1);*/
	text-transform:uppercase;
}
.section-01-2-1-b{
	width:100%;
	height:auto;
	margin-top:1.8rem;
	text-align:center;
}
.section-01-2-1-b img{
	width:100%;
	height:290px;	
	text-align:center;
	border-radius:0.6rem;
}
.section-01-2-1-c{
	width:94%;
	height:auto;
	margin-top:1.8rem;
	padding:1.2rem 1.2rem;
}
.section-01-2-1-c p{
	font-family:Montserrat-Regular;
	font-size:1.4rem;
	color:rgba(61,45,1,1);
	text-align:justify;
	letter-spacing:0.1rem;
	text-indent:2rem;	
	
}
.section-01-2-1-d{
	width:100%;
	height:auto;
	margin-top:0rem;	
	text-align:right;	
}
.section-01-2-1-d a{
	font-family:Montserrat-Regular;
	font-size:1.4rem;
	color:rgba(61,45,1,1);
	font-weight:bold;	
	letter-spacing:0.2rem;	
}
.section-01-2-1-d a:hover{
	color:#0042ff;
	cursor:pointer;
}
.section-02{
	width:100%;
	height:42rem;
	margin-top:4rem;
	display:flex;
	flex-direction:column;
	justify-content:start;
	background-color:#3D2D01;
	/*background-image:url(../img/fundo.png);
	background-position:bottom;
	background-size:cover;*/
}
.section-02-1{
	width:100%;
	height:auto;
	margin-top:4.7rem;
	margin-bottom:4rem;
	background-color:transparent;
}
.section-02-1 h2{
	font-family:gabriola;
	font-size:2.8rem;
	color:rgba(255,255,255,1);
	font-weight:bold;
	text-align:center;
	letter-spacing:0.3rem;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
	text-transform:uppercase;
}
.section-02-2{
	width:100%;
	height:auto;	
	display:flex;
	flex-direction:rows;
	justify-content:center;
	background-color:transparent;
}
.section-02-2-a{
	width:48%;
	height:auto;
	margin:1rem 1.5rem;
	background:transparent;
	padding-left:1.2rem;
}
.section-02-2-a p{
	font-family:Montserrat-Regular;
	font-size:1.4rem;
	color:rgba(255,255,255,1);
	text-align:justify;
	text-indent:2rem;
	letter-spacing:0.2rem;	
}
strong{
	font-weight:bold;
}
.section-02-3{
	width:80%;
	height:auto;
	margin:auto;
	text-align:right;
		
}
.section-02-3 a{
	font-family:Montserrat-Regular;
	font-size:1.4rem;
	color:rgba(255,255,255,1);
	font-weight:bold;	
	letter-spacing:0.2rem;
}
.section-02-3 a:hover{
	color:#0042ff;
	cursor:pointer;
}