@font-face {
  font-family: "FuturaStdLight";
  src: url("../fonts/Futura Std Light.eot");
  src: url("../fonts/Futura Std Light.woff") format("woff"),
    url("../fonts/Futura Std Light.ttf") format("truetype"),
    url("../fonts/Futura Std Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStdBook";
  src: url("../fonts/Futura Std Book.eot");
  src: url("../fonts/Futura Std Book.woff") format("woff"),
    url("../fonts/Futura Std Book.ttf") format("truetype"),
    url("../fonts/Futura Std Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStdMedium";
  src: url("../fonts/Futura Std Medium.eot");
  src: url("../fonts/Futura Std Medium.woff") format("woff"),
    url("../fonts/Futura Std Medium.ttf") format("truetype"),
    url("../fonts/Futura Std Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStdBold";
  src: url("../fonts/Futura Std Bold.eot");
  src: url("../fonts/Futura Std Bold.woff") format("woff"),
    url("../fonts/Futura Std Bold.ttf") format("truetype"),
    url("../fonts/Futura Std Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStdHeavy";
  src: url("../fonts/Futura Std Heavy.eot");
  src: url("../fonts/Futura Std Heavy.woff") format("woff"),
    url("../fonts/Futura Std Heavy.ttf") format("truetype"),
    url("../fonts/Futura Std Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
html {
  box-sizing: border-box;
}
body {
  font-family: "FuturaStdMedium", sans-serif;
  margin: 0;
  font-size: 16px;
  color: #404040;
  padding-top: 56px;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaStdBold", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
  line-height: 1.2;
}
.light {
  font-family: "FuturaStdLight", sans-serif;
}
.book {
  font-family: "FuturaStdBook", sans-serif;
}
.medium {
  font-family: "FuturaStdMedium", sans-serif;
}
.bold {
  font-family: "FuturaStdBold", sans-serif;
}
.color-red {
  color: #dd1d21;
}
.bg-red {
  background-color: #dd1d21;
}
.color-yellow {
  color: #f4d530;
}
.bg-green {
  background-color: #8bc34a;
}
.bg-yellow {
  background-color: #f4d530;
}
.white {
  color: #fff;
}
.black {
  color: #333;
}
.hide {
  display: none !important;
}
p {
  font-family: "FuturaSTDBook", sans-serif;
  line-height: 1.4;
  font-size: 1rem;
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #404040;
}
.button {
  font-family: "FuturaStdBold", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #f4d530;
  padding: 25px 50px;
  position: relative;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: #404040;
}
.button.button-red {
  color: #fff;
  background-color: #dd1d21;
}
.button:hover,
.button:focus {
  background-color: #ddbd14;
}
.button.button-red:hover,
.button.button-red:focus {
  background-color: #c01114;
}
.button-grey {
  background-color: #404040;
  color: #fff;
}
.button.button-grey:hover,
.button.button-grey:focus {
  background-color: #222;
}
.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
a {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.brand-shell {
  height: 36px;
}
.brand-latampass {
  height: 22px;
  margin-left: 20px;
}
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 260px;
  height: 100%;
  background-color: #dd2322;
  align-items: flex-start;
}
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer-left .drawer-nav {
  left: -260px;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer-left.drawer-open .drawer-nav {
  left: 0;
}
.main-slider,
.banner-benefits {
  position: relative;
  overflow: hidden;
  display: block;
}
.main-slider .item {
  width: 100%;
}
.main-slider .item img {
  width: 100%;
}
.main-slider .item .banner-mobile {
  display: none;
}
.main-slider .owl-dots .owl-dot {
  background: #fff;
  border: 0;
  height: 20px;
  width: 20px;
  margin: 0 2px;
}
.main-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover {
  background: #dd1d21;
}
.main-slider .owl-dot span {
  display: none !important;
}
.banner-benefits .container {
  height: 100%;
  position: relative;
}
.caption-top {
  width: 240px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-color: #f4d530;
}
.caption-category {
  padding: 20px;
}
.caption-category span {
  font-family: "FuturaStdHeavy", sans-serif;
  font-weight: bold;
  font-size: 54px;
  color: #404040;
  margin: 20px auto;
  max-width: 100px;
  display: block;
  line-height: 1;
}
.caption-category img {
  width: 100%;
  margin: 20px auto;
}
.caption-mark {
  padding: 60px 10px;
  background-color: #fff;
}
.caption-mark img {
  width: 100%;
}
.caption-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  padding: 20px;
  text-align: center;
  background-color: #dd1d21;
}
.caption-discount-value {
  font-family: "FuturaStdBold", sans-serif;
  font-size: 80px;
  color: #fff;
  line-height: 1;
}
.caption-discount-text {
  font-family: "FuturaStdLight", sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 1;
}
.caption-bottom p {
  text-align: left;
  font-family: "FuturaStdMedium", sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  margin: 40px 0 20px;
}
.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.main-slider button.owl-dot {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: #fff;
}
.main-slider button.owl-dot.active {
  background-color: #dd1d21;
}
.carousel-benefits .owl-nav,
.main-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}
.carousel-benefits .owl-nav {
  display: block !important;
}
.main-slider .owl-next,
.main-slider .owl-prev,
.carousel-benefits .owl-next,
.carousel-benefits .owl-prev {
  content: "";
  position: absolute;
  height: 50px;
  width: 30px;
  right: 7px;
  top: 0;
  text-indent: -10000px;
  display: block !important;
  background-position: center center;
  background-size: cover, 100%;
  background-repeat: no-repeat !important;
  z-index: 9;
  background-color: transparent !important;
}
.main-slider .owl-next {
  right: 10px;
  background-image: url(../images/chevron-right-white.svg) !important;
}
.main-slider .owl-prev {
  left: 10px;
  background-image: url(../images/chevron-left-white.svg) !important;
}
.carousel-benefits .owl-next {
  right: -45px;
  background-image: url(../images/chevron-right.svg) !important;
}
.carousel-benefits .owl-prev {
  left: -45px;
  background-image: url(../images/chevron-left.svg) !important;
}
.section-title {
  font-family: "FuturaStdMedium", sans-serif;
  font-size: 36px;
  position: relative;
  color: #404040;
  width: auto;
  margin: 40px auto;
  text-align: center;
}
.section-title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 7px;
  bottom: -15px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffd800;
}
.thumb-benefits {
  display: flex;
  justify-content: space-between;
  margin: 0 -25px;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.thumb-benefits li {
  width: 23%;
  margin: 15px;
}
.thumb-benefits .thumbnails {
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.logo_fiat {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  -webkit-filter: drop-shadow(1px 1px 5px #000000);
  filter: drop-shadow(1px 1px 5px #000000);
  z-index: 9;
}
.thumb-top {
  background-size: cover !important;
  background-position: center center !important;
  padding: 60px 60px 0;
  position: relative;
  text-align: center;
}
.img-marker{
  margin: 0 auto 10px;
  width: 200px;
}
.thumb-caption {
  position: relative;
  bottom: -20px;
  z-index: 1;
}
.thumb-caption-marker{
  position: relative;
  bottom: 30px;
  z-index: 1;
}
.thumb-mark {
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thumb-mark img {
  width: 100%;
}
.thumb-category {
  padding: 10px 20px;
}
.thumb-category span {
  font-family: "FuturaStdHeavy", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin: 0 auto;
  max-width: 100px;
  display: block;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.thumb-bottom {
  background-color: #fff;
  padding: 46px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.thumb-bottom .txt-mark {
  font-family: "FuturaStdMedium", sans-serif;
  position: absolute;
  top: 0;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.thumb-discount-value {
  font-family: "FuturaStdHeavy", sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -2px;
  padding: 10px;
  width: 40%;
  text-align: center;
}
.thumb-discount-day {
  font-family: "FuturaStdBook", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  line-height: 1;
  width: 40%;
}
.thumb-slash {
  height: 70px;
  width: 3px;
  background-color: #404040;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 3;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  margin: 60px auto;
  z-index: 9999;
  max-width: 700px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  text-align: center;
  top: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal:-webkit-scrollbar {
  display: none;
}

.modal-header {
  background-color: #e6e6e6;
  text-align: left;
  border-left: 54px solid #ffd800;
  position: relative;
}
.modal-brand {
  padding: 10px 25px;
  background-color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
}
.modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.modal-close svg {
  width: 100%;
}
.modal-body {
  border: 4px solid #e6e6e6;
  border-top: 0;
}
.modal-content-top {
  display: flex;
  flex-direction: row;
}
.modal-caption {
  width: 260px;
}
.modal-label {
  background-color: #ff9200 !important;
  width: 200px;
  margin-left: 50px;
  padding: 20px;
  text-align: center;
}
.modal-category {
  font-family: "FuturaStdHeavy", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #404040;
  margin: 0 8px 20px;

  display: block;
  line-height: 1;
}
.modal-discount b {
  font-family: "FuturaStdHeavy", sans-serif;
  font-size: 45px;
  color: #404040;
  line-height: 1;
}
.modal-discount p {
  font-family: "FuturaStdLight", sans-serif;
  font-size: 24px;
  margin-top: 4px;
  color: #404040;
  line-height: 1;
  margin: 0;
}
.modal-mark {
  flex: 1 2 auto;
  text-align: center;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-mark img {
  width: auto;
  height: 200px;
}
.modal .close-modal {
  display: none;
}

/*Forms*/
.form-title {
  font-family: "FuturaSTDBook", sans-serif;
  margin-bottom: 50px;
  font-size: 22px;
  position: relative;
  text-align: center;
}
.form-title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  bottom: -15px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffd800;
}
.form-element {
  margin-bottom: 15px;
  position: relative;
}
.element-button {
  text-align: center;
}
.element-button .button {
  margin: 0 10px;
}
.form-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.row-card {
  margin: 60px 0;
  justify-content: center;
  background-color: #f6f6f6;
  padding: 20px;
}
.row-card .form-element {
  margin-bottom: 0;
}
.row-card .fancy-radio label {
  margin: 0 20px;
}
.row-card .fancy-radio span {
  font-size: 18px;
}
.form-col {
  padding-left: 10px;
  padding-right: 10px;
}
.col-2 .form-col {
  width: 50%;
}
.col-3 .form-col {
  width: 33.3334%;
}
.col-4 .form-col {
  width: 25%;
}
.form-help {
  font-size: 13px;
}

.form-row.flex-end {
  justify-content: flex-end;
}
.form-confirmation {
  padding: 20px 0 40px;
  text-align: center;
}
.form-confirmation .letter {
  display: inline-block;
  margin: auto;
  margin-bottom: 30px;
  width: 200px;
}
.form-confirmation p {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  margin-bottom: 5px;
}
.form-brand {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100px;
}
.form-brand img {
  width: auto;
  margin: 0 10px;
}
.form-confirmation .check {
  display: inline-block;
  margin: auto;
  margin-bottom: 20px;
  width: 120px;
}
.input,
.select,
.textarea {
  display: block;
  width: 100%;
  font-family: "FuturaSTDBook", sans-serif;
  border: 0;
  padding: 12px;
  background-color: #e5e5e5;
  font-size: 16px;
  line-height: 1.1;
}
.fancy-radio {
  position: relative;
  display: flex;
}
.fancy-radio label {
  position: relative;
  display: flex !important;
  align-items: center;
  flex-flow: row nowrap;
  padding: 10px 0;
  margin-right: 30px;
  justify-content: flex-start;
  cursor: pointer;
}
.fancy-radio label input {
  visibility: hidden;
  margin: 0;
  order: -1;
  position: absolute;
  left: 0;
}
.fancy-radio i {
  order: 1;
  position: relative;
  width: 22px;
  height: 22px;
}
.fancy-radio i:before {
  content: " ";
  width: 22px;
  position: absolute;
  height: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #e5e5e5;
}
.fancy-radio label input[type="radio"]:checked ~ i:after,
.fancy-radio label input[type="checkbox"]:checked ~ i:after {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.fancy-radio span {
  color: #333;
  order: 2;
  padding-left: 10px;
  flex: 1;
  font-size: 16px;
}
.birth {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.birth .select {
  width: 32%;
}
.phone {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.phone .input {
  width: 24%;
}
.phone .input:last-child {
  width: 50%;
}
.address {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.address .input {
  width: 32%;
}
.form-button.button {
  font-family: "FuturaSTDBook", sans-serif;
  border: 0;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  padding: 15px 40px;
}
.form-label {
  display: block;
  margin-bottom: 4px;
}
.card-register {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 180px;
}
.modal-login .modal-body {
  padding: 30px;
  text-align: center;
}
.modal-login .login-form {
  max-width: 470px;
  margin: auto;
}
.modal-login .login-form.reset-pass {
  max-width: 400px;
}
.reset-pass .loading {
  padding: 10px;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-pass {
  margin-top: 10px;
}
.new-pass p {
  margin-bottom: 15px;
  font-size: 16px;
}
.new-pass label {
  text-align: left;
}
.modal-login .form-element.gender {
  text-align: left;
}
button:disabled,
button:disabled:hover {
  background-color: #ddd;
  color: #999;
  cursor: default;
}
.forgot {
  margin-top: 30px;
}
.forgot p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.create-account {
  padding: 20px 0;
  text-align: center;
}
.create-account p {
  font-size: 16px;
  margin: 0;
}
.create-account .register {
  color: #c12a27;
}
.benefits-suggested .owl-nav.disabled {
  display: none !important;
}
.login-form .form-element.element-button {
  margin-top: 30px;
}
/*Colores de categorias*/
.bg-tecno {
  background-color: #ff9200;
}
.txt-tecno {
  color: #404040;
}
.bg-gastro {
  background-color: #89cfdc;
}
.txt-gastro {
  color: #003c88;
}
.bg-compras {
  background-color: #dd1d21;
}
.txt-compras {
  color: #ffffff;
}
.category-1 .caption-bottom,
.category-1 .owl-dot.active,
.category-1 .section-title:after,
.category-1 .days ul li.active,
.category-1 .button-benefits,
.category-1 .code-number,
.category-1 .modal-label {
  background-color: #ff9200;
}
.category-1 .caption-bottom * {
  color: #404040;
}
@media (max-width: 1199px) {
  .caption-bottom {
    right: 0;
    width: 200px;
  }
  .caption-top {
    left: 0;
    width: 200px;
  }
  .thumb-mark {
    padding: 15px;
  }
  .caption-mark {
    padding: 30px 10px;
  }
  .caption-discount-value {
    font-size: 70px;
  }
  .caption-discount-text {
    font-size: 38px;
  }
  .caption-bottom p {
    font-size: 32px;
  }
  .thumb-discount-value {
    font-size: 38px;
  }
  .thumb-discount-day {
    font-size: 14px;
  }
  .button {
    padding: 20px 35px;
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .button {
    padding: 15px 25px;
    font-size: 20px;
  }
  .brand-latampass {
    margin-left: 15px;
  }
  .carousel-benefits .owl-nav,
  .main-slider .owl-nav {
    top: 35%;
  }
  .caption-category {
    padding: 10px;
  }
  .caption-top {
    width: 175px;
  }
  .caption-category span {
    font-size: 48px;
  }
  .caption-bottom {
    width: 175px;
  }
  .caption-discount-value {
    font-size: 55px;
  }
  .caption-discount-text {
    font-size: 32px;
  }
  .caption-bottom p {
    font-size: 28px;
  }
  .section-title {
    font-size: 30px;
  }
  .thumb-top {
    padding: 30px 30px 0;
  }
  .thumb-category span {
    font-size: 20px;
  }
  .thumb-mark {
    padding: 15px;
  }
  .thumb-slash {
    height: 55px;
    width: 1px;
  }
  .thumb-discount-value {
    font-size: 28px;
    width: 45%;
    padding: 5px;
  }
  .thumb-discount-day {
    font-size: 12px;
    padding: 5px;
    width: 45%;
  }
  .input,
  .select,
  .textarea {
    padding: 12px 10px;
    font-size: 14px;
  }
  .form-label {
    font-size: 14px;
  }
  .fancy-radio span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 15px 20px;
    font-size: 18px;
  }
  .main-slider .owl-next,
  .main-slider .owl-prev,
  .carousel-benefits .owl-next,
  .carousel-benefits .owl-prev {
    height: 35px;
    width: 20px;
  }
  .main-slider .owl-prev {
    left: 3px;
  }
  .main-slider .owl-next {
    right: 3px;
  }
  .caption-category span {
    font-size: 32px;
    margin: 10px auto;
  }
  .caption-category img {
    margin: 10px auto;
  }
  .caption-bottom {
    width: 140px;
  }
  .caption-discount-value {
    font-size: 44px;
  }
  .caption-discount-text {
    font-size: 24px;
  }
  .caption-bottom p {
    font-size: 22px;
    margin: 20px 0 10px;
  }
  .caption-top {
    width: 140px;
  }
  .modal {
    margin: 40px auto;
  }
  .modal-login .modal-body {
    padding: 10px 20px;
  }
  .modal-caption {
    width: 230px;
  }
  .form-row {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .col-2 .form-col,
  .col-3 .form-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col-4 .form-col {
    width: 49%;
    padding-left: 0;
    padding-right: 0;
  }
  .form-row.col-4 {
    flex-flow: row wrap;
  }
  .form-confirmation .letter {
    width: 150px;
  }
  .card-number {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .modal-category {
    font-family: "FuturaStdHeavy", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #404040;
    margin: 0 8px 20px;

    display: block;
    line-height: 1;
  }
  body {
    padding-top: 50px;
  }
  .caption-top {
    width: 110px;
  }
  .modal-brand {
    padding: 10px 10px;
    width: 155px;
  }
  .modal-brand .brand-latampass {
    margin-left: 10px;
  }
  .modal-caption {
    width: 230px;
  }
  .modal-label {
    margin-left: 26px;
  }
  .modal-mark img {
    height: 100px;
  }
  .modal-caption {
    width: 175px;
  }
  .modal-label {
    width: 155px;
    margin-left: 50px;
  }
  .modal-discount b {
    font-size: 38px;
  }
  .modal-discount p {
    font-size: 20px;
    margin-top: 3px;
  }
  .modal-mark {
    padding: 15px;
  }
  .modal-mark img {
    height: 180px;
  }
  .modal-content-bottom {
    padding-top: 20px;
  }
  .modal-content-bottom p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .code-number {
    font-size: 40px;
    padding: 18px 40px 15px;
  }
}
@media (max-width: 480px) {
  .banner-mobile {
    display: block !important;
    width: 100%;
  }
  .banner-desktop {
    display: none !important;
  }
  .main-slider .owl-dots {
    justify-content: flex-start;
    margin-left: 10px;
  }
}
@media (max-width: 460px) {
  .carousel-benefits .thumbnails {
    max-width: 260px;
    margin: auto;
    display: block;
  }
  .carousel-benefits .thumb-top {
    padding: 30px 40px 0;
  }
  .modal-mark {
    height: 160px;
  }
  .modal-label {
    margin-left: 0;
  }
  .modal-label {
    width: 170px;
  }
}
@media (max-width: 400px) {
  .button {
    padding: 15px;
    font-size: 16px;
  }
  .brand-latampass {
    height: 20px;
    margin-left: 10px;
  }
  .thumb-mark img {
    max-width: 120px;
  }
  .caption-top {
    width: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .caption-top .caption-category {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .caption-category span {
    font-size: 24px;
    margin: auto;
  }
  .caption-category img {
    height: 50px;
    width: auto !important;
    margin: 0 10px;
  }
  .caption-bottom {
    width: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 35px;
  }
  .caption-bottom .caption-discount-text {
    margin-left: 10px;
  }
  .caption-bottom p {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 15px;
    left: 0;
    text-align: center;
  }
  .thumb-top {
    padding: 35px 50px 0;
  }
  .blocker {
    padding: 10px;
  }
  .modal-brand {
    width: 130px;
  }
  .modal-label {
    width: 130px;
  }
  .modal-mark {
    height: 190px;
  }
  .modal-category {
    font-size: 25px;
  }
  .modal-discount b {
    font-size: 30px;
  }
  .modal-discount p {
    font-size: 15px;
    margin-top: 2px;
  }
  .modal-mark img {
    height: 160px;
  }
  .modal-label {
    margin-left: 0;
  }
  .modal-content-bottom p {
    font-size: 20px;
  }
  .code-number {
    font-size: 30px;
  }
}

.gm-style .gm-style-iw-c {
  box-shadow: none;
  border-radius: 0;
}
.marker-content {
  background-color: #fff;
  padding: 5px;
  box-shadow: none;
}
.marker-body {
  position: relative;
  padding-left: 50px;
}
.marker-body-benefits{
  position: relative;
  padding-left: 10px;
}
.marker-pin {
  width: 26px;
  height: auto;
  position: absolute;
  left: 5px;
  top: 5px;
}
.marker-name {
  font-family: "FuturaStdMedium", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.marker-address {
  font-family: "FuturaStdLight", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.gm-style .gm-style-iw-t::after {
  display: none !important;
}

.z-loading {
  border-radius: 50%;
  padding: 6.4px;
  height: 32px;
  width: 32px;
  background-color: #fe5000;
}
.z-static-path {
  stroke: #fec1a6;
}
.z-loader {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.alert-success {
  background-color: #8bc34a;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.alert-error {
  background-color: #ff8183;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.alert-error p {
  color: #fff;
  text-align: left;
  font-family: "FuturaStdLight", sans-serif;
  font-size: 16px;
  margin: 0;
}
.text-right {
  text-align: right;
}
.no-results {
  background-color: #f6f6f6;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  color: #888;
}
.no-results p {
  margin-bottom: 0;
}

/* Modal FAQ */
.modal-faq {
  max-width: 900px;
}
.modal-faq .modal-body {
  padding: 30px;
  overflow: auto;
  max-height: 500px;
  border: 4px solid #f4d530;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal-faq .modal-body::-webkit-scrollbar {
  display: none;
}
.modal-faq .modal-body h1 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0;
  margin: 20px 0;
}

.modal-faq .modal-body h2 {
  text-align: left;
  font-family: "FuturaStdBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  padding-right: 35px;
}
.modal-faq .modal-body p {
  text-align: left;
  font-size: 14px;
}
.panel-head {
  padding: 10px 0;
  position: relative;
}
.panel-head .icon-trigger {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  border: 2px solid #f4d530;
  border-radius: 100%;
}
.panel-head .icon-trigger:after {
  content: "-";
  font-size: 42px;
  font-family: "FuturaStdMedium", sans-serif;
  line-height: 1;
  color: #404040;
  position: absolute;
  top: -9px;
  left: 5px;
}
.panel-group.collapse .icon-trigger:after {
  content: "+";
  font-size: 26px;
  top: -2px;
  left: 5px;
}
.panel-group {
  border-bottom: 1px solid #404040;
  cursor: pointer;
}
.panel-collapse {
  margin-bottom: 40px;
}
a:not([href]) {
  cursor: pointer;
}
/* Modal Winners */
.modal-winners {
  max-width: 700px;
}
.modal-winners .modal-header {
  background-color: #ffd800;
  border-left: 0;
  padding:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-winners .modal-header img{
  width: 200px;
}
.modal-winners .modal-header h2{
  font-family: "FuturaStdMedium", sans-serif;
  color: #fff;
  margin:0;
  font-size: 30px;
  margin-left: 80px;
  position: relative;
  top: -10px;
}
.modal-winners .modal-header h2::after{
  content:"";
  position: absolute;
  height: 10px;
  bottom: -20px;
  left: 0;
  width: 100px;
  background-color: #fff;
}
.modal-winners .modal-body {
  padding: 30px;
  text-align: center;
}
.modal-winners .modal-body h1{
  font-family: "FuturaStdMedium", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 40px;
}
.modal-winners .modal-body p{
  font-family: "FuturaStdMedium", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin:auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  max-width: 400px;
}
@media (max-width:767px){
  .modal-winners .modal-header img{
    width: 140px;
  }
  .modal-winners .modal-header h2{
    margin:0;
    font-size: 26px;
    margin-left: 30px;
  }
}
@media (max-width:576px){
  .modal-winners .modal-header img{
    width: 100px;
  }
  .modal-winners .modal-header h2{
    margin:0;
    font-size: 22px;
    margin-left: 20px;
  }
  .modal-winners .modal-header h2:after{
    height: 6px;
  }
  .modal-winners .modal-body{
    padding:20px;
  }
  .modal-winners .modal-body h1{
    font-size: 24px;
  }
  .modal-winners .modal-body p{
    font-size: 18px;
    text-align: left;
    display: block;
  }
}
/* Modal Resultados */
.modal-result {
  max-width: 700px;
}
.modal-result .modal-body {
  padding:50px 30px 10px;
  text-align: center;
  border-top: 4px solid #e6e6e6;
}
.modal-result .modal-body h1,
.trivia-result h1{
  font-family: "FuturaStdMedium", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 40px;
}
.modal-result .modal-body h2,
.trivia-result h2{
  font-family: "FuturaStdMedium", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  color: #fe0000;
  margin-top: 0;
  margin-bottom: 40px;
}
.result-info{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.result-img{
  flex: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-img img{
  width: 50%;
}
.result-text{
  flex: 60%;
  padding-left: 50px;
  text-align: left;
}
.result-text ul{
  margin: 0;
  padding:0;
  list-style: none;
}
.result-text ul li{
  margin-bottom: 10px;
  font-family: "FuturaStdMedium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
.result-text ul li span{
  width: 45px;
  margin-right: 10px;
  color: #fe0000;
  display: inline-block;
  text-align: right;
}
.result-text ul li img{
  position: absolute;
  top: -2px;
  left: -33px;
  width: 25px;
  height: 25px;
}
@media (max-width:1023px){
  .modal-result .modal-body h1{
    font-size: 22px;
  }
  .modal-result .modal-body h2{
    font-size: 22px;
  }
  #table_tienda {
    min-height: auto !important;
  }
}
@media (max-width:767px){
  .modal-result .modal-body {
    padding: 50px 20px 10px;
  }
  .result-info{
    flex-direction: column;
    justify-content: center;
  }
  .result-text {
    flex: 100%;
    padding-left: 20px;
  }
  .result-text ul li {
    font-size: 18px;
}
  .result-text ul li img {
    position: absolute;
    top: 0px;
    left: -33px;
    width: 20px;
    height: 20px;
  }
  .result-text ul li span {
    width: 40px;
    font-size: 16px;
  }
}
