@charset "UTF-8";

.notificacoes-cabecalho {
    z-index: 101;
	align-items: center;
	padding: 10px 0;
}
.grupo-bezerra-titulo {
	display: inline-block;
	margin: 0px 15px;
	vertical-align: middle;
}
.paginas-links {
	display: block;
	text-decoration: none;
	color: #4d4d4d;
	font-size: 1.5em;
	padding: 15px 25px;
	border-bottom: 2px solid #b3b3b3;
}

/*.paginas-links:hover {
	color: white;
	border-left: 3px solid #4d4d4d;
	background: #999999;
	background: linear-gradient(#4d4d4d, #999999);
}*/
html.hotel .bt-hotel,
html.restaurante .bt-restaurante,
html.bardoze .bt-bardoze {
	color: #808080;
	background: #cccccc;
}
.bt-menu_grupo {
	font-size: 0;
	background-image: url(/geral/imagens/icones/bt-menu.svg);
	width: 30px;
	height: 25px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
	padding: 17px 12px;
	border-left: 2px solid #b3b3b3;
	position: absolute;
	right: 0;
	top: 0;
}
.grupo-lista {
	flex-direction: column;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 46px;
	right: 0;
	left: 0;
	background-color: white;
}
.visivel {
	display: flex;;
}
.oculto {
	display: none;
}
@media (min-width:700px) {
	.notificacoes-cabecalho {
		display: flex;
		padding: 0;
	}
	.grupo-bezerra-titulo {
		margin: 0px 30px;
	}
	.bt-menu_grupo {
		display: none;
	}
	.grupo-lista {
		display: flex;
		flex-direction: row;
		position: static;
		margin: 0;
	}
	.grupo-item {
		display: flex;
	}
	.paginas-links {
		border-left: 2px solid #b3b3b3;
		border-bottom: none;
	}
	html.hotel .bt-hotel,
	html.restaurante .bt-restaurante,
	html.bardoze .bt-bardoze {
		color: white;
		background: #dbb992;
		background: linear-gradient(#be8e57, #dbb992);
	}
}

.evaluation {
    display: block;
    float: right;
    position: absolute;
    right: 56px;
    top: 0;
    border: none;
    border-left: 2px solid #b3b3b3;
    border-radius: 0;
    padding: 16.5px 14px;
    width: 54px;
    height: 59px;
    font-size: 0em;
    text-decoration: none;
    color: rgba(255,255,255,1);
}

@media (max-width:799px) {
    .evaluation {
        background: rgba(255,255,255,1);
    }
}

@media (min-width:800px) {
    .evaluation {
        position: static;
        display: flex;
        align-items: center;
        margin: 0 20px 0 auto;
        border-left: 0;
        border-radius: 4px;
        padding: 10px 15px;
        width: auto;
        height: auto;
        font-size: 1.2em;
    }
}

@media (min-width:700px) {
    .evaluation {
        right: 0;
    }
}

.evaluation::before {
    margin: 0;
    width: 26px;
    height: 26px;
    background-image: url('/geral/imagens/catalogo.svg#star-cinzaEscuro');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width:800px) {
    .evaluation::before {
        margin: 0 10px 0 0;
        width: 20px;
        height: 20px;
        background-image: url('/geral/imagens/catalogo.svg#star-branco');
    }
}
/* -----------------------------------------------------
 * Restaurante
*/
#restaurante
{
	padding-bottom:      40px; 
	color:               #FFFFFF;
	background-color:    #291806;
	background-image:    url('/geral/imagens/planosdefundo/restaurante_comp.jpg');
	background-repeat:   no-repeat;
	background-position: top center;
	background-size:     cover;
}

#rest-conteudo
{ 
	max-width: 400px; 
	margin: 0 auto;
}
/* Telas maiores que: */
@media all and (min-width: 1px) {
	#restaurante   { background-image: url('/geral/imagens/planosdefundo/restaurante_p.jpg'); }
	#rest-conteudo { max-width: 1000px; }
}
/* Telas maiores que: */
@media all and (min-width: 600px) {
	#restaurante { background-image: url('/geral/imagens/planosdefundo/restaurante_g.jpg'); }
}
#rest-cabecalho
{ 
	padding: 20px 0 10px 0;
	background-color: #291806; 
}
#rest-titulo { margin-bottom: 10px; }
#rest-cabecalho_marca 
{ 
	display:    block;
	width:      100%;
	max-width:  198px;
	height:     auto;
	max-height: 104px;
	margin:     0 auto;
	border:     none;
}

/* Promoções */
#rest-destaque
{
	width:         100%;
	margin-bottom: 20px;
}
.rest-destaque_imagem
{
	display:   block;
	width:     auto;
	max-width: 100%;
	height:    auto;
	border:    none;
	margin:    0 auto;
}

/* Telas entre: */
@media (min-width: 600px) and (max-width: 779px) {
	#rest-destaque { margin-bottom: 50px; }
}
/* Telas entre: */
@media (min-width: 600px) and (max-width: 1000px) {
	.rest-destaque_imagem { margin: 0 auto; }
}

/* Texto */
#restaurante .sub-titulo
{ 
	color:  #FFFFFF;
	margin: 25px 0 5px 0; 
}
/* Telas maiores que: */
@media (min-width: 400px) {
	#restaurante .sub-titulo.margem-dupla
	{
		margin: 90px 0 5px 0; 
	}
}
.rest-sobre_descricao,
.rest-sobre_horario
{
	margin:      0 0 10px 0;
	font-size:   1.2em;
	line-height: 150%;
}

/* Galeria */
#rest-galeria { margin: 0 0 35px 0; }

#rest-galeria .galeria-imagem
{
	display: block;
	float:   left;
	border:  none;
	width:   49%;
	height:  49%;
	margin:  0.5%;
}
/* Telas maiores que: */
@media (min-width: 400px) {
	#rest-galeria .galeria-imagem
	{
		width:   24%;
		height:  24%;
	}
}
/* Telas maiores que: */
@media all and (min-width: 780px) {
	#rest-galeria .galeria-imagem
	{
		width:   49%;
		height:  49%;
	}
}

/* Telas maiores que: */
@media all and (min-width: 780px) {
	#rest-titulo { line-height: 104px; }
	#rest-cabecalho .centralizador { position: relative; }
	#rest-cabecalho_marca
	{
		position: absolute;
		top:   0;
		right: 5%;
	}
	.rest-sobre
	{
		float:  left;
		width:  55%;
		margin-right: 6%;
	}
	.rest-sobre .sub-titulo,
	.rest-fotos .sub-titulo
	{ margin: 60px 0 15px 0; }

	.rest-sobre .margem-dupla { margin-top: 80px; }
	.rest-sob-descricao
	{
		margin:      0 0 10px 0;
		line-height: 120%;
		font-size:   1.3em;
	}
	.rest-sob-horario
	{
		margin:      0;
		line-height: 120%;
		font-size:   1.5em;
	}
	.rest-fotos
	{
		float:  left;
		width:  39%;
	}
}/* -----------------------------------------------------
 * Rodapé
*/
.rodape {
	margin: 60px 0 0 0;
    padding: 0 0 20px 0;
    font-family: 'Raleway', sans-serif;
	text-align: center;
    color: #4d4d4d;
}

.rodape h4 {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.footer__description {
	margin: 0 0 5px 0;
	color: #4d4d4d;
}

.rodape a {
	text-decoration: none;
	color: #4d4d4d;
}
.rodape:before
{
	content:    ' ';
	display:    inline-block;
    margin: 0 0 60px 0;
	width:      40px;
	height:     1px;
	background: #4d4d4d;
}

.footer__privacyPolicy {
    margin: 50px auto;
    text-align: center;
}

#ciebit {
    margin: 0;
}

#ciebit a {
    display: block;
    font-size: 0;
    background-image: url(/geral/imagens/ciebit-logo.svg);
    width: 51px;
    height: 13px;
    margin: 10px auto 0 auto;
}

/* Telas menores que: */
@media all and (max-width: 399px) {
	.rodape      { padding:   0 10px; }
	.rodape p    { font-size: 0.7em;  }
	.rodape span { font-size: 1.2em;  }
}
/* Telas maiores que: */
@media all and (min-width: 400px) {
	.rodape p    { font-size: 0.8em; }
	.rodape span { font-size: 1.2em; }
	.ciebit
	{ background: url('/geral/imagens/catalogo_v2.png') no-repeat -570px -250px; }
}

