@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
}
.icon_menu, .icon_menu_small, .nav {
	display: none;
}
.video_background {
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index:-1;
	  filter: grayscale(100%);

}
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.thumb_box {
width: 100%; 
padding-top: 100%; 
position: relative;
}
.wrapper_align {
width: 100%; 
height: 100%; 
display: table;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}




.content, .content_empty {
	width: calc(100% - 100px);
	padding: 50px;
	background: #FFF;
	text-align: center;
}
.content_empty {
	padding: 150px 50px 50px 50px;
}
.content .txt, .content_empty .txt  {
max-width: 650px;
margin: auto;
text-align: center;
}
.main_banner, .interior_banner {
	width: 100%; 
	position: relative;
	height: 100%;
}
.interior_banner {
	height: 350px;
	margin-top: 100px;
background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_txt {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50px;
	bottom: 0;
	right: 50px;
	width: calc(100% - 100px);
	height: calc(100% - 125px);
	display: table;
	text-align: center;
}
.shadow {
	width: 100%; 
	height: 100%;
	background-color: #000;
	opacity: .2;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}



.mouse {
width: 60px;
bottom: 15px;
left: 50%;
margin-left: -30px;
position: absolute;
z-index: 15;
}
.main_banner_footer {
z-index: 12;
width: calc(100% - 100px);
bottom: 0;
left: 0;
height: 100px;
padding: 0 50px 0 50px;
position: absolute;
background-color: #FFF;
}
.main_banner_footer .left {
width: 50%;
height: 100%;
display: table;
float: left;
}
.main_banner_footer .right {
width: 50%;
height: 100%;
display: table;
float: right;
text-align: right;
}

.slide_photo {
width: 100%; 
height: 550px; 
display: table;
text-align: center;
background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.slide_clients {
width: 100%;
text-align: center;
}
.clients {
vertical-align: middle;
margin: 0 20px 0 20px;
}

.slide_photo .mask {
background-color: rgba(0,0,0,.4);
}
.catering_thumb .mask {
background-color: rgba(0,0,0,.2);
}


.main_access_wrapper {
width: calc(100% - 100px);
position: absolute;
left: 0;
bottom: 135px;
z-index: 10;
padding: 0 50px 0 50px;
}
.main_access {
float: left;
border: solid 1px #FFF;
width: calc(32% - 2px);
margin-right: 2%;
height: 100px;
text-align: center;
display: table;
color: #FFF;
}
.main_access_left:hover {
background-color:#cf3336;
border: solid 1px #cf3336;
}
.main_access_center:hover {
background-color:#68c7cb;
border: solid 1px #68c7cb;
}
.main_access_right:hover {
background-color:#f6eb2d;
border: solid 1px #f6eb2d;
color: #000;
}
/*HEADER*/
.header {
	width: calc(100% - 100px);
	padding: 0 50px 0 50px;
	height: 99px;
	display: table;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: #FFF;
	position: fixed;
}
.header_line {
border-bottom: 1px solid #ccc;
}
.logo{
	width: 175px;
	height: 100%;
	float: left;
	display: table;
}
.nav {
	width: calc(100% - 200px);
	height: 100%;
	float: right;
	display: table;
	text-align: right;
}
.icon_close {
display: none;
}

/*FOOTER*/

.footer {
	width: calc(100% - 100px); 
	height: 100px;
	padding: 0 50px 0 50px;
	background-color: #f2f2f2;
	background-image: url(images/color_bar.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 5px;
}
.footer .left {
float: left;
text-align: left;
display: table;
	height: 100%;
}
.footer .right {
float: right;
text-align: right;
display: table;
	height: 100%;
}

/*OUTLES*/

.outlet_thumb {
width: calc(50% - 20px); 
margin-right: 30px; 
display: inline-block; 
vertical-align: top; 
background-color: #000;
text-align: center;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.outlet_thumb .slide_inf, .catering_thumb .slide {
position: absolute; 
top: 0; 
bottom: 0; 
right: 0; 
left: 0;
z-index: 1;
}
.outlet_thumb .slide_top {
position: absolute; 
z-index: 2;
opacity: 0;
top: 50px; 
bottom: 50px; 
right: 50px; 
left: 50px;
background-color: rgba(0,0,0,.75);
}
.outlet_thumb:hover .slide_top {
opacity: 1;
}
.outlet_thumb:hover .slide_inf {
opacity: 0;
}

/*CATERING*/

.catering_thumb {
width: calc(25% - 12.5px); 
margin: 0 10px 10px 0; 
display: inline-block; 
vertical-align: top;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
}


/*GALLERYS*/

.gallery_wrapper {
width: calc(100% - 20px); 
margin: 10px;
text-align: left;
line-height: 0;   
  -webkit-column-count: 2;
  -webkit-column-gap:   10px;
  -moz-column-count:    2;
  -moz-column-gap:      10px;
  column-count:         2;
  column-gap:           10px;  
}
.gallery_wrapper .photo {
  width: 100% !important;
  height: auto !important;
		margin-bottom: 10px !important;
		position: relative;
}
.play {
position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -25px; 
margin-left: -25px; 
z-index: 2;
width: 50px;
height: auto;
}


/*MENU*/

.bt_takealook {
display: none;
opacity: 0;
margin: 15px 0 0 0;
}
.catering_thumb:hover .bt_takealook {
display: inline-block;
opacity: 1;
}


/*CONTACT*/
.mapa {
	width:100%; 
	height:550px;
}
.contact_txt {
width: 300px;
margin-right: 50px;
text-align: left;
float: left;
}
.form_box {
	width: calc(100% - 350px);
	float: right;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}
.result_box {
text-align:center; 
display:none;
}
/* Fonts */

.menu {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right: 20px;
}


.credito {
	font-family: 'Lato', sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}
.t1, .t2, .t3, .t4, .t5, .t6 {
	text-decoration:none;
		font-family: 'Lato', sans-serif;
}
.t1 {
	font-size:3rem;
	font-weight:400;
}
.t2 {
	font-size:1.4rem;
	font-weight:400;
	line-height: 24px;
}
.t3 {
	font-size:1.8rem;
	font-weight:300;
}
.t4 {
	font-size:6rem;
	font-weight:100;
}
.t5 {
font-family: 'Kaushan Script', cursive;
	font-size:4rem;
}
.t6 {
	font-size:1.2rem;
	font-weight:400;
}

.white {
	color:#FFF;
}
.black {
	color:#000;
}
.grey {
	color:#666;
}

.white_box {
background-color: #FFF;
padding: 10px 20px 10px 20px;

}
.tittle_line {
border-bottom: solid 5px;
letter-spacing: 3px;
padding-bottom: 10px;
}

.bt_orange, .bt_white, .bt_black {
display: inline-block;
text-decoration: none;
padding: 10px 20px 10px 20px;
background-color: #eb6340;
color:#FFF;
font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:700;
vertical-align: middle;
text-transform: uppercase;
}

.bt_orange:hover {
transform: scale(1.05);
}

.bt_white, .bt_black {
background-color: initial;
	font-size:12px;
color:#FFF;
	letter-spacing: 3px;
	border: solid 1px #FFF;
}
.bt_black {
color:#000;
	border: solid 1px #171010;
}
.bt_white:hover{
color: #000;
background-color: #FFF;
}
.bt_black:hover{
color:#FFF;
	background: #000;
}

/* Icons */

.redes {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width:30px;
	height: 30px;
	text-decoration:none;
	margin: 0 10px 0 10px;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}
.redes:hover {
transform: scale(1.10);
}
.facebook {
background-image: url(images/icon_facebook.png);
}
.instagram {
background-image: url(images/icon_instagram.png);
}
.spotify {
background-image: url(images/icon_spotify.png);
}
.pinterest {
background-image: url(images/icon_pinterest.png);
}
.youtube {
background-image: url(images/icon_youtube.png);
}

.whatsapp {
width: 50px;
height: 50px;
display: inline-block;
vertical-align: middle;
margin-left: 25px;
background-image: url(images/icon_whatsapp.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
color: transparent;
}
.whatsapp:hover {
transform: scale(1.2);
}

/* Forms */
.field, .field_max, .area, .drop, .drop_max {
	color:#171010;
	width:calc(50% - 11px);
	margin-bottom: 10px;
	height: 40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:400;
	display: inline-block;
	outline:none;
	border:none;
	border-radius: 0;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	background-color: transparent;
	border-bottom: 1px solid #000; 
}
.drop {
	width:calc(50% - 8px); 
}
.drop, .drop_max {
background-image: url(images/arrow_down_black.png);
background-repeat: no-repeat;
background-position: right center;
background-size: 20px auto;
}
.field_max, .drop_max {
	width:100%;
	display: block;
}
.area {
width: 100%;
	resize:none;
	height: 175px;
	border-bottom: none; 
}
.area_border {
	border-bottom: 1px solid #000;
}
.bt_send, .bt_reserve {
	color:#000;
	background-color: #FFF;
	text-decoration:none;
	padding: 10px 20px 10px 20px;
	border: solid 1px #000;
	text-align:center;
	display:block;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	float: right;
	text-transform: uppercase;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
}
.bt_reserve {
	color:#FFF;
	background-color: #ec6440;
	border: none;
	margin: auto;
	float: initial;
	padding: 10px 0 10px 0;
	width: calc(33.3333% - 40px);
}
.bt_reserve:hover {
	background-color: #000;
}

.bt_send:hover {
	transform: scale(1.025);
	color: #FFF;
	background-color: #000;
}

input::-webkit-input-placeholder { 
  	color: #171010;
}
input::-moz-placeholder { 
  	color: #171010;
}
input:-ms-input-placeholder { 
  	color: #171010;
}

textarea::-webkit-input-placeholder {
		color: #171010;
}
textarea::-moz-placeholder {
		color: #171010;
}
textarea:-ms-input-placeholder {
		color: #171010;
}

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

.nav {
	display: block;
	width:100%;
	height:100%; 
	position:fixed; 
	background:rgba(0,0,0,.75);
	z-index:99999999;
	right:-100%;
    top: 0;
}

.icon_menu {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	transition: transform 0.3s;
	position: absolute;
	top: 50px;
	right: 25px;
	display: block;
	 background-image: url(images/icon_menu.png);
}

    
.menu {
	font-size:20px;
	margin-bottom: 20px;
	display:block;
	margin-right: 0;
}
.icon_close {
	background-image:url(images/icon_close.png?v=1.3);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	top:25px;
	left: 25px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close:hover {
	transform: rotate(90deg);
}




	
