#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;
}

.under-line.active-services::before {
  width: 100%;
  left: 0;
}

.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%;
  /* top: 5rem; */
  /* font-family: Chakra Petch, sans-serif !important; */
}

.services-page {
  background-color: #e1e1e1;
}

.title-promo {
  text-align: center;
  margin: 3rem 0;
}

.title-foton {
  color: black;
  font-weight: 700;
}

.with-padding {
  padding: 83px !important;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reserve-promo {
  background: #0000007d;
  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 !important;
}

.link-inquire {
  color: #ffffff !important;
  /* font-weight: 700; */
}

.link-inquire:hover {
  color: #fff !important;
}

.reserve-promo:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.without-padding {
  padding: 0 !important;
}

.containers {
  width: 98.3%;
}

.experience,
li,
strong {
  font-size: 18px;
}

/* .img-fluid {
  object-fit: cover !important;
  height: 100% !important;
} */

.img-fluid {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.col-md-6 {
  width: 100%;
  padding: 0;
}

@media (max-width: 950px) {
  .img-fluid {
    height: auto !important;
    max-width: 100%;
  }
  .col-md-6 {
    width: 100% !important;
    padding: 0 !important;
  }
}

.cartips-row {
  display: flex;
  justify-content: space-evenly;
}

/* .cartips-row .col {
  width: 50%;
} */

.front-container {
  padding: 0px 100px;
}

iframe {
  width: 380px;
  height: 576px;
}

@media (max-width: 1365px) {
  iframe {
    width: 280px;
    height: 350px;
  }
  .front-container {
    padding: 0px 20px;
  }
}

@media (max-width: 950px) {
  .row,
  .cartips-row {
    display: grid !important;
    place-items: center !important;
  }
  iframe {
    width: 350px;
    height: 500px;
  }
  .front-container {
    padding: 0px 20px;
  }
  .with-padding {
    padding: 50px !important;
  }
  .col-md-6 {
    width: 100% !important;
  }
}

/* 
@media (min-width: 769px) {
  iframe {
    width: 100%;
  }
} */

@media (max-width: 768px) {
  .title h1 {
    font-size: 1.5rem;
    margin: 4% 0;
    text-align: center;
  }
  .containers {
    width: 96.3%;
  }
  .with-padding {
    padding: 45px !important;
  }
}

.car-tips {
  width: 100%;
}

frame {
  width: 100% !important;
  height: 635px !important;
  border: none !important;
}

/* 
@media (min-width: 1400px) {
  .row {
    display: grid;
    gap: 20px;
  }
} */
