@charset "utf-8";

/* DOCUMENTO CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, 
acronym, address, big, cite, code, del, dfn, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

address {
	font-style: initial;
}

a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 40px;
	font-weight: 400;
	font-family: 'Allura';
	color: #655233;
}
body, button {
	font-size: 62.5% /*onde 62.5% equivale a 12px*/;
}

button {
	cursor: pointer;
}

html, body {
   margin:0;
   padding:0;
   height:100%;
}

.tudo {
   min-height: 100%;
   position: relative;
   overflow: auto;
}

.conteudo{
	position: relative;
	display: block;
	width: 87%;
	max-width: 1200px;
	margin: auto;
	height: inherit;
}

.menu_ativo {
	font-weight: 900;
	border-bottom: 4px #FFF solid;
}

.menu_inativo {
	color: #FFF;
}

.marrom_solido {
	background-color: rgb(83, 52, 24) !important;
}

/*TOPO*/

#menu_responsivo {
	display: none;
}


#topo_1 {
	position: fixed;
	z-index: 10000;

	width: 100%;
	min-height: 50px;
	height: auto;

	background-color: #655236;
}

#topo_1 table { 
	position: relative;
	float: right;

	width: 40%;

	margin-top: 2%;
}

#topo_1 table tr td:nth-child(1), #topo_1 table tr td:nth-child(2), #topo_1 table tr td:nth-child(3) {
	display: none;
}

#topo_1 table img {
	vertical-align: middle;
}

#topo_2 {
	position: fixed;
	display: block;
	z-index: 1000;

	margin-top: 44px;

	/*background-color: #655236;

	-moz-mix-blend-mode: multiply;
	mix-blend-mode: multiply;*/

	background-color: rgba(83, 52, 24,.85);

	width: 100%;
	min-height: 55px;
	height: auto;
}

#topo_2 img[name="logo-hotel-classic-topo"] {
	position: relative;

	max-width: 15%;
	height: auto;

	margin-top: 2%;

	-moz-mix-blend-mode: unset !important;
	mix-blend-mode: unset !important;
}

#topo_2 ul#menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	float: right;

	top: 21px;

	width: 70%;
	height: auto;

	list-style: none;
}

#topo_2 ul#menu li {
	position: relative;
	display: inline-block;

	padding: 0 10px;
	height: 30px;

	font-size: .7em !important;
}

#topo_2 ul#menu li:hover {
	border-bottom: 3px #FFF solid;
	height: 31px;
}

#topo_2 ul#menu li a{
	text-align: center;
}

/*sub-menu*/

#topo_2 ul#menu li ul{
	position:absolute;
	display: none;
	background-color: #391F0D;
	width: 100%;
	top: 33px;
	left: 0;
	overflow: hidden;

	transition: .1s all ease-in;
}

#topo_2 ul#menu li:hover ul{
	display: block;
}

#topo_2 ul#menu li ul li {
	width: 100%;
	height: 27px;
	line-height: 27px;

	font-size: 1.1em !important;

	transition: .2s all ease-in-out;
}

#topo_2 ul#menu li ul li:hover {
	background-color: #2C170A;
	border: 0 !important;
}

#topo_2 ul#menu li ul li a{
	width: 100%;
}

/*DESTAQUE*/

#destaque {
	position: fixed;
	width: 100%;
}

#espaco_alto_destaque {
	position: relative;

	margin-top: 44px;
}

#espaco_baixo_destaque {
	position: relative;
	margin-bottom: 340px;
}

/*O HOTEL*/
#o_hotel {
	position: relative;
	overflow: hidden;

	width: 100%;
	min-height: 220px;
	height: auto;

	text-align: center;

	background-color: #FFF;
}

#o_hotel h1 {
	position: relative;

	margin-top: 3%;
}

#o_hotel section {
	position: relative;
	display: block;
	margin-top: 3%;
}

/*ACOMODAÇÕES*/

#acomodacoes {
	position: relative;
	overflow: hidden;

	width: 100%;
	min-height: 260px;
	height: auto;

	background: url("../img_site/fundo-acomodacoes.jpg") repeat;
}

#acomodacoes ul {
	position: relative;
	display: flex;
	justify-content: space-between;

	margin-top: 3%;
}

#acomodacoes ul li {
	position: relative;

	cursor: pointer;

	text-align: center;

	list-style: none;
}

#acomodacoes ul li:hover button {
	background-color: #655233;
	color: white;
}

#acomodacoes ul li img {
	position: relative;

	max-width: 83%;
	height: auto;

	border: 6px #FFF solid;
}

#acomodacoes ul li div {
	position: relative;

	margin-top: 5%;
}

#acomodacoes ul li div h2 {
	position: relative;

	margin-bottom: 7%;

	font-size: 1.5EM !important;
}

#acomodacoes ul li div button {
	position: relative;
	display: block;

	margin: auto;
	padding: 2.5% 3.5%;

	border: none;
	background-color: transparent;

	transition: .5s all ease-in-out;

	border: 1px rgba(101, 82, 52, .5) solid;
}

/*GALERIA*/

#galeria {
	position: relative;
	overflow: hidden;

	width: 100%;
	min-height: 355px;
	height: auto;

	text-align: center;

	background-color: #FFF;
}

#galeria h1 {
	position: relative;

	margin: 3% 0;
}

#galeria #box_galeria {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	width: 100%;
	min-height: 100%;
}

#galeria #box_galeria a {
	position: relative;
	width: auto;
	height: auto;

	width: 32.8%;
}

#galeria #box_galeria img {
	position: relative;

	margin-bottom: 10px;

	max-width: 100%;
	height: auto;
}

#galeria #box_galeria a:nth-child(7), a:nth-child(8) {
	display: none;
}

/*CONTATO*/

#contato {
	position: relative;
	overflow: hidden;

	text-align: center;

	width: 100%;
	min-height: 440px;
	height: auto;

	background-color: #FFF;
}

#contato h1 {
	position: relative;

	margin: 3% 0;
}

#contato #contato_info {
	position: relative;
	float: none;

	text-align: center;

	width: 100%;
	height: 100%;
}

#contato #contato_info ul {
	position: relative;

	margin: 5% auto 0 auto;

	width: 60%;
	height: auto;
}

#contato #contato_info ul li {
	position: relative;

	list-style: none;

	width: 100%;
	height: 35px;
}

#contato #contato_info ul li:nth-child(2) {
	position: relative;

	margin: auto;

	width: 60%;
}

#contato #contato_info ul li:nth-child(3) {
	position: relative;

	margin: auto;

	width: 80%;
}

#contato #contato_info ul li:nth-child(4) {
	position: relative;

	margin: auto;

	width: 45%;
}

#contato #contato_info ul li:last-child {
	margin-top: 10%;
}

#contato #contato_info ul img {
	position: relative;
	display: inline-block;

	margin-right: 3%;

	vertical-align: middle;

	max-width: 100%;
	height: auto;
}

#contato #contato_info ul p {
	position: relative;
	display: inline-block;

	width: 80%;
}

#contato #contato_form {
	position: relative;
	float: none;

	margin: 5% auto 0 auto;

	text-align: left;

	width: 60%;
	height: auto;
}

#contato #contato_form input {
	position: relative;
	display: block;

	padding-left: 3%;

	width: 97%;
	height: 35px;

	border: 1px #DDDDDD solid;
}

#contato #contato_form textarea {
	position: relative;
	display: block;

	margin-bottom: 4%;
	padding: 3% 0 0 3%;

	width: 97%;
	height: 50px;

	border: 1px #DDDDDD solid;
}

#contato #contato_form button {
	position: relative;
	display: block;
	float: right;

	right: 0;
	bottom: 0;

	padding: 1.5% 6%;

	border: 1px #DDDDDD solid;
	background-color: #655233;
}

/*RODAPE*/

#alto_rodape {
	position: relative;
	margin-top: 100px;
}

footer {
	position: absolute;
	display: block;
	overflow: hidden;

	bottom: 0;

	width: 100%;
	height: 45px;	

	background-color: #655233;
}

footer p {
	position: relative;
	float: left;
}

footer img {
	position: relative;
	float: right;

	transform: translateY(15%);
}

/*---------------------------------------- INTERNAS ----------------------------------------*/

#bloco_topo_interna {
	position: relative;

	margin-top: 65px;
}

#bloco_rodape_interna {
	position: relative;
	min-height: 100px; 
}

.padrao_interna {
	position: relative;
	padding-top: 70px;
}

.padrao_interna  p, .padrao_interna p p {
	font-size: 1.5em !important;
}

/*APARTAMENTOS*/

#container_apartamentos {
	position: relative;

	padding-top: 5%;

	width: 100%;
	height: auto;
}

#box_apartamento {
	position: relative;

	margin-bottom: 5%;

	width: 100%;
	min-height: 180px;
	height: auto;

	border: 1px #DDDDDD solid;
}

#box_ap_1 {
	position: relative;
	float: left;

	max-width: 30%;
	height: 180px;
}

#box_apartamento img[name="ap-interna-inicial"]{
	position: relative;
	float: none;

	z-index: 2;

	transition: .5s all ease-in-out;

	max-width: 100%;
	height: inherit;
}

#box_apartamento img[name="ap-interna-proxima"]{
	position: absolute;
	left: 0;

	z-index: 1;

	max-width: 100%;
	height: inherit;
}

#box_apartamento img[name="ap-interna-inicial"]:hover{
	opacity: 0;
}

#secao_direita_apartamento {
	position: relative;
	overflow: hidden;

	width: auto;
	min-height: inherit;
}

#secao_direita_apartamento section {
	position: relative;
	float: left;

	left: 5%;
	top: 20px;

	width: 90%;
	height: auto;
}

#secao_direita_apartamento section h3{
	font-size: 2.0em !important;
}

#secao_direita_apartamento section p{
	font-size: 1.4em !important;
}

#bloco_mais_info {
	position: relative;
	text-align: center;
	float: none;
	clear: both;

	left: 5%;
	top: 20px;

	width: 93%;
	min-height: 50px;
}

#bloco_mais_info #mais_info_topo {
	position: relative;

	text-align: left;
}

#bloco_mais_info #mais_info_topo p{
	position: relative;

	float: left;

	top: 10px;
	left: 0;

	width: 55%;

	font-size: 1.3em !important
}

#bloco_mais_info #mais_info_baixo {
	position: relative;
	cursor: pointer;

	float: right;

	background-color: #FFB53D;

	top: 15px;
	right: 0;

	width: 45%;
	height: 30px;
	line-height: 5px;

	font-size: .9em !important;

	transition: .5s all ease-in-out;
}

#bloco_mais_info #mais_info_baixo:hover {
	background-color: #533418;
	color: white;
}

/*RESERVAS*/

#container_reservas {
	position: relative;
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
}

#form_reservas {
	position: relative;
	display: block;

	padding-bottom: 10%;
}

#form_reservas input {
	position: relative;
	border: 1px #DDDDDD solid;
	padding-left: 3%;
	font-size: .9em;
	color: #797979;
}

#form_reservas input, #form_reservas select, #form_reservas textarea {
	margin-top: 1%;
}

/*---------------*/ /*---------------*/
#form_reservas_tb1 {
	position: relative;
	margin: 1% 0;
}

#form_reservas_tb1 input {
	position: relative;
	width: 150px;
	height: 30px;
}
/*---------------*/ /*---------------*/
#tipos_acomodacoes {
	position: relative;
	display: block;
}

#tipos_acomodacoes td {
	position: relative;
	display: block;
	width: 100%;
}

#tipos_acomodacoes select {
	position: relative;
	display: block;
	width: 40%;
	height: 30px;
}
/*---------------*/ /*---------------*/
#form_reservas_tb2 {
	position: relative;
}

#form_reservas_tb2 tr {
	position: relative;
}

#form_reservas_tb2 tr td {
	position: relative;
}

#form_reservas_tb2 tr td input {
	position: relative;
	display: block;
	width: 80%;
	height: 30px;   
}

/*#form_reservas_tb2 tr td input[type=number]::-webkit-outer-spin-button,
#form_reservas_tb2 tr td input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

#form_reservas_tb2 tr td input[type=number] {
    -moz-appearance: textfield;
}
/*---------------*/ /*---------------*/
#form_reservas tr[id="nome"] input, #form_reservas tr[id="tel"] input, #form_reservas tr[id="email"] input {
	position: relative;
	display: block;
	margin-bottom: 3%;

	width: 80%;
	height: 25px;
}
/*---------------*/ /*---------------*/
#form_reservas tr[id="mensagem"] textarea {
	position: relative;
	display: block;
	margin-bottom: 2%;

	width: 82%;
	height: 100px;
}

#form_reservas input[name="enviar_reservas"] {
	position: relative;
	float: right;
	width: 40%;
	height: 33px;
	border: none;

	color: white;
	font-size: 1.7em;
	font-weight: 700;

	background-color: #FFBF00;
}
/*---------------*/ /*---------------*/
.fonte_form {
	font-size: 1.4em;
	color: #797979;
	font-weight: 400;
}

.bloco_titulo_reservas {
	position: relative;
	display: block;
	min-width: 100%;
	padding-bottom: 2%;
	margin: 3% 0;

	font-size: 1.5em;
	color: #797979;
	font-weight: 700;

	border-bottom: 1px #D2D2D2 solid;
}

.seta::after {
	position: absolute;
	right: 0;
	content: "\025e5";
}

button#enviar_reservas {
	position: absolute;

	right: 0;
	bottom: 0;

	padding: 1% 11%;

	background-color: #655236;

	border: none;
}

/*LOCALIZAÇÃO*/

#mapa iframe {
	border: none;
	margin-top: 10%;
}