/* YAK Industrys */
:root{
	--verli-color: #026E5C;
	--verde-color: #015144;
	--ambar-color: #fbb03b;
	--maron-color: #c69c6d;
	--maint-color: #7F440E;
	--malit-color: #FFDBB8;
	--veros-color: #044236;
	--font-family-parrafo: 'Quicksand Book', Calibri;
	--font-family-titulo: 'Courgette Regular', Myriad Pro;
}

body{
	background: #fcf1e0;
	background-image: url('../img/fondo.png');
}

@font-face{
	font-family: 'Quicksand Book';
	src: url('../font/Quicksand_Book.woff');
}

@font-face{
	font-family: 'Courgette Regular';
	src: url('../font/Courgette-Regular-400.woff');
}

.efects{animation: startYAK 6s linear 1;}

@keyframes sliderYAK{
	0%{opacity: 0;animation-timing-function: ease-in;}
	8%{opacity: 1;transform: scale(1.05);animation-timing-function: ease-out;}
	17%{opacity: 1;transform: scale(1.1);}
	22%{opacity: 0;-webkit-transform: scale(1.1) translateY(-20%);}
	25%{opacity: 0;-transform: scale(1.1) translateY(-100%);}100%{opacity: 0;}
}

@keyframes asideYAK{
	0%{opacity: 0;}
	8%{opacity: 1;}
	17%{opacity: 1;}
	19%{opacity: 0;}
	100%{opacity: 0}
}

@keyframes startYAK{
	0%{opacity: 0; animation-timing-function: ease-in;}
	8%{opacity: 1; animation-timing-function: ease-out;}
	100%{opacity: 1}
}

.h-bar{
	background: var(--verde-color); height: 5px;
}

header{
	min-height: 122px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.bg-image{
	width: 100%; height: 120%; position: absolute;
}

.logo img{
	margin: auto;
	display: block;
	width: 260px;
	height: 98px;
}

/*--[Menu]--*/

.menu{
	background: #333;
	height: 50px;
	border-radius: 13px;
	background: linear-gradient(to bottom, var(--verli-color)  0%, var(--verde-color) 100%);
	margin-top: -25px;
	z-index: 2;
	position: relative;
}

.menu ul{
	margin: auto;
	width: 98%;
	max-width: 750px;
	padding-left: 0px;
}

.menu ul li{
	margin: auto;
	list-style: none;
	display: inline-block;
	font-size: 0.83em;
}

.menu ul li a,
.menu > a{
	margin: auto;
	display: block;
	padding: 13px 10px 10px 10px;
	font-family: var(--font-family-parrafo);
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
	transition: all 0.3s ease;
}

.menu ul li a:hover{
	background: var(--verde-color);
	color: var(--ambar-color);
}

.menu > a{
	display: none;
	background: linear-gradient(to bottom, var(--verli-color)  0%, var(--verde-color) 100%);
	border-radius: 13px;
	color: #ffffff !important;
	cursor: pointer;
}

.container-icon{
	width: 100px;
	height: 45px;
	position: absolute;
	text-align: center;
	top: 1px;
	right: 0px;
}

.icon-web-user{
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center;
	background-image: url('../img/user.png');
}

.icon-web-cart{
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center;
	background-image: url('../img/cart.png');
}

.icon-web{
	display: inline-block;
	width: 40px;
	height: 99%;
	position: relative;
	/*-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;*/
}

.icon-web-user:hover{
	background-image: url('../img/user-hv.png');
	background-color: var(--verde-color);
}

.icon-web-cart:hover{
	background-image: url('../img/cart-hv.png');
	background-color: var(--verde-color);
}

.icon-web-cart:hover #card_ped{
	background-color: var(--ambar-color);
	color: var(--verde-color);
}

.WhatsApp-direct{
	margin: auto;
	position: fixed;
	bottom: 80px;
	right: 15px;
	z-index: 100;
}

.Telegram-direct{
	margin: auto;
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 101;
}

/*--[Estilos]--*/

.radio-sm{padding: 2px 4px 2px 4px; margin: 0 auto; font-size: 0.8em;}
.btn-group-toggle input[type="checkbox"],.btn-group-toggle input[type="radio"]{position: absolute; clip: rect(0,0,0,0);}
.btn-dm{background-color: var(--verli-color); color: #FFF !important;}
.btn-outline-secondary:not(:disabled):not(.disabled).active{ background-color: var(--verli-color) !important; color: #fff !important;}

/*--[Listas Divs Scroll]--*/
.lista-pedidos,.lista-clientes,.lista-productos,.lista-gestion{display: block; height: 350px; max-height: 350px; overflow-y: scroll; scrollbar-width: thin; border: 2px solid #ccc; border-radius: 5px; background-color: #ffffff;}
.lista-address,.lista-numbers{display: block; height: 100px; max-height: 100px; overflow-y: scroll; scrollbar-width: thin; width: 100%;}

.lista-gestion .row{font-family: var(--font-family-parrafo) !important; font-size: 0.8em !important; border-bottom: 1px solid #ccc;}
.table-div > .row{font-family: var(--font-family-parrafo) !important; font-size: 1.0em !important; color: var(--maint-color);}

/*--[Slider]--*/

.slider{
	margin-top: 20px;
	max-width: 1140px;
	width: 100%;
	height: auto;
	max-height: 405px;
	border: 5px solid var(--ambar-color);
	border-radius: 13px;
	background: var(--maron-color);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.slider img{
	width: 100%;
	height: 100%;
}

.decora-banner{
	position: absolute;
	z-index: 1; 
	border-radius: 15px; 
	border: 3px dashed #fff; 
	width: 97.5%; 
	left: 1.5%; 
	height: 94%; 
	min-height: 90%;
	top: 3%;
}

.decora-local{
	position: absolute;
	z-index: 1; 
	border-radius: 15px; 
	border: 3px dashed #fff; 
	width: 95%; 
	left: 2.5%; 
	height: 93%; 
	top: 3%;
}

.carousel-control-next, 
.carousel-control-prev{
	z-index: 10;
}

/*--[Parts]--*/

.titles{
	margin: auto;;
	max-width: 1031px;
	height: 85px;
	width: 100%;
	text-align: center;
	border-bottom: 3px dashed var(--maron-color);
	padding: 20px;
	position: relative;
	z-index: 1;
}
.IntContent{
	margin: auto;;
	max-width: 1031px;
	text-align: center;
	border-bottom: 3px dashed var(--maron-color);
	padding: 6px;
}

.titles h1{
	margin: 0px !important;
	font-family: var(--font-family-titulo);
	font-style: normal;
	font-weight: normal;
	color: var(--verde-color);
	font-size: 2.4em;
  	text-shadow: 2px 2px 0px #f2c281;
}

/*--[Parts]--*/

.list-cart,
.list-prod,
.reg-cli{
	margin: auto;
	max-width: 1031px;
  	padding: 0px !important;
}

.list-cart > div,
.list-prod > div,
.reg-cli > div{
  	padding: 0px 5px 0px 5px !important;
}


.list-cart figure{
	margin: auto;
	width: 215px; height: 215px;
	margin-top: 30px;
	border-radius: 13px;
	overflow: hidden;
	position: relative;
	background-color: var(--maron-color);  
}

.list-cart figure > img{
	max-width: 250px;
	width: 100%;
	height: auto;
	position: absolute;
	transition: all 0.5s ease;
	z-index: 1;
}

.list-cart figure:hover > img{
	transform: scale(1.1);
	opacity: 0.8;
}

.list-cart figure:hover figcaption span{
	background: var(--ambar-color);
}

.list-cart figure figcaption > img{
	margin: auto;
	max-width: 70px;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
	left: 40%;
	bottom: 35%;
}

.list-cart figure figcaption span{
	width: 94.5%;
	background: var(--verde-color);
	font-family: var(--font-family-parrafo);
	font-style: italic;
	font-weight: 600;
	font-size: 1.0em;
	color: #ffffff;
	text-align: center;
	border-radius: 13px;
	padding: 10px 20px 10px 20px;
	position: absolute;
	z-index: 2;
	left: 2.5%;
	bottom: 15%;
	transition: all 0.5s ease;
	text-decoration: none;
}

/*.list-cart figure figcaption span:hover{
	background: var(--ambar-color);
}*/

/*--[Parts]--*/

.medium-local{
	margin: auto;
	margin-top: 40px;
	background-color: var(--malit-color);
	height: auto;
}

.slider-local{
	margin: auto;
	margin-bottom: 0px;
	text-align: center;
}

.slider-local img{
	margin: auto;
	max-width: 570px;
	width: 100%;
	height: auto;
	max-height: 400px;
}

.detalle-local{
	display: block;
	width: 100%;
	height: 100%;
	max-height: 400px;
	margin-bottom: 0px;
	padding: 10% 15% 10% 15%;
}

.detalle-local h2,
.detalle-local h3,
.detalle-local p,
.detalle-local a{
	font-family: var(--font-family-parrafo);
	font-style: italic;
	font-weight: 600;
	color: var(--verde-color);
}

.detalle-local h3{
	color: var(--maint-color);
	font-size: 1.2em;
}

.detalle-local p{
	color: #333333;
	font-size: 1.0em;
	padding-top: 10px;
}

.detalle-local a{
	margin: auto;
	margin-right: 5px;
	border: 1px solid var(--verde-color);
	border-radius: 5px;
	padding: 8px 10px 8px 10px;
}

.detalle-local a.vew-local{
	background: var(--verde-color);
	color: #ffffff;
}

/*--[Parts]--*/

.card-prod{
  display: block;
	margin: auto;
	margin-top: 30px;
	width: 215px;
	height: auto;
	border: 1px solid var(--maron-color);
	overflow: hidden;
	border-radius: 13px;
	transition: all 0.3s ease;
}

.card-prod figure{
  display: block;
	margin: auto;
	width: 215px;
  	height: 215px;
	border-radius: 13px 13px 0px 0px;
	overflow: hidden;
	position: relative;
	background-color:var(--maron-color);
	border: 0px solid var(--maint-color);
}

.card-prod figure > img{
	max-width: 250px;
	width: 100%;
	height: auto;
	position: absolute;
	transition: all 0.5s ease;
	z-index: 1;
}

.card-prod figure > img:hover{
	transform: scale(1.1);
	/*opacity: 0.8;*/
}

.card-prod figure a,
.card-prod figure button{
	width: 84px;
	height: 30px;
	border: 1px solid var(--verde-color);
	color: #000000;
	position: absolute;
	bottom: 20px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	font-family: var(--font-family-parrafo);
	font-size: 0.7em;
	font-weight: 600;
	transition: all 0.5s ease;
	z-index: 2;
	cursor: pointer;
}

.card-prod figure a span,
.card-prod figure button span{
	display: block;
	padding-top: 5px;
	width: 60%;
	margin-left: 35%;
	text-align: left;
	height: 15px;
	z-index: 1;
}

.card-prod figure button span{
	padding-top: 0px;
}

.card-prod figure a.card-ord{
	right: 20px;
	background: linear-gradient(to bottom, var(--verli-color)  0%, var(--verde-color) 100%);
  	border: 2px solid var(--verde-color);
	color: #ffffff;
}

.card-prod figure button.card-zom{
	left: 20px;
	background: var(--malit-color);
	color: var(--verde-color);
}

/*---Diseño de horario - Alex*/

.card-prod figure .card-time{
	padding: 3px 2px 2px 2px;
	width: auto;
	height: 22px;
	max-width: 80px;
	min-width: 40px;
	color: #000000;
	background-color: var(--ambar-color);
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	font-family: var(--font-family-parrafo);
	font-size: 0.7em;
	font-weight: bold;
	transition: all 0.5s ease;
	z-index: 2;
	cursor: pointer;
}

/*---Diseño de horario - fin*/

.card-prod figure a:hover,
.card-prod figure button:hover{
	background: var(--verde-color);
	color: #ffffff;
}

.card-prod figure a.card-ord:hover{
	background: linear-gradient(to bottom, #f7d546 0%, var(--ambar-color) 100%);
	border: 2px solid var(--ambar-color);
	color: #000000;
}

.card-prod figure a > img,
.card-prod figure button > img{
	width: auto;
	height: 26px;
	position: absolute;
	left: 0px;
}

.card-prod figure button > img{
	margin-top: -5px;
}

.card-prod figcaption{
	margin: auto;
	margin-top: -1px;
	width: 100%;
	height: 81px;
	border-radius: 0px 0px 13px 13px;
	overflow: hidden;
	position: relative;
	background-color: var(--malit-color);
	border: 0px solid var(--maint-color);
	transition: all 0.5s ease;
}

.card-prod figcaption h3,
.card-prod figcaption label{
	margin: auto;
	width: 100%;
	font-family: var(--font-family-parrafo);
	text-align: center;
	margin-top: 5px;
	font-style: italic;
	font-weight: 600;
}

.card-prod figcaption h3{
	font-size: 0.9em;
	color: var(--verde-color);
	height: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 5px 0px 5px;
}

.card-prod figcaption p{
	margin: auto;
	display: block;
	font-size: 0.8em;
	font-family: var(--font-family-parrafo);
	font-style: italic;
	color: var(--maint-color);
	line-height: 1;
	padding: 5px;
	height: 22.8px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.card-prod figcaption div{
	margin: auto;
	width: 95%;
	height: 1px;
	background-color: var(--maron-color);
}

.card-prod figcaption label{
	margin: auto;
	margin-top: 5px;
	font-size: 1.4em;
	color: var(--verde-color);
	font-weight: 700;
	height: auto;
}

.card-prod:hover figcaption{
	background: var(--verde-color);
	color: var(--ambar-color);
}

.card-prod:hover figcaption h3{
	color: var(--ambar-color);
}

.card-prod:hover figcaption p{
	color: #ffffff;
}

.card-prod:hover figcaption label
{
	color: var(--ambar-color);
}

/*--[Part]--*/
#zomCartaImagen .modal-content{
	position: absolute;
	width: auto;
	height: 100%;
  overflow: hidden;
}

#modal-body-img{
	min-width: 600px;
}

#modal-body-img .img-modal{
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.modal-body {
	position: relative;
	width: 100%;
	height: 100%;
}

.modal-descripcion {
	margin: auto;
	position: absolute;
	top: 10px;
	z-index: 1;
	width: 100%;
}

.modal-descripcion p{
	margin: auto;
	display: block;
	width: 100%;
	max-width: 700px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	margin-top: 10px;
	border-radius: 5px;
	padding: 5px;
	font-family: var(--font-family-parrafo);
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}

.modal-close {
	margin: auto;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	width: 70px;
	right: 10px;
}

/*--[Part]--*/
.card-addres{
	border: 1px solid var(--maron-color);
	background-color: #fcf1e0;
	font-family: var(--font-family-parrafo);
	transition: all 0.5s ease;
}

.card-addres h5{
	color: var(--verde-color);
	border-bottom: 1px solid var(--maron-color);
}

.card-addres .card-body a{
	color: var(--ambar-color);
}

.card-addres .card-body p{
	font-weight: normal;
}

.card-addres:hover{
	background-color: var(--malit-color);
}

/*--*--*/

.card-resumen{
	border: 1px solid var(--maron-color);
	background-color: #fcf1e0;
	font-family: var(--font-family-parrafo);
	transition: all 0.5s ease;
	border-radius: 15px;
}

/*--[Parts]--*/
.menu-cuenta{
	background: var(--malit-color);
	border: 2px solid var(--maint-color);
	left: inherit;
	right: 0px !important;
	font-family: var(--font-family-parrafo);
	border-radius: 10px;
}

.menu-cuenta div{
	border-top: 1px solid var(--maron-color) !important;
}

.menu-cuenta a{
	color: var(--veros-color-color) !important;
	font-style: initial;
}

.menu-cuenta a:hover{
	background: var(--ambar-color);
}

.cuen-ped label,
.list-num label{
	font-weight: bold;
	font-style: italic;
	color: #333333 !important;
}

.list-num a{
	color: var(--ambar-color);
	font-style: italic;
}

.cuen-ped {
	background: var(--malit-color);
	border-radius: 5px;
}

.cuen-ped-active{
	background: var(--ambar-color) !important;
}


/*--[Parts]--*/

footer{
	margin: auto;
	margin-top: 60px;
	width: 100%;
	background: var(--verde-color);
	border-top: 5px solid var(--ambar-color);
	font-family: var(--font-family-parrafo) !important;
	letter-spacing: normal;
	color: #F2F2F2;
}

.footer h5{
	font-size: 1.0em !important;
}

.footer p{
	font-size: 0.8em !important;
}

footer section article{
	margin-top: 30px;
}

.dom-redes figure{
	display: inline-block;
	width: 53px;
	height: 46px;
	margin-right: 15px;
}

.dom-redes figure img{
	width: 100%;
	height: auto;
}

footer .footer{
	background: var(--verde-color);
}

footer .copyright{
	background: var(--veros-color);
}

footer .copyright p{
	font-style: italic;
	margin-top: 20px;
	font-size: 0.7em !important;
}

footer .copyright a,
footer .copyright p span{
	color: var(--ambar-color);
}


/*--[Pedidos]--*/

.list-prod{
  margin: auto;
}

.tbody,
.dhead{
  border-bottom: 2px solid var(--maint-color);
  width: 100%;
}

.tfoot{
	border-bottom: 3px dashed var(--maron-color);
}

.tcell{
	display: block;
	text-align: center !important;
	padding: 20px 0px 15px 0px;
}

.tfield{
	display: block;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px
}

.tfield p{
	color: var(--maint-color);
	font-size: 0.8em;
	font-style: italic;
}

.list-prod .td,
.list-prod .th,
.list-prod .p{
 text-align: center;
 font-family: var(--font-family-parrafo);
 font-size: 0.9em;
 font-weight: 600;
 border: 0px dashed #044236 !important;
}


.list-prod .th{
	color: var(--maint-color);
	padding: 12px 3px 12px 3px !important;
}

.list-prod .p{
  color: var(--maint-color);
  padding: 12px !important;
}

.list-prod .td{
  color: var(--verde-color);
  padding: 12px 3px 12px 3px !important;
}

.list-prod .p{
  margin: 15px 0px 15px 0px;
}

.list-prod .td img{
  border: 1px solid var(--maint-color);
  border-radius: 6px;
}

.list-prod .tcell select {
    width: 100%;
    height: 25px !important;
	text-align: center;
	margin-top: -2px;
	font-family: var(--font-family-parrafo) !important;
	border: 2px solid var(--maron-color);
}

.btn-x{
  background: linear-gradient(to bottom, var(--verli-color)  0%, var(--verde-color) 100%);
  color: var(--ambar-color);
  font-family: var(--font-family-parrafo);
  font-weight: 600;
  margin-top: -5px;
}

.term,
.foot{
  margin: auto;
  max-width: 1031px;
  border-bottom: 3px dashed var(--maron-color);
}

.term-img{
  margin: auto;
  width: 100%;
  margin-top: 20px;
  height: auto;
  max-width: 80px;
}

.btn-pedi,
.btn-cate,
.btn-next{
  background: linear-gradient(to bottom, var(--verli-color)  0%, var(--verde-color) 100%);
  background-color:var(--verde-color);
  border: 2px solid var(--verde-color);
  border-radius: 13px;
  color: #fff;
  font-style: italic;
  font-family: var(--font-family-parrafo);
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-fini{
	background: linear-gradient(to bottom, #f7d546 0%, var(--ambar-color) 100%);
	background-color: var(--ambar-color) !important;
	border: 2px solid var(--ambar-color);
	border-radius: 13px;
	color: #000;
	font-style: italic;
	font-family: var(--font-family-parrafo);
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.5s ease;
  }

.btn-fini:hover{
	background: var(--ambar-color) !important;
	color: #000000;
}

.btn-pedi:hover,
.btn-cate:hover,
.btn-next:hover{
	 background: var(--verde-color) !important;
	 color: #ffffff;
}

.btn-pedi{
  background: none;
  color: var(--verde-color);
}

.text-term{
  margin: auto;
  margin-top: 20px;
  text-align: left;
  font-family: var(--font-family-parrafo);
  color: #000;
  font-style: italic;
  font-size: 0.8em;
}

/*-- List Var --*/

.list-prod-detalle {
	margin: auto;
	margin-top: -10px;
	margin-bottom: 3px;
	width: 100%;
	font-size: 0.8em;
}

.list-prod-detalle span{
  font-family: var(--font-family-parrafo);
  color: var(--maint-color);
  padding: 2px 0px 2px 0px;
}

.det-line{
  margin-top: 1px;
  border-top: 1px dashed var(--maint-color);
  border-bottom: 1px dashed var(--maint-color);
}

/*--[@Codigo Alex]--*/

.subtitles{
  margin: auto;
  padding: 5px;
  margin-top:10px;
}

.subtitles a{
  background: var(--verde-color);
	color: #ffffff;
  padding: 10px 10px 5px 10px;
  font-family: var(--font-family-parrafo);
  font-size: 1.0em;
  text-decoration: none;
  border-radius: 5px;
}

.reg-cli{
  padding: 5px;
  margin-top:10px;
}

.reg-cli label{
  margin:0px;
  font-family: var(--font-family-parrafo);
  color: var(--maint-color);
}

.reg-cli input,
.reg-cli select,
.reg-cli textarea{
  border-radius: 5px;
  border: 2px solid var(--malit-color);
  font-style: italic;
  font-weight: normal;
  background: rgb(236, 235, 235);
}

.reg-cli .form-group span{
	font-style: italic; color: red; font-weight: bold; font-size: 0.8em; display: none;
}

.reg-cli .control-disable{
	background-color: #bfbfbf;
}

	/*--verli-color: #026E5C;
	--verde-color: #015144;
	--ambar-color: #fbb03b;
	--maron-color: #c69c6d;
	--maint-color: #7F440E;
	--veros-color: #044236;*/

.term div h4,
.reg-cli div h4,
.list-prod div h4{
	font-family: var(--font-family-parrafo);
	font-style: italic;
	font-weight: 600;
	color: var(--verde-color);
	margin: 20px 0px 20px 0px;
}
/*
.reg-cli div a{
  background: var(--verde-color);
	color: #ffffff;
  padding: 7px 7px 5px 7px;
  font-family: var(--font-family-parrafo);
  font-size: 1.0em;
  text-decoration: none;
  border-radius: 10px;
}*/

.reg-cli a.btn-ped{
	right: 20px;
	background: var(--malit-color);
	color: var(--verde-color);
  border: 10px;
  border: 1px solid var(--verde-color);
}

.reg-cli p{
  margin-top: 20px;
  font-family: var(--font-family-parrafo);
  font-size: 0.9em;
  color: var(--verde-color);
  font-weight: 600;
}

/*--[Part]--*/

.modal .modal-content{
	background: #fcf1e0;
	border-radius: 10px;
	border: 2px solid var(--verde-color);
}

.modal .modal-header{
	background: var(--verde-color);
}

.modal .modal-header h5{
	font-family: var(--font-family-parrafo);
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

.modal .modal-header span{
	color: var(--ambar-color);
}

/*--[Part]--*/

#card_ped{
	display: block;
	background: var(--ambar-color);
	position: absolute;
	font-family: var(--font-family-parrafo);
	font-size: 0.9em;
	color: var(--verli-color);
	right: -5px;
	padding: 0px 1px 1px 1px;
	border: 1px solid var(--verli-color);
	width: 20px;
	height: 20px;
	border-radius: 10px;
	z-index: 1;
}

/*NUEVO CODIGO ALEX*/

.card-tienda{
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 300px;
	height: auto;
	border: 1px solid var(--verde-color);
	overflow: hidden;
	border-radius: 13px;
}

.card-tienda figure{
	display: block;
	margin: auto;
	width: 300px;
	height: 215px;
	border-radius: 13px 13px 0px 0px;
	overflow: hidden;
	position: relative;
	background-color: #000;
	border: 0px solid var(--maint-color);
}


.card-tienda figure > img{
	max-width: 300px;
	width: 100%;
	height: auto;
	position: absolute;
	transition: all 0.5s ease;
	z-index: 1;
}

.card-tienda figure > img:hover{
	transform: scale(1.1);
	opacity: 0.8;
}


.card-tienda figure a{
	width: 84px;
	height: 30px;
	border: 1px solid var(--verde-color);
	color: #000000;
	position: absolute;
	bottom: 20px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	font-family: var(--font-family-parrafo);
	font-size: 0.8em;
	font-weight: 600;
	transition: all 0.5s ease;
	z-index: 2;
}

.card-tienda figcaption{
	margin: auto;
	margin-top: -1px;
	width: 100%;
	height: 70px;
	border-radius: 0px 0px 13px 13px;
	overflow: hidden;
	position: relative;
	background-color: var(--malit-color);
	border: 0px solid var(--maint-color);
}


.card-tienda figcaption label{
	margin-bottom: 10px;
	width: 100%;
	font-family: var(--font-family-parrafo);
	text-align: center;
	margin-top: 5px;
	font-style: italic;
	font-weight: 600;
}

.card-tienda figcaption label{
	margin: auto;
	margin-top: 15px;
	font-size: 1.4em;
	color: var(--verde-color);
	font-weight: 700;
	height: auto;
}


.base-link {
	font-family: var(--font-family-parrafo);
	border-color: blue;
	color: var(--verde-color);
	font-style: italic;
}

.base-link i{
	font-family: 'Calibri', Arial !important;
	font-weight: normal !important;
	margin-right: -2px;
}

ul.pagination{
	margin-top: 40px;
	margin-bottom: 0px !important;
	justify-content: center;
}

ul.pagination .page-link{
	padding: 10px 18px 10px 18px;
	background: linear-gradient(to bottom, var(--verli-color) 0%, var(--verde-color) 100%);
	border: 1px solid var(--veros-color);
	font-family: var(--font-family-parrafo);
	color: #ffffff;
	font-weight: bold;
}

ul.pagination .page-item.active .page-link{
	color: var(--veros-color);
	background: var(--ambar-color);
	border: 1px solid var(--veros-color);
}

/*--[Parts]--*/

.detalle-bufetero,
.detalle-variados {
	font-family: var(--font-family-parrafo);
}

.detalle-bufetero .title-variado,
.detalle-variados .title-variado{
	background: var(--verli-color);
	color: #F2F2F2;
	font-style: italic;
	border-radius: 5px;
}

.detalle-bufetero .detalle-producto,
.detalle-variados .detalle-producto{
	color: var(--maint-color);
	border-bottom: 1px dashed var(--maron-color);
}

.detalle-bufetero .detalle-producto select,
.detalle-variados .detalle-producto select{
	width: 100%;
	height: 20px !important;
	text-align: center;
}

.detalle-bufetero .detalle-producto .form-group,
.detalle-variados .detalle-producto .form-group{
	margin-bottom: 0px;
}

/*--[Parts]--*/

.card-prod-detalle{
	display: block;
	margin-top: 15px;
	font-family: var(--font-family-parrafo);
}
.card-prod-detalle img {
	width: 100%;
	border: 2px solid var(--maron-color);
	border-radius: 10px;
}
.card-prod-detalle figcaption{
	font-size: 1.4em;
	font-style: italic;
	color: var(--verde-color);
	font-weight: bold;
}

/*--[Locales]--*/
.row-locales figure{
    margin: auto;
    width: 300px; height: 200px;
    margin-top:30px;
    text-align: center;
	border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: var(--maron-color);
}


.row-locales figure > img{
	max-width: 350px;
	width: 300px;
    height: auto;
	transition: all 0.5s ease;
    z-index: 1;

}

.row-locales figure:hover > img{
    transform: scale(1.1);
    opacity: 0.8;
}

.row-locales figure:hover figcaption span{
	background: var(--ambar-color);
}


.row-locales figure figcaption span{
    width: 94.5%;
	background: var(--verde-color);
	font-family: var(--font-family-parrafo);
	font-style: italic;
	font-weight: 600;
	font-size: 1.0em;
	color: #ffffff;
	text-align: center;
	border-radius: 13px;
	padding: 10px 20px 10px 20px;
	position: absolute;
    z-index: 2;

    transition: all 0.5s ease;
	text-decoration: none;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:200px;
}

.msnterminos {transform: translate(0,-50%); top: 50%; margin: 0 auto;}
.msnterminos p{font-weight: bold; font-style: italic; color: var(--verde-color);}
.btn-msnalert {background: none;border: 0px;position: absolute;width: 100%;height: 50px;z-index: 100;left: 0px; opacity: 100%;}

@media (max-width: 992px) {

	.row-locales figure{
		width: 215px;
		height: 125px;
	}
    .row-locales figure > img{
        width: 215px;
    }
    .row-locales figure figcaption span{
        max-width: 140px;
    }
}
@media (max-width: 767px) {
    .row-locales figure{
		width: 300px;
		height: 200px;
	}
    .row-locales figure > img{
        width: 300px;
    }
    .row-locales figure figcaption span{
        max-width: 200px;
    }

}


.page-section {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.intro {
    position: relative;
	min-height: 350px;
}
.intro-img{
    max-width: 680px;
    width: 100%;
}

@media (min-width: 992px) {
.intro .intro-img {
    max-width: 642px;
    width:100%;
    float: right;
}
.intro .intro-text {
    left: 600;
    width: 45%;
    margin-top: 3rem;
    background-color: #FFFFFF;
    color: #2A531C;
    position: absolute;
    border: 3px solid #49972E;
    box-sizing: border-box;
    border-radius: 40px;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}
@media (min-width: 1200px) {
.intro .intro-text {
    width: 45%;
    padding: 20px;
  }
}

  .section-heading {
    text-transform: uppercase;
  }

  .section-heading .section-heading-upper {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    padding-bottom:.5rem;

  }

  .section-heading .section-heading-lower {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
  }


  .section-heading .section-heading-under {
    display: block;
    font-size: 1rem;
    text-transform: none;
    font-weight: 200;
    margin-top:.5rem;
  }
  .bg-faded {
    background-color: rgba(255, 255, 255, 0.85);
  }

/*--[@Media]--*/

@media (max-width: 992px) {

	.list-cart figure{
		width: 150px;
		height: 150px;
	}

	.list-cart figure figcaption a{
		font-size: 0.8em;
		padding: 5px 10px 5px 10px;
	}

	.detalle-local{
		display: block;
		width: 100%;
		height: 100%;
		max-height: 400px;
		margin-bottom: 0px;
		padding: 5% 10% 5% 10%;
	}

	.card-prod{
		width: 150px;
		height: auto;
	}

	.card-prod figure{
		width: 150px;
		height: 150px;
	}

	.medium-local .row > div{
		padding: 0px !important;
	}

	.card-prod figure a,
	.card-prod figure button{
		bottom: auto;
	}

	.card-prod figure a.card-ord{
		bottom: 20px;
		right: 33px;
	}

	.card-prod figure button.card-zom{
		bottom: 60px;
		left: 33px;
	}

	.list-cart figure figcaption > img{
		left: 30%;
	}

	.titles h1{
		font-size: 1.8em;
	}

	.menu ul li a{
		padding: 13px 5px 10px 15px;
		font-size: 0.9em;
	}

	#zomCartaImagen .modal-content{
		height: auto;
	}

	#modal-body-img{
		min-width: 600px;
		min-height: auto;
	}
}

@media (max-width: 768px) {

	.menu{
		height: auto;
	}

	.menu > a{
		display: block;
	}

	.menu ul{
		display: none;
	 }

	 .menu ul li{
		 width: 100%;
	 }

	 .menu ul li a{
	 	width: 98%;
		border-bottom: 1px solid var(--verde-color);
	 }

	
	 .slider{
		border: 2px solid var(--ambar-color);
	 }

	 .decora-banner,
	 .decora-local{
		border: 2px dashed #fff;
	}

	 .copyright{
	 	text-align: center;
	 }

	 .tcell{
	 	padding-top: 0px;
	 }

	 .titlemin{
	 	margin-bottom: 0px !important;
	 }

	 .btn-pedi, .btn-cate{
	 	margin-bottom: 15px;
	 	margin-top: 2px;
	 }

	 .text-term{
	 	padding-left: 20px;
	 }

	 .rmed{
	 	margin-top: 15px;
	 }

	 .list-prod .td{
		padding: 12px 6px 0px 6px !important;
	  }

	 .menu-cuenta{
		width: 100%;
	 }

	 #zomCartaImagen .modal-content{
		height: auto;
	}

	#modal-body-img{
		min-width: 300px;
		min-height: 300px;
	}
}
