@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

/* ESTRUTURA TOTAL */
html, body {
   margin:0;
   padding:0;
   height:100%;
}

.tudo {
   min-height: 100%;
   position: relative;
}

#conteudo{
	position:relative;
	width: 80%;
	height: auto;
	margin: auto;
}

#conteudo_paginas{
	display:table;
	position:relative;
	width: 80%;
	height:auto;
	min-height: 500px;
	margin: auto;
	padding-bottom: 30px;
}

#conteudoaltura335{
	position:relative;
	width: 80%;
	height: 435px;
	margin: auto;
}


a {
	text-decoration:none;
	color:#FFF;
}

a:visited{
	color:#FFF;
}

p a:hover{
	text-decoration:underline;
}

/* CSS PARA TODAS AS FONTES DO SITE */
.fonte_branca_menor{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:14px;
	color:#FFF;
}

.fonte_branca_menor18{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:18px;
	color:#FFF;
}

.fonte_branca_21{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:18px;
	color:#FFF;
}

.fonte_branca_21 a{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:18px;
	color:#FFF;
}

.fonte_branca_21 a:hover{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:18px;
	color:#FFF;
	text-decoration:underline;
}

.fonte_negra_menor18{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:18px;
	color: #212121;
}

.fonte_branca_menor17{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:17px;
	color:#FFF;
}

.fonte_branca_menor17_negrito{
	font-family: "Ubuntu";
	font-weight:700;
	font-size:17px;
	color:#FFF;
}

.fonte_branca_maior{
	font-family: "Ubuntu";
	font-weight:700;
	font-size: 35px;
	color:#FFF;
}

.fonte_negra_maior{
	font-family: "Ubuntu";
	font-weight: 700;
	font-size: 35px;
	color: #212121;
}

.fonte_negra_15{
	font-family: "Ubuntu";
	font-weight: 700;
	font-size: 15px;
	color: #212121;
}

p,.fonte_branca_padrao14{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:14px;
	color:#FFF;
	line-height:1.5;
}

.fonte_negra_padrao14{
	font-family: "Ubuntu";
	font-weight:400;
	font-size:14px;
	color:#000;
}



/* ESTRUTURA TOPO */
#topo{
	position:fixed;
	top:0;
	width: 100%;
	height: 147px;
	border-top: #AA0000 9px solid;
	background:url(../img_site/fd_topo.jpg) top center no-repeat;
	z-index: 100;
}

/* ESTRUTURA LOGO */
#logo{
	width: 274px;
	height: 108px;
	float:left;
	margin-top: 20px;
}

/* ESTRUTURA PREÇOS */
#precos{
	position: absolute;
	width: 55px;
	height: 39px;
	right:0;
	top: 6px;
	overflow:hidden;
	-webkit-transition:ease 0.5s;
	-moz-transition:ease 0.5s;
	-ms-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;

}

#precos:hover{
	width:150px;
}

/* ESTRUTURA PRECOS PAGINA INTERNA */

#div_tabelas{
	width:100%;
	height:auto;
	min-height: 100px;
	text-align:center;
}

#div_tabelas table{	
	display: inline-table;
	width: 200px;
	margin:5px;
}

.valor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFF;
	line-height:2;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.texto_menor_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFF;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}




/* ESTRUTURA MENUDROP */
#menu_drop{
	display: none;
}

/* ESTRUTURA MENU */
#menu{
	width: 70%;
	height: auto;
	bottom: 10px;
	float: right;
	margin-top: 65px;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: right;
}

#menu ul li{
	display:inline-block;
	height:auto;
	width:auto;
	padding:5px;
	padding-left: 15px;
	padding-right: 15px;
}

#menu ul li:hover{
	background-color: #AA0000;
	cursor:pointer;
}

.menu_ativo{
	background-color: #AA0000;
}

#menu ul li a{
	font-family:"ubuntu";
	font-weight: 400;
	font-size: 14px;
	color:#FFF;
	text-decoration:none;
}


/* ESTRUTURA SUITES */
#suites{
	width:100%;
	height:360px;
	background-color:#000;
}

#sombra{
	opacity:0;
	position:absolute;
	top:0;
	width:inherit;
	height:100%;
	background-color: rgb(170,0,0);
	background-color: rgba(170,0,0, 0.7);
	transition:all 0.5s;
	text-align:center;
	padding-top: 80px;
}

#tratamento li:hover #sombra{
	opacity:1;
	cursor:pointer;
}



/* ESTRUTURA CLUBE STILLUS */
#clube_stillus{
	width:100%;
	height:auto;
	min-height:500px;
	background:url(../img_site/fd_clube.jpg) top center no-repeat;
	text-align:center;
}

.clube_stillus_img{
	float:left;
	clear: both;
	vertical-align:top;
}

.clube_stillus_p{
	margin:0;
	float:right;
	width: 60%;
	height:auto;
	text-align:justify;
	line-height: 1.5;
}

#bt_clubestillus{
	position: absolute;
	bottom:0;
	right:0;
	width: 277px;
	height: auto;
	padding: 5px;
	border-radius: 4px;
	text-align:center;
	background-color:#AA0000;
}

/* ESTRUTURA PROMOÇÕES */
#topo_pagina{
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
	line-height: 1.5;
	padding-top: 15px;
	margin-bottom: 40px;
}

#promocoes{
	width:100%;
	height: 400px;
	text-align:center;
}

#promocoes .cadapromocao{
	position:relative;
	display:inline-block;
	width:265px;
	height: 255px;
	text-align:center;
	vertical-align:top;
}

#promocoes .img_pro{
	width: 166px;
	height: 160px;
	overflow:hidden;
	border-radius:100%;
	margin:auto;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

#promocoes .img_pro:hover{
	opacity:0.7;
}


#bt_cadapromocao{
	position:absolute;
	bottom:0;
	width: 92px;
	height: 31px;
	line-height: 31px;
	background-color: #AA0000;
	color:#FFF;
	font-family:"Ubuntu";
	font-weight: 200;
	font-size: 12px;
	border-radius: 5px;
	left:50%;
	margin-left: -46px;
}


/* ESTRUTURA FACEBOOK */
#facebook{
	position:relative;
	width: 100%;
	height: 280px;
	background:url(../img_site/fd_face.jpg) top center no-repeat;
	text-align:center;
	line-height:1.8;
	padding-bottom: 200px;
}

.bt_curta_facebook{
	margin:auto;
	width: 309px;
	height: 52px;
	line-height: 52px;
	border-radius: 5px;
	background-color:#AA0000;
	margin-top: 10px;
	-webkit-transition:ease 0.5s;
	-moz-transition:ease 0.5s;
	-ms-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}

.bt_curta_facebook:hover{
	background-color:#3d579d;
}

.bt_curta_facebook img{
	vertical-align:middle;
	margin-right: 20px;
}

/* ESTRUTURA RODAPE */
#rodape{
	position:absolute;
	bottom:0;
	background-color:#000;
	width: 100%;
	height: 200px;
	text-align:center;
}

#rodape_esq{
	width: 350px;
	height: auto;
	float: left;
	line-height: 1.5;
	margin-top: 60px;
}

#rodape_esq img{
	vertical-align:middle;
	margin-right: 15px;
}

#rodape_centro{
	position: absolute;
	width: 300px;
	height: auto;
	left: 50%;
	margin-left: -150px;
	margin-top:130px;
}

#rodape_dir{
	width: 265px;
	height: auto;
	float: right;
	text-align:right;
	line-height: 1.5;
	margin-top: 60px;
}

#rodape_dir img{
	margin-left: 15px;
	vertical-align:middle;	
}

/* ESTRUTURA PARA AS PAGINAS INTERNAS */
#conteudo_paginas{
	width:80%;
	height:auto;
	margin:auto;
	margin-top: 160px;
}


#topo_internas{
	width:100%;
	height:auto;
	padding-top: 30px;
	padding-bottom: 25px;
}

/* CSS PARA O FORMULÁRIO DE CONTATO */
#formulario_contato{
	position:relative;
	display:block;
	width: 50%;
	float: right;
	margin-top:0;
}

#formulario_contato input{
	margin: 10px 5px 10px 0px;
	height:30px;
	padding-left: 7px;
	border:#CCC solid 1px;
	border-radius: 7px;
	box-shadow: 0px 2px 3px 0px #CCCCCC;
	font-family:"Ubuntu";
	font-size:13px;
}

#formulario_contato textarea{
	margin: 10px 15px 10px 0px;
	height:100px;
	width: 97%;
	padding: 7px;
	border:#CCC solid 1px;
	border-radius: 7px;
	box-shadow: 0px 2px 3px 0px #CCCCCC;
	font-family:"robotoregular";
	font-size:13px;
}

.medida_250{
	min-width: 250px;
}
.medida_100{
	min-width:180px;
}

#texto_contato{
	width: 45%;
	height:auto;
	float:left;
	text-align:justify;
}

/* ESTRUTURA LOCALIZACAO */
.mapa_interno{
	width:45%;
	height: 433px;
	float: left;
}

.texto_localizao_interno{
	width:50%;
	height:433px;
	float:right;
}

/*CSS PARA PAGINA DE SUÍTES INTERNA*/
#suites_interna{
	width: 100%;
	height:auto;
	min-height: 200px;
}

#suites_interna ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align: center;
}

#suites_interna ul li{
	position:relative;
	width: 23%;
	height:190px;
	display: inline-block;
	margin: 0.5%;
	overflow: hidden;
}

#suites_interna ul li img{
	width: 100%;
	height: auto;
	min-height: 190px;
	vertical-align:top;
}

#suites_interna p{
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	text-align:left;
}

#sombra_suites_interna{
	opacity:0;
	position:absolute;
	top:25px;
	width:100%;
	min-height: 216px;
	height:100%;
	background-color: rgb(170,0,0);
	background-color: rgba(170,0,0, 0.7);
	transition:all 0.5s;
	text-align:center;
	padding-top: 80px;
}


#suites_interna li:hover #sombra_suites_interna{
	opacity:1;
	cursor:pointer;
}

@media only screen and (max-width: 768px){

/* ESTRUTURA TOTAL */
#conteudo{
	width: 95%;
}

/* ESTRUTURA TOPO */
#topo{
	height: 170px;
	background:url(../img_site/fd_topo_mobile.jpg) top center no-repeat;
	background-size: auto 350px;
}

/* ESTRUTURA TOPO INTERNAS */
#topo_internas img{
	width: 80%;
	}

/* ESTRUTURA LOGO */
#logo{
	width: 180px;
	height: auto;
	margin-top: 30px;
}

#logo img{
	width: 100%;
	height:auto;
}

/* ESTRUTURA PREÇOS */
#precos{
	width: 100px;
	height:auto;
	margin-top: 40px;
}

#precos img{
	width: 100%;
	height:auto;
}

#precos:hover{
	width:150px;
}

/* ESTRUTURA MENU */
#menu{
	display:none;
}

/* ESTRUTURA MENUDROP */
#menu_drop{
	display: block;
	position: absolute;
	bottom:20px;
	text-align: center;
	width:100%;
}

#menu_drop select{
	width:80%;
	background-color: #000;
	color:#FFF;
	border:0;
	height:30px;
	padding-left: 5px;

}

#menu_drop option{
	height: 40px;

}

/* ESTRUTURA TOPOPAGINAS */
#topo_pagina{
}

/* ESTRUTURA SUITES */
#suites{
	height:400px;
}

/* ESTRUTURA CLUBE STILLUS */
#clube_stillus{
	height:auto;
	min-height: 500px;
	background:url(../img_site/fd_clube.jpg) top center repeat-y;
}

.clube_stillus_img{
	float: none;
	clear: both;
	margin:auto;
	vertical-align:top;
	height: 205px;
	width:auto;
}

.clube_stillus_p{
	display:none;
}

#bt_clubestillus{
	bottom:30px;
	right:50%;
	width: 277px;
	margin-right: -138.5px;
}

#conteudoaltura335{
	height: 470px;
}

/* ESTRUTURA PROMOÇÕES */
#promocoes{
	height: auto;
	text-align:center;
}

#promocoes .cadapromocao{
	display:inline-block;
	width: 80%;
	height: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#promocoes .img_pro{
}

#promocoes .img_pro:hover{
}

#bt_cadapromocao{
}

/* CSS PARA O FORMULÁRIO DE CONTATO */
#formulario_contato{
	width: 100%;
	float: none;
}

#formulario_contato input{
}

#formulario_contato textarea{
	width: 100%;
}

.medida_250{
	min-width: 100%;
}
.medida_100{
	min-width: 180px;
}

#texto_contato{
	width: 100%;
	float: none;
}

/* ESTRUTURA RODAPE */
#rodape{
	position:absolute;
	bottom:0;
	background-color:#000;
	width: 100%;
	height:  200px;
	text-align:center;
}

#rodape_esq{
	margin:auto;
	float: none;
	margin-top: 10px;
}

#rodape_esq img{
	vertical-align:middle;
	margin-right: 15px;
}

#rodape_centro{
	position: absolute;
	width: 300px;
	height: auto;
	left: 50%;
	margin-left: -150px;
	margin-top:100px;
}

#rodape_dir{
	text-align: center;
	float: none;
	margin:auto;
	margin-top: 30px;
}

#rodape_dir img{
	margin-left: 15px;
	vertical-align:middle;	
}

/* ESTRUTURA LOCALIZACAO */
.mapa_interno{
	width:100%;
	height: auto;
	float: none;
	margin:auto;
}

.mapa_interno img{
	width:80%;
	height: auto;
	margin-left: 65px;
}

.texto_localizao_interno{
	width:100%;
	height: auto;
	float: none;
	margin:auto;
}

/*CSS PARA AS FONTES*/

.fonte_branca_maior{
	margin-left: 40px;
	font-size: 25px;
}

.fonte_negra_maior{
	font-size: 25px;
}

/*CSS PARA PAGINA DE SUÍTES INTERNA*/
#suites_interna ul li{
	height: auto;
	width: 100%;
	display: block;
	margin-top: 7px;
}

}

/*CSS PARA CARDAPIO //JP// */


#container_geral_cardapios {
	position: relative;
	display: flex;

	width: 100%;
	height: auto;
}


.bloco_cardapio {
	position: relative;

	width: 23%;
	height: auto;

	font-style: italic;
}

.bloco_cardapio figure {
	position: relative;

	margin: 0;
	padding: 0;
}

.bloco_cardapio figure img {
	position: relative;

	max-width: 100%;
	height: auto;
}

.bloco_cardapio figure figcaption {
	position: absolute;

	width: 100%;
	height: 100%;

	top: 0;
	left: 0;

	transition: .7s all ease-in-out;
}

.bloco_cardapio:hover figure figcaption {
	background-color: rgba(0, 0, 0, .5);
}