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


html, body {
  	padding: 0;
  	margin: 0;
  	height: 100%;
 	width: 100%;
}
.shadow {
width: 100%; 
height: 100%; 
z-index: 2; 
top: 0; 
left: 0; 
position: absolute; 
background-color: #825643; 
mix-blend-mode: multiply;
}
.main_logo {
width: 250px;
height: auto;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}
.wrapper {
min-height: 100%;
width: 100%;
position: relative;
}
.slide_home {
background-color: #FFF;
}
.slide_carta, .slide_signature, .slide_gallery, .slide_contact {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.slide_signature {
background-color: #f9dfbd;
background-image: url(images/bg_signature.png);
background-position: center bottom;
background-size: 100% auto;
text-align: center;
padding: 50px;
width: calc(100% - 100px);
}
.slide_gallery {
background-color: #fff;
background-image: url(images/bg_gallery.png);
}
.slide_contact {
background-color: #ff7f00;
background-image: url(images/surfer.jpg);
background-position: right center;
background-size: auto 100%;
}
.wrapper_txt {
position: absolute;
left: 50px;
right: 50px;
top: 50px;
bottom: 50px;
z-index: 3;
}
.home_txt_align, .carta_txt_align, .signature_txt_align, .gallery_txt_align, .contact_txt_align {
height: 100%;
width: 100%;
display: table;
text-align: center;
}
.banner_left, .banner_right {
position: absolute;
z-index: 1;
width: 25%;
left: 0;
top: 0;
height: 100%;
background-position: right center;
background-repeat: no-repeat;
background-size: auto 95%;
}
.banner_right {
left: initial;
right: 0;
background-position: left center;
}
/*HEADER*/
.header {
width: 100%;
position: fixed;
left: 0;
top: 0;
height: 50px;
background-color: rgba(130,86,67,.75);
z-index: 50;
}
.header_bg {
background-color: #825643;
}
/*
.redes {
display: block;
background-color: transparent;
z-index: 49;
}
*/
.header_left {
width: calc(50% - 200px);
float: left;
height: 100%;
display: table;
text-align: left;
padding-left: 50px;
}
.header_right {
width: calc(50% - 200px);
padding-right: 50px;
height: 100%;
display: table;
text-align: right;
float: right;
}
.header_center {
float: left;
width: 300px;
height: 100%;
text-align: center;
display: none;
}
.header_center_table {
display: table;
}


/*HOME*/

.mouse {
position: absolute;
bottom: 25px;
left: 50%;
margin-left: -30px;
width: 60px;
z-index: 4;
}


/*CONTACT*/
.contact_txt_align  {
text-align: left;
max-width: 550px;
float: left;
}



.bowl_size {
width: 250px; 
display: inline-block; 
vertical-align: top;
}
.item_poke {
width: calc(20% - 25px); 
margin: 10px; 
display: inline-block; 
vertical-align: top;
}
.item_signature {
width: 340px; 
display: inline-block; 
vertical-align: top; 
margin: 15px;
}
.circle {
width: 50px;
padding-top: 10px;
height: 40px;
border-radius: 25px; 
background-color: #ff8f00; 
margin-bottom: 20px;
display: inline-block;
}


/* Fonts */

.t1, .t2, .t3 {
	text-decoration:none;
}
.t1 {
	font-size:50px;
	font-family: 'bondieregular';
}
.t2 {
	font-size:18px;
	font-family: 'clan-bookregular';
	line-height: 24px;
}
.t3 {
	font-size:18px;
	font-family: 'clan-boldbold';
	line-height: 30px;
}
.t4 {
	font-size:14px;
	font-family: 'clan-bookregular';
	line-height: 20px;
}
.t5 {
	font-size:30px;
	font-family: 'clan-boldbold';
}
.t6 {
	font-size:14px;
	font-family: 'clan-boldbold';
	line-height: 20px;
}
.black{
	color:#000;
}
.white {
	color:#FFF;
}
.orange {
 color:#ff7f00;
}
.brown {
color:#825643;
}

.redes_small {
height: 100%;
display: inline-block;
margin-left: 20px;
vertical-align: middle;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
color: transparent;
}
.rappi_small {
width: 50px;
background-image:url(images/logo_rappi_white.png);
}
.glovo_small {
width: 70px;
background-image:url(images/logo_glovo_white.png);
}
.pedidosya_small {
width: 100px;
background-image:url(images/logo_pedidosya_white.png);
}
.whatsapp_small {
width: 25px;
background-image:url(images/logo_whatsapp_white.png);
}
.shop_small {
width: 30px;
background-image:url(images/icon_shop_white.png);
}


label.error {
color: red;
font-style: italic; 
display:inline-block;
}
		  
form label.error {
display:none !important;
}
		  
form input.error, form textarea.error, form select.error {
background-color:#FFC6C6;
}


/* Forms */
.field, .area, .send {
	color:#FFF;
	width:100%;
	height: 40px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	outline:none;
	border:none;
	border-radius: 0;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	background-color: transparent;
	border-bottom: 1px solid #fff; 
	margin-bottom: 10px;
	resize:none;
}
.area {
	border: none;
	height: 120px;
}
.send {
	color: transparent;
	cursor:pointer;
	height: 50px;
	background-image: url(images/send_white.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	-webkit-transition: all .25s ease-out;
 -moz-transition: all .25s ease-out;
 -o-transition: all .25s ease-out;
 transition: all .25s ease-out;
}

/*
.send_shop {
	color: #FFF;
	background-color: #e4218f;
	cursor:pointer;
	height: 50px;
	width: 100%;
	border-radius: 25px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 25px;
		-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
}
*/

input::-webkit-input-placeholder { 
  	font-family: 'PT Sans', sans-serif; 
			font-size:14px; 
			font-weight:400; 
			font-style: italic; 
			color: #FFF;
}
input::-moz-placeholder { 
  	font-family: 'PT Sans', sans-serif; 
			font-size:14px; 
			font-weight:400; 
			font-style: italic; 
			color: #FFF;
}
input:-ms-input-placeholder { 
  	font-family: 'PT Sans', sans-serif; 
			font-size:14px; 
			font-weight:400; 
			font-style: italic; 
			color: #FFF;
}
textarea::-webkit-input-placeholder {
	font-family: 'PT Sans', sans-serif; 
	font-size:14px; 
	font-weight:400; 
	font-style: italic; 
	color: #FFF;
}
textarea::-moz-placeholder {
	font-family: 'PT Sans', sans-serif; 
	font-size:14px; 
	font-weight:400; 
	font-style: italic; 
	color: #FFF;
}
textarea:-ms-input-placeholder {
	font-family: 'PT Sans', sans-serif; 
	font-size:14px; 
	font-weight:400; 
	font-style: italic; 
	color: #FFF;
}







@font-face {
    font-family: 'bondieregular';
    src: url('fonts/bondie-regular-webfont.woff2') format('woff2'),
         url('fonts/bondie-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clan-blackblack';
    src: url('fonts/clan-black-webfont.woff2') format('woff2'),
         url('fonts/clan-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clan-boldbold';
    src: url('fonts/clan-bold-webfont.woff2') format('woff2'),
         url('fonts/clan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clan-bookregular';
    src: url('fonts/clan-book-webfont.woff2') format('woff2'),
         url('fonts/clan-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clan-mediummedium';
    src: url('fonts/clan-medium-webfont.woff2') format('woff2'),
         url('fonts/clan-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clan-thinthin';
    src: url('fonts/clan-thin-webfont.woff2') format('woff2'),
         url('fonts/clan-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.panelBaner{
	position: relative;
}

 .bx-wrapper .bx-controls-direction a { 
	 top: inherit;
	 margin-top: 0px; 
	 bottom: 20px;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	display: none !important;
}
 
.bx-wrapper .bx-pager { 
	bottom: 175px; 
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,.5);
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide{
	position:absolute !important;
	left:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .slide {
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	background-attachment: fixed;
}
.panelBaner .bx-wrapper{
	z-index:0;
}


.method_store, .method_shop, .method_app {
width: calc(25% - 5px); 
float: left; 
display: inline-block; 
vertical-align: top;
}
.method_app {
width: calc(50% - 5px);
}
.method_icon {
width: 100%; 
height: 150px; 
display: table; 
text-align: center;
}
.method_icon_fix {
height: initial; 
}

.bt_store, .bt_shop {
width: 100%; 
height: 100%;
display: block;
color: transparent;
vertical-align: top;
text-decoration: none;
background-image: url(images/icon_store_brown.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 75px auto;
}
.method_store .bt_store:hover {
background-image: url(images/icon_store_orange.png);
transform: scale(1.05);
}
.bt_shop {
background-image: url(images/icon_shop_brown.png);
}
.method_shop .bt_shop:hover {
background-image: url(images/icon_shop_orange.png);
transform: scale(1.05);
}
.bt_rappi, .bt_glovo, .bt_pedidosya, .bt_whatsapp {
height: 150px;
width: 100px;
display: inline-block;
vertical-align: top;
color: transparent;
text-decoration: none;
background-image: url(images/logo_rappi_brown.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
margin: 0 10px 0 10px;
}
.bt_pedidosya{
background-image: url(images/logo_pedidosya_brown.png);
width: 175px;
}
.bt_glovo {
background-image: url(images/logo_glovo_brown.png);
width: 125px;
}
.bt_whatsapp {
background-image: url(images/logo_whatsapp_brown.png);
width: 175px;
}
.bt_pedidosya:hover {
background-image: url(images/logo_pedidosya_color.png);
transform: scale(1.05);
}
.bt_rappi:hover {
background-image: url(images/logo_rappi_color.png);
transform: scale(1.05);
}
.bt_glovo:hover {
background-image: url(images/logo_glovo_color.png);
transform: scale(1.05);
}
.bt_whatsapp:hover {
background-image: url(images/logo_whatsapp_color.png);
transform: scale(1.05);
}

.brake {
display: none;
}

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

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide {
    z-index: -2 !important;
}

.banner_left {
width: 100%;
left: 0;
bottom: 0;
height: 220px;
top: initial;
background-position: top center;
background-size: 100% auto;
}
.slide_home {
padding-top: 50px;
}
.mouse, .banner_right {
display: none;
}
.wrapper_txt {
position: initial;
padding: 25px;
padding-top: 50px;
}

/*HEADER*/
.header_right {
width: calc(100% - 50px);
padding-right: 25px;
padding-left: 25px;
text-align: center;
float: none;
}
.header_right_bg {
background-color: #ff7f00;
}
.header_left {
display: none;
}
.header_center {
width: 100%;
}

/*CONTACT*/
.contact_txt_align  {
float: none;
}
.bowl_size {
width: 100%; 
display: block; 
margin-bottom: 25px;
}
.item_poke {
width: calc(100% - 20px); 
display: block; 
margin-bottom: 25px;
}
.item_signature {
width: calc(100% - 20px); 
display: block; 
margin: 10px;
margin-bottom: 25px;
}

.panelBaner .bx-wrapper {
z-index: -2 !important;
}
.shadow {
z-index: -1; 
}
.slide_contact {
background-position: right bottom;
padding-bottom: 400px;
background-attachment: scroll;
background-size: 120% auto;
}
/*
.main_logo {
width: 200px;
}
*/

.t1 {
	font-size:36px;
}
.t5 {
	font-size:24px;
}
.slide {
background-attachment: scroll !important;
}
.brake {
display: block;
}
.method_store, .method_shop, .method_app {
width: calc(100% - 5px); 
float: none; 
display: block; 
margin-bottom: 25px;
}
.bt_rappi, .bt_glovo, .bt_pedidosya, .bt_whatsapp {
width: 100%;
display: block;
height: 50px;
background-size: auto 100%;
margin-bottom: 25px;
}
.slide_gallery {
min-height: initial;
}


}

@media (min-width: 1500px) {
	
body {
	zoom: 125%;
	-moz-zoom: 125%;
	-webkit-zoom: 125%;
}
	
}


@media (min-width: 1800px) {
	
body {
	zoom: 150%;
	-moz-zoom: 150%;
	-webkit-zoom: 150%;
}
		
}	

@media (min-width: 2100px) {
	
body {
	zoom: 175%;
	-moz-zoom: 175%;
	-webkit-zoom: 175%;
}
		
}	