@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Contact
7. Reservations
8. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|PT+Sans+Narrow:400,700');

@font-face {
	font-family: 'Edward';
	src: url(../font/edwardian_script_itc.ttf) format('truetype'),
		url(../font/edwardian_script_itc.otf) format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	color: #636363;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p:last-of-type {
	margin-bottom: 0;
}

a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: rgba(196, 171, 159, 0.5);
	color: #FFFFFF;
}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: left;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.trans_800 {
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 100px 10px 200px inset;
}

.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.nopadding {
	padding: 0px !important;
}

.page_subtitle {
	font-family: 'Edward', sans-serif;
	color: #b49383;
	line-height: 0.75;
}

.button {
	width: 163px;
	height: 47px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}

.button a {
	display: block;
	font-size: 18px;
	color: #b49383;
	line-height: 44px;
}

.button:hover {
	background: #c4ab9f;
}

.button:hover a {
	color: #FFFFFF;
}

.section_subtitle {
	font-size: 36px;
}

.section_title {
	margin-top: 6px;
}

.section_title h1 {
	font-size: 48px;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled {
	background: rgba(0, 0, 0, 0.85);
}

.header_content {
	width: 100%;
	height: 149px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled .header_content {
	height: 80px;
}

.logo {
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

.logo img {
	/*display: block;
    width: 226px;
    height: 237px;
    margin-top: 19px;*/

	display: block;

	width: 210px;
	height: 132px;
	margin-top: -19px;

}

.logo a>div:first-child {
	font-size: 36px;
	line-height: 0.75;
	color: #FFFFFF;
}

.logo a>div:last-child {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 12px;
	text-align: center;
}

.main_nav {
	margin-left: 110px;
}

.main_nav ul li:not(:last-child) {
	margin-right: 40px;
}

.main_nav ul li a {
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}

.main_nav ul li a:hover {
	color: #d2ae6c;
}

.reservations_phone {
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #d2ae6c;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 4px;
}

.hamburger_bar {
	position: fixed;
	top: 0;
	right: calc((100vw - 690px) / 2 - 15px);
	width: auto;
	height: 149px;
	z-index: 102;
}

.hamburger_bar.scrolled {
	height: 80px;
}

.hamburger {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	cursor: pointer;
	padding: 15px;
	z-index: 2;
}

.menu_toggle {
	display: block;
}

.menu_hamburger {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}

.hamburger_lines {
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #F7F7F7;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	transform-origin: center center;
}

.line_1 {
	top: 0px;
}

.line_2 {
	top: 5px;
}

.line_3 {
	top: 10px;
}

.hamburger.active .line_1 {
	transform: translateY(5px) rotate(45deg) !important;
}

.hamburger.active .line_3 {
	transform: translateY(-5px) rotate(-45deg) !important;
}

.hamburger.active .line_2 {
	opacity: 0 !important;
}

.menu_toggle span {
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F7F7F7;
}

/*********************************
4. Menu
*********************************/

.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(211, 54, 77, 0.97);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	padding-bottom: 100px;
}

.menu.active {
	visibility: visible;
	opacity: 1;
}

.menu_content {
	width: 100%;
	height: 100%;
}

.menu_content ul li:not(:last-child) {
	margin-bottom: 3px;
}

.menu_content ul li {
	display: block;
}

.menu_content ul li a {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	letter-spacing: 0.075em;
}

.menu_content ul:hover li a {
	color: rgba(255, 255, 255, 0.5);
}

.menu_content ul li a:hover {
	color: rgba(255, 255, 255, 1);
}

.menu_reservations_phone {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 4em;
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
}

/*********************************
5. Home
*********************************/

.home {
	width: 100%;
	height: 350px;
}

.home_container {
	position: absolute;
	bottom: 129px;
	left: 0;
	width: 100%;
}

.home_subtitle {
	font-size: 48px;
	font-weight: bold;
	line-height: 0.75;
}

.home_title {
	margin-top: -2px;
}

.home_title h1 {
	font-size: 72px;
	color: #FFFFFF;
	position: relative;
	top: 50px;
	text-align: center;
}


/*********************************
HORARIO
*********************************/


/*********************************
6. Contact
*********************************/

.contact {
	width: 100%;
	background: #FFFFFF;
	padding-top: 58px;
	padding-bottom: 103px;
}

.contact_title {
	font-size: 36px;
	color: #232323;
	line-height: 1.5;
	top: -25px;
	right: 3px
}

.contact_text {
	margin-top: 40px;
}

.contact_logo_container {
	margin-top: 59px;
}

.contact_logo_title {
	font-size: 63px;
	line-height: 0.75;
	color: #232323;
}

.contact_logo_subtitle {
	font-size: 21px;
	text-transform: uppercase;
	color: #232323;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 19px;
}

.contact_list_container {
	padding-top: 39px;
	padding-bottom: 41px;
	margin-top: 38px;
	border: solid 2px #d2ae6c;
}

.contact_list_content {}

.contact_list {
	/*max-width: 220px;*/
	max-width: 347px;
}

.contact_list li:not(:last-child) {
	margin-bottom: 24px;
}

.contact_list li>div {
	float: left;
}

.contact_list li>div:first-child div {
	width: 87px;
	font-size: 22px;
	color: #232323;
	line-height: 0.95;
	right: 4px;
}

.contact_list li>div:last-child {
	font-size: 17px;
	color: #838383;
	line-height: 1.6;
	margin-top: -3px;
}

.contact_social {
	margin-top: 35px;
}

.contact_social ul li:not(:last-child) {
	margin-right: 21px;
}

.contact_social ul li a i {
	padding: 5px;
	font-size: 14px;
	color: #8e2d2d;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


.redes_social {
	margin-top: 40px;
	right: -53px;
}

.redes_social ul li:not(:last-child) {
	margin-right: 21px;
}

.redes_social ul li a i {
	padding: 10px;
	font-size: 30px;
	color: #D3364D;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.redes_social ul li a i:hover {
	color: #9f7e40;
}


.redes_social ul li a svg {
	padding: 10px;
	font-size: 30px;
	color: #D3364D;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


.redes_social ul li a svg:hover {
	color: #9f7e40;
}



.google_map_row {
	margin-top: 82px;
}

.contact_map {
	width: 100%;
}

.map {
	width: 100%;
}

.google_map {
	width: 100%;
	height: 434px;
}

.map_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map {
	width: 100%;
	height: calc(100% + 30px);
}


/*********************************
7. Reservations
*********************************/

.reservations {
	width: 100%;
	padding-top: 101px;
	padding-bottom: 75px;
}

.res_stars {
	font-size: 36px;
	font-weight: normal;
}

.res_title {
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 0.75;
	margin-top: 17px;
}

.res_form_container {
	margin-top: 72px;
}

.res_input {
	background: transparent;
	width: 210px;
	height: 52px;
	border: solid 2px #c4ab9f;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 25px;
	outline: none;
}

.res_input:not(:last-child) {
	margin-right: 16px;
}

.res_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background: transparent;
	width: 210px;
	height: 52px;
	border: solid 2px #c4ab9f;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 25px;
	outline: none;
}

.res_select option {
	color: #282828;
}

.res_button {
	max-width: 100%;
	width: 216px;
	height: 48px;
	background: #c4ab9f;
	color: #FFFFFF;
	border: none;
	outline: none;
	margin-top: 42px;
	font-size: 18px;
	cursor: pointer;
	/**ADD*/
	margin-left: 17px;
}

/*********************************
8. Footer
*********************************/


.footer {
	width: 100%;
	background: #232323;
	padding-top: 20px;
	padding-bottom: 23px;
}

.footer_logo_title {
	font-size: 57px;
	line-height: 0.75;
	color: #FFFFFF;
}

.footer_logo_subtitle {
	font-size: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 17px;
}

.copyright {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.41);
	line-height: 0.75;
	margin-top: 63px;
}

.footer_about p {
	color: #a5a4a4;
}

.footer_contact ul li:not(:last-child) {
	margin-bottom: 15px;

}

.footer_contact_title {
	width: 61px;
	height: 21px;
	font-size: 16px;
	color: #FFFFFF;

	line-height: 21px;

	padding-left: 8px;
	margin-right: 11px;
}

.footer_contact_text {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
}

.footer_contact ul li div:last-child {
	white-space: nowrap;
}

.contact_social {
	margin-top: 72px;
}

.contact_social ul li:not(:last-child) {
	margin-right: 21px;
}

.contact_social ul li a i {
	padding: 10px;
	font-size: 30px;
	color: #f4f1f1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.contact_social ul li a i:hover {
	color: #d2ae6c;
}

/**Footer Tik Tok**/

.contact_social ul li a svg {

	font-size: 30px;
	color: #f4f1f1;
	margin-left: 4px;
	margin-top: 10px;
}

.contact_social ul li a svg:hover {
	color: #d2ae6c;
}

.respon_button {
	width: 116px;
	height: 30px;
	background: #D3364D;
	color: #FFFFFF;
	border: none;
	outline: none;
	margin-top: 8px;
	font-size: 20px;
	cursor: pointer;
	margin-left: 199spx;
	top: 10px;
}

.contact_social ul li button .respon_button {

	padding: 10px;
	font-size: 30px;
	top: 10px;
	color: #f4f1f1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


.respon_button:hover {
	background: #d13048;
}

.respon_button:hover a {
	color: #FFFFFF;
}


.reserva {
	width: -102px;
	height: 45px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 21px;
	padding-left: 8px;
	margin-right: 15px;
	top: -39px;
	right: -149px;
	color: #D3364D;
}


/* Estilos shake*/

.shake:hover {
	animation-name: shake;
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;

}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}



@media only screen and (max-width: 400px) {


	.reserva {
		width: -102px;
		height: 45px;
		font-size: 22px;
		color: #FFFFFF;
		line-height: 21px;
		padding-left: -138px;
		margin-right: -78px;
		top: -28px;
		right: -7px;
		color: #D3364D;
	}

	.contact_social ul li a i {

		font-size: 30px;
		color: #f4f1f1;
		margin-left: -23px;
		margin-top: -101px;
	}

	.contact_social {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	/**Footer Tik Tok**/

	.contact_social ul li a svg {

		font-size: 30px;
		color: #f4f1f1;
		margin-left: -18px;
		margin-top: -16px;
	}
	
	.contact_social {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}


/*********************************
10. Reservations
*********************************/

.reservations {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 75px;
	background: #222222;
}

.res_stars {
	font-size: 36px;
	font-weight: normal;
}

.res_title {
	font-size: 50px;
	color: #ffffff;
	font-weight: 400;
	line-height: 0.75;
	margin-top: 17px;
}

.res_form_container {
	margin-top: -45px;
}

.res_input {
	background: transparent;
	width: 210px;
	height: 52px;
	border: solid 2px #917d34;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 25px;
	outline: none;
}

.res_input:not(:last-child) {
	margin-right: 16px;
}

.res_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background: transparent;
	width: 210px;
	height: 52px;
	border: solid 2px #c4ab9f;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 25px;
	outline: none;
}

.res_select option {
	color: #282828;
}

.res_button {
	width: 216px;
	height: 48px;
	background: #D3364D;
	color: #FFFFFF;
	border: none;
	outline: none;
	margin-top: 42px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 4px;
}


.res_button:hover {
	background: #d13048;
}

.res_button:hover a {
	color: #FFFFFF;
}

.res_shake:hover {
	animation-name: shake;
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}