#banner-home .swiper-container {
	width: 100%;
}
#banner-home .swiper-slide img {
	width: 100%;
	object-fit: cover;
	margin: auto;
}
.menu-secundario {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 3;
	width: 100%;
}
.menu-secundario a.nav-link {
	font-size: 24px;
	color: #fff;
	font-family: 'HeronSans-Light';
	letter-spacing: 10px;
	text-transform: uppercase;
}
.divisaox {
	width: 1px;
	height: 30px;
	background: #fff;
	margin: 0px 10px 0px 5px;
}
#rodape {
	display: none;
}
.espacamento {
	display: none;
}
/*img.logo-principal {*/
/*	width: 13%;*/
/*	padding-top: 20px;*/
/*}*/
@media (max-width: 767.98px) { 
	#banner-home .swiper-slide img {
		object-fit: cover;
		margin: auto;
	}
	.menu-secundario {
		display: none;
	}
	
}