@charset "UTF-8";
/* Innovación */
/* Daypart todo el día */
/* Daypart desayunos */
/* Daypart Comidas y cenas */
/* 2x1 */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/***** Fijando el footer al fondo *****/
body {
  margin-bottom: 250px;
}

@media screen and (min-width: 1023px) {
  body {
    margin-bottom: 200px;
  }
}

@media (min-width: 1023px) and (min-height: 1366px) and (orientation: portrait) {
  body {
    margin-bottom: 200px;
  }
}

html {
  min-height: 100%;
  position: relative;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.button-cupon{
  margin: 10px;
  padding: 5px;
}

/***** Fijando el footer al fondo end*****/
.button-primary {
  min-width: 150px;
  width: 40%;
  margin: auto;
  text-decoration: none;
  /*font-family: "Quicksand", sans-serif;*/
  font-size: 0.9em;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 7px;
  color: #fff;
  background: #ed1c2c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.button-primary:hover {
  background: #b6111e;
  cursor: pointer;
}
.btncupones{
	margin-top: 2rem;
	display: inline-block;
	width: auto;
}
.button--yellow {
  color: #222;
  background: #ffbb00;
}

.button--yellow:hover, .button--yellow:active {
  background: #dba205;
}

.link {
  color: #222;
  font-size: 0.7em;
  text-decoration: none;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link:hover {
  color: #ed1c2c;
}

.small {
  color: #222;
  font-size: 0.7em;
}

.page-titles {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #ed1c2c;
  text-align: center;
}

.content__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.content {
  max-width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.title {
  max-width: 380px;
}

.content .title {
  /*color: #ed1c2c;*/
  color: #D9BD64;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  padding: 1em;
  margin: 0;
}

.filter {
  position: relative;
  /*font-family: "Quicksand", sans-serif;*/
}

.filter select {
  width: 150px;
  margin: 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*font-family: "Quicksand", sans-serif;*/
  font-weight: bold;
  font-size: 0.8em;
  border-radius: 5px;
  padding: 10px;
  background: url("../svg/arrow-down.svg") no-repeat;
  background-position-x: 90%;
  background-position-y: center;
  background-size: 10px;
}

.filter select:focus {
  outline: none;
}

.filter select option {
  font-size: 0.75rem;
}

.filter select option:checked {
  background-color: #222;
  color: #fff;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  text-align: center;
  min-width: 375px !important;
}

/*Estilos cupones*/
.coupon__grid {
  display: grid;
  height: 550px;
  -ms-grid-columns: minmax(10px, 40px) 1fr minmax(25px, 40px);
  grid-template-columns: minmax(10px, 40px) 1fr minmax(2px, 40px);
  -ms-grid-rows: 50px auto auto 50px min-content min-content;
  grid-template-rows: 50px auto auto 50px -webkit-min-content -webkit-min-content;
  grid-template-rows: 50px auto auto 50px min-content min-content;
  color: #222;
  margin: 0 auto;
}

.coupon__bg {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  grid-row: 2 / 7;
  border-radius: 7px;
  z-index: -1;
}

.coupon__platillo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.coupon__platillo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.coupon__promo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  text-align: center;
}

.coupon__promo .coupon__title {
  margin: 0;
  /*font-family: "Quicksand", sans-serif;*/
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}

.coupon__promo .coupon__discount {
	font-family: "Fira Sans", sans-serif;
	font-weight: bold;
	font-size: 3.25em;
	margin: 0;
	padding: 10px;
}
.coupon__cut {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 4;
  grid-row: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.coupon__cut .coupon__circle {
  width: 25px;
  fill: #0A0A0A;;
}

.coupon__cut .dotted {
  border-bottom: 2px dashed #fff;
  width: 100%;
}

.coupon__cut .coupon__cut--right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.coupon__social {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.coupon__social a {
  /*padding: 0 10px;*/
}

.coupon__social a img {
  width: 40px;
}

.coupon__legal {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 6;
  grid-row: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  /*font-family: "Quicksand", sans-serif;*/
  font-weight: bold;
  padding: 10px;
}

/* Estilos generales cupones */
.coupon--blue {
  background: #82bce5;
}

.coupon--green {
  background: #7fd4a6;
}

.coupon--red {
  background: #fe8fa8;
}

.coupon--yellow {
  background: #ffe185;
}

.coupon--orange {
  background: #ffc28c;
}

/*End estilos cupones*/
/* ///// Media queries ///// */
@media (min-width: 1023px) {
  .cupon-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .cupon-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    margin: auto;
  }
  .cupon-slide {
    /* swiper is disabled at this breakpoint */
    /* going for a 2 column layout here */
    width: 33.333%;
  }
}

@media (min-width: 1279px) {
  /* Cupon desktop */
  .coupon__grid {
    width: 380px;
    height: 550px;
    -ms-grid-columns: minmax(30px, 40px) 1fr minmax(30px, 40px);
        grid-template-columns: minmax(30px, 40px) 1fr minmax(30px, 40px);
    grid-template-rows: 50px auto auto 50px -webkit-min-content -webkit-min-content;
    -ms-grid-rows: 50px auto auto 50px min-content min-content;
        grid-template-rows: 50px auto auto 50px min-content min-content;
    color: #222;
    margin: 0 auto;
  }
  .coupon__platillo {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .coupon__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .coupon__social .coupon--align-end {
    /*margin-left: auto;*/
  }
  .coupon__icons {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .coupon__icons:hover {
    opacity: 0.7;
  }
  .coupon__legal {
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
  }
}
/*# sourceMappingURL=cupones.css.map */