.whatsapp {
    position: fixed;
    top: 82%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}


@media (min-width: 768px) {
 .navbar-nav.navbar-center {
   position: absolute;
   left: 50%;
   transform: translatex(-50%);
  }
}


body{
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

ul, li{
	font-family: 'Lato', sans-serif;
}

p{
	font-family: 'Lato', sans-serif;
}

.navbar-default{
	margin-bottom: 0px;
	border: 0px;
	border-radius: 0px;
	background: #000;
}

	.navbar-default .navbar-nav>li>a{
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
	}


	.navbar-default .navbar-nav>li>a:link{
		color: #fff;
	}

	.navbar-default .navbar-nav>li>a:visited{
		color: #fff;
	}	

	.navbar-default .navbar-nav>li>a:hover{
		color: #ec268f;
	}	


.destaque-home{
	text-align: center;
	padding-top: 30px;
	min-height: 90vh;
	border-top: 5px solid #fff;
}

	.destaque-home img{
		margin: 0 auto;
	}

	.destaque-home h1{
		font-family: 'Alex Brush', cursive;
		color: #fff;
		font-size: 4.2em;
	}

	.destaque-home span{
		color: #ec268f;
	}


.topo{
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 5px #fff;
}

.conteudo{
	padding-bottom: 0px;

	padding-top: 0px;
	margin-top: 0px;
}

	.titulo-pagina{
		background: #ec268f;
		color: #fff;
		padding: 20px;
		display: inline-block;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.conteudo p{
		color: #666;
	}

	.item-suite{
		margin-bottom: 50px;
	}

		.item-suite h2{
			color: #000;
		}

		.item-suite h3{
			color: #ec268f;
		}

		.btn-detalhes{
			background: #000;
			color: #fff;
			padding: 5px;
			border-radius: 0px;
		}

	.item-galeria{
		margin-bottom: 20px;
	}

	.item-mais-suites{
		margin-bottom: 40px;
		text-align: center;
	}

		.item-mais-suites a:link{
			color: #000;
		}

		.item-mais-suites a:visited{
			color: #000;
		}

		.item-mais-suites a:hover{
			color: #000;
		}				

	.topo-suite{
		min-height: 200px;
	}

	.outras-suites{
		margin-top: 30px;
		padding-bottom: 30px;
		background: #e2e2e2;

	}

	.outras-suites h2{
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.detalhe-suite ul li{
		list-style: none;
	}

		.detalhe-suite li{
			margin-bottom: 10px;
			margin-left: -20px;
		}

	.detalhe-suite h4{
		margin-top: 30px;
	}

	.slider{
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.carrousel{
		height:150px;

	}

.rodape{
	background: #000;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.rodape span{
		color: #fff;
	}

	.rodape ul li{
		font-size: 0.9em;
	}

	.rodape a:link{
		color: #fff;
	}

	.rodape a:visited{
		color: #fff;
	}

	.rodape a:hover{
		color: #ec268f;
	}