@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');
    }
}
/* -----------------------------------------------------
 * Bar do Zé
*/
#bardoze
{
	padding-bottom:      40px;
	color:               #FFFFFF;
	background-color:    #852020;
	background-image:    url('/bardoze/imagens/bardoze_comp.jpg');
	background-repeat:   no-repeat;
	background-position: top center;
	background-size:     cover;
	border-bottom: 5px solid #5A1517;
}
#bar-conteudo
{
	margin: 0 auto;
}
.centralizador {
	max-width: 100%;
}
.bar-sobre {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.sub-titulo {
	text-align: center;
}
#bar-galeria {
	text-align: center;
	margin: 0 auto;
}
a.galeria-link {
	width: 190px;
	height: 190px;
	display: inline-block;
	margin: 4px;
	background-color: #5A1517;
}
.galeria-imagem {
	max-width: 190px;
	height: 190px;
}
#bt-mais_fotos {
	font-size: 0;
	background-image: url('/bardoze/imagens/mais.svg');
	width: 190px;
	height: 190px;
	display: inline-block;
	margin: 4px;
	vertical-align: bottom;
	background-color: #5A1517;
}

/* Telas maiores que: */
@media all and (min-width: 1px) {
	#bardoze   { background-image: url('/bardoze/imagens/bardoze_p.jpg'); }
}
/* Telas maiores que: */
@media all and (min-width: 600px) {
	#bardoze { background-image: url('/bardoze/imagens/bardoze_g.jpg'); }
}
#bar-cabecalho
{
	height:     110px;
	text-align: center;
	border-bottom: 1px solid black;
	background-color:    #852020;
	background-image:    url('/bardoze/imagens/bardoze_cabecalho.png');
	background-repeat:   repeat-x;
	background-position: top center;
}
/* Telas maiores que: */
@media (min-width: 300px) {
	#bar-cabecalho {  height: 144px; }
}
#bar-titulo
{
	overflow:  hidden;
	display:   block;
	width:     234px;
	max-width: 90%;
	height:    62px;
	padding:   25px 0 0 0;
	border:    none;
	margin:    0 auto;
	text-indent: -9999px;
	background-image:    url('/bardoze/imagens/bar-do-ze_2025.png');
	background-repeat:   no-repeat;
	background-position: center 25px;
}
/* Telas maiores que: */
@media (min-width: 300px) {
	#bar-titulo
	{
		height: 95px;
		background-image: url('/bardoze/imagens/bar-do-ze_2025.png');
	}
}

/* Texto */
#bardoze .sub-titulo
{
	color:  #FFFFFF;
	margin: 35px 0 5px 0;
}
.bar-sobre_descricao
{
	margin:      0 0 10px 0;
	font-size:   1.2em;
	line-height: 150%;
}


/* Telas maiores que: */
@media all and (min-width: 780px) {
	#bar-titulo { line-height: 104px; }

	.bar-sobre .sub-titulo,
	.bar-fotos .sub-titulo
	{ margin: 60px 0 15px 0; }

	.bar-sob-descricao
	{
		margin:      0 0 10px 0;
		line-height: 120%;
		font-size:   1.3em;
	}
	.bar-sob-horario
	{
		margin:      0;
		line-height: 120%;
		font-size:   1.5em;
	}
}

@media (min-width:465px) {
	#bar-galeria {
		max-width: 405px;
		text-align: left;
	}
}
@media (min-width:690px) {
	#bar-galeria {
		max-width: 605px;
		text-align: center;
	}
}
@media (min-width:920px) {
	#bar-galeria {
		max-width: 805px;
		text-align: left;
	}
}
@media (min-width:1140px) {
	#bar-galeria { max-width: 1020px}
}
@charset "UTF-8";

.rodape {
	background-color: #5A1517;
	color: white;
	text-align: center;
	padding: 50px 0;
	border-top: 2px solid #822427;
	box-shadow: 0px -3px 30px black;
}
.grupo-bezerra-rodape {
	display: block;
	font-size: 0;
	background-image: url(/bardoze/imagens/grupo_bezerra-logo.svg);
	width: 118px;
	height: 33px;
	margin: 0px auto;
	margin-bottom: 25px;
}
.rodape a {
	text-decoration: none;
	color: white;
}
.rodape p {
	font-size: 1em;
	margin: 6px;
}
#ciebit {
	font-size: .8em;
}
#ciebit::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: white;
	margin: 25px auto;
	transform: rotateZ(45deg);
}
#ciebit a {
	display: block;
	font-size: 0;
	background-image: url('/bardoze/imagens/ciebit-logo.svg');
	width: 51px;
	height: 13px;
	margin: 10px auto;
}

