*{
	margin: 0px;
	padding: 0px;
}
#barra_lateral {
	width:60px;
	height:180px;
	z-index:1000;
	position:fixed;
	top:160px; right:0;
	background:#BDABA0;
}

#barra_lateral li {
	z-index:2;
	width:60px;
	height:60px;
	display:block;
	cursor:pointer;
	transition:all 0.5s ease;
    -o-transition:all 0.5s eass;
	background-repeat:no-repeat;
    -moz-transition:all 0.5s eass;
	-webkit-transition:all 0.5s eas;
	background-image:url(../imagens/barra_lateral.png);
}

#barra_lateral li.telefone { background-position:18px 17px; }
#barra_lateral li.face { background-position:18px -42px; }
#barra_lateral li.insta { background-position:18px -102px; }
#barra_lateral li.busca {display: none; background-position:18px -165px; }

#barra_lateral li:hover { background-color:#dcdcdc; }

/* Links da Barra Lateral */
#barra_lateral li a,
#barra_lateral #barra_busca {
	opacity:0;
	z-index:1;
	width:260px;
	height:60px;
	display:none;
	color:#6d4c4c;
	/*padding:0 20px;*/
	line-height:60px;
	text-align:center;
	background:#FFFFFF;
	transition:all 1s ease;
    -o-transition:all 1s eass;
    -moz-transition:all 1s eass;
	font-family: 'Raleway', sans-serif;
	-webkit-transition:all 1s eas;
}

#barra_lateral #barra_busca {
	padding-top:10px;
}

#barra_lateral li:hover a,
#barra_lateral li:hover #barra_busca { display:block; opacity:1; margin-left:-260px;}

#barra_lateral li a:hover { color:#000000; }

#barra_lateral #barra_busca #campo_busca {
	width:200px;
	height:40px;
	display:block;
	margin:0 auto;
	color:#6C6C6C;
	padding:0 10px;
	font-size:14px;
	border:solid #CCCCCC 1px;
	font-family: 'Raleway', sans-serif;
}

/* Barra Lateral destinos */

#barra_lateral_destaque {
	width:60px;
	height:50px;
	z-index:1000;
	position:fixed;
	top:160px; right:0;
	background:#BDABA0;

	display: flex;
}

#barra_lateral_destaque a img{
	width: 50px;
}

#barra_lateral_destaque .p{
	background-color: #BDABA0;
	margin-left: -190px;
	text-align: center;
	display: none;
	
}
#barra_lateral_destaque .p a{
	text-decoration: none;
	color: #FFF;
	
}

#barra_lateral_destaque:hover{
	transition: 0.1s linear;
}

#barra_lateral_destaque:hover .p {
	transition: 0.5s linear;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 10px;
	
	
}


/* Fim barra lateral destinos */
.whatsapp{
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 9999;
	left: 93%;
	top: 89%;
}
@media screen and (max-width: 886px){
	.whatsapp{
		left: 90%;
	}
}
@media screen and (max-width: 600px){
	.whatsapp{
		left: 87%;
	}
}
@media screen and (max-width: 460px){
	.whatsapp{
		left: 10%;
		top: 85%;
	}
}
.topo-todo{
	width: 100%;
	height: auto;
	background-color: #bdaba09f;
	/*background-color: rgba(46, 46, 46, 0.7);*/
	/*background-color: #000;
	opacity: 0.7;*/
	position: absolute;
	z-index: 999;
	text-align: center;
	padding: 10px 0px;
}
@media screen and (max-width: 800px){
	.topo-todo{
		position: relative;
		z-index: 999;
		text-align: center;
		padding: 10px 0px;
		background-color: #BDABA0;
		/*background-color: rgba(46, 46, 46, 1);*/
	}
}
.topo{
	width: 85%;
	height: auto;
	margin: 0px auto;
}
.area-contato-topo{
	width: 100%;
	height: 24px;
	padding: 0px;
	text-align: right;
}
.area-contato-topo p{
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	color: #FFF;
	display: inline-block;
	line-height: 24px;
	vertical-align: top;
}
.redes-topo{
	width: auto;
	height: 24px;
	display: inline-block;
	margin-left: 20px;
}
.redes-topo img{
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0px 5px;
}
@media screen and (max-width: 565px){
	.area-contato-topo{
		height: auto;
		display: none;
}
	.redes-topo{
		/*display: block;
		margin: 10px auto;*/
		display: none;
	}
}
.area-logo-menu{
	width: 100%;
	height: 79px;
}
.logo{
	width: 120px;
	height: 79px;
	float: left;
}
.logo img{
	width: 100%;
}
.img-logo{
	width: 100%;
	height: auto;
}
.area-menu{
	position: relative;
	padding: 0px 0px;
	float: right;
}
ul.menu{
	height: 79px;
	float: right;
}
ul.menu li{
	display: inline-block;
	margin: 0px 15px;
}
ul.menu li a{
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	line-height: 79px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*ul.menu li a:hover{
	color: #6BAEDC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/
/*.ativo{
	color: #6BAEDC!important;
}*/
.clear{
	clear: both;
}
@media screen and (max-width: 1182px){
	.topo{
		width: 90%;
	}
	.area-contato-topo{
		text-align: center;
	}
	.area-logo-menu{
		margin-top: 20px;
		height: auto;
	}
	.logo{
		float: none;
		display: block;
		margin: 0px auto!important;
	}
	ul.menu{
		height: 24px;
		float: none;
		margin: 20px auto 0px auto;
	}
	ul.menu li a{
		line-height: 24px;
	}
	/* MENU RESPONSIVO EM 803PX */
}
.slide{
	width: 100%;
	height: auto;
}
.sobre-home{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 50px 0px;
	text-align: center;
}
.sobre-home h1{
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: center;
}
.sobre-home p{
	width: 90%;
	margin: 0px auto;
	padding: 40px 0px 40px 0px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: center;
}
@media screen and (max-width: 930px){
	.sobre-home{
		width: 90%;
	}
	.sobre-home p{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.sobre-home{
		padding: 30px 0px;
	}
	.sobre-home p{
		padding: 20px 0px;
	}
}
.sobre-home a{
	background-color: #dcdcdc;
	color: #2e2e2e;
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sobre-home a:hover{
	background-color: #2e2e2e;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.linha{
	width: 80%;
	height: 1px;
	background-color: #dcdcdc;
	margin: 0px auto;
}
.destino-home{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 40px 0px;
	text-align: center;
}
.destino-home h1{
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: center;
}
.destino-home p{
	color: #2e2e2e;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	padding: 20px 0px;
}
.slide-destinos{
	width: 100%;
	height: auto;
	padding: 20px 0px;
}
.news-home-todo{
	width: 100%;
	height: auto;
	/*background-color: #000;*/
	background-color: #232323;
	padding: 20px 0px;
}
.news-home{
	width: 85%;
	height: auto;
	margin: 0px auto;
}
.news-home h1{
	width: 45%;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	float: left;
	color: #FFFFFF;
}
.news-home form{
	width: 45%;
	float: right;
	margin-top: 20px;
}
.news-home form input{
	width: 69%;
	height: 30px;
	padding: 5px 10px;
	float: left;
	border: none;
}
.news-home form button{
	width: 25%;
	height: 40px;
	padding: 5px 0px;
	float: right;
	background-color: #FFFFFF;
	color: #232323;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
@media screen and (max-width: 1090px){
	.news-home form{
		margin-top: 35px;
	}
}
@media screen and (max-width: 930px){
	.news-home{
		width: 90%;
	}
	.news-home form input{
		width: 60%;
	}
	.news-home form button{
		width: 32%;
	}
}
@media screen and (max-width: 768px){
	.news-home h1{
		width: 100%;
		float: none;
		text-align: center;
		font-size: 1.3em;
	}
	.news-home form{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.news-home form input{
		width: 70%;
	}
	.news-home form button{
		width: 24%;
	}
}
@media screen and (max-width: 430px){
	.news-home form input{
		width: 68%;
	}
}
@media screen and (max-width: 333px){
	.news-home form input{
		width: 64%;
	}
	.news-home form button{
		width: 26%;
	}
}
.cruzeiros-home{
	width: 85%;
	height: auto;
	margin: 0px auto;
	padding: 60px 0px;
}
.cruzeiros-home img{
	width: 48%;
	height: auto;
	float: left;
}
.area-texto-cruzeiros{
	width: 48%;
	height: auto;
	float: right;
	text-align: right;
}
.area-texto-cruzeiros h1{
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: left;
}
.area-texto-cruzeiros p{
	width: 100%;
	margin: 0px auto;
	padding: 40px 0px 40px 0px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #2e2e2e;
	text-align: left;
}
.area-texto-cruzeiros a{
	background-color: #dcdcdc;
	color: #2e2e2e;
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.area-texto-cruzeiros a:hover{
	background-color: #2e2e2e;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (max-width: 930px){
	.cruzeiros-home{
		width: 90%;
	}
	.area-texto-cruzeiros p{
		height: 90px;
		overflow: hidden;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 800px){
	.cruzeiros-home{
		text-align: center;
	}
	.cruzeiros-home img{
		width: 80%;
		float: none;
		margin: 0px auto;
	}
	.area-texto-cruzeiros{
		width: 100%;
		float: none;
		padding-top: 20px;
		text-align: center;
	}
	.area-texto-cruzeiros h1{
		text-align: center;
	}
	.area-texto-cruzeiros p{
		height: auto;
		padding: 20px 0px;
		text-align: justify;
	}
}
@media screen and (max-width: 490px){
	.cruzeiros-home img{
		width: 100%;
	}
}
.rodape-todo{
	width: 100%;
	height: auto;
	padding: 20px 0px;
	background-color: #BDABA0;
	/*background-color: #2e2e2e;*/
}
.rodape{
	width: 85%;
	height: auto;
	margin: 0px auto;
}
@media screen and (max-width: 930px){
	.rodape{
		width: 90%;
	}
}
.area-1-rodape{
	float: left;
}
.area-1-rodape img{
	width: 120px;
	height: 79px;
}
.area-1-rodape p{
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 25px;
	padding-top: 20px;
}
.area-2-rodape{
	float: right;
}
.area-2-rodape-redes{
	display: block;
	text-align: right;
}
.area-2-rodape-redes img{
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0px 10px;
}
.area-2-rodape p{
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 25px;
	padding-top: 20px;
}
@media screen and (max-width: 640px){
	.area-1-rodape{
		float: none;
		display: block;
		text-align: center;
	}
	.area-2-rodape{
		float: none;
		display: block;
		text-align: center;
	}
	.area-2-rodape-redes{
		margin-top: 20px;
		text-align: center;
	}
	.area-2-rodape p{
		font-family: 'Raleway', sans-serif;
		font-size: 0.9em;
		color: #FFFFFF;
		line-height: 25px;
		padding-top: 20px;
	}
}
.menu-mobile{
	width: 100%;
	height: auto;
	display: none;
}
@media screen and (max-width: 992px){
	ul.menu{
		display: none;
	}
	.menu-mobile{
		display: block;
	}
}




/*.passeio-home{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 40px 0px;
}
@media screen and (max-width: 984px){
	.passeio-home{
		width: 90%;
	}
}
.passeio-home h1{
	color: #308ac7;
	text-align: center;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
}
.area-passeio-home{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0px 60px 0px;
}
.passeios-home{
	width: 18%;
	height: auto;
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
}
.passeios-home h1{
	width: 100%;
	height: auto;
	display: block;
	background-color: #308ac7;
	padding: 15px 0px;
	color: #FFFFFF;
	font-family: 'Nunito', sans-serif;
	font-size: 0.9em;
	cursor: pointer;
}
@media screen and (max-width: 1048px){
	.passeios-home{
		width: 28%;
		margin: 10px;
	}
}
@media screen and (max-width: 742px){
	.passeios-home{
		width: 45%;
		margin: 5px;
	}
}
@media screen and (max-width: 478px){
	.passeio-home h1{
		font-size: 1.4em;
	}
	.passeios-home{
		width: 100%;
		margin: 10px auto;
	}
	.passeios-home h1{
		font-size: 1em;
	}
}
.momentos-home-todo{
	width: 100%;
	height: auto;
	background-color: #ffa200;
	padding: 40px 0px;
}
.momentos-home{
	width: 80%;
	height: auto;
	margin: 0px auto;
}
@media screen and (max-width: 742px){
	.momentos-home{
		width: 90%;
	}
}
.momentos-home h1{
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
}
@media screen and (max-width: 374px){
	.momentos-home h1{
		font-size: 1.1em;
	}
}
.momentos-home-video{
	width: 80%;
	height: auto;
	margin: 30px auto;
}
@media screen and (max-width: 918px){
	.momentos-home-video{
		width: 100%;
		height: auto;
		margin: 30px auto;
	}
}
.video-1{
	width: 100%;
	height: 500px;
}
.rede-momentos-home{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #FFFFFF;
}
@media screen and (max-width: 918px){
	.rede-momentos-home{
		width: 100%;
	}
}
.topo-rede-momentos-home{
	width: 95%;
	height: 60px;
	margin: 0px auto;
	text-align: left;
}
.topo-rede-momentos-home img{
	width: 60px;
	height: 60px;
	display: inline-block;
}
.topo-rede-momentos-home h1{
	font-family: 'Nunito', sans-serif;
	color: #0f76cf;
	display: inline-block;
	margin-left: 30px;
	line-height: 60px;
	vertical-align: top;
}
.fotos-momentos-home{
	width: 95%;
	height: auto;
	margin: 10px auto;
}
.fotos-momentos-home img{
	width: 32.3%;
	height: auto;
	float: left;
	margin: 4px;
}
@media screen and (max-width: 1271px){
	.fotos-momentos-home img{
		width: 32%;
	}
}
@media screen and (max-width: 986px){
	.fotos-momentos-home img{
		width: 31.8%;
	}
}
@media screen and (max-width: 613px){
	.fotos-momentos-home img{
		width: 48%;
	}
}
@media screen and (max-width: 474px){
	.fotos-momentos-home img{
		width: 100%;
		float: none;
		display: block;
		margin: 10px 0px;
	}
}
.tabua-home{
	width: 80%;
	height: auto;
	padding: 60px 0px 0px 0px;
	margin: 0px auto;
}
.tabua-home h1{
	color: #308ac7;
	text-align: center;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
}
@media screen and (max-width: 374px){
	.tabua-home h1{
		font-size: 1.1em;
	}
}
.imagem-tabua{
	width: 80%;
	height: auto;
	margin: 40px auto;
}
@media screen and (max-width: 900px){
	.rodape{
		width: 90%;
	}
}
.area-rodape-1{
	width: 28%;
	height: auto;
	float: left;
}
.area-rodape-1 h1{
	color: #FFFFFF;
	text-align: left;
	font-family: 'Nunito', sans-serif;
	font-size: 1.2em;
	padding-bottom: 20px;
}
.area-rodape-1 a{
	display: block;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	line-height: 25px;
	font-size: 0.95em;
}
.area-rodape-1 p{
	padding-top: 60px;
	display: block;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	line-height: 25px;
	font-size: 0.95em;
}
.area-rodape-2{
	width: 28%;
	height: auto;
	float: right;
}
.area-rodape-2 h1{
	color: #FFFFFF;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-size: 1.2em;
	padding-bottom: 20px;
}
.area-rodape-2 img{
	width: 100%;
	height: auto;
}
.area-rodape-3{
	width: 28%;
	height: auto;
	float: right;
	margin-left: 10px;
}
.area-rodape-3 h1{
	color: #FFFFFF;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-size: 1.2em;
	padding-bottom: 20px;
}
.area-rodape-3 img{
	width: 100%;
	height: auto;
	display: block;
}
.redes-area-rodape-3{
	width: 100%;
	height: auto;
	text-align: right;
	margin-top: 20px;
}
.redes-area-rodape-3 img{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0px 3px;
}
@media screen and (max-width: 900px){
	.area-rodape-1{
		width: 90%;
		float: none;
		display: block;
		margin: 10px auto;
	}
	.area-rodape-1 h1{
		text-align: center;
	}
	.area-rodape-1 a{
		text-align: center;
		font-size: 1em;
	}
	.area-rodape-1 p{
		text-align: center;
		font-size: 1em;
	}
	.area-rodape-2{
		width: 90%;
		float: none;
		display: block;
		margin: 10px auto;
	}
	.area-rodape-3{
		width: 90%;
		float: none;
		display: block;
		margin: 10px auto;
	}
	.redes-area-rodape-3{
		text-align: center;
	}
}*/