.bg_photo.photo_veil:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(7, 6, 6, 0.3), rgba(0, 0, 0, 0.8)) !important;
  @media (min-width: $screen-sm-min) {
    top: auto;
    bottom: 0;
    height: 65%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)) !important;
  }
}

 //Estilos screencalendar con la imagen de fondo mas ancho
.bg_photo.photo_veil.package_photo_header {
  width: 100%;
  position: absolute;
  left: 0;
  right:0;
  z-index: 0;
  text-align: center;
  height: 510px;
    @media (min-width: $grid-float-breakpoint) and (max-width: $screen-md-max) {
      height: 500px;
    }
    @media (max-width: $grid-float-breakpoint-max) {
        height: 550px;
    }
  img {
    width: auto;
    height: 480px;
    @media (min-width: $screen-sm-min) {
      height: 510px;
      margin-left: -500px;
    }
    @media (min-width: $screen-md-min) {
      margin-left: 0;
    }
    @media (max-width: $grid-float-breakpoint-max) {
      height: 550px;
    }
  }
}

//Fin estilos screencalendar

//.package_photo_header {
//  width: 100%;
//  height: 480px;
//  @media (min-width: $screen-sm-min) {
//    height: 500px;
//  }
//  position: absolute;
//  left: 0;
//  z-index: 0;
//  text-align: center;
//  img {
//    width: auto;
//    height: 480px;
//    @media (min-width: $screen-sm-min) {
//      height: 500px;
//      margin-left: -500px;
//    }
//    @media (min-width: $screen-md-min) {
//      margin-left: 0;
//    }
//  }
//}



.header_package_container {
  position: relative;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  .header_package {
    h1 {
      font-size: 20px;
      color: $brand-grey-dark;
      @media (min-width: $screen-sm-min) {
        font-size: 26px;
        margin-bottom: 10px;
        padding-top: 0;
      }
    }
  }
  .header_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    .package-duration-container {
      font-size: 16px;
      margin: 0;
      @media (min-width: $screen-sm-min) {
        font-size: 20px;
      }
    }
    .package-price-container {
      font-size: 16px;
      @media (min-width: $screen-sm-min) {
        font-size: 18px;
      }
      .cont-price {
        font-size: 20px;
        @include medium-weight;
        @media (min-width: $screen-sm-min) {
          font-size: 40px;
          .symbol {
            font-size:32px;
          }
        }
      }
    }
  }
}