@charset "UTF-8";

/* CSS - Spiller | Codificado por: Ueek Agência Digital | Ano: 2018 */

/******************* Atribuições Gerais *********************/
* {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased !important;
	-moz-font-smooth:antialiased !important;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	margin:0;
	padding:0;
}

*::selection,
*::-moz-selection,
*::-webkit-selection {
	background:#c0d445;
	color:#fff;
}

h1,h2,h3,h4,h5 { font-weight: normal; }

a {
	cursor:pointer;
	text-decoration:none;
}

br { clear:both; }

img { border:0; }

input,
textarea,
select { outline: none; }

body {
	background: #fff;
	background-position: 0 400px;
	color: #3f3e40;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.conteudo {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  /*width: 1100px;*/
  
  /*border: 1px solid red;*/
}

.soft-hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity = 50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

strong, b { font-weight: 700; }
/******************* Atribuições Gerais *********************/


/*
font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Exo 2', sans-serif;
font-family: 'Felixti';
*/


/******************** Atribuições Topo HOME **********************/
.br-tab{ display: none; }
.br-cel{ display: none; }

nav#slick { display: none; }

header#topo{
	background: url('../img/linhas-header.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
}

header#topo #logo-header{
	margin-top: 20px;
}

header#topo nav#menu{
	float: right;
	margin-top: 60px;
}

header#topo nav#menu ul li{
	color: #000;
	float: left;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	font-weight: 300;
	list-style: none;
	margin-right: 10px;
	text-transform: uppercase;
}

header#topo nav#menu ul li:last-child{
	/*margin-right: 0;*/
}

header#topo nav#menu ul li a{
	color: #000;
}

header#topo nav#menu ul li a:hover{
	color: #6c6c6c;
	text-shadow: 1px 0 0 currentColor;
}

#btn-faca-reserva{
	background: #252775;
	border-radius: 5px;
	border: 1px solid transparent;
	color: #ffffff;
	float: right;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 27px;
	margin-top: 54px;
	height: 27px;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
}

#btn-faca-reserva:hover{
	background: transparent;
	border: 1px solid #252775;
	color: #252775;
}




/******************** Dropdown **********************/
header#topo nav#menu ul li.drop-menu{
	cursor: pointer;
	height: 50px;
	position: relative;
}

header#topo nav#menu ul li a.item-menu:hover{
	
}

header#topo nav#menu ul li.drop-menu a:hover{
	text-shadow: 1px 0 0 currentColor;
}

header#topo nav#menu ul li.drop-menu .dropdown{
	background: #252775;
	display: none;

	margin-top: 20px;
	text-align: center;
	width: 155px;

    position: absolute;
    left: -44px;
    z-index: 9999;
}

header#topo nav#menu ul li.drop-menu .dropdown .item-drop{
	color: #FFFFFF;
	font-family: 'Exo 2', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 35px;
}


header#topo nav#menu ul li.drop-menu:hover .dropdown{
	display: block;
}
/******************** Dropdown **********************/



/******************** Atribuições Topo HOME **********************/


/******************** Atribuições Rodape **********************/
#rodape{
	background: url('../img/linhas-rodape.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	box-sizing: border-box;
	height: 248px;
	padding-top: 40px;
}

#rodape #logo-rdp{

}

#rodape #fb-rdp{
	margin-left: 55px;
}

#rodape #dados-rodape{
	float: right;
	width: 500px;
}

#rodape #dados-rodape img{
	margin-right: 15px;
}

#rodape #dados-rodape ul li{
	box-sizing: border-box;
	color: #000;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 25px;
	list-style: none;
	margin-bottom: 10px;
	height: 25px;
	padding-left: 30px;
}

#rodape #menu-rodape{
	float: right;
	width: 125px;
}

#rodape #menu-rodape ul li{
	color: #000;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	font-weight: 300;
	list-style: none;
	margin-bottom: 15px;
}

#rodape #menu-rodape ul li:hover{
	font-weight: 500;
}
/******************** Atribuições Rodape **********************/