body {
	box-sizing: border-box;
}

.coluna {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

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

#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;
	line-height: 27px;
}

#contato-menu {
	display: none;
}

#main-menu {
	width: 100%;
	position: absolute;
	margin-left: -20px;
	top: 160px;
	display: none;

}

#main-menu li {
    float: none;
    margin: 0px;
    padding: 10px;
	border: none;
    border-bottom: 1px solid #c5b16e;
    height: auto;
	width: 100%;
}

.primeiroitem {
	border-bottom: 1px solid #c5b16e !important;
}

#abrir-menu {
	width: 48px;
	height: 41px;
	float: right;
	margin-top: 50px;
	cursor: pointer;
}

#navigation {
	background: url("../images/fundo-topo.png") repeat;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: none;
}

#main-menu li {
	background: #2e623a;
	text-align: center;
}

#main-menu li a {
    color: #fff;
	text-align: center;
}

#navigation a {
    color: #fff;
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

#logo {
	height: 130px;
	width: 115px;
	border: none !important;
	padding: 0px !important; 
	margin: 10px 0 20px 0 !important;
	float: left;
}

#sobre {
	background: none;
	min-height: auto;
}

#disponibilidade {
	-moz-background-size:cover;
	-ms-text-size-adjust:100%;
	-o-background-size:cover;
	-webkit-background-size:cover;
	-webkit-text-size-adjust:100%;
	background:url("../images/fundo-sobre.jpg") center fixed no-repeat;
	background-size:cover;
    width: 100%;
	padding: 45px 0;
}

#disponibilidade .conteudo, #eventos .conteudo {
	background: none;
}

.botao {
	font-family: "Cormorant Garamond", serif;
	font-weight: 800;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	border-radius: 5px;
	border: 2px solid #bbad86;
	background: #2e623a;
	color: #f8ecd0;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 35px auto;
	width: 370px;
	
}

#eventos, #casamentos {
	background: #ebebeb;
	padding: 40px 0;
	min-height: auto;
}

#estrutura {
	-moz-background-size:cover;
	-ms-text-size-adjust:100%;
	-o-background-size:cover;
	-webkit-background-size:cover;
	-webkit-text-size-adjust:100%;
	background:url("../images/fundo-estrutura.jpg") center fixed no-repeat;
	background-size:cover;
    width: 100%;
	padding: 45px 0;
	min-height: 100%;
}

#eventos p, #eventos h1, #casamentos p, #casamentos h1{
	color: #1b1b1b;
	margin-bottom: 25px;
}

#eventos h1, #casamentos h1{
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-style: normal;
}

#disponibilidade p{
	color: #1b1b1b;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
}

#estrutura img {
	float: left;
}

#estrutura p{
	color: #1b1b1b;
	font-family: "Cormorant Garamond", serif;
	font-weight: 800;
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
	float: left;
	padding-top: 13px;
	width: 276px;
}

.linha {
	padding-top: 33px !important;
}

.estrutura {
	margin: 20px auto;
	width: 371px;
}

.conteudo-topo {
	background: url("../images/fundo-topo.png") repeat;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: none;
	left: 0%;
	margin-left: 0;
	z-index: 2;
	padding: 20px;
	margin-top: -105px;
}

h1 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 34px;
	line-height: 44px;
	color: #fff;
	text-transform: none;
	margin: 0;
	text-align: center;
	padding-top: 0px;
}

p {
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	margin: 0px 20px;
	letter-spacing:  1.2px;
}

h2 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

h3 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	color: #fff;
	font-size: 24px;
	border:  none;
	margin-bottom: 30px;
}

.conteudo {
	width: 100%;
	position: relative;
	margin-top: 0px;
	left: 0%;
	margin-left: 0px;
	padding: 35px 0;
	z-index: 2;
}

#sobre .conteudo, #pousada .conteudo {
	background: #2e623a;
}

#fotos-casamentos {
	margin: 20px auto;
	width: 398px;
}

#fotos-casamentos img {
	margin: 20px 0;
}

.fotoum {
	margin-right: 40px !important;
}

#fotocama {
	width: 100%;
}

#casamentos {
	padding-bottom: 0;
}

#fotocama img {
	width: 100%;
	margin: 0;
}

.suite {
	width: 94%;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 25px 3%;
	margin-top: 70px;
}

.suite p {
	text-align: center;
	margin: 15px;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  border-radius: 50px;
  background: #fff;
  margin: auto;
}

.carousel {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel img {
  width: 100%;
  flex-shrink: 0;
	margin: 0;
	border: none;
}

button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}

button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}

#comochegar {
    position: absolute;
    margin-top: 0px;
	padding: 35px 0;
    left: 0;
    margin-left: 0;
    border: 1px solid #8e793e;
    z-index: 1;
	width: 100%;
	background: url("../images/fundo-marrom-escuro.png") repeat;
}

#comochegar span {
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-size: 28px;
}

#contato {
	background: #ebebeb;
	min-height: auto;
	margin: 0;
    padding: 0;
}

#contato h1 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-style: normal;
	color: #1b1b1b;
    margin-bottom: 25px;
	text-transform: uppercase;
}

#contato h3 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	line-height: 36px;
	color: #1b1b1b;
	margin: 0px 20px;
	letter-spacing:  1.2px;
	text-align: left;
	text-transform: none;
}

#contato-media {
    width: 100%;
    background: #2e623a;
    padding: 35px 0;
	padding-bottom: 110px;
}

#contato-media a {
	display: inline-block;
}

.media {
	max-width: 40px;
	float: right;
	margin-right: 20px;
}

.media img {
	max-width: 100%;
}

.capa {
	display: none;
}

form, .col-direita {
    width: 480px;
	max-width: 100%;
    float: left;
}

#fotos-casamentos {
    margin: 20px auto;
    width: 398px;
	max-width: 100%;
}

@media only screen and (max-width: 390px) {
	#fotos-casamentos img {
		max-width: 40%;
	}
	
	.botao {
		max-width: 90%;
	}
	
	.estrutura {
		margin: 20px auto;
		width: 371px;
		max-width: 100%;
	}
	
	#estrutura img {
		float: none;
		width: 55px;
		margin: auto;
		display: block;	
	}
	
	#estrutura p {
		float: none;
		padding-top: 13px;
		width: 90%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.linha {
		padding-top: 12px !important;
	}
	
}

@media only screen and (min-width: 900px) {
	
	.conteudo {
		padding: 20px 10%;
		width: 80%;
	}
	#comochegar {
		padding: 35px 10%;
		width: 80%;
	}
	
	#main-menu {
		width: 100%;
		position: relative;
		margin-left: 130px;
		display: block;
		top: 46px;
	}

	#abrir-menu {
		display: none;
	}

	#navigation {
		background: url("../images/fundo-topo.png") repeat;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border: none;
	}

	#main-menu li {
		text-align: center;
		width: auto;
		border-left: 1px solid #c5b16e;
		float: left;
		margin: 0px;
		padding: 10px;
		border-bottom: none !important;
		height: auto;
		background: none;
		
	}

	#main-menu li a {
		color: #fff;
		text-align: center;
	}

	#navigation a {
		color: #fff;
		text-decoration: none;
		font-family: "Cormorant Garamond", serif;
		font-weight: 500;
		font-style: normal;
		text-align: center;
		font-size: 20px;
		text-transform: uppercase;
	}

	#logo {
		height: 104px;
		width: 92px;
	}
	
	#logo img {
		max-width: 100%;
	}
}