.itens_mobile{display: none !important;}
.itens_main{display: block !important;}

/*----------------------------------------------------------------- HEADER*/
header{
	width: 100%;
	height: 130px;
	position: absolute;
	background: rgb(0,0,0);
background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 2;
	top: 0;
}

.fixed{
	position: fixed!important;
	top: 0;
}

#logo{
	position: absolute;
	width: calc(50% - 255px);
	height: 125px;
	text-indent: -99999px;
	overflow: hidden;
	background: url("../../imagens/logo_desktop.png") no-repeat center right;
	z-index: 1;
}

#top_header{
	position: absolute;
	right: 0;
	top: 0;
	width: 865px;
	height: 45px;
	background-color: #C8B1A0;
	z-index: 0;
	display: flex;
	align-items: center;
}

#top_header p{
	font-size: 14px;
	color: #6A0D0E;
	transition: 0.3s;
}

#top_header p a{color: #6A0D0E;}

#top_header p img, #top_header a img{
	width: 20px;
	height: 20px;
	filter: brightness(0) saturate(100%) invert(10%) sepia(37%) saturate(7451%) hue-rotate(349deg) brightness(83%) contrast(99%);
	transition: 0.3s;
}

#top_header p:hover img, #top_header a:hover img{filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(2403%) hue-rotate(274deg) brightness(116%) contrast(100%);}

#top_header p a:hover{color: #fff;}

#top_header p img{margin:-2px 5px auto auto}

#reservas{
	width: 165px;
	height: 45px;
	border-radius: 0px 0px 50px 50px;
	background-color: #6A0D0E;
	color: #C8B1A0;
	text-align: center;
	line-height: 45px;
	font-weight: 500;
	margin-right: -40px;
	text-transform: uppercase;
	transition: 0.3s;
}

#reservas:hover{color: #fff;}

header nav{
	position: absolute;
	right: 0;
	top: 75px;
	display: flex;
}

header nav a{
	font-size: 14px;
	color: #fff;
	margin-right: 45px;
	text-transform: uppercase;
	transition: 0.3s;
}

header nav a:hover{color: #6A0D0E;}

#nav_logo{display: none;}

        .dropdown {
            position: relative;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            left: 0;
            background-color: #C8B1A0;
            min-width: 200px;
            z-index: 1;
        }
        .dropdown-content a {
            padding: 12px 0px;
            color: white;
            text-decoration: none;
            display: block;
			margin-right: auto;
			padding-left: 10px;
        }
        .dropdown-content a:hover {
            background-color: #6A0D0E;
			color: #fff;
        }
        .dropdown:hover .dropdown-content {
            display: block;
        }

.hidden{display: none!important;}

/*----------------------------------------------------------------- HEADER*/


/*----------------------------------------------------------------- FOOTER*/
/* - - - - - NEWSLETTER - - - - - */
.newsletter{
	width: 100%; 
	height: 66px; 
	position: relative; 
	box-sizing: border-box;
	border-bottom: 1px #6A0D0E solid;
	background: #6A0D0E;
	background: -moz-linear-gradient(left, #6A0D0E 0%, #6A0D0E 50%, #100F0F 50%, #100F0F 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #6A0D0E), color-stop(50%, #6A0D0E), color-stop(50%, #100F0F), color-stop(100%, #100F0F));
	background: -webkit-linear-gradient(left, #6A0D0E 0%, #6A0D0E 50%, #100F0F 50%, #100F0F 100%);
	background: -o-linear-gradient(left, #6A0D0E 0%, #6A0D0E 50%, #100F0F 50%, #100F0F 100%);
	background: -ms-linear-gradient(left, #6A0D0E 0%, #6A0D0E 50%, #100F0F 50%, #100F0F 100%);
	background: linear-gradient(to right, #6A0D0E 0%, #6A0D0E 50%, #100F0F 50%, #100F0F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A0D0E', endColorstr='#100F0F', GradientType=1 );
}
.newsletter form.central{height: 65px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center;}

.newsletter form.central > *{height: 65px; position: relative; box-sizing: border-box; margin: 0; font-size: 15px; transition: 0.3s;}

.newsletter form.central p{color: #fff; font-weight: bold; text-transform: uppercase; line-height: 65px; text-align: center; width: 400px;}
.newsletter form.central p img{
	height: 30px;
	width: auto; 
	position: relative; 
	display: inline-block; 
	vertical-align: middle;
	margin-right: 15px;
	filter: invert(1);
}

.newsletter form.central input{background-color: #100F0F; border: none; width: 570px; color: #D5D5D5; font-style: italic; padding: 0 25px;}
.newsletter form.central input::placeholder,.form select::placeholder{color: #CFCFCF; opacity: 1;}
.newsletter form.central input:-ms-input-placeholder,.form select:-ms-input-placeholder{color: #CFCFCF;}
.newsletter form.central input::-ms-input-placeholder,.form select::-ms-input-placeholder{color: #CFCFCF;}


.newsletter form.central button{background-color: #6A0D0E; color: #fff; text-transform: uppercase; font-weight: bold; border: none; width: 230px; cursor: pointer;}
.newsletter form.central button:hover{background-color: #fff;color: #6A0D0E;}
/* - - - - - NEWSLETTER - - - - - */


/* - - - - - FOOTER - - - - - */
footer{width: 100%; height: auto; position: relative; display: block; box-sizing: border-box; background-color: #260001;}
footer .central{height: auto; display: flex; flex-wrap: wrap; justify-content: center;}

footer:before,footer:after{content: ""; display: block; position: absolute; box-sizing: border-box; left: 0; width: 100%; z-index: 1;}
footer:before{height: 165px; background: url("../../imagens/bg-info-footer.png") top center no-repeat; bottom: 230px;}
footer:after{height: 45px; background-color: #6A0D0E; bottom: 0;}


/* - - - Footer - content_footer - - - */
footer .content_footer{display: flex; flex-wrap: wrap; align-content: space-around; width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 75px 0 50px 0;}

/* - content_footer - li - */
footer .content_footer li{width: calc((100% - 210px) / 3); height: auto; position: relative; box-sizing: border-box; padding-right: 25px; border-right: 1px #5F84A1 solid;font-style: normal;}
footer .content_footer li:last-child{padding-right: 0; border-right: 0;}
footer .content_footer li > *:not(.title_footer){font-size: 14px; color: #fff; display: block; margin: 0 auto; height: auto; position: relative; transition: 0.3s;}
footer .content_footer li > *:last-child{margin: 0 auto !important;}

/* logo */
footer .content_footer li .logo{width: 150px; margin: 0 auto 20px 0;}
footer .content_footer li .logo img{width: 100%; height: auto; position: relative; display: block; object-fit: cover;}
/* logo */

/* title_footer */
footer .content_footer li .title_footer{
	width: 100%; 
	height: auto; 
	position: relative; 
	box-sizing: border-box;
	display: block; 
	color: #5F84A1;
	text-transform: uppercase;
	font-size: 16px; 
	font-weight: 700; 
	padding: 0 0 10px;
	margin: 0 auto 15px;
}
footer .content_footer li .title_footer:before,footer .content_footer li .title_footer:after{content: ""; display: block; position: absolute; bottom: 0;}

footer .content_footer li:nth-child(2) .title_footer:nth-child(3){margin-top: 15px;}

footer .content_footer li .title_footer:before{width: 100%; height: 1px; left: 0; background-color: #5F84A1;}
footer .content_footer li .title_footer:after{width: 45px; height: 3px; left: 0; background-color: #5F84A1;}
/* title_footer */

/* footer - block */
footer .content_footer li .block{width: 100%; position: relative; margin-bottom: 20px; display: flex !important;}

footer .content_footer li .block .link{margin-bottom: 10px;}
/* header - block */

footer .content_footer li .descricao{font-size: 13px; font-weight: 400; margin-bottom: 20px;}

footer .content_footer li .info{}
footer .content_footer li .info b{display: block;}

footer .content_footer li .item{margin-bottom: 5px;}
footer .content_footer li .item span{color: #707070; display: block;}
footer .content_footer li .item:hover{color: #5F84A1;}

footer .content_footer li .mapa{width: 100%; margin-right: 0;}
/* - content_footer - li - */

/* - - - Footer - content_footer - - - */


/* - - - Footer - info_footer - - - */
footer .info_footer{
	width: 100%;
	height: 165px;
	position: relative; 
	box-sizing: border-box; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-around;
	align-items: center;
	z-index: 2;
}

/* - - li - - */
footer .info_footer li{width: auto; height: 50px; position: relative; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
footer .info_footer li > *{position: relative; box-sizing: border-box;}
footer .info_footer li > *:last-child{margin-right: 0;}

footer .info_footer li img{height: 100%; width: auto; filter: brightness(0) invert(1); margin-right: 10px;}
footer .info_footer li p{color: #fff; font-size: 16px;}
footer .info_footer li .titulo{margin-right: 15px;}
footer .info_footer li .titulo b{display: block; font-weight: 900; font-size: 20px; color: #6A0D0E;}

footer .info_footer li p a{color: #fff;transition: 0.3s;}

footer .info_footer li p a:hover{color: #6A0D0E;}

/* - - li - - */

/* - - - Footer - info_footer - - - */

/* - - - Footer - block.redes_footer - - - */
footer .redes_footer{width: 100%; height: 185px; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; text-align: center; margin: 0;}

footer .redes_footer .titulo{width: 100%; font-size: 20px; margin-bottom: 20px; height: auto; color: #fff;}

footer .redes_footer a{height: 35px; margin: 0 10px}
footer .redes_footer img{
    width: auto;
	height: 100%;
	position: relative;
	display: inline-block;
	transition: 0.3s;
	filter: invert(1);
}
footer .redes_footer img:hover{filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(2403%) hue-rotate(274deg) brightness(116%) contrast(100%);}
/* - - - Footer - block.redes_footer - - - */

/* - - Footer - assinatura - - */
footer .assinatura{width: 100%; height: 45px; position: relative; display: block; z-index: 2;}
footer .assinatura > *{position: absolute; height: 45px; line-height: 45px;}
footer .logo_class{background: url(../../imagens/class-logo.png) center center no-repeat; text-indent: -999999px; overflow: hidden; width: 80px; left: 0;}
footer .direitos{right: 0; width: auto; font-size: 14px; color: #fff; font-weight: 500; letter-spacing: 0.5px;}
/* - - Footer - assinatura - - */

footer #top_footer{
	height: 170px;
	display: flex;
	align-items: center;
}

footer #top_footer p{
	width: 550px;
	color: #fff;
	font-size: 20px;
}

#top_footer{margin: 35px auto;}

#top_footer ul{
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap; 
}

#top_footer ul li{
	width: 20%;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#avaliacoes_title{
	display: block;
	width: 20%!important;
	font-size: 24px!important;
	font-weight: bold;
	text-align: center;
}

#top_footer ul li p{
	width: auto;
}

#top_footer ul li img{
	width: 35px;
	height: 35px;
	object-fit: cover;
	margin-bottom: 15px;

}

/* - - - - - FOOTER - - - - - */

/*----------------------------------------------------------------- FOOTER*/