@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:400,400i,700,700i,800,800i&display=swap');
/* CSS Document */


html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

#nav,
.icon_menu {
	display: none;
}

.cart {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	text-decoration: none;
	outline: none;
	color: transparent !important;
	border: none;
	background-color: #ddd;
	background-image: url(images/icon_cart_color.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px auto;
	margin-left: 25px;
}

.cart:hover {
	transform: scale(1.1);
	background-color: #000;
	background-image: url(images/icon_cart_white.png);
}

.wrapper {
	width: calc(100% - 100px);
	padding: 0 50px 0 50px;
	margin: auto;
	max-width: 1500px;
}

.content {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 50px;
	text-align: center;
}

.align {
	display: table-cell;
	vertical-align: middle;
}

.align_bottom {
	display: table-cell;
	vertical-align: bottom;
}

.mouse {
	position: fixed;
	z-index: 30;
	left: 50%;
	margin-left: -20px;
	bottom: 75px;
	width: 40px;
}

.nav_arrow {
	position: absolute;
	z-index: 31;
	bottom: 150px;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
}

.nav_arrow_timeline {
	margin: auto;
	width: 60px;
	text-align: center;
}

/*HEADER*/
.header,
.header_small {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.header_small {
	height: 60px;
	position: fixed;
	background-color: #FFF;
	display: none;
	z-index: 102;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.25);
}

.logo,
.logo_small {
	height: auto;
	width: 160px;
	padding-top: 25px;
	float: left;
	text-align: center;
}

.logo_small {
	width: 100px;
	padding: 10px 30px 0 30px;
}

.header_left,
.header_right,
.header_left_small,
.header_right_small {
	width: calc(50% - 80px);
	float: left;
	padding-top: 50px;
}

.header_right,
.header_right_small {
	text-align: right;
}

.header_right_small,
.header_left_small {
	padding-top: 10px;
}

.menu {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	border-radius: 20px;
	height: 30px;
	padding: 5px 15px 0 15px;
	background-color: transparent;

}

.m_w {
	color: #FFF;
}

.m_w:hover {
	background-color: #FFF;
	color: #000;
}

.m_b {
	color: #000;
}

.m_b:hover {
	background-color: #000;
	color: #FFF;
}

.dropmenu {
	position: relative;
	display: inline-block;
}

.dropmenu_content {
	position: absolute;
	display: none;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	padding: 10px 0 0 0;
}

.dropmenu:hover .dropmenu_content {
	display: block;
}

.submenu {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	display: block;
	background-color: #000;
	margin-bottom: 5px;
	width: calc(100% - 20px);
	padding: 8px 10px 0 10px;
	height: 32px;
	color: #FFF;
	border-radius: 20px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.submenu:hover {
	background-color: #FFF;
	color: #000;
}


/*FOOTER*/


.footer {
	width: 100%;
	padding: 100px 0 50px 0;
	background-image: url(images/curve_negative_top.png), url(images/texture.jpg);
	background-position: top center;
	background-repeat: no-repeat, repeat;
	background-size: 100% 90px, auto;
}

.footer_left {
	width: 350px;
	float: left;
}

.footer_right {
	width: calc(100% - 500px);
	float: left;
	padding-left: 125px;
	background-image: url(images/logo_cafe.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100px auto;
}

/*HOME*/

.main_banner {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000;
	background: url(images/main_banner_3.png);
	/* background: url(images/main_banner_2.jpg); */
	background-position: top center;
	background-size: cover;

	display: flex;
    justify-content: center;
    align-items: end;
}

.main_banner .bt_ask_here {
	/* padding: 0 !important; */
	height: auto !important;

	padding: 5px 20px 10px 20px;

    font-size: 37px;
	line-height: 37px;

	margin-bottom: 15vh;
    border-radius: 50px;	
	color: #34763D;
	box-shadow: 0 0 20px black;
    border-color: transparent;
	font-family: 'balgin';
	/* font-family: Verdana, Geneva, sans-serif; */
	font-weight: 700;
}

.shadow {
	z-index: 25;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(images/curve_positive_top.png), url(images/shadow_bottom.png), url(images/shadow_top.png);
	background-position: bottom center, bottom left, top left;
	background-repeat: no-repeat, repeat-x, repeat-x;
	background-size: auto;
}

.frase,
.frase_internas {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	text-align: center;
	padding: 0 50px 0 50px;
	height: 100%;
	width: calc(100% - 100px);
	display: table;
	background-color: rgba(0, 0, 0, .25);
}

.frase_internas {
	padding: 0 50px 100px 50px;
	z-index: 27;
	background-color: transparent;
}

.main_banner_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}


.internas_banner {
	width: 100%;
	height: 650px;
	position: relative;
	background-color: #000;
}

/*THUMBS*/
.thumb_categoria {
	width: 240px;
	height: 300px;
	position: relative;
	display: inline-block;
	border-radius: 0 0 120px 120px;
	overflow: hidden;
	margin: 20px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.thumb_cat_txt,
.thumb_green,
.thumb_red {
	position: absolute;
	width: 220px;
	height: 220px;
	left: 10px;
	bottom: 10px;
	z-index: 4;
	text-align: center;
	display: table;
	opacity: 0;
	border-radius: 110px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.thumb_green {
	z-index: 3;
	background-color: #2db34b;
	mix-blend-mode: multiply;
}

.thumb_red {
	z-index: 3;
	background-color: #ed1c24;
	mix-blend-mode: multiply;
}

.thumb_cat_img {
	position: absolute;
	width: 220px;
	height: 300px;
	bottom: 10px;
	left: 10px;
	border-radius: 0 0 50% 50%;
	z-index: 2;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.thumb_bg {
	position: absolute;
	width: 220px;
	height: 220px;
	border: 10px solid #000;
	border-radius: 50%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.thumb_categoria:hover {
	transform: scale(1.05)
}

.thumb_categoria:hover .thumb_cat_img {
	opacity: 0;
}

.thumb_categoria:hover .thumb_cat_txt {
	opacity: 1;
}

.thumb_categoria:hover .thumb_green {
	opacity: 1;
}

.thumb_categoria:hover .thumb_red {
	opacity: 1;
}

/*LOCALS*/

.local_logo {
	vertical-align: middle;
	margin: 25px;
	display: inline-block;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	mix-blend-mode: multiply;
}

.local_logo:hover {
	transform: scale(1.1);
}




.access {
	width: calc(50% - 25px);
	margin-right: 50px;
	/*
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
*/
	float: left;
	overflow: hidden;
}

.access_img,
.thumb_img,
.thumb_promo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.access_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
	background-image: url(images/shadow_bottom.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-size: auto 300px;
	text-align: center;
	z-index: 2;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.content_access,
.content_thumb {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.access_txt,
.thumb_txt {
	width: 100%;
	height: 100%;
	display: table;
}

.access:hover .access_wrapper {
	background-color: rgba(0, 0, 0, .5);
}

.access:hover .access_img {
	transform: scale(1.2);
	/*
	transform: rotate(30deg);
	top: -125px; 
	left: -125px; 
	right: -125px; 
	bottom: -125px; 
*/
}


.thumb {
	width: calc(33.3333% - 33.3333px);
	margin-right: 50px;
	margin-bottom: 50px;
	float: left;
	overflow: hidden;
}

.thumb_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px;
	text-align: center;
	z-index: 2;
}

.thumb:hover .thumb_img {
	transform: scale(1.2);
}

.thumb_wrapper_prod {
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
}

.thumb:hover .thumb_wrapper_prod {
	opacity: 1;
}

.txt_blog,
.txt_carta {
	color: #FFF;
	line-height: 30px !important;
	background: #000;
	box-shadow: -5px 0 0 5px #000, 5px 0 0 5px #000;
	-webkit-box-shadow: -5px 0 0 5px #000, 5px 0 0 5px #000;
	-moz-box-shadow: -5px 0 0 5px #000, 5px 0 0 5px #000;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.thumb:hover .txt_blog {
	color: #000;
	background: #FFF;
	box-shadow: -5px 0 0 5px #FFF, 5px 0 0 5px #FFF;
	-webkit-box-shadow: -5px 0 0 5px #FFF, 5px 0 0 5px #FFF;
	-moz-box-shadow: -5px 0 0 5px #FFF, 5px 0 0 5px #FFF;
}




.timeline {
	width: 100%;
	position: relative;
	text-align: center;
}

.hito {
	width: 300px;
	margin-left: 45px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.hito_thumb {
	width: 300px;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 25px;
}

.hito_type {
	width: 50px;
	height: 50px;
	background-color: #FFF;
	border-radius: 25px;
	bottom: 20px;
	right: 20px;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto;
}

.hito_gallery {
	background-image: url(images/icon_gallery.png);
}

.hito_video {
	background-image: url(images/icon_video.png);
}

.timeline_line {
	position: absolute;
	height: 1px;
	background-color: #999;
	width: 100%;
	left: 0;
	top: 345px;
}



.locales,
.carta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999999;
	display: none;
}

.locales_wrapper,
.carta_wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.locales_bg,
.carta_bg {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .85);
	position: fixed;
	z-index: 1;
}

.carta_bg {
	background-color: #FFF;
}

.locales_content,
.carta_content {
	left: 200px;
	right: 0;
	top: 0;
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
	bottom: 0;
	position: absolute;
	z-index: 2;
	/*overflow: scroll !important;*/
	overflow-x: auto !important;
}

.locales_logo,
.carta_logo {
	position: fixed;
	width: 200px;
	left: 50px;
	top: 50px;
	z-index: 3;
}

.icon_close {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	width: 50px;
	height: 50px;
	color: transparent;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 20 !important;
	transition: transform 0.3s;
}

.icon_close:hover {
	transform: rotate(90deg);
}

.icon_close_white {
	background-image: url(images/icon_close_white.png) !important;
}

.icon_close_black {
	background-image: url(images/icon_close_black.png) !important;
}

.icon_close_bg {
	background-color: #FFF;
	border-radius: 30px;
	width: 60px;
	height: 60px;
}

.thumb_local {
	width: calc(50% - 25px);
	float: left;
	height: 150px;
	margin-bottom: 30px;
	position: relative;
}

.local_arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-image: url(images/arrow_right_nav_black.png);
	z-index: 1;
	left: 110px;
	bottom: 0;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.local_img {
	width: 140px;
	height: 140px;
	border-radius: 75px;
	float: left;
	border: solid 5px #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.local_txt {
	width: calc(100% - 175px);
	height: 150px;
	float: right;
	display: table;
}


.local_items {
	width: calc(25% - 20px);
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 20px;
}

.thumb_local:hover .local_img {
	transform: scale(1.05);
}

.thumb_local:hover .local_arrow {
	transform: scale(1.1);
}



.thumb_dish {
	width: calc(50% - 25px);
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
	border-bottom: solid 1px #000;
	position: relative;
	margin-bottom: 40px;
	min-height: 75px;
}

.dish_img {
	width: 100%;
	padding-top: 50%;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dish_price {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 0;
	text-align: right;
}

.dish_txt {
	width: calc(100% - 75px);
	position: absolute;
	bottom: 10px;
	z-index: 2;
}

.salad_bar {
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}

.salad_bar_mask {
	background-image: url(images/curve_positive_down.png), url(images/curve_positive_top.png);
	background-position: top center, bottom center;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: rgba(0, 0, 0, .2);
}

.salad_item {
	display: inline-block;
	margin: 20px;
	background-color: rgba(0, 0, 0, .5);
	height: 40px;
	border-radius: 25px;
	padding: 10px 20px 0 20px
}



.content_left {
	width: calc(100% - 300px);
	float: left;
	text-align: left;
}

.content_right {
	width: 250px;
	float: right;
	text-align: left;
}


.whatsapp {
	position: fixed;
	bottom: 85px;
	right: 20px;
	z-index: 999;
	text-decoration: none;
	color: transparent;
	background-image: url(images/icon_whatsapp.png);
	background-position: center center;
	background-size: 45px auto;
	background-repeat: no-repeat;
	background-color: #2bd64a;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* Fonts */

.credito {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #000;
	text-decoration: none;
	opacity: .75;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.t1 {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	line-height: 28px;
}

.t2 {
	font-family: 'bernadetteregular';
	font-size: 50px;
	text-decoration: none;
	line-height: 46px;
}

.t3 {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	line-height: 24px;
}

.t4 {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px;
}

.t5 {
	font-family: 'Nunito', sans-serif;
	font-size: 40px;
	font-weight: 400;
	text-decoration: none;
	line-height: 35px;
}

.grey {
	color: #999;
}

.black {
	color: #000;
}

.white {
	color: #FFF;
}

.year_red,
.year_green {
	height: 30px;
	padding: 10px 25px 0 25px;
	border-radius: 20px;
	background-color: #ed1c24;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.year_green {
	background-color: #2db34b;
}


.bt_base {
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: none;
	text-align: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	height: 30px;
	padding: 10px 25px 0 25px;
	border-radius: 20px;
}

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

.bt_black {
	color: #000;
	background-color: #FFF;
	border: solid 1px #000;

}

.bt_black:hover {
	color: #FFF;
	background-color: #000;
}

/* Icons */

.redes {
	color: transparent;
	display: inline-block;
	cursor: pointer;
	width: 25px;
	height: 25px;
	text-decoration: none;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	margin-right: 25px;
}

.redes_fix {
	margin: 10px;
}

.facebook {
	background-image: url(images/icon_facebook_black.png);
}

.instagram {
	background-image: url(images/icon_instagram_black.png);
}

.facebook_w {
	background-image: url(images/icon_facebook_white.png);
}

.instagram_w {
	background-image: url(images/icon_instagram_white.png);
}

.tiktok_w {
	background-image: url(images/Logo_50x50_TTv1.png);
}

.youtube_w {
	background-image: url(images/Logo_50x50_YTv2.png);
}



/* Forms */

.form_box {
	width: calc(50% - 25px);
	margin-right: 50px;
	float: left;
}

.field {
	color: #000;
	width: 100%;
	display: inline-block;
	height: 40px;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	outline: none;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	margin-bottom: 20px;
}

.drop {
	background-image: url(images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	margin: 25px;
	display: inline-block;
	max-width: 250px;
}

.area {
	resize: none;
	height: 165px;
}

.bt_send {
	margin: auto;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	width: 100%;
	max-width: 200px;
	background-color: #000;
	display: block;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 800;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-bottom: none;
	text-align: center;
	border-radius: 20px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.bt_send:hover {
	background-color: #2db34b;
}



.brake,
.nav {
	display: none;
}

.brake_home {
	display: block;
}

.btnPedido {
	background-color: #000;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	width: fit-content;
	padding: 5px 16px;
	margin: 20px auto 0;
	border-radius: 20px;
}

.btnPedido:hover {
	opacity: .8;
	transition: all ease .3s;
}


@font-face {
	font-family: 'bernadetteregular';
	src: url('fonts/bernadette-webfont.woff2') format('woff2'),
		url('fonts/bernadette-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'balgin';
	src: url('fonts/Studio-Sun-Balgin-Bold.woff') format('woff'),
		url('fonts/Studio-Sun-Balgin-Bold.ttf') format('truetype');
	font-weight: 700;
}


@media screen and (max-width: 1500px) {
	.footer {
		background-size: auto;
	}
}

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

	.header_right,
	.header_right_small,
	.header_left,
	.header_left_small {
		display: none;
	}

	.brake {
		display: block;
		margin-bottom: 15px;
	}

	.brake_home {
		display: none;
	}

	/* MENU MOBILE */

	.nav {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		background: #FFF;
		z-index: 100000;
		top: -100%;
		left: 0;
		text-align: center;
	}

	.nav_align {
		display: table;
		width: 100%;
		height: 100%;
	}

	.icon_close {
		right: 20px;
		top: 20px;
	}


	.icon_menu {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		width: 40px;
		height: 40px;
		color: transparent;
		cursor: pointer;
		display: block;
		right: 20px;
		top: 20px;
		z-index: 20;
		transition: transform 0.3s;
	}

	.icon_menu:hover {
		transform: scale(1.10);
	}

	.icon_menu_black {
		background-image: url(images/icon_menu_black.png);
		position: absolute;
	}

	.icon_menu_white {
		background-image: url(images/icon_menu_white.png);
		position: fixed;
	}

	.menu {
		font-size: 24px;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
		font-weight: 700;
		text-decoration: none;
		border-radius: none;
		padding: 0;
		background-color: transparent;
	}

	.logo_menu {
		height: 120px;
		margin: auto;
		margin-bottom: 50px;
	}

	/* FIN MOBILE */
	.wrapper {
		width: calc(100% - 50px);
		padding: 25px;
	}

	/*HEADER*/

	.header_small {
		height: 50px;
	}

	.logo,
	.logo_small {
		width: 120px;
		padding-top: 0;
		float: none;
		margin: auto;
	}

	.logo_small {
		width: 80px;
		padding: 0;
		margin-top: -15px;
	}


	/*FOOTER*/


	.footer {
		width: calc(100% - 50px);
		padding: 25px;
	}

	.footer_left {
		width: 100%;
		float: none;
		display: inherit;
		height: inherit;
		margin-bottom: 50px;
		padding-top: 25px;
	}

	.footer_right {
		width: 100%;
		padding-left: 0;
		padding-top: 150px;
		float: none;
		text-align: left;
		display: inherit;
		height: inherit;
		background-size: 125px auto;
	}

	.mouse {
		z-index: 31;
	}

	.nav_arrow {
		z-index: 30;
		bottom: 85px;
		width: 160px;
		left: 50%;
		margin-left: -80px;
	}

	.main_banner {
		background-attachment: scroll;
	}


	/*THUMBS*/
	.thumb_categoria {
		width: 120px;
		height: 150px;
		border-radius: 0 0 60px 60px;
		margin: 10px;
	}

	.thumb_cat_txt,
	.thumb_green,
	.thumb_red {
		width: 110px;
		height: 110px;
		left: 5px;
		bottom: 5px;
		border-radius: 55px;
	}

	.thumb_cat_img {
		position: absolute;
		width: 110px;
		height: 150px;
		bottom: 5px;
		left: 5px;
	}

	.thumb_bg {
		width: 110px;
		height: 110px;
		border: 5px solid #000;
	}

	.thumb_categoria:hover .thumb_cat_img {
		opacity: 1;
	}

	.thumb_categoria:hover .thumb_cat_txt {
		opacity: 0;
	}

	.thumb_categoria:hover .thumb_green {
		opacity: 0;
	}

	.thumb_categoria:hover .thumb_red {
		opacity: 0;
	}

	.access {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 25px;
	}

	.t2 {
		font-size: 36px;
		line-height: 32px;
	}

	.local_logo {
		display: block;
	}

	.thumb {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		float: none;
	}

	.content_productos,
	.content_guia,
	.content_article,
	.content_puntos,
	.content_contacto {
		padding-top: 175px !important;
	}

	.content_left,
	.content_right {
		width: 100%;
		float: none;
	}

	.form_box {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.locales_content,
	.carta_content {
		left: 25px;
		right: 25px;
		padding-top: 25px;
		padding-left: 0;
		padding-right: 0;
		bottom: inherit;
		position: inherit;
		overflow-x: inherit !important;
		text-align: center;
		width: calc(100% - 50px);
	}

	.locales_logo,
	.carta_logo {
		position: inherit;
		margin-bottom: 25px;
		width: calc(100% - 50px);
		left: 25px;
		top: 25px;
		text-align: center;
	}

	.thumb_local {
		width: 100%;
		float: none;
		height: 75px;
		text-align: left;
	}

	.locales_wrapper,
	.carta_wrapper {
		overflow-x: scroll !important;
	}


	.local_arrow {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		background-size: 10px auto;
		left: 60px;
	}

	.local_img {
		width: 70px;
		height: 70px;
		border-radius: 40px;
		border: solid 2.5px #FFF;
	}

	.local_txt {
		width: calc(100% - 100px);
		height: 75px;
	}

	.local_items {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.thumb_dish {
		width: 100%;
		margin-right: 0;
		display: block;
	}

	.dish_txt {
		text-align: left !important;
	}

	.main_banner_img {
		background-attachment: scroll;
	}

	.cart {
		display: block;
	}

}