.under-line.active-promo::before {
  width: 100%;
  left: 0;
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #00000075;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
}

.bg {
  /* margin-top: -2rem; */
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 70px;
  line-height: 120px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
}

.title-promo {
  text-align: center;
  padding: 3rem 0;
  background-color: #343536;
}

.title-promo h1 {
  color: #fff;
}

.title-foton {
  color: #fff;
  font-weight: 700;
}

.offers-foton {
  font-size: 35px;
  color: #212529;
  padding: 2rem 1rem;
  font-weight: 700;
  border-left: 5px solid;
}

.reserve {
  color: #000000;
  text-align: left;
}

.experience {
  font-size: 18px;
  margin: 15px 0;
  line-height: 30px;
}

.reserve-promo {
  background: #ffffff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 150px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 50px 0;
  transform: skew(-21deg);
}

.inquire {
  display: inline-block;
  transform: skew(21deg);
}

.reserve-promo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.reserve-promo:hover {
  color: #fff;
  border: 1px solid;
}

.link-inquire:hover {
  color: #fff;
}

.reserve-promo:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.parts-promo {
  background-color: #e1e1e1;
}

.col-md-6 {
  padding: 12px;
  background-color: #e1e1e1;
}

/* #Foton-Promo {
  background-color: #e1e1e1 !important;
} */

.link-inquire {
  color: #000000;
}

@media (max-width: 903px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 8% 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 7% 0;
    text-align: center;
  }
  .offers-foton {
    padding-top: 0 !important;
    font-size: 30px !important;
  }
  .no-padding {
    padding: 0 !important;
    padding-bottom: 30px !important;
  }
  .with-padding {
    padding: 0 40px 30px !important;
  }
}

@media (max-width: 588px) {
  .title h1 {
    font-size: 1.5rem;
    margin: 6% 0;
    text-align: center;
  }
}

/* -----------------------start parts promos css ------------------------------*/

.btn-inquire {
  display: grid;
  place-items: center;
}

.btn-inquire button {
  border: 1px solid #000;
}

.pd-lr-20 {
  padding: 0px 40px !important;
}

/* -----------------------end parts promos css -------------------------------- */
