@charset "UTF-8";
.cursor-pointer {
  cursor: pointer !important;
}

@font-face {
  font-family: "gothamlight";
  src: url("/../fonts/Gotham-Light.woff") format("truetype");
}
@font-face {
  font-family: "gothambold";
  src: url("/../fonts/Gotham-Bold.woff") format("truetype");
}
.title-text-bat {
  font-family: "gothambold" !important;
}

.text-bat {
  font-family: "gothamlight" !important;
}

.slick-vue {
  padding: 0px !important;
  margin-bottom: 40px;
}
.slick-vue .slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-vue .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-vue .slick-dots li button {
  color: transparent;
  background: #d9d9d9;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  border: none;
  padding: 5px;
}
.slick-vue .slick-dots li .slick-active button {
  background: #7b7b7b !important;
}
.slick-vue .item {
  position: relative;
}
.slick-vue .item .mask {
  height: 100%;
}
.slick-vue .item .mask img {
  width: 100%;
  height: auto;
}

.truck-title-coupon-home {
  height: 38px;
  max-height: 35px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.fs-sm-7 {
  font-size: 0.7rem !important;
}
@media (max-width: 600px) {
  .fs-sm-7 {
    font-size: 0.5rem !important;
  }
}

.fs-8 {
  font-size: 0.5rem !important;
}

.color-text-indigo {
  color: #0e2b63 !important;
}

.bg-box-points-challenges {
  background: linear-gradient(90deg, #FDDA39 0%, #FCAF1A 100%);
}

.goal-blocked-bg {
  filter: grayscale(1);
}

.text-orange {
  color: #F87C00 !important;
}

.bg-orange {
  background-color: #F87C00 !important;
}

.border-orange {
  border: 1px solid #F87C00 !important;
}

.text-color-green {
  color: #83d300;
}

.bg-light-gray {
  background-color: #fbfbfb;
}

.text-with-radial-gradient {
  background: radial-gradient(circle, #0583CA 0%, #004F9F 51%, #0060A6 100%);
  -webkit-background-clip: text;
  /* Para WebKit (Chrome, Safari) */
  background-clip: text;
  /* Para otros navegadores que soportan */
  color: transparent;
  /* Hace que el texto sea transparente para mostrar el gradiente */
  font-size: 2em;
  /* Ajusta el tamaño del texto según sea necesario */
}

@media screen and (max-width: 400px) {
  .title-discount-amount {
    font-size: 16px !important;
  }

  .points-discount-amount {
    font-size: 14px !important;
  }
}
.points-discount-amount {
  background-color: #dae9f1;
}

.title-discount-amount {
  font-size: 1.15rem;
}

.color-text {
  color: #7D7D7D;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn-select-challenges-points {
  background-color: white !important;
  width: 105px !important;
  height: 105px !important;
  color: #004F9F !important;
  background: url("/../img/challenge/select-points.png") no-repeat !important;
  background-size: cover !important;
}

.btn-select-challenges-packs {
  background-color: white !important;
  width: 105px !important;
  height: 105px !important;
  color: #004F9F !important;
  background: url("/../img/challenge/select-packs.png") no-repeat !important;
  background-size: cover !important;
}

.btn-confirm-challenges-select {
  background-color: #004F9F !important;
  color: white !important;
  border: 1px solid #004F9F !important;
  border-radius: 8px;
  font-family: "gothambold" !important;
}

.btn-change-challenges-select {
  background-color: white !important;
  color: #004F9F !important;
  border: 1px solid #004F9F !important;
  border-radius: 8px;
  font-family: "gothambold" !important;
}

.title-challenge-modal {
  color: #282828 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: "gothambold" !important;
}

.text-challenge-modal {
  color: #282828 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "gothamlight" !important;
}

.bg-independence-header {
  background: url("/../img/brand/header_independence_mobile.png") no-repeat !important;
  background-size: cover !important;
  height: 100% !important;
  background-position: center !important;
}
@media (min-width: 1024px) {
  .bg-independence-header {
    background: url("/../img/brand/header_independence.png") no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    background-position: center !important;
  }
}

.bg-independence-login {
  background: url("/../img/brand/login_mobile_independence.png") no-repeat !important;
  background-size: cover !important;
  height: 100% !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .bg-independence-login {
    background: url("/../img/brand/login_desktop_independence.png") no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    background-position: center !important;
  }
}

.bg-honolulu {
  background: url("/../img/brand/bg-honolulu-mobile.png") no-repeat !important;
  background-size: cover !important;
  height: 100% !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .bg-honolulu {
    background: url("/../img/brand/bg-honolulu-desktop.jpg") no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    background-position: center !important;
  }
}

.input-independence label {
  color: white !important;
  background: #052605 !important;
}
.input-independence input {
  background: #052605 !important;
  border: solid 2px white !important;
  color: white !important;
}

.bg-independence-recovery {
  background: url("/../img/brand/bg-recovery-password-mobile.png") no-repeat !important;
  background-size: cover !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .bg-independence-recovery {
    background: url("/../img/brand/bg-recovery-password.png") no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    background-position: center !important;
  }
}

.bg-independence-reset {
  background: url("/../img/brand/bg-reset-password-mobile.png") no-repeat !important;
  background-size: cover !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .bg-independence-reset {
    background: url("/../img/brand/bg-reset-password.png") no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    background-position: center !important;
  }
}

.bg-independence-change {
  background: url("/../img/brand/bg-change-password-mobile.png") no-repeat !important;
  background-size: cover !important;
  height: 100% !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .bg-independence-change {
    background: url("/../img/brand/bg-change-password.png") no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
    background-position: center !important;
  }
}

.input-independence-change-password label {
  color: white !important;
  background: #0B4D0B !important;
}
@media (max-width: 768px) {
  .input-independence-change-password label {
    background: #052605 !important;
  }
}
.input-independence-change-password input {
  background: #0B4D0B !important;
  border: solid 2px white !important;
  color: white !important;
}
@media (max-width: 768px) {
  .input-independence-change-password input {
    background: #052605 !important;
  }
}

.text__color {
  color: #1450c9;
}

.text__404--title {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 64px;
  font-style: normal;
  line-height: 80px;
}

.text__404--p {
  color: #464646;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

@media (width < 720px) {
  .text__404--title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 0;
    margin: 30px 0 20px 0;
  }
}

@media (width < 720px) {
  .text__404--p {
    font-size: 16px;
    line-height: 20px;
  }
}

.text__color {
  color: #1450C9;
}

.text__404--title {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 64px;
  font-style: normal;
  line-height: 80px;
}

.text__404--p {
  color: #464646;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

@media (width < 720px) {
  .text__404--title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 0;
    margin: 30px 0 20px 0;
  }
}

@media (width < 720px) {
  .text__404--p {
    font-size: 16px;
    line-height: 20px;
  }
}

.text__color {
  color: #1450C9;
}

.text__404--title {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 64px;
  font-style: normal;
  line-height: 80px;
}

.text__404--p {
  color: #464646;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

@media (width < 720px) {
  .text__404--title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 0;
    margin: 30px 0 20px 0;
  }
}

@media (width < 720px) {
  .text__404--p {
    font-size: 16px;
    line-height: 20px;
  }
}

.btn-background-error {
  background-color: #004f9f !important;
  color: #ffffff !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

@font-face {
  font-family: "gothamlight";
  src: url("/../fonts/Gotham-Light.woff") format("truetype");
}
@font-face {
  font-family: "gothambold";
  src: url("/../fonts/Gotham-Bold.woff") format("truetype");
}
.title-text-bat {
  font-family: "gothambold" !important;
}

.text-bat {
  font-family: "gothamlight" !important;
}

.slick-vue {
  padding: 0px !important;
  margin-bottom: 40px;
}
.slick-vue .slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-vue .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-vue .slick-dots li button {
  color: transparent;
  background: #d9d9d9;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  border: none;
  padding: 5px;
}
.slick-vue .slick-dots li .slick-active button {
  background: #7b7b7b !important;
}
.slick-vue .item {
  position: relative;
}
.slick-vue .item .mask {
  height: 100%;
}
.slick-vue .item .mask img {
  width: 100%;
  height: auto;
}

.truck-title-coupon-home {
  height: 38px;
  max-height: 35px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.fs-sm-7 {
  font-size: 0.7rem !important;
}
@media (max-width: 600px) {
  .fs-sm-7 {
    font-size: 0.5rem !important;
  }
}

.fs-8 {
  font-size: 0.5rem !important;
}

.color-text-indigo {
  color: #0e2b63 !important;
}

.bg-box-points-challenges {
  background: linear-gradient(90deg, #FDDA39 0%, #FCAF1A 100%);
}

.goal-blocked-bg {
  filter: grayscale(1);
}

.text-orange {
  color: #F87C00 !important;
}

.bg-orange {
  background-color: #F87C00 !important;
}

.border-orange {
  border: 1px solid #F87C00 !important;
}

.text-color-green {
  color: #83d300;
}

.bg-light-gray {
  background-color: #fbfbfb;
}

.text-with-radial-gradient {
  background: radial-gradient(circle, #0583CA 0%, #004F9F 51%, #0060A6 100%);
  -webkit-background-clip: text;
  /* Para WebKit (Chrome, Safari) */
  background-clip: text;
  /* Para otros navegadores que soportan */
  color: transparent;
  /* Hace que el texto sea transparente para mostrar el gradiente */
  font-size: 2em;
  /* Ajusta el tamaño del texto según sea necesario */
}

@media screen and (max-width: 400px) {
  .title-discount-amount {
    font-size: 16px !important;
  }

  .points-discount-amount {
    font-size: 14px !important;
  }
}
.points-discount-amount {
  background-color: #dae9f1;
}

.title-discount-amount {
  font-size: 1.15rem;
}

.color-text {
  color: #7D7D7D;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn-select-challenges-points {
  background-color: white !important;
  width: 105px !important;
  height: 105px !important;
  color: #004F9F !important;
  background: url("/../img/challenge/select-points.png") no-repeat !important;
  background-size: cover !important;
}

.btn-select-challenges-packs {
  background-color: white !important;
  width: 105px !important;
  height: 105px !important;
  color: #004F9F !important;
  background: url("/../img/challenge/select-packs.png") no-repeat !important;
  background-size: cover !important;
}

.btn-confirm-challenges-select {
  background-color: #004F9F !important;
  color: white !important;
  border: 1px solid #004F9F !important;
  border-radius: 8px;
  font-family: "gothambold" !important;
}

.btn-change-challenges-select {
  background-color: white !important;
  color: #004F9F !important;
  border: 1px solid #004F9F !important;
  border-radius: 8px;
  font-family: "gothambold" !important;
}

.title-challenge-modal {
  color: #282828 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: "gothambold" !important;
}

.text-challenge-modal {
  color: #282828 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "gothamlight" !important;
}

.title-barBlue-credit {
  padding-left: 15px;
  color: #0e2b63;
  position: relative;
}
.title-barBlue-credit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: #0e2b63;
}

.title-bar-violet-credit {
  padding-left: 15px;
  position: relative;
}
.title-bar-violet-credit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 50%;
  border-radius: 4px;
  background: #D52784;
}

.tdu__coupons {
  background: #004f9f;
}

.tdu__coupons--title {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 0;
  margin: 0;
}

.tdu__coupons--p {
  color: var(--neutral-gray-700, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.container__coupons {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding-bottom: 10px;
}

.coupon__card {
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 10px 40px;
  height: 140px !important;
}

@media (width > 768px) {
  .coupon__card {
    gap: 30px;
    width: 350px;
    height: 110px;
  }
}

.coupon__card--texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -20px;
  margin-right: 20px;
}

.coupon__card--h3 {
  color: #0e2b63;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.coupon__card--p {
  color: #464646;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.coupon__card--btn {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: 0;
}

.coupon__card--span {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 35px;
  padding-right: 20px;
}

.coupon__card--span span {
  display: flex;
  padding: 4px 8px;
  border-radius: 1000px;
  background: #dae9f1;
  color: #0e2b63;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}

.tdu__coupons--btn {
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  color: #004f9f;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-left: auto;
  border: 0;
}
@media screen and (max-width: 768px) {
  .tdu__coupons--btn {
    width: 100%;
  }
}

.container__coupons::-webkit-scrollbar {
  width: 0;
}

.container__coupons::-webkit-scrollbar-track {
  background: transparent;
}

.container__coupons::-webkit-scrollbar-thumb {
  background: transparent;
}

.coupon__search--title {
  color: #0b5297;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.coupon__search--button-edit,
.coupon__search--button-search {
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  padding: 8px;
}

.input__coupon--search {
  border-radius: 20px;
  height: 46px;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #c1c1c1;
  width: 40%;
}
@media (max-width: 768px) {
  .input__coupon--search {
    width: 100%;
  }
}

.input__coupon--search::-moz-placeholder {
  color: #c1c1c1;
}

.input__coupon--search:-ms-input-placeholder {
  color: #c1c1c1;
}

.input__coupon--search::placeholder {
  color: #c1c1c1;
}

.coupon__search--p {
  color: #464646;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 768px) {
  .scroll-x {
    overflow-x: scroll;
    padding: 15px 0;
  }
}

.coupons__categories {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  margin-top: 20px;
}

.coupons__categories--todos {
  background-color: #004f9f !important;
}

.coupons__categories div button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 16px;
  height: 35px;
  justify-content: center;
  padding: 0 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: 0px;
  background-color: #ffffff;
  margin: 0 5px;
}

.coupons__categories div p {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.coupons__categories--todos p {
  color: #ffffff !important;
}

.coupons__categories::-webkit-scrollbar {
  width: 0;
}

.coupons__categories::-webkit-scrollbar-track {
  background: transparent;
}

.coupons__categories::-webkit-scrollbar-thumb {
  background: transparent;
}

.tdu__card--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 375px;
}

@media (width < 768px) {
  .tdu__card--container {
    margin-bottom: 40px;
  }
}

.tdu__card--h2 {
  color: var(--primary-blue-100, #0e2b63);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.tdu__card--p {
  color: #464646;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.tdu__card--button {
  border: 0px;
  background-color: #fff;
  width: 100px;
  margin-top: -10px;
  padding: 0;
}

.tdu__card--button p {
  color: #5f8b9a;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.top__card {
  background-color: #00b1eb;
  width: 350px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 18px 18px 0px 0px;
  background: #1fb9ec;
}

.top__card--h3 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 4.5px;
  margin-top: -20px;
}

.bottom__card {
  background-color: #0a5398;
  width: 350px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 0px 0px 18px 18px;
  background-image: url("/img/tdu/images/my-tdu-card-front.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  text-shadow: 0px 0px 5px black;
}

.bottom__card > p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.48px;
}

.bottom__card--date {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}

.bottom__card--date span {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

.bottom__card--cvv {
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

.bottom__card--cvv span {
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}

.card__click--icon {
  height: 50px;
  width: 50px;
}

.card__reverse--top {
  background-color: #0a5398;
  border-radius: 18px 18px 0px 0px;
  background-image: url("/img/tdu/images/my-tdu-card-front.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 185px;
  opacity: 1;
}

.card__reverse--header h2 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
}

.card__reverse--header p {
  padding: 4px 4px;
  align-items: center;
  border-radius: 1000px;
  background: #dae9f1;
  color: #0e2b63;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.card__middle--p {
  color: #fff;
  font-size: 8px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
}

.card__reverse--codes p {
  padding: 2px 8px;
  border-radius: 12px;
  background: #eceff4;
  color: #282828;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card__reverse--promotion {
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}

.card__reverse--footer {
  color: #fff;
  text-align: center;
  font-size: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px;
}

.card__reverse--bottom {
  background-color: #dae9f1;
  border-radius: 0px 0px 18px 18px;
  padding: 10px;
  width: 350px;
  height: 35px;
}

.card__reverse--bottom img:nth-child(2) {
  width: 40px;
}

.card__reverse--bottom img:nth-child(1) {
  width: 40px;
}

.tdu__card--animation {
  width: 300px;
  height: 200px;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  transform: rotateY(0deg);
  perspective: 1000px;
}

@media (width > 768px) {
  .tdu__card--animation {
    margin-right: 70px;
  }
}

.tdu__card--animation:hover {
  cursor: pointer;
}

.tdu__card--front,
.tdu__card--back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.tdu__card--back {
  transform: rotateY(180deg);
}

.flipped {
  transform: rotateY(180deg);
}

.tdu-card-logo {
  width: 50px;
}

@media (width > 768px) {
  .coupons__filter {
    max-width: 50%;
    margin-left: 0;
  }
}
@media (width < 768px) {
  .coupons__filter {
    margin-bottom: 30px;
  }
}

.coupons__filter h2 {
  color: #0e2b63;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.coupons__card--location {
  border-radius: 30px;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.coupons__card--location img {
  width: 20px;
}

.coupons__filter--button {
  color: #5f8b9a;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  background: 0;
  border: 0;
}

.coupons__filter--select {
  display: inline-flex;
  width: 100%;
  gap: 15px;
}

.coupons__filter--select select {
  flex: 1;
  padding: 5px 10px;
  border-radius: 10px;
  color: #7d7d7d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  padding-right: 10px;
  height: 40px;
}

.button__search--direction {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  align-items: center;
  gap: 20px;
  color: #000000;
  border-radius: 12px;
  background: #eceff4;
  border: 0;
}

.button__search--coupons {
  display: flex;
  gap: 5px;
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #004f9f;
  border: 0;
}

.coupon__details--prices p {
  color: #0e2b63;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: #dae9f1;
}

.coupon__personal--info > div {
  background-color: #28bcfe;
  width: 85%;
  border-radius: 20px;
}

.coupon__background--img {
  background: url("/img/tdu/images/coupon-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 350px;
}

.top__hand--icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.coupon__personal--info {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  width: -moz-fit-content;
  width: fit-content;
}

.coupon__personal--info p {
  margin: 0;
}

.coupon__personal--info h3 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.coupon__details--h2 {
  color: #0e2b63;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.coupon__detail--link {
  color: #7d7d7d;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.coupons__details--p > p {
  color: #7d7d7d;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.location__icon {
  display: flex;
  padding: 9px;
  align-items: flex-start;
  border-radius: 30px;
  border: 1px solid #e4e4e4;
  background: #fff;
  width: 35px;
  height: 38px;
}

.coupon__details--button {
  color: #5f8b9a;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border: 0;
  background: 0;
}

.coupon__details--img {
  width: 300px;
  height: 300px;
}

.img-redeem-coupon {
  max-width: 300px;
}

.code-bar-coupon svg {
  width: 100%;
}

.container--section__promos {
  background-color: #f6f6f6;
}

.section--promos__text {
  color: #0e2b63;
}

.container--number__promos {
  background-color: #e1f8ff;
}

.section--promos__btn {
  background-color: #0e2b63;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
}

.section--promos__btn:hover {
  color: #ffffff;
}

@media (width > 768px) {
  .section--promos__btn {
    width: 167px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-responsive {
    width: 45%;
  }

  .horizontal-scroll {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .horizontal-scroll::-webkit-scrollbar {
    background-color: #fff;
    height: 10px;
    border: 2px solid #fff;
  }
  .horizontal-scroll::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
  }
}
.btn-volver {
  background-color: #004f9f !important;
  color: #fff !important;
}

.btn-darte-baja {
  color: #004f9f !important;
  background-color: #fff !important;
  border: 1px solid #004f9f !important;
}

.link-breadcrumb {
  color: #00b1eb !important;
}

@media (width < 768px) {
  .link-breadcrumb {
    color: #004f9f !important;
  }
}
.btn.active {
  padding: 10px 20px;
  display: block;
  overflow: hidden;
  background: #004f9f !important;
  color: #fff !important;
}

.color_text_attributes {
  color: #004f9f;
  font-size: 16px;
}

.brand_background {
  background-color: #004f9f !important;
  opacity: 1;
}

.span_background {
  background: #dae9f1;
}

.brand_shadow {
  box-shadow: 0px 2px 4px 0px rgba(82, 100, 100, 0.1);
}

.color-blue {
  color: #004f9f;
}

.background-color-blue {
  background-color: #004f9f !important;
}

.card_background {
  border-radius: 12px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.text-color {
  color: #0e2b63;
}

.el-radio {
  color: #000000 !important;
}

.attributes_background {
  padding-left: 20px;
  display: block;
  background: url(https://pre.conectadosmexico.com/img/vector/radio-dot-toned.svg) no-repeat center left/16px;
  color: #464646;
  list-style: none;
  margin-bottom: 0;
}

img.img-fluid.mt-2.px-4 {
  width: 100%;
  height: 10vh;
}

.container-btn {
  width: 356px;
}
@media (width < 768px) {
  .container-btn {
    margin: 0 auto;
  }
}
.container-btn .scrollable-container {
  width: 300px;
  white-space: nowrap;
  overflow-x: auto !important;
}

.container-imagen-producto {
  max-width: 120px;
  display: flex;
  align-items: start;
}

@media only screen and (min-width: 1024px) {
  .content-mobile {
    display: none;
  }
}
.blue__color {
  color: #004f9f;
}

.el-progress-bar__outer {
  position: static !important;
  height: 14px;
  background-color: #222222 !important;
  overflow: visible;
}

.el-progress-bar__innerText {
  position: relative;
}
.el-progress-bar__innerText.step-final {
  background: url("/../img/svg/check-bg.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
}
.el-progress-bar__innerText.step-initial {
  background: url("/../img/svg/flag-progress.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
}

.goal-section__card {
  padding: 12px 16px 16px 16px;
  width: 400px;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
}
.goal-section__card .modal-content__goal {
  border-radius: 24px;
}
.goal-section__card--multiplier {
  border: 1px solid rgba(248, 124, 0, 0.3);
  background: rgba(255, 186, 1, 0.1);
  border-radius: 8px;
  padding: 12px 16px 16px 16px;
}
.goal-section__data ul {
  padding-left: 1rem;
}
.goal-section .inactive {
  filter: grayscale(1);
}
.goal-section .modal-content {
  border-radius: 24px;
  color: #464646;
  padding: 16px;
  margin: 0 40px;
}
.goal-section .modal-content .modal-header {
  border: none;
  padding: 0;
}
.goal-section .modal-content .modal-header h5 {
  margin-bottom: 16px;
}
.goal-section .modal-content .modal-body {
  padding: 0;
}
@media (width < 768px) {
  .goal-section {
    background-color: white;
  }
}

.goal-points {
  border-radius: 6px;
  font-size: 14px;
  padding: 4px;
  display: flex;
  justify-content: center;
}
.goal-points--orange {
  background: #f87c00;
  color: white;
  display: inline-block;
  border-radius: 6px;
  padding: 4px 8px;
}

.user__progress--objetives {
  font-size: 12px;
}

.gana__hasta {
  font-size: 11px;
}

.background__goals--gray {
  background-color: #ececec;
}

.background__goals--yellow {
  background: linear-gradient(90deg, rgb(255, 222, 71) 0%, rgb(252, 175, 26) 100%);
}

.goal-name {
  font-size: 14px;
  font-weight: 700;
}
.goal-name--blue {
  color: #004f9f;
}
.goal-name--orange {
  color: #f87c00;
}

.info-data {
  font-size: 12px;
  font-weight: bold;
}
.info-data--green {
  color: #83d300;
}
.info-data--blue {
  color: #004f9f;
}

.info__data {
  font-size: 12px;
  font-weight: bold;
}
.info__data--green {
  color: #83d300;
}
.info__data--blue {
  color: #004f9f;
}
.info__data--orange {
  color: #f87c00;
}

.el-button-group {
  display: none;
}

.gift-card img {
  width: 40px;
}

.wrapper-card {
  display: flex;
  overflow-x: auto;
  gap: 16px;
}

.goal-section__card {
  background-color: #fbfbfb;
}
@media (width < 768px) {
  .goal-section__card {
    width: 100%;
  }
}

@media (width < 720px) {
  .wrapper-card {
    flex-direction: column;
  }
}
.dialog__content {
  margin-top: 30vh !important;
  border-radius: 24px !important;
  width: 80% !important;
}
@media (width > 768px) {
  .dialog__content {
    width: 70% !important;
    margin: 400px auto !important;
    padding: 25px !important;
  }
}

.dialog__body {
  word-break: normal !important;
  padding: 10px 20px 20px 20px !important;
}

.el-dialog__title {
  position: relative;
}

.lock__icon--modal {
  position: absolute;
  top: 20px;
  left: 40px;
}
@media (width > 768px) {
  .lock__icon--modal {
    top: 20px;
    left: 20px;
  }
}

.dialog__close--icon {
  border: 1px solid black !important;
  border-radius: 16px !important;
  padding: 5px !important;
  color: black !important;
}

@media (max-width: 600px) {
  .fs-sm-box-title {
    font-size: 16px !important;
  }
}

@media (max-width: 600px) {
  .fs-sm-box-span {
    font-size: 14px !important;
  }
}

.benefits-value {
  background-color: #dae9f1;
  padding: 10px;
}

.background-color-component {
  background-color: #fbfbfb;
}
