* {
  scroll-behavior: smooth;
}

.btn-outline-light-transparent {
  background: rgba(255, 255, 255, 0.2);
}

.back-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.br-20 {
  border-radius: 20px;
}

.b-white-3 {
  border: 3px solid #fff;
}

.section_miami {
  background-image: url(../images/miami/back.jpg);
}

.section_roques {
  background-image: url(../images/los_roques/back.jpg);
}

.section_canaima {
  background-image: url(../images/canaima/back.jpg);
}

.section_porlamar {
  background-image: url(../images/Porlamar/back.jpg);
}

.section_merida {
  background-image: url(../images/Merida/back.jpg);
}

.section_maturin {
  background-image: url(../images/maturin/back.jpg);
}

.section_santo_domingo {
  background-image: url(../images/santo-domingo/back.jpg);
}

.section_madrid {
  background-image: url(../images/madrid/back.jpg);
}

.section_slide {
  min-height: 100vh;
}

.btn {
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgb(112, 112, 112);
}

.btn-oranger {
  background-color: #fa8c09;
  color: #fff;
}

.btn-oranger-dark {
  background-color: #202123;
  color: #fa8c09;
}

.bg-orange {
  background-color: #fa8c09;
}

.absolute_section {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 70%, rgba(0, 0, 0, 0.592));
}

.bg-degra-dark {
  background-image: linear-gradient(rgba(0, 0, 0, 0.288) 70%,
      rgba(0, 0, 0, 0.592));
}

.bg-modal {
  background-color: rgba(255, 255, 255, 0.218);
}

.modal_dialog_custom {
  margin: 0 0 0 auto;
}

.select-hotel-form {
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #000;
  box-shadow: 0px 10px 10px rgba(48, 48, 48, 0.717);
}

.absolute-select-hotel {
  transition: all 0.5s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.332);
}

.text-hotel-select {
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.65);
}

.input_hotel:checked~.select-hotel-form {
  transform: scale(1.1);
  border: 1px solid rgb(211, 169, 1);
}

.input_hotel:checked~.select-hotel-form>.absolute-select-hotel {
  background-color: transparent;
}

.input_hotel:checked~.select-hotel-form>.absolute-select-hotel>.text-hotel-select {
  background-color: hsla(22, 95%, 23%, 0.757);
}

.btn_number_input {
  padding: 0px !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input_custom {
  border: 1px solid #2b336a;
  background-color: #2b336a;
  color: rgb(255, 255, 255);
}

.input_custom:focus {
  background-color: #2b336a;
  color: #ffffff;
}

.input_custom::placeholder {

  color: #d5d5d5;
}

.btn-blue {
  background-color: #2b336a;
  color: #ffffff;
}

.text-blue {
  color: #2b336a;
}

.item_carrousel {
  bottom: auto;
  top: calc(50% - 40px);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  /* background: #000; */
  margin: 30px;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  padding: 30px;
  font-size: 25px;
  background-color: rgba(255, 255, 255, 0.453);
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 10px;
  transition: all 0.5s;
  cursor: pointer;
}

.carousel-indicators li.active {
  transform: scale(1.3);
}

.iti {
  display: block;
}

.iti__country,
.iti__country.iti__highlight,
.iti__divider,
.iti__country-list {
  background-color: #2b336a;
  color: #fff;
  border-bottom: 1px solid #2b336a !important;
}

.bg-primary,
.btn-primary {
  border-bottom: 1px solid #2b336a !important;
  background-color: #2b336a !important;
}