body{
	font-family: 'Arial';
	color: #000;
	background: #fff; 
}
.missao{
	font-size: 13px;
}
.footer-text{
	font-size: 11px;
	color: #525458;
	letter-spacing: 1px;
}
#group-master{
	transition: 2.5s ease all;
	-moz-transition: 2.5s ease all;
	-webkit-transition: 2.5s ease all;
}
.grupo-restaurantes{
	display: inline-flex;
	margin: auto;
}
.group-figure figure{
	display: inline-flex;
	margin-right: 30px;
}
.group-figure figure:last-child{
	margin-right: 0px;
}
.carousel-inner .carousel-item .slide-img{
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
.slide-img:last-child{
	border-right: none;
}
.carousel-geppos{
	opacity: 0;
	border: none;
	background-color: #000;
	display: block;
	width: 249px;
	height: 8px;
	margin: auto;
	transition: 2.5s ease all;
	-moz-transition: 2.5s ease all;
	-webkit-transition: 2.5s ease all;
}
.carousel-misaki{
	opacity: 0;
	border: none;
	background-color: #ed1c24;
	display: block;
	width: 249px;
	height: 8px;
	margin: auto;
	transition: 2.5s ease all;
	-moz-transition: 2.5s ease all;
	-webkit-transition: 2.5s ease all;
}
.carousel-cabana{
	opacity: 0;
	border: none;
	background-color: #f16e20;
	display: block;
	width: 249px;
	height: 8px;
	margin: auto;
	transition: 2.5s ease all;
	-moz-transition: 2.5s ease all;
	-webkit-transition: 2.5s ease all;
}
#carousel-geppos{
	bottom: 30px;
	position: relative;
	opacity: 0;
}
#carousel-misaki{
	bottom: 30px;
	position: relative;
	opacity: 0;
}
#carousel-cabana{
	bottom: 30px;
	position: relative;
	opacity: 0;
}
figure.logo-cabana a img{
	opacity: 0;
	top: 100px;
	position: relative;
}
figure.logo-misaki a img{
	opacity: 0;
	top: 100px;
	position: relative;
}
figure.logo-geppos a img{
	opacity: 0;
	top: 100px;
	position: relative;
}

@media screen and (max-width: 767px){
	.grupo-restaurantes{
		display: block;
	}
	.group-figure figure{
		margin-right: 10px;
	}
}