/* CSS Reset 

font-family: 'Alex Brush', cursive;
font-family: 'DM Serif Display', serif;
font-family: 'Lato', sans-serif;

*/

a {
	text-decoration: none;
}

html, body, div, p{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

#cabecalho {
	width: 100%;
	position: fixed;
	z-index: 99;
	padding-top: 10px;
	-webkit-transition: background-color 0.8s ease-in-out;
	transition: background-color 0.8s ease-in-out;
	background-color: transparent;
	
}

.cabecalho-scroll {
	background-color: #795544 !important;
}

#logo {
	width: 200px;
	float: left;
	transition: all 0.8s ease-in-out;
}

.cabecalho-scroll #logo {
	width: 90px;
}

img {
	max-width: 100%;
}

.coluna1182 {
	width: 1182px;
	margin: auto;
}

.clear {
	clear: both;
}

.coluna33 {
	width: 33.3%;
	float: left;
	padding: 15px;
}

.coluna40 {
	width: 40%;
	float: left;
	padding: 15px;
}

.coluna60 {
	width: 60%;
	float: left;
	padding: 15px;
}

#menu {
	float: right;
}

#menu ul li{
	float: left;
	margin-left: 30px;
	margin-top: 25px;
}

#menu ul li a{
	font-weight: bolder;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	transition: color 740ms ease;
}

#menu ul li a img{
	margin-top: -5px;
}



.redesocial {
	margin-left: 5px !important;
}

.iconewhats {
	margin-left: 15px !important;
}

#menu ul li a:hover{
	color: #efa697;
}

.botao-slider {
	display: block;
	color: #8c5f46;
	background: #fff;
	font-family: 'Lato', sans-serif;
	padding: 15px;
	padding-right: 25px;
	border-radius: 5px;
	text-align: center;
	width: 300px;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.botao-slider span {
	width: 50px;
	height: 35px;
	float: right;
	display: inline-block;
}

.botao-slider span img {
	min-width: 50px !important;
	max-width: 50px !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	margin: 5px !important;
	margin-top: -8px !important;
}

#nossospa {
	width: 100%;
	background: #f2e9e6;
	padding: 80px 0;
	box-sizing: border-box;
}

#nossospatexto {
font-size: 20px;
	line-height: 20px;
	letter-spacing: 1.1px;
	font-family: 'Lato', sans-serif;
	font-weight: bolder;
	color: #414141;
	text-transform: uppercase;
}



h2 {
	font-family: 'DM Serif Display', serif;
	color: #8c5f46;
	color: #b84676;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	margin-bottom: 30px;
}

p {
	color: #414141;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

.separador {
	width: 36px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	margin-top: -25px;
}

#servicos {
	width: 100%;
	background: #e9d7d0 url(../images/fundo-servicos.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 80px 0;
	box-sizing: border-box;
}

#servicos h2 {
	color: #b84676;
}

#servicos p {
	font-size: 24px;
	line-height: 40px;
	font-style: italic;
	letter-spacing: 1.1px;
}

#servicos h3 {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1.1px;
	font-family: 'Lato', sans-serif;
	font-weight: bolder;
	color: #414141;
	text-transform: uppercase;
}


.titulo h2 {
	color: #fff !important;;
	font-size: 60px;
	margin: 0;
	line-height: 15px;
	font-family: 'Alex Brush', cursive;
	text-align: center;
	text-transform: none !important;
}

.titulo h1 {
	color: #b84676 !important;;
	font-size: 60px;
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
	line-height: 40px;
}

.espaco {
	width: 100%;
	padding: 20px;
}

#planos {
	background: url(../images/degrade-planos.png) repeat-x top #ead8d1;
	width: 100%;
	padding: 80px 0;
	box-sizing: border-box;
}

#planos .titulo h2 {
	color: #e4d2cc !important;
}

.plano {
	float: left;
	width: 25%;
	padding: 15px;
	border: 5px;
}

.plano img {
	text-align: center;
	margin: auto;
	width: 30px;
	display: block;
}

h4 {
	font-family: 'DM Serif Display', serif;
	color: #b84676;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	text-align: center;
}

.plano p {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	font-weight: 100;
}

.plano p span {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.dados-plano {
	background: #fff;
	padding: 15px;
	border-bottom: 4px solid #b84676;
	min-height: 244px;
	padding-bottom: 5px;
}

.vezes {
	color: #b84676;
	font-size: 20px !important;
	font-weight: bold !important;
	text-align: left !important;
	font-style: normal !important;
}

.megapower {
	text-align: left !important;
	font-size: 14px !important;
}

.plano ul {
	margin-top: 20px;
}

.plano li {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	color: #414141;
}

.extra {
	font-style: normal !important;
	font-weight: bold !important;
	font-family: 'Lato', sans-serif;
	color: #b84676;
	text-align: left !important;
}

#vocesocio {
	width: 60%;
	margin: auto;
	padding: 15px;
	margin-top: 15px;
	box-sizing: border-box;
}

#vocesocio h4 {
	text-align: left;
}

#vocesocio p {
	font-size: 24px;
	line-height: 40px;
	font-style: italic;
	letter-spacing: 1.1px;
}

#gostou {
	width: 100%;
	background: #e9d7d0 url(../images/fundo-conheca.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 80px 0;
	box-sizing: border-box;
}

#gostou h2, #gostou h3, #gostou p {
	text-align: center;
	color: #fff;
}

#gostou h2 span {
	font-size: 46px;
}

#gostou h3 {
	font-family: 'DM Serif Display', serif;
	font-size: 26px;
	letter-spacing: 2px;
	margin-top: 26px;
	margin-bottom: 30px;
}

#gostou p {
	width: 30%;
	margin: auto;
}

#vermapa {
	width: 60%;
	margin: auto;
}

#foto-spa img {
	max-width: 100%;
	width: 100%;
}

.botao-mapa {
	display: block;
	color: #fff;
	background: #b84676;
	font-family: 'Lato', sans-serif;
	padding: 15px;
	padding-right: 25px;
	border-radius: 5px;
	text-align: center;
	width: 160px;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	z-index: 10;
	position: relative;
}

.botao-mapa span {
	width: 50px;
	height: 35px;
	float: right;
	display: inline-block;
}

.botao-mapa span img {
	min-width: 50px !important;
	max-width: 50px !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	margin: 5px !important;
	margin-top: -8px !important;
}

#foto-spa {
	margin-top: -45px;
	position: absolute;
	max-width: 60%;
    width: 60%;
}

#contato {
	width: 100%;
	background: #e9d7d0 url(../images/fundo-contato.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 80px 0;
	box-sizing: border-box;
}

.botao-mensagem {
	display: block;
	color: #fff;
	background: #b84676;
	font-family: 'Lato', sans-serif;
	padding: 15px;
	padding-right: 25px;
	border-radius: 5px;
	text-align: center;
	width: 240px;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	z-index: 10;
	position: relative;
	margin-top: 3px;
}

.botao-mensagem span {
	width: 50px;
	height: 35px;
	float: right;
	display: inline-block;
}

.botao-mensagem span img {
	min-width: 50px !important;
	max-width: 50px !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	margin: 5px !important;
	margin-top: -8px !important;
}

#rodape {
	width: 100%;
	background: #fff;
	padding: 10px 0;
}

.logorodape img{
	max-width: 120px;
	margin-bottom: 15px;
}

#rodape p, #rodape a {
	color: #727475;
	letter-spacing: 1.1px;
	margin-bottom: 0;
	line-height: 20px;
}

#rodape a {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
	display: block;
}

#rodape h3 {
	font-family: 'DM Serif Display', serif;
    color: #b84676;
    font-size: 26px;
    letter-spacing: 1.1px;
	margin: 42px 0;
}

.redes-rodape {
	text-align: right;
	margin: 25px 0;
}

.redes-rodape a {
	width: 30px;
	height: 30px;
	float: right;
}

.separador-rodape {
	width: 249px;
	margin: 20px auto;
	clear: both;
}

#mapa {
	width: 90%;
	height: 90%;
	position: fixed;
	top: 5%;
	left: 5%;
	background: #795544;
	z-index: 100;
	display: none;
}

#fechar-mapa {
	display: block;
	color: #fff;
	background: #8c5f46;
	font-family: 'Lato', sans-serif;
	padding: 15px;
	padding-right: 25px;
	border-radius: 5px;
	text-align: center;
	width: 130px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

#formulario {
	position: relative;
	background: #fff;
	border-radius: 0 0 25px 25px;
	padding: 15px;
	left: 50%;
	max-width: 60%;
    width: 60%;
	margin-left: -30%;
	z-index: 15;
	box-sizing: border-box;
	display: none;
}

form {
	box-sizing: border-box;
}

#status, #aviso {
	font-family: 'Lato', sans-serif;
	background: #b84676;
	color: #fff;
	padding: 8px;
	text-align: center;
	display: none;
}

#formulario input, #formulario textarea {
	border: none;
	width: 100%;
	background: #f5f5f5;
	display: block;
	padding: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b84676;
	color: #333;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#b84676;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b84676;
  text-transform: uppercase;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b84676;
  text-transform: uppercase;
}

#abrir-menu, #logo-mobile {
	display: none;
}

#botao-whatsapp {
	width: 266px;
	height: 72px;
	background: url(../images/fundobotaowhats.png) repeat-x center;
	border-radius: 15px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}

#botao-whatsapp img {
	margin: 10px 15px;
	margin-right: 10px;
	float: left;
}

#botao-whatsapp p{
	color: #f2e9e6;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	border-left: 3px solid #f2e9e6;
	margin: 10px 15px;
	margin-left: 10px;
	padding-left: 20px;
	float: left;
	width: 140px;
}

@media screen and (max-width: 1182px) {
	.coluna1182, .coluna33, .coluna40, .coluna60 {
		width: 90%;
		margin: auto;
		float: none;
	}
	
	.plano {
		float: none;
		width: 90%;
		margin: auto;
	}
	
	#vocesocio {
		width: 90%;
	}
	
	#vocesocio p {
		font-size: 20px;
		line-height: 30px;
		font-style: italic;
		letter-spacing: 1.1px;
	}
	
	#gostou p {
		width: 90%;
		margin: auto;
	}
	
	h2 {
		font-size: 30px;
	}
	
	#splash div h1 {
		font-size: 18px !important;
		margin-top: 86px !important;
	}
	
	#splash {
	  position: relative;
	  height: 200px !important;
	  overflow: hidden;
	}
	
	#cabecalho {
		width: 100%;
		position: relative;
		background-color: #795544 !important;
		padding: 40px 0;
		box-sizing: border-box;
	}
	
	#logo {
		width: 200px;
		float: none;
		margin: auto;
	}
	
	.cabecalho-scroll #logo {
		width: 90px;
	}
	
	#menu {
		float: none;
		position: fixed;
		z-index: 99;
		width: 90%;
		box-sizing: border-box;
		top: 0px;
		padding-top: 20px;
		background: #fff;
		display: none;
	}
	
	#menu ul {
		box-sizing: border-box;
	}
	
	#menu ul li{
		float: none;
		margin-left: 0px;
		margin-top: 0px;
		background: #fff;
		border-bottom: 1px solid #f2e9e6;
		padding: 10px;
		text-align: center;
		box-sizing: border-box;
	}
	
	#menu ul li a{
		font-weight: bolder;
		color: #795544;
		font-size: 20px;
		text-align: center;
		box-sizing: border-box;
	}
	
	#menu ul li a img{
		margin-top: -5px;
	}
	
	.redesocial {
		margin-left: 0px !important;
		width: 33%;
		padding-top: 20px !important;
		float: left !important;
	}
	
	#abrir-menu {
		font-family: 'Lato', sans-serif;
		color: #fff;
		padding: 20px;
		background: url(../images/menu.png) right center no-repeat;
		text-align: center;
		font-size: 20px;
		font-weight: 100;
		text-transform: uppercase;
		cursor: pointer;
		
		width: 100%;
		position: relative;
		background-color: #795544;
		box-sizing: border-box;
		position: fixed;
		z-index: 99;
		display: block;
	}
	
	.botao-slider {
		display: none;
	}
	
	#cabecalho {
		width: 100%;
		position: fixed;
		background-color: #795544 !important;
		padding: 0;
		box-sizing: border-box;
	}
	
	
	#abrir-menu {
		padding: 35px 0;
	}
	
	#slider {
		padding-top: 90px;
	}
	
	#splash {
	  position: relative;
	  height: 400px !important;
	  overflow: hidden;
	}
	
	#splash div h1 {
		font-size: 18px !important;
		margin-top: 186px !important;
	}
	
	#abrir-menu {
		background: url(../images/menu-cinza.png) right center no-repeat;
		background-color: #fff;
		color: #616161;
	}
	
	#logo-mobile {
		transition: all 0.8s ease-in-out;
		width: 90px;
		float: none;
		margin: 0;
		top: 5px;
		bottom: 10px;
		position: fixed;
		display: block;
	}
	
	#logo {
		display: none;
	}

		
}

@media screen and (max-width: 820px) {
	
	#splash {
	  position: relative;
	  height: 350px !important;
	  overflow: hidden;
	}
	
	#splash div h1 {
		font-size: 18px !important;
		margin-top: 186px !important;
	}
	
}

@media screen and (max-width: 730px) {
	
	#splash {
	  position: relative;
	  height: 300px !important;
	  overflow: hidden;
	}
	
	#splash div h1 {
		font-size: 18px !important;
		margin-top: 186px !important;
	}
	
	#botao-whatsapp {
		width: 266px;
		height: 72px;
		background: url(../images/fundobotaowhats.png) repeat-x center;
		border-radius: 15px;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 999;
	}
	
	#botao-whatsapp img {
		margin: 10px 15px;
		margin-right: 10px;
		float: left;
	}
	
	#botao-whatsapp p{
		color: #f2e9e6;
		text-transform: uppercase;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		border-left: 3px solid #f2e9e6;
		margin: 10px 15px;
		margin-left: 10px;
		padding-left: 20px;
		float: left;
		width: 140px;
	}
	
}

@media screen and (max-width: 610px) {
	
	#splash {
	  position: relative;
	  height: 260px !important;
	  overflow: hidden;
	}
	
	#splash div h1 {
		font-size: 18px !important;
		margin-top: 186px !important;
	}
	
}


.zoom {
  
  transition: transform .1s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
