/*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:social;
     src: url('../fonts/social.ttf');
}
@font-face {
     font-family:arial;
     src: url('../fonts/Arial Narrow.ttf');
}
@font-face {
     font-family:arial-negrito;
     src: url('../fonts/Arial Narrow Negrito.ttf');
}
@font-face {
     font-family:arial-black;
     src: url('../fonts/arial-black.ttf');
}
@font-face {
     font-family:adorno;
     src: url('../fonts/Nymphette.ttf');
}
@font-face {
     font-family:heydings;
     src: url('../fonts/heydings.ttf');
}
@font-face {
     font-family:chopsic;
     src: url('../fonts/Chopsic.ttf');
}
@font-face {
     font-family:social;
     src: url('../fonts/social.ttf');
}
#main{
	width:100%;
	width:auto;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	background-color:#fff;	
}
.header{
	width:100%;
	height:6rem;
	display:flex;
	background-color:transparent;
	flex-direction:rows;
	justify-content:space-between;
	position:fixed;
	z-index:10;
}
.header-visivel{
	width:100%;
	height:6rem;	
	display:flex;
	flex-direction:rows;
	justify-content:space-between;
	align-items:center;
	background:rgba(0,0,0,0.8);	
	position:fixed;	
	z-index:100;
}
.logo{
	width:110px;
	height:6rem;
	padding-top:1.6rem;
	margin-left:4rem;	
	text-align:center;
	background:transparent;
	cursor:pointer;
}
.logo img{	
	width:100%;	
}
.nav{
	width:70%;
	height:6rem;
	background:transparent;
	line-height:6rem;
	display:block;
}

.nav ul{
	display:block;
}

.nav li{
	display:inline;
	padding:1rem;
	font-family:arial-negrito;
	font-size:1.2rem;
}
.nav li a{
	color:rgba(250,250,250,1);
	padding:1rem;
	text-decoration:none;
	transition:0.5s;	
}
.nav li a:hover{	
	color:rgba(255,120,0,1);	
	background-color:rgba(0,0,0,1);
	border-radius:0.5rem;
}

@media(max-width:1024px){
	.nav{
		display:none;
	}		
}

.menu{
	width:6rem;
	height:6rem;
	top:1rem;
	right:1rem;	
	background:transparent;
	text-align:center;
	position:absolute;
	display:none;	
}
.menu img{
	width:6rem;
	height:6rem;
	min-width:6rem;
	min-height:6rem;
	border-radius:0.5rem;
	opacity:0.8;
}
@media(max-width:1024px){
	.menu{
		display:block;
	}
}
.menu-mobil{
    background-color:#a90329;
	position: absolute;
	left: 0;
	top: 0;
	padding-top:2rem;
	height:100vh;	
    width:10rem;
	z-index:10;
	display:none;
}	
.menu-mobil ul li {
	display:block;	
	font-size: 1.5rem;
	padding-left:2rem;    
}
.menu-mobil li a {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 4rem;
	line-height:4rem;
	padding-left:1rem;
	outline: 0;
	font-family:arial;
}	
.menu-mobil li a:hover {	
	background:rgba(0,0,0,0.2);
	border-left:4px solid rgba(255,120,0,1);
}
.section-01{
	width:100%;
	height:42rem;	
	display:flex;
	flex-direction:column;
	justify-content:center;	
	align-items:center;
	position:relative;
	overflow:hidden;  
	
}
.section-01 .section-01--bk,.section-01--bk::after{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.section-01 .section-01--bk::after {
    content: '';
	background-color:rgba(0,0,0,0.4);	
}
.section-01--prefixo{
	width:20%;
	height:6rem;
	font-family:heydings;
	font-size:6vw;
	color:rgba(255,120,0,0.8);
	text-align:center;
	text-shadow:0px 1px 2px rgba(0,0,0,0.8);
	background:transparent;
	z-index:1;
}
.section-01--titulo{
	width:100%;
	height:20rem;
	background:transparent;
	z-index:1;
}
.section-01--titulo h1{
	font-family:arial-negrito;
	font-size:20vw;
	color:#fff;
	text-align:center;
	text-shadow:0px 2px 2px #000;
}
.section-01--titulo h1 span{	
	color:#a90329;	
}
.section-01--texto{
	width:70%;	
	height:7rem;	
	background:transparent;
	z-index:1;
}
.section-01--texto h2{
	font-family:arial;
	font-size:2rem;
	color:#fff;
	text-shadow:0px 1px 1px #000;
	text-align:center;
}
@media(max-width:500px){
	.section-01{		
		height:32rem;		
	}
	.section-01--titulo{
		height:7rem;		
	}
	.section-01--texto{		
		width:100%;
		height:16rem;
		padding:2rem;		
	}
}
.separator{
	width:100;
	height:0.6rem;
	margin:0;
	border-top:1px solid rgba(0,0,0,0.4);
	border-bottom:1px solid rgba(0,0,0,0.4);
	background-image:linear-gradient(to bottom,rgba(0,0,0,0.6), rgba(255,120,0,1), rgba(0,0,0,0.6));
}
.section-02{
	width:100%;
	height:58rem;
	margin-top:0rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#eee;
}
.section-02--topo{
	width:90%;
	height:6rem;
	background-image:linear-gradient(to right,rgba(0,0,0,0.4), rgba(255,120,0,0.4));
	
}
.section-02--topo h2{
	font-family:arial-negrito;
	font-size:4rem;
	color:rgba(169,3,41,1);
	line-height:6rem;
	text-align:center;
	text-shadow:0px 1px 1px rgba(0,0,0,0.8);
	
}
.section-02--corpo{
	width:90%;
	height:41rem;
	display:flex;
	flex-direction:rows;
	justify-content:space-between;
	margin-top:2rem;
	background:transparent;
}
.section-02--corpo-item{
	width:32%;
	height:40rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	box-shadow:0px 1px 2px rgba(0,0,0,0.6);
	background-color:#fff;
}
.section-02--corpo-item-1{
	width:90%;
	height:6rem;	
	padding-top:0.8rem;
}
.section-02--corpo-item-1 h3{
	font-family:arial-negrito;
	font-size:2rem;
	color:rgba(169,3,41,1);
	text-align:center;
	text-shadow:0px 1px 1px #000;
}
.section-02--corpo-item-2{
	width:90%;
	height:14rem;
	text-align:center;
	overflow:hidden;
}
.section-02--corpo-item-2 img{
	width:95%;
	height:14rem;
	opacity:0.8;
}
.section-02--corpo-item-2 img:hover{
	
	opacity:1;
}

.section-02--corpo-item-3{
	margin-top:2rem;
	width:90%;
	height:11rem;
	overflow:hidden;
	
}
.section-02--corpo-item-3 p{
	font-family:arial-negrito;
	font-size:1rem;
	color:rgba(0,0,0,0.6);
	text-align:justify;
	Text-indent:2rem;	
}
.section-02--corpo-item-4{
	width:90%;
	height:3rem;
	margin-top:1rem;
	display:flex;
	flex-direction:rows;
	justify-content:space-between;
}
.section-02--corpo-item-4a{
	width:49%;
	height:3rem;	
}
.section-02--corpo-item-4a p{
	font-family:arial;
	font-size:0.8rem;
	color:rgba(0,0,0,0.6);
	text-align:left;
}
.section-02--corpo-item-4b{
	width:49%;
	height:3rem;	
}
.section-02--corpo-item-4b button{
	width:90%;
	height:2.8rem;
	font-family:arial-negrito;
	font-size:1.2rem;
	color:#fff;
	background-color:#0080FF;
	border-radius:0.8rem;
	box-shadow:0px 2px 2px #000;
	cursor:pointer;
	border:none;
}
.section-02--corpo-item-4b button:hover{
	
	background-color:#045FB4;
}
@media(max-width:500px){
	.section-02{
		height:140rem;
	}
	.section-02--topo{
		height:12rem;
		
	}
	.section-02--corpo{
		flex-direction:column;
		justify-content:flex-start;
		height:140rem;
		margin-top:0rem;
	}
	
	.section-02--corpo-item{
		width:100%;
	}
}
.section-03{
	width:100%;
	height:30rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#D2691E;
}
.section-03--topo{
	width:100%;
	height:10rem;	
}
.section-03--topo h2{
	font-family:arial-negrito;
	font-size:10vw;
	color:#fff9;
	text-align:center;
	text-shadow:0px 2px 2px #0004;
}
.section-03--topo span{
	color:#a90329;
}
.serction-03--corpo{
	width:100%;
	height:5rem;
}
.section-03--corpo button{
	width:20rem;
	height:5rem;
	background-image:linear-gradient(to bottom,rgba(0,0,0,0.2), rgba(0,0,0,0.6)50%, rgba(0,0,0,0.2));	
	border:none;
	border-radius:3rem;
	box-shadow:1px 2px 3px #000;
	font-family:arial-negrito;
	font-size:2rem;
	color:#0008;
	text-shadow:0px 1px 1px #fff8;
	outline:none;
	cursor:pointer;
}
.section-03--base{
	width:100%;
	height:10rem;	
}
.section-03--base h2{
	font-family:arial-negrito;
	font-size:10vw;
	color:#fff9;
	text-align:center;
	text-shadow:0px 2px 2px #0004;
}
.section-04{
	width:100%;
	height:40rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-image:url('../imagens/background-8.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;	
	position:relative;	
}
.section-04 .section-04--bk,.section-04--bk::after{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.section-04--bk::after {
    content: '';
	background-color:rgba(0,0,0,0.4);	
}
.section-04--topo{
	width:20%;
	height:6rem;
	font-family:heydings;
	font-size:6vw;
	color:rgba(255,120,0,0.8);
	text-align:center;
	text-shadow:0px 1px 2px rgba(0,0,0,0.8);
	background:transparent;
	z-index:1;
}
.section-04--corpo{
	width:90%;
	height:26rem;
	display:flex;
	flex-direction:rows;
	justify-content:space-between;
	align-items:center;
	z-index:1;
	background:transparent;
}
.section-04--corpo-1{
	width:48%;
	height:100%;
}
.section-04--corpo-1 h4{
	font-family:arial;
	font-size:1.3rem;
	color:#fff;
	text-align:left;
	text-shadow:1px 2px 3px #0008;
	margin-top:2rem;
	margin-bottom:2rem;
}
.section-04--corpo-2{
	width:48%;
	height:100%;
	
}
.section-04--corpo-2-formulario{
	width:100%;
	height:100%;
	padding-top:2rem;
}
.section-04--corpo-2-formulario fieldset{
	border: 1px solid;
	color:#fff;
	border-radius:0.6rem;
	margin:1rem;
	padding:2rem;
}
.section-04--corpo-2-formulario legend{
	font-family:arial-negrito;
	font-size:2.5rem;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}
.section-04--corpo-2-formulario label{
	font-family:arial;
	font-size:1.8rem;
	color:#fff;
	text-shadow:0px 1px 1px #000;
}
.section-04--corpo-2-formulario input{
	width:100%;
	height:2.2rem;
	border:1px solid #fff;
	outline:none;
	background-color:transparent;
	padding-left:5px;
	margin:0rem;
	
}
.section-04--corpo-2-formulario textarea{
	width:100%;	
	border:1px solid #fff;
	outline:none;
	background-color:transparent;
	padding:5px;
	margin:0rem;
	
}
::-webkit-input-placeholder  {
	font-family:arial;
	font-size:1.2rem;	
	color:#fff; 
}
input:-moz-placeholder { 
	font-family:arial;
	font-size:1.2rem;	
	color:#fff; 
}
.botao{
	width:20%;
	height:3rem;	
	background-color:#2E9AFE;
	font-family:arial;
	color:#FFFFFF;
	border:none;	
	border-radius:6px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.8);	
	cursor:pointer;
	font-size:1.2rem;	
	transition:0.5s;
	float:right;
	margin:1rem;
	
}
.botao:hover{
	background-color:#0040FF;
}
@media(max-width:500px){
	.section-04{
		height:52rem;
	}
	.section-04--corpo{
		flex-direction:column;
		width:100%;
		height:26rem;
	}
	.section-04--corpo-1{
		width:100%;
		padding:2rem;
		
	}
	.section-04--corpo-2{
		width:100%;
		padding:2rem;
		
	}
}
.section-04--base{
	width:20%;
	height:6rem;
	font-family:heydings;
	font-size:6vw;
	color:rgba(255,120,0,0.8);
	text-align:center;
	text-shadow:0px 1px 2px rgba(0,0,0,0.8);
	background:transparent;
	z-index:1;
}
/*========envia ao topo========*/
.envia-topo{
	width:5rem;
	height:5rem;
	background-color:rgba(0,0,0,0.8);
	border-radius:0.6rem;
	position:fixed;
	right:1rem;
	bottom:1rem;
	z-index:10;
	transition:1s;
}
.envia-topo a{
	text-decoration:none;
}
.envia-topo h4{
	font-family:arial-negrito;
	font-size:1.2rem;
	color:#fff;
	text-align:center;
	line-height:5rem;
}
.envia-topo:hover{
	background-color:rgba(0,0,0,1);
	cursor:pointer;
}
.envia-topo-hidden{
	display:none;
}
/*FOOTER*/
.footer{
	display:flex;
	flex-direction:column;
	justify-content:center;	
	width:100%;
	height:23rem;
	margin-top:0;
	padding-top:0rem;
	background-image:linear-gradient(to right,rgba(0,0,0,0.2), rgba(0,0,0,0.6), rgba(0,0,0,0.2));	
	border-top: 5px solid transparent;
	-moz-border-image: -moz-linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	-webkit-border-image: -webkit-linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	border-image: linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	border-image-slice: 1;
}
.footer .social{
	font-family:social;
	font-size:2.4rem;
	text-shadow:0px 1px 2px #000;
	text-align:center;	
	height:4rem;
	line-height:4rem;
	margin-top:4rem;
}

.social .f a{
	opacity:0.8;
	color:#3b5998;
}
.social .f a:hover{
	opacity:1;
}
.social .m a{
	opacity:0.8;
	color:#0078d4;
}
.social .m a:hover{
	opacity:1;	
}
.social .t  a{
	opacity:0.8;
	color:#00acee;
}
.social .t  a:hover{
	opacity:1;	
}
.social .y a{
	opacity:0.8;
	color:#c4302b;
}
.social .y a:hover{
	opacity:1;	
}
.footer .hora{
	width:50%;
	height:4rem;
	margin:0 auto;
	font-family:arial-negrito;
	color:rgba(0,0,0,0.6);
	line-height:4rem;
	font-size:1.2rem;
	text-align:center;
}
.footer .marca{
	margin:4rem auto;
	font-family:arial;
	color:rgba(0,0,0,0.6);
	text-align:center;
	width:90%;
	text-shadow:1px 1px 1px rgba(250,250,250,0.8);
	
}
.footer .marca a{	
	text-decoration:none;
	color:rgba(0,0,0,0.6);
	
}
.footer .marca hr{	
	border: 1px solid rgba(250,250,250,0.6);;
    color: rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0.6);
    height: 2px;
}














