.container-fluid {
  width: 100vw;
  overflow: hidden;
}


#destination-banner .caption {
  position: relative;
}

#destination-banner .caption a.btn-more-desti {
  text-decoration: none;
  margin-top: 2vw;
  padding: 1vw 4vw;
  background-color: #e1e1e1ab !important;
  color: #fff;
  width: auto;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 15px;
}

#destination-card {}

#destination-card .wrapping-destination {
  position: relative;
}

#destination-card .card-site-destination a {
  position: relative;
}

#destination-card .card-site-destination a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}

#destination-card a.btn-more-desti {
  text-decoration: none;
  margin-top: 2vw;
  padding: .5vw 3vw;
  background-color: #886b25 !important;
  color: #fff;
  width: auto;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 15px;
}

#list-destination #title-destination h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #886b25;
}

#list-destination #title-destination span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #886b25;
  width: 45%;
  display: inline-block;
}

#list-destination-local {}

#title-destination-local h1 {
  font-size: 2.3rem;
  font-weight: 400;
  color: #886b25;
}

#title-destination-local .wrap-title-local p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #886b25;
}


#list-destination-local .wrap-title-local {
  position: relative;
  left: 6%;
}

#detail-destination-local #title-destination-local .wrap-title-local h3 {
  font-weight: 700;

}

#title-destination-local .wrap-title-local h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  color: #886b25;
  text-transform: uppercase;
}

#title-destination-local .wrap-title-local h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6%;
  margin: auto;
  width: 5%;
  height: 25px;
  background-image: url(../img/other-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#destination-card .caption-place {
  font-size: .9rem;
  font-weight: 400;
  color: #886b25;
  line-height: 19px;

  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-top-slide-destination {
  max-height: 60vh;
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-end; */
  overflow: hidden;
}

.banner-top-slide-destination img {
  /* width: 120%; */
}

#description-destination h1 {
  background-color: #886b25;
  display: inline-block;
  width: auto;
  padding: 1vw 4vw;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.7rem;
}

/* #description-destination p {
  font-size: .9rem;
  font-weight: 400;
  color: #886b25;
} */
#description-destination {
  font-size: .9rem !important;
  font-weight: 400 !important;
  color: #63666A !important;
}

div.row[active-page="destination"] ~ #banner-slide{
  margin-top: 4.3em !important;
}
/* #banner-slide{
} */


/* ----------------------------------------------------------------- */
/* Responsive */
/* mobile */
@media screen and (max-width: 600px) {
  #list-destination #title-destination h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #886b25;
  }

  #list-destination #title-destination span {
    font-size: 1rem;
    font-weight: 400;
    width: 80%;
  }

  #destination-card a.btn-more-desti {
    padding: 2vw 8vw;
    font-size: .8rem;
    border-radius: 10px;
  }

  /* ---------------------------------------------------------- */
  #title-destination-local h1 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #886b25;
  }

  #title-destination-local .wrap-title-local p {
    font-size: .9rem;
    font-weight: 400;
    color: #886b25;
    line-height: 15px;
  }

  #title-destination-local .wrap-title-local h3 {
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    color: #886b25;
    text-transform: uppercase;
  }

  #destination-card .caption-place {
    font-size: .8rem;
    font-weight: 400;
    color: #886b25;
    line-height: 19px;
  }

  /* ---------------------------------------------------------- */

}

/* tablet */
@media screen and (min-width: 600px) and (max-width: 991px) {
  #list-destination #title-destination h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #886b25;
  }

  #list-destination #title-destination span {
    font-size: 1rem;
    font-weight: 400;
    color: #886b25;
    width: 80%;
    display: inline-block;
  }
}