.includeCard {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  display: none;
  //z-index: 2; // Da problemas con la capa de popup
  margin-bottom: 0;
  .card-title {
    font-size: 22px;
    display: none;
    @media (min-width: $grid-float-breakpoint) {
      font-size: 22px;
      @include medium-weight;
      margin-bottom: 10px;
      display:block;
      text-align: center;
      line-height: normal;
    }
  }
  .btn-cta {
   display: block;
  }
  .package-offers {
    z-index: 3;
    width: 100%;
    .package-discount {
      border-radius: 6px 6px 0 0;
      vertical-align: middle;
      background: $brand-red;
      color: #fff;
      z-index: 4;
      padding: 5px 15px;
      height: 40px;
      width: 100%;
      line-height: 30px;
      &.bg-green {
        background: $brand-green;
      }
      span {
        text-align: center;
        &.discount-main {
          @include medium-weight;
          margin-left: 0;
          font-size: 20px;
          line-height: 1.5;
        }
        &.discount-smaller {
          font-size: $font-size-large;
        }
        &.discount-period {
          font-size: $font-size-small;
          margin-left:3px;
        }
        .icon-tooltip {
          display: inline-block;
          margin-left: 2px;
          .icon {
            width: 16px;
            height: 16px;
            vertical-align: middle;
            &, & * {
              fill: #fff;
            }
          }
        }
      }
      &.discount-main + span.discount-period {
        line-height: 1.2;
        text-align: right;
        padding-right: 15px;
      }
    }
  }

  .includeCard-header {
    padding: 15px;
    @media (min-width: $screen-sm-min) and (max-width: $screen-md-min) {
      display: flex;
      flex-wrap: nowrap;
      position: relative;
      align-items: center;
    }
    .package-duration-container {
      font-weight: $roboto-light;
      font-size: $font-size-small;
      line-height: 18px;
      min-width: 100px;
      margin-bottom: 0;
      strong {
        display: block;
        font-size: $font-size-h4;
        span {
          font-weight: $roboto-light;
        }
      }
    }

    .button-container {
      text-align: center;
      padding-top: 10px;
      @media (min-width: $screen-sm-min) and (max-width: $screen-md-min) {
        flex: 0 1 auto;
        margin-left: 30px;
        padding-top: 2px;
      }
    }
    .pagamastarde-claim {
      font-size: $font-size-small;
      font-weight: $roboto-light;
      color: $brand-copy-light;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 0;
      @media (min-width: $screen-sm-min) and (max-width: $screen-md-min) {
        position: absolute;
        bottom: 0;
        right: 15px;
      }
    }
  }
  .package-price-button {
    @media (max-width: $grid-float-breakpoint-max) {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
    }
  }
  .package-price-container {
    text-align: center;
    @media (min-width: $screen-sm-min) and (max-width: $screen-md-min) {
      flex: 0 1 auto;
      margin-bottom: 0;
      margin-left: auto;
    }
    @media (min-width: $screen-lg-min) {
      margin-bottom: 15px;
    }
    @media (max-width: $grid-float-breakpoint-max) {
      //float: left;
    }
    .from-price {
      font-size: 14px;
      @media (min-width: $grid-float-breakpoint) {
        font-size: 16px;
      }
    }
    .cont-price {
      .price {
        font-size: 24px;
        color: $brand-grey-dark;
        @include medium-weight;
        @media (min-width: $grid-float-breakpoint) {
          font-size: 26px;
        }
        &.mzn, &.clp, &.twd, &.cny, &.krw, &.inr, &.sar, &.rub, &.qar, &.afn, &.zar, &.xof, &.hnl, &.huf, &.aoa, &.xaf, &.mad, &.gmd, &.isk, &.irr  {
          font-size: 18px;
        }
        .symbol {
          font-size: 0.8em;
          color: $brand-grey-dark;
          line-height: 24px;
          font-weight: $roboto-bold;
        }
      }
      &.before-price {
        .price {
          font-size: 18px;
          text-decoration:line-through;
          color: #BEB8B3;
          font-weight: 100;
          .symbol {
            text-decoration:line-through;
            color: #BEB8B3;
          }
        }
      }
    }
    .icon-anyfill-graph-info-circle,
    .icon-anyfill-graph-info-circle * {
      width: 16px;
      height: 16px;
      fill: $brand-brown-medium;
      cursor: pointer;
      margin-left: 5px;
    }
  }
  .includeCard-body {
    padding: 0 15px 15px 15px;
    font-size: $font-size-small;
    color: $brand-copy-light;
    .package-departures-title {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: $font-size-h4;
      font-weight: $roboto-light;
      text-transform: none;
    }
    .package-departures-items {
      li {
        display: inline;
      }
    }
    .package-includes-title {
      color: $brand-green;
      margin-top: 0;
      font-size: $font-size-h4;
      font-weight: $roboto-light;
      text-transform: none;
    }
    .package-includes-items {
      @media (min-width: $screen-sm-min) and (max-width: $screen-md-min) {
        column-count: 2;
        column-gap: 50px;
      }
      li {
        padding-left: 30px;
        margin-bottom: 15px;
        position: relative;
        li {
          padding-left: 0;
          margin-bottom: 0;
        }
        svg,
        svg * {
          width: 20px;
          height: 20px;
          fill: $brand-copy-light;
          position: absolute;
          left: 0;
        }
      }
    }
    .button-container {
      @media (min-width: 1024px) {
        text-align: center;
      }
    }
  }
  .includeCard-footer {
    border-top: solid 1px $gray-border;
    font-size: 12px;
    text-align: right;
    padding: 12px;
    a.share-launch {
      color: $brand-copy-light;
      transition: color $transition-time;
      text-transform: uppercase;
      svg,
      svg * {
        width: 20px;
        height: 20px;
        fill: $brand-copy-light;
        transition: fill $transition-time;
        vertical-align: bottom;
      }
      &:hover {
        color: $brand-grey-dark;
        text-decoration: none;
        svg,
        svg * {
          fill: $brand-grey-dark;
        }
      }
    }
  }
}

.includeCard.include-card-fixed {
  display: block;
  position: fixed;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 0;
  border-top: 1px solid $colorBordes;
  background-color: #fff;
  margin-top: 0;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  .extra-info, .package-includes-title, .package-includes-items {
    display: none;
  }
  .package-departures-title, .package-departures-items {
    display:none;
  }
  @media (min-width: $screen-lg-min) {
    bottom: auto;
    top: 45px;
    left: auto;
    right: auto;
    width: 375px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid $colorBordes;
    border-radius: 16px;
    padding: 20px;
  }
}
#includeCard-position {
  display: block;
}

.cities_package_block {
  margin-top: 10px;
  margin-bottom: 10px;
  @media (min-width: $grid-float-breakpoint) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cities_package {
  font-size: 14px;
  @media (min-width: $grid-float-breakpoint) {
    font-size: 16px;
  }
  svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    &, & * {
      fill: $brand-grey-dark;
    }
  }
  p {
    font-size: $font-size-base;
    @media (min-width: $grid-float-breakpoint) {
      font-size: 16px;
    }
    font-weight: $roboto-light;
    color: $brand-grey-dark;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    line-height: initial;
    strong {
      text-transform: uppercase;
    }
  }
}
@media (min-width: $screen-sm-min) and (max-width: 1023px) {
  .price-screencalendar-block {
    display: flex;
    .package-price-container {
      margin-right: 10px;
    }
  }
}

@media (max-width: $grid-float-breakpoint-max) {
  .button-container {
    text-align: center;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: $screen-sm-min) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: $screen-md-min) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: $screen-lg-min) {

}