*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-family: 'Hubballi', cursive;
	box-sizing: border-box;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.column{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}


.logo{
	width: auto;
	height: auto;
	max-width: 100%;
	padding: 8px 8px 0px 8px;
	
	}

	
.logo img{
	width: 100px;
	height: auto;
	max-width: 100%;
	padding: 0px;
	transition: .5s;
	}
	
.cabecalho{
	position: fixed;
	width: 100%;
	height: auto;
	padding: 0px 10px 0px 10px;
	top: 0;
	transition: 1s;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #fff;
	}

.cabecalho.black{
	width: 100%;
	height:  auto;
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
	top: 0;
	box-shadow: 0px 0px 6px #000;
}

.menu{
	margin: 0;
	height: auto;
	padding: 0;
	}
	
.menu ul{
	padding: 15px 0px 8px 0px;
	transition: .5s;
	}
	
.menu ul li{
	display: inline-table;
	list-style: none;
	margin: 8px;
	padding: 2px;
	}
	.menu ul li a{
		text-decoration: none;
		font-size: 13px;
		color: #3f3232;
		position: relative;
		transition: .5s;
		font-weight: bold;
		letter-spacing: 1px;
		}
		
		.menu ul li a:before{
			content: '';
			width: 0px;
			height: 2px;
			background: #ff8800;
			position: absolute;
			top: 100%;
			left: 0;
			border-radius: 3px;
			transition: 0.5s;
			}
			
			.menu ul li:hover a:before{
				width: 30%;
				}
				
				
		
.banner{
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-top: 50px;
	background-color: #FFF;
	}

.banner article{
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 100px 10px 10px 10px;
	background-color: #eee;

}

.banner article div{
    width: 1080px;
    height: auto;
	max-width: 100%;
	padding: 80px 20px 20px 20px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 1px 5px #000;
}
.banner article div h2{
	padding: 10px 0px 10px 0px;
}


.parceiros{
	width: 100%;
	height: auto;
	max-width: 100%;
	color: #FFF;
	background-color: #EEEE;
	padding: 20px 10px 10px 10px;
}

.parceiros article{
	width: 1040px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.parceiros article div{
	width: auto;
	height: auto;
	max-width: 100%;
}
.parceiros article div h1{
	max-width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #D4A408;
}

.parceiros article div img{
	width: 180px;
	height: auto;
	max-width: 100%;
}

.parceiros article div ul{
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 0px;
}
.parceiros article div ul li{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.parceiros article div ul li a{
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	color: #000;
}

.parceiros article div ul li a:hover{
	text-decoration: underline;
}

.rdsocial ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: auto;
	height:  auto;
}

.rdsocial ul li{
	margin-right: 5px;
}

.fa-instagram, .fa-facebook-f, .fa-youtube{
	font-size: 20px;
	transition: .3s;
}

.fa-instagram:hover{
	color: #ff5e57;
	transition: .3s;
}

.fa-facebook-f:hover{
	color: #3498db;
	transition: .3s;
}

.fa-youtube:hover{
	color: #ff3838;
	transition: .3s;
}

.rodape{
	width: 100%;
	height: auto;
	max-width: 100%;
	background-color: #EEE;
	padding: 10px;
}

.rodape div{
	width: 1040px;
	height: auto;
	max-width: 100%;
	border-top: 1px solid #705b5b;
	margin: 0 auto;
}

.rodape div aside{
	padding: 20px 10px 20px 10px;
	display: block;
	text-align: center;
}

.rodape div aside p{
	color: white;
	font-size: 12px;
}

.rodape div aside img{
	width: 50px;
	height: auto;
	max-width: 100%;
	padding: 5px;
}


@media all and (max-width:890px)
{
	.cabecalho{
		width: 100%;
		height: 100px;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 2px 2px 0px 2px;
		top: 0;
		transition: .5s;
	}
	.cabecalho.black{
		padding: 2px 2px 0px 2px;
		width: 100%;
		height: 100px;
	}
.logo{
	width: auto;
	height: auto;
	max-width: 100%;
	padding: 20px 0px 20px 0px;
}
.logo img{
	width: 90px;
	height: auto;
	position: relative;

}

		.menu{
			width: 100%;
			height: 0px;
			margin-top: 0px;
			float: none;
			overflow: hidden;
			text-align: center;
			z-index: 999;
			}
			.site-nav--open{
				height: auto;
			
				}
				.menu ul{
					z-index: 999;
					padding-top: 0px;
				}
		.menu ul li{
			display: block;
			padding: 10px;
			margin: 0px;
			transition: all linear 0.3s;
			border-bottom: #DDD solid 1px;
			background-color: #FFF;
			}
			
			.menu ul li a:before{
				width: auto;
				content: normal;
				}

				.cabecalho.black .menu ul{
					margin-top: 0px;
				}
				
				
				.nav-toggle{
					padding: 1em;
					top: 4em;
					left: .70em;
					position: absolute;
					cursor: pointer;
					z-index: 999;
					}
					.burger,
					.burger::before,
					.burger::after{
						content: '';
						display: block;
						background-color: #ff8800;
						height: 4px;
						width: 2.20em;
						border-radius: 3px;
						transition: all ease-in-out 500ms;
						z-index: 999;
						}
						.burger::before{
							transform: translateY(-6px);
							}
							.burger::after{
								transform: translateY(3px);
								}
								
								.open .burger{
									transform: rotate(45deg);
									}
									.open .burger::before{
										opacity: 0;
										}
										.open .burger::after{
											transform: translateY(-3px) rotate(-90deg);
											}

											.figure-box{
												display: flex;
												flex-wrap: wrap;
												justify-content: center;
											}

											.parceiros{
												display: block;
											}
				
	
}
