.cupo-dashboard {
  font-family: var(--smgCupoDefaultFont);
  min-height: calc(100vh - 100px - 145px);
  background: var(--smgCupoSecondaryColor, #0068af);
  padding: 30px 0;
}
.cupo-dashboard .cupo-dashboard-content {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.cupo-dashboard .cupo-dashboard-content .cupo_column h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  background: var(--smgCupoPrimaryColor, #ed6102);
  width: 240px;
  max-width: 98%;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: var(--smgCupoBorderRadiusSmall);
  box-shadow: 0 0 10px #002d68;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard .cupo-dashboard-content .cupo_column h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard .cupo-dashboard-content .cupo_column h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    background: var(--smgCupoPrimaryColor, #ed6102);
    width: 280px;
    max-width: 98%;
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: var(--smgCupoBorderRadiusSmall);
    box-shadow: 0 0 10px #002d68;
  }
}
@media screen and (min-width: 2100px) and (min-width: 2100px) {
  .cupo-dashboard .cupo-dashboard-content .cupo_column h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 899px) {
  .cupo-dashboard .cupo-dashboard-content .cupo_column:not(:first-child),
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 900px) {
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard:not(:first-child) {
    margin-top: 30px;
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column {
    flex: 0 0 auto;
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column:not(:first-child) {
    margin-left: 20px;
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-flex {
    width: auto;
    flex: 1;
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-1 {
    width: calc((100% / 1) - (0 * 20px / 1));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-2 {
    width: calc((100% / 2) - (1 * 20px / 2));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-3 {
    width: calc((100% / 3) - (2 * 20px / 3));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-4 {
    width: calc((100% / 4) - (3 * 20px / 4));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-5 {
    width: calc((100% / 5) - (4 * 20px / 5));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-6 {
    width: calc((100% / 6) - (5 * 20px / 6));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-7 {
    width: calc((100% / 7) - (6 * 20px / 7));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-8 {
    width: calc((100% / 8) - (7 * 20px / 8));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-9 {
    width: calc((100% / 9) - (8 * 20px / 9));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-10 {
    width: calc((100% / 10) - (9 * 20px / 10));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-11 {
    width: calc((100% / 11) - (10 * 20px / 11));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-12 {
    width: calc((100% / 12) - (11 * 20px / 12));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-13 {
    width: calc((100% / 13) - (12 * 20px / 13));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-14 {
    width: calc((100% / 14) - (13 * 20px / 14));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-15 {
    width: calc((100% / 15) - (14 * 20px / 15));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-16 {
    width: calc((100% / 16) - (15 * 20px / 16));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-17 {
    width: calc((100% / 17) - (16 * 20px / 17));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-18 {
    width: calc((100% / 18) - (17 * 20px / 18));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-19 {
    width: calc((100% / 19) - (18 * 20px / 19));
  }
  .cupo-dashboard .cupo-dashboard-content .cupo_row_dashboard > .cupo_column.cupo_column-20 {
    width: calc((100% / 20) - (19 * 20px / 20));
  }
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard .cupo-dashboard-content {
    max-width: 70%;
  }
}
.cupo-dashboard .cupo-notifications {
  margin-top: 3%;
}

.cupo-dashboard-bonus_payment {
  position: relative;
  background: #fff;
  height: 100%;
  border-radius: var(--smgCupoBorderRadius);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7529411765);
}
@media (max-width: 899px) {
  .cupo-dashboard-bonus_payment {
    height: auto;
  }
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  padding: 30px 20px 0;
  margin: 0 0 20px;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-details {
    margin-bottom: 69px;
  }
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-detail {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  flex: 1 0 auto;
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-detail:last-child {
  padding-right: 33px;
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-detail .cupo-dashboard-bonus_payment-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--smgCupoSecondaryColor, #0068af);
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-detail .cupo-dashboard-bonus_payment-text {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-detail .cupo-dashboard-bonus_payment-amount {
  flex: 1 0 auto;
  font-size: 22px;
  line-height: 29px;
  text-align: right;
  min-width: 90px;
  color: var(--smgCupoPrimaryColor, #ed6102);
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-detail .cupo-dashboard-bonus_payment-amount {
    font-size: 27px;
    line-height: 33px;
  }
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-detail .cupo-dashboard-bonus_payment-info svg.cupo_icon {
  width: 13px;
  height: 13px;
  fill: var(--smgCupoPrimaryColor, #ed6102);
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-footer > .cupo-dashboard-overview-button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border: none;
  line-height: 30px;
  height: 30px;
  background: var(--smgCupoPrimaryColor, #ed6102);
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  width: 140px;
  text-align: center;
  outline: none;
  border-radius: var(--smgCupoBorderRadius) 0 var(--smgCupoBorderRadius) 0;
}
.cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-footer > .cupo-dashboard-overview-button:hover, .cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-footer > .cupo-dashboard-overview-button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-bonus_payment .cupo-dashboard-bonus_payment-footer > .cupo-dashboard-overview-button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}

.cupo-dashboard-customer_data {
  position: relative;
  background: #fff;
  border-radius: var(--smgCupoBorderRadius);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7529411765);
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-details {
  height: 150px;
  padding: 30px 20px 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-customer_data .cupo-dashboard-customer_data-details {
    margin-bottom: 69px;
    padding: 65px 20px 0;
  }
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-details > * {
  flex: 1 0 auto;
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-details > label {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: var(--smgCupoSecondaryColor, #0068af);
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-customer_data .cupo-dashboard-customer_data-details > label {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-details > p {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: var(--smgCupoSecondaryColor, #0068af);
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-customer_data .cupo-dashboard-customer_data-details > p {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-details .cupo-dashboard-customer_data-warning strong {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: red;
  text-align: center;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-customer_data .cupo-dashboard-customer_data-details .cupo-dashboard-customer_data-warning strong {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-details .cupo-dashboard-customer_data-warning span {
  display: block;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: var(--smgCupoSecondaryColor, #0068af);
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-customer_data .cupo-dashboard-customer_data-details .cupo-dashboard-customer_data-warning span {
    font-size: 24px;
    line-height: 30px;
  }
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-legitimation-button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border: none;
  line-height: 30px;
  height: 30px;
  background: var(--smgCupoPrimaryColor, #ed6102);
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  width: 140px;
  text-align: center;
  outline: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--smgCupoBorderRadius) 0 var(--smgCupoBorderRadius) 0;
  background: red;
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-legitimation-button:hover, .cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-legitimation-button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-legitimation-button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-legitimation-button > svg.cupo_icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-legitimation-button > svg.cupo_icon {
    height: 30px;
    width: 30px;
  }
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-profile-button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border: none;
  line-height: 30px;
  height: 30px;
  background: var(--smgCupoPrimaryColor, #ed6102);
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  width: 140px;
  text-align: center;
  outline: none;
  border-radius: var(--smgCupoBorderRadius) 0 var(--smgCupoBorderRadius) 0;
}
.cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-profile-button:hover, .cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-profile-button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-customer_data .cupo-dashboard-customer_data-footer > .cupo-dashboard-profile-button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}

.cupo-dashboard-next_travel {
  position: relative;
  background: #fff;
  border-radius: var(--smgCupoBorderRadius);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7529411765);
  height: 100%;
}
@media (max-width: 899px) {
  .cupo-dashboard-next_travel {
    height: auto;
  }
}
.cupo-dashboard-next_travel .cupo-dashboard-no-next_travel {
  height: calc(100% - 30px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--smgCupoSecondaryColor, #0068af);
}
@media (max-width: 899px) {
  .cupo-dashboard-next_travel .cupo-dashboard-no-next_travel {
    height: auto;
    min-height: 120px;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-next_travel .cupo-dashboard-no-next_travel {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details {
  font-size: 14px;
  color: var(--smgCupoSecondaryColor, #0068af);
  line-height: 24px;
  height: 150px;
  margin: 0 0 20px;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  padding: 30px;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details {
    font-size: 22px;
    line-height: 28px;
    padding-top: 40px;
    margin: 0 0 69px;
  }
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: bold;
  color: var(--smgCupoSecondaryColor, #0068af);
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_period,
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_destination,
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price {
  font-size: 16px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_period,
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_destination,
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price {
    font-size: 28px;
    line-height: 34px;
  }
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_period svg,
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_destination svg,
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price svg {
    width: 30px;
  }
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_period svg,
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_destination svg,
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price svg {
  width: 22px;
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_period span,
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_destination span,
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price span {
  margin-left: 10px;
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price span {
  font-size: 36px;
  font-weight: bold;
  color: var(--smgCupoPrimaryColor, #ed6102);
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price svg {
  height: 26px;
  width: 26px;
  display: inline;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price span {
    font-size: 44px;
    line-height: 50px;
  }
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-details .cupo-dashboard-travel_price svg {
    height: 40px;
    width: 40px;
    display: inline;
  }
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-footer > .cupo-dashboard-my-travel-button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border: none;
  line-height: 30px;
  height: 30px;
  background: var(--smgCupoPrimaryColor, #ed6102);
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  width: 140px;
  text-align: center;
  outline: none;
  border-radius: var(--smgCupoBorderRadius) 0 var(--smgCupoBorderRadius) 0;
}
.cupo-dashboard-next_travel .cupo-dashboard-next_travel-footer > .cupo-dashboard-my-travel-button:hover, .cupo-dashboard-next_travel .cupo-dashboard-next_travel-footer > .cupo-dashboard-my-travel-button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-next_travel .cupo-dashboard-next_travel-footer > .cupo-dashboard-my-travel-button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}

.cupo-dashboard-offer_box {
  border-radius: var(--smgCupoBorderRadius);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7529411765);
}
.cupo-dashboard-offer_box a:hover {
  text-decoration: none;
}
.cupo-dashboard-offer_box * {
  margin: 0;
  padding: 0;
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_card {
  overflow: hidden;
  user-select: none;
  font-size: 14px;
  text-align: center;
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image {
  position: relative;
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_top {
  border-radius: var(--smgCupoBorderRadius);
  width: 100%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 5/6;
  height: 350px;
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_banderole {
  position: absolute;
  border-radius: 0 0 var(--smgCupoBorderRadius) var(--smgCupoBorderRadius);
  bottom: 0;
  padding: 4px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(172, 172, 172, 0.7607843137);
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_banderole .cupo-dashboard-offer_box-product_image_banderole_text {
  border-radius: 0 0 var(--smgCupoBorderRadius) var(--smgCupoBorderRadius);
  width: 100%;
  height: 25px;
  display: flex;
  align-items: start;
  justify-content: start;
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_banderole .cupo-dashboard-offer_box-product_image_banderole_text .cupo-dashboard-offer_box-product_destination {
  color: #404243;
  padding-left: 10px;
  font-weight: bold;
  font-size: 16px;
  overflow-wrap: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: var(--smgCupoDefaultFont);
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info {
  background-color: transparent;
  position: absolute;
  bottom: 40px;
  border-radius: var(--smgCupoBorderRadius);
  padding: 20px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_text {
  background-color: #fff;
  width: 100%;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: var(--smgCupoBorderRadius) 0 0 var(--smgCupoBorderRadius);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_text {
    height: 90px;
  }
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_text .cupo-dashboard-offer_box-product_text {
  color: #4a4a4a;
  font-size: 14px;
  text-align: left;
  overflow-wrap: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: var(--smgCupoDefaultFont);
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_text .cupo-dashboard-offer_box-product_text {
    font-size: 26px;
    line-height: 32px;
  }
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_price {
  background-color: var(--smgCupoPrimaryColor);
  color: #fff;
  width: 100%;
  height: 60px;
  border-radius: 0 var(--smgCupoBorderRadius) var(--smgCupoBorderRadius) 0;
  display: -webkit-box;
  overflow-wrap: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-top: 6px;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_price {
    height: 90px;
  }
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_price .cupo-dashboard-offer_box-product_price_content {
  color: #fff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  overflow-wrap: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_price .cupo-dashboard-offer_box-product_price_content {
    font-size: 26px;
    line-height: 32px;
  }
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_price .cupo-dashboard-offer_box-product_price_content .cupo-dashboard-offer_box-product_price {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  font-family: var(--smgCupoDefaultFont);
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_price .cupo-dashboard-offer_box-product_price_content .cupo-dashboard-offer_box-product_price {
    font-size: 36px;
    line-height: 42px;
  }
}
.cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_price .cupo-dashboard-offer_box-product_price_booking {
  color: #fff;
  font-size: 14px;
  justify-content: center;
  overflow-wrap: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 2100px) {
  .cupo-dashboard-offer_box .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info .cupo-dashboard-offer_box-product_image_info_price .cupo-dashboard-offer_box-product_price_booking {
    font-size: 26px;
    line-height: 32px;
  }
}
.cupo-dashboard-offer_box_large .cupo-dashboard-offer_box-product_image_info_text {
  flex: 2;
}
.cupo-dashboard-offer_box_large .cupo-dashboard-offer_box-product_image_info_price {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 0.4em;
}
.cupo-dashboard-offer_box_small .cupo-dashboard-offer_box-product_image_info_text {
  flex: 1;
}
.cupo-dashboard-offer_box_small .cupo-dashboard-offer_box-product_image_info_price {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 899px) {
  .cupo-dashboard-offer_box_small .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_top {
    height: 230px;
  }
  .cupo-dashboard-offer_box_small .cupo-dashboard-offer_box-product_image .cupo-dashboard-offer_box-product_image_info {
    padding: 10px 10px;
  }
}
