/*Main styles*/

@font-face{
	font-family: 'Avenir';
	src: url(../fonts/avenir/avenir-regular.otf);
}

@font-face{
	font-family: 'Avenir Medium';
	src: url(../fonts/avenir/avenir-medium.otf);
}

@font-face{
	font-family: 'Avenir Bold';
	src: url(../fonts/avenir/avenir-bold.otf);
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.fademenu{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(51,51,51,.9);
	z-index: 1;
}

.sidemenu{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	overflow-y: auto;
	background: white;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}

.sidemenu div.logo{
	width: 130px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.sidemenu div.logo img{
	width: 100%;
}

.sidemenu ul{
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
}

.sidemenu ul a{
	color: #424244;
	text-decoration: none;
}

.sidemenu ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Avenir Bold';
	font-size: 11px;
	color: #424244;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sidemenu ul li i{
	font-size: 27px;
	margin-right: 5px;
}

header{
	position: relative;
}

header div.logo-header{
	position: absolute;
	width: 200px;
	left: 50px;
	top: 25px;
}

header div.logo-header>i{
	display: none;
}

header div.logo-header div.redes{
	display: none;
}

header div.logo-header div.redes a{
	text-decoration: none;
}

header div.logo-header div.redes i{
	font-size: 30px;
	color: #808080;
}

header div.logo-header div.redes i:hover{
	opacity: .9;
}

header div.logo-header div.img{
	width: 100%;
}

header div.logo-header div.img img{
	width: 100%;
}

div.info-header{
	display: flex;
	justify-content: flex-end;
	padding: 20px 50px;
	border-bottom: 5px solid #cacaca;
}

div.info-header div.phone{
	display: inline-flex;
	align-items: center;
}

div.info-header div.phone h4{
	font-family: 'Avenir';
	font-size: 18px;
	color: #424244;
	margin: 0;
}

div.info-header div.phone p{
	font-family: 'Avenir Bold';
	font-size: 18px;
	line-height: 14px;
	color: #424244;
	margin: 0;
	margin-left: 10px;
}

div.info-header div.whats{
	display: inline-flex;
	align-items: center;
	margin-left: 50px;
	cursor: pointer;
}

div.info-header div.whats div.bar{
	position: relative;
	background: #74BA3D;
	padding: 5px 10px 5px 30px;
	border-radius: 50px;
}

div.info-header div.whats div.bar div.img{
	position: absolute;
	width: 40px;
	left: -15px;
	top: -7px;
}

div.info-header div.whats div.bar div.img img{
	width: 100%;
}

div.info-header div.whats div.bar p{
	font-family: 'Avenir';
	font-size: 14px;
	color: white;
	margin: 0;	
}



div.info-header div.shopping{
	display: inline-flex;
	align-items: center;
	margin-left: 50px;
	cursor: pointer;	
}

div.info-header div.shopping p{
	font-family: 'Avenir';
	font-size: 13px;
	color: #424244;
	margin: 0;	
}

div.info-header div.shopping i{
	font-family: 'Avenir';
	font-size: 20px;
	color: #424244;
	margin-left: 10px;	
}

header ul{
	display: flex;
	padding: 0 20px;
	justify-content: flex-end;
	list-style: none;
}

header ul li{
	background: #808080;
	margin-left: 5px;
	padding: 2px 20px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: 'Avenir';
	font-size: 14px;
	color: white;
	display: inline-flex;
	align-items: center;
}

header ul li:hover{
	opacity: .9;
}

header ul li.on{
	background: #D87D1F;
}

header ul li.on:hover{
	opacity: 1;
}

header ul li i{
	font-size: 23px;
	margin-right: 5px;
}

header ul a{
	color: white;
	text-decoration: none;
}

header ul a:hover{
	text-decoration: none;
}

section.content-home{
	display: flex;
	justify-content: space-between;
	padding: 50px 50px 0 0;
}

section.content-home div.single-banner{
	width: 48%;
	position: relative;
}

section.content-home div.single-banner>img{
	width: 100%;
}

section.content-home div.single-banner>div{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

section.content-home div.single-banner>div div.bg{
	width: 265px;
	position: relative;
}

section.content-home div.single-banner>div div.bg img{
	width: 100%;
}

section.content-home div.single-banner>div div.bg div.fader{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
}

section.content-home div.single-banner>div div.bg div.fader h2{
	font-family: 'Avenir Bold';
	font-size: 22px;
	color: white;	
	margin: 0;
}

section.content-home div.single-banner>div div.bg div.fader p{
	font-family: 'Avenir Medium';
	font-size: 10px;
	line-height: 12px;
	color: white;
	margin-bottom: 10px;
}

section.content-home div.single-banner>div div.bg div.fader div{
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}

section.content-home div.single-banner>div div.bg div.fader div h3{
	font-family: 'Avenir Medium';
	font-size: 17px;
	color: white;
	margin: 0;
	margin-right: 5px;
}

section.content-home div.single-banner>div div.bg div.fader div p{
	font-family: 'Avenir';
	font-size: 10px;	
	color: white;
	margin: 0;
}

section.content-home div.single-banner>div div.bg div.fader button{
	background: transparent;
	border: 1px solid white;
	font-family: 'Avenir Bold';
	font-size: 13px;
	color: white;
	cursor: pointer;
	padding: 5px 25px;
}

section.content-home div.single-banner>div div.bg div.fader button:hover{
	background: rgba(7,7,12,.2);
}

section.content-home div.single-banner>div div.bg div.control{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid white;
	background: rgba(7,7,12,.6);
	color: white;
	font-size: 10px;
	cursor: pointer;
}

section.content-home div.single-banner>div div.bg div.control:hover{
	background: rgba(7,7,12,.8);
}

.left-control{
	left: -21px;
	bottom: 24px;
}

.right-control{
	right: -21px;
	bottom: 24px;
}

div.mobile-flag{
	display: none;
	justify-content: center;
	border-top: 10px solid #cacaca;
	margin-bottom: 20px;
}

div.mobile-flag button{
	border-style: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: 'Avenir';
	font-size: 12px;
	color: white;
	cursor: pointer;
	padding: 4px 10px;
	background: #A8A53E;
}

div.mobile-flag button span{
	font-family: 'Avenir Bold';
	text-transform: uppercase;
}

section.content-home div.double-banner{
	width: 43%;
	display: inline-flex;
	flex-direction: column;
}

section.content-home div.double-banner>div{
	width: 100%;
	position: relative;
}

section.content-home div.double-banner>div:first-child{
	margin-bottom: 20px;	
}

section.content-home div.double-banner>div>img{
	width: 100%;
}

section.content-home div.double-banner>div div.over{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.prog-button{
	background: rgba(68,11,8,.75);
	border: 2px solid white;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
}

div.prog-button:hover{
	background: rgba(68,11,8,.90);	
}

div.prog-button h3{
	font-family: 'Avenir Bold';
	font-size: 15px;
	color: white;	
	margin: 0;
}

div.prog-button p{
	font-family: 'Avenir';
	font-size: 10px;
	color: white;	
	margin: 0;
}

div.label-product{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

div.label-product h2{
	font-family: 'Avenir Bold';
	font-size: 17px;
	line-height: 17px;
	color: #07070C;	
	margin: 0;	
}

div.label-product p{
	font-family: 'Avenir';
	font-size: 9px;
	line-height: 9px;
	color: #07070C;	
	margin: 0;	
}

div.double-button{
	display: flex;
}

div.double-button div.cta-button{
	display: inline-flex;
	align-items: center;
	background: rgba(255,255,255,.75);
	border: 2px solid white;
	padding: 2px 10px;
	margin: 0 5px;
	cursor: pointer;
}

div.double-button div.cta-button:hover{
	background: rgba(255,255,255,.85);
}

div.double-button div.cta-button h3{
	font-family: 'Avenir Bold';
	font-size: 11px;
	color: #07070C;	
	margin: 0;
}

div.double-button div.cta-button p{
	font-family: 'Avenir';
	font-size: 9px;
	color: #07070C;	
	margin: 0 5px;
}

div.double-button div.cta-button div.logobtn{
	width: 55px;
}

div.double-button div.cta-button div.logobtn img{
	width: 100%;
}

button.cobertura{
	border-style: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: 'Avenir';
	font-size: 12px;
	color: white;
	cursor: pointer;
	padding: 4px 10px;

}

button.cobertura span{
	font-family: 'Avenir Bold';
	text-transform: uppercase;
}

footer{
	position: relative;
	display: flex;
	justify-content: space-between;
	border-top: 5px solid #cacaca;
	padding: 20px 50px;
}

footer div{
	width: 33.333%;
}

footer div.redes{
	display: inline-flex;
	align-items: center;
}

footer div.redes a{
	text-decoration: none;
	height: 23px;
}

footer div.redes i{
	color: #808080;
	font-size: 23px;
}

footer div.redes i:hover{
	opacity: .9;
}

footer div.redes p{
	font-family: 'Avenir';
	font-size: 11px;
	color: #424244;	
	margin: 0;
	margin-left: 5px;	
}

footer div.redes p span{
	font-family: 'Avenir Bold';
}

footer div.copy{
	font-family: 'Avenir';
	font-size: 11px;
	color: #424244;	
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

footer button.cobertura{
	position: absolute;
	right: 50px;
	top: 0;
	background: #D87D1F;
}

footer button.cobertura:hover{
	opacity: .95;
}

section.main-contents{
	padding: 50px;
	padding-bottom: 40px;
}

section.calendar-content{
	display: flex;
	justify-content: space-between;
	padding-right: 90px;
}

div.calendar-wrap{
	width: 60%;
}

div.schedule-wrap{
	width: 40%;
}

section.calendar-content div.titles{
	display: flex;
	align-items: center;
}

section.calendar-content div.titles div.step{
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #D87D1F;
	font-family: 'Avenir Medium';
	font-size: 26px;
	color: white;
	margin-right: 5px;
}

section.calendar-content div.titles h3{
	font-family: 'Avenir Bold';
	font-size: 23px;
	color: #424244;
	margin: 0;
}

section.calendar-content div.titles p{
	font-family: 'Avenir Medium';
	font-size: 11px;
	color: #424244;
	margin: 0;
}

div.calendar div.current{
	display: flex;
	justify-content: flex-end;
}

div.calendar div.current p{
	font-family: 'Avenir Medium';
	font-size: 16px;
	color: #D87D1F;
	text-decoration: underline;
	margin-left: 5px;
	margin-bottom: 0;
}

div.calendar div.days table{
	width: 100%;
}

div.calendar div.days table th{
	font-family: 'Avenir';
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: white;	
	background: #777777;
	border: 4px solid white;
	width: 14%;
}

div.calendar div.days table th.holy{
	background: #D87D1F;
}


div.calendar div.days table td{
	background: #E3E4E6;
	color: #303030;
	border: 4px solid white;
	height: 45px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

div.calendar div.days table td.selec:hover{
	border-bottom: 4px solid #EAAD53;
	border-right: 4px solid #EAAD53;
}

.elegido{
    border-bottom: 4px solid #EAAD53 !important;
	border-right: 4px solid #EAAD53 !important;
}

div.calendar div.days table td.other-month{
	opacity: .3;
	cursor: initial;
}

div.calendar div.days table td.other-month:hover{
	border-bottom: 4px solid white;
	border-right: 4px solid white;
}

div.calendar div.days table td.holy{
	background: rgba(54,54,54,.6);
	color: #EAAD53;
}

div.calendar div.days table td span{
	position: absolute;
	left: 7px;
	bottom: 3px;
	font-family: 'Avenir';
	font-size: 9px;
}

div.calendar div.days table td i{
	font-size: 40px;
}

.no{
	color: #D87D1F;
}

.yes{
	color: #9DC44D;
}

.closed{
	color: #202020;
}

div.calendar div.convention{
	display: flex;
}

div.calendar div.convention>div{
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
}

div.calendar div.convention>div i{
	font-size: 40px;
}

div.calendar div.convention>div p{
	font-family: 'Avenir';
	font-size: 10px;
	color: #424244;
	margin: 0;
}

div.schedule-wrap{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
}

div.schedule-wrap div.horas{
	padding-top: 25px;
	padding-left: 35px;
}

div.schedule-wrap div.horas>div:first-child{
	margin-bottom: 25px;
}

div.schedule-wrap div.horas h4{
	font-family: 'Avenir Medium';
	font-size: 13px;
	color: #424244;
}

div.schedule-wrap div.horas div.item{
	position: relative;
	margin-left: 22px;
	cursor: pointer;
}

div.schedule-wrap div.horas div.item:hover{
	opacity: .9;
}

div.schedule-wrap div.horas div.item div.info{
	margin-bottom: 20px;
}

div.schedule-wrap div.horas div.item div.info span{
	font-family: 'Avenir Medium';
	font-size: 12px;
	background: #E3E4E6;
	color: #45494B;
	padding: 7px 7px 7px 20px;
	display: block;
	width: 190px;
}

div.schedule-wrap div.horas div.item-selected div.info span{
	background: #D87D1F;
	color: white;
}

div.schedule-wrap div.horas div.item-selected:hover{
	opacity: 1;
}

div.schedule-wrap div.horas div.item div.clock{
	position: absolute;
	left: -28px;
	top: -6px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
}

div.schedule-wrap div.horas div.item div.clock img{
	width: 85%;
}

section.semi-footer{
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 0 90px 20px 50px;
}

section.semi-footer button{
	border-style: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: 'Avenir';
	font-size: 12px;
	color: white;
	cursor: pointer;
	padding: 7px 20px;
	margin-left: 5px;
}

section.semi-footer button:hover{
	opacity: .95;
}

section.semi-footer button.cancel{
	background: #808080;
}

section.semi-footer button.pay{
	background: #D87D1F;
}

.botproducto{
	border-style: none;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: 'Avenir';
	font-size: 11px;
	color: white;
	cursor: pointer;
	padding: 7px 20px;
	margin-left: 5px;
	font-weight: 600;
	background-color:#F37E03;
	line-height: 20px;
	letter-spacing: 0,8px;
}
.botproducto:hover{
	color: white;
	font-weight: bold;
	text-decoration: underline;

}


.botingredientes{
	border-style: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: 'Avenir';
	font-size: 12px;
	color: white;
	cursor: pointer;
	padding: 7px 20px;
	margin-left: 5px;
	font-weight: 200;
	background-color:gray;
	line-height: 30px;
	letter-spacing: 1px;
}
.botingredientes:hover{
	color: white;
	font-weight: 500;
	text-decoration: none;
	background-color:#F37E03;

}
.tituloproducto{
	font-family: 'Avenir';
	font-size: 26px;
	color: #404042;
	margin-right: 40px;
	text-align: right;
	line-height: 22px;
	padding-top: 20px;
	font-weight: bold;
}

.tituloingrediente{
	font-family: 'Avenir';
	font-size: 26px;
	color: #404042;
	margin-right: 40px;
	text-align: left;
	line-height: 22px;
	padding-top: 10px;
	font-weight: bold;
}
.precioproducto{
	font-family: 'Avenir';
	font-size: 20px;
	color: #404042;
	margin-right: 40px;
	text-align: right;
	line-height: 15px;
}
.porcion{
	font-family: 'Avenir';
	font-size: 12px;
	color: #404042;
	margin-right: 40px;
	text-align: right;
	line-height: 10px;
}

.confirm-button-class{
    background-color: #F37E03 !important;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.85px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  background: darkgray;
  border-radius: 1px;
  
}
input[type=range]::-webkit-slider-thumb {
  height: 23px;
  width: 23px;
  border-radius: 12px;
  background: #F37E03;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.95px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: darkgray;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
  background: #205928;
  border-radius: 1px;
  border: 1.1px solid #18d501;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;
  border: 2.5px solid #83e584;
  height: 23px;
  width: 23px;
  border-radius: 12px;
  background: #4e9643;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 11.3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #194620;
  border: 1.1px solid #18d501;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
}
input[type=range]::-ms-fill-upper {
  background: #205928;
  border: 1.1px solid #18d501;
  border-radius: 2px;
  box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
}
input[type=range]::-ms-thumb {
  box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;
  border: 2.5px solid #83e584;
  height: 23px;
  width: 23px;
  border-radius: 12px;
  background: #4e9643;
  cursor: pointer;
  height: 11.3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #205928;
}
input[type=range]:focus::-ms-fill-upper {
  background: #276c30;
}

.descproductos {
    font-family: 'Avenir';
    font-size: 10px;
    color: #404042;
    text-align: center;
    line-height: 10px;
    padding: 0 10% 0 10%;
    text-align: center;

}