.icons-star {
  color: #ffae00;
  font-size: 1rem;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.loader {
  height: 200px;
  width: auto;
}

.params-icons {
  font-size: 1.5rem !important;
}

.params-details-icons {
  color: #005171;
}

.params-checkin-icons {
  color: #473fa2;
}

.params-checkout-icons {
  color: #d0306e;
}

.taxes {
  font-style: italic;
}

.pointer {
  cursor: pointer;
}

.button-tags,
.button-tags:focus {
  color: #ffffff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.button-tags {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 20px px;
  font: 300 14px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tabs-container {
  width: 75%;
}

.hero_in {
  height: 550px !important;
  overflow: initial !important;
}

@media (max-width: 767px) {
  .hidden-phone {
    display: none;
  }

  .tabs-container {
    width: 100%;
  }

  .hero_in {
    height: 750px !important;
  }
}

.search-query {
  background-color: white;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border: 1px solid #d0306e !important;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.select2-container--krajee-bs3
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-container--krajee-bs3 .select2-selection--single {
  line-height: 1.5 !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
}

.form-control {
  /* height: 38px !important; */
  /* line-height: 38px !important; */
  /* font-size: 1rem !important; */
}

.select2-container--krajee-bs3 .select2-selection {
  box-shadow: none !important;
  border: 1px solid #d0306e !important;
}

.select2-container--krajee-bs3
  .select2-selection--single
  .select2-selection__placeholder,
.select2-container--krajee-bs3
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 1rem !important;
  color: #343a40 !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.select2-container--default .select2-selection--single,
.form-control {
  border: 1px solid #d0306e !important;
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da !important;
  outline: none;
}

.hero_in:before {
  content: none !important;
}

.rooms-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  background: white;
  z-index: 1;
  padding: 16px;
  border-radius: 16px;
}

.room-form {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
}

.select2-container--krajee-bs3
  .select2-results__option--highlighted[aria-selected] {
  background-color: #473fa2 !important;
  color: white !important;
}

.select2-container--krajee-bs3.select2-container--open .select2-selection,
.select2-container--krajee-bs3 .select2-selection:focus,
.select2-container--krajee-bs3 .select2-dropdown {
  border: 1px solid #d0306e !important;
  box-shadow: none !important;
  outline: none;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #473fa2 !important;
  color: white !important;
}

/*
* Cards de los servicios a cotizar
*/

.noResults img {
  height: 200px;
  width: auto;
}

@media (max-width: 767.98px) {
  .noResults img {
    height: 100px;
    width: auto;
  }
}

.check-service,
.check-label {
  user-select: none;
}

.nav-tabs .nav-link {
  color: var(--bs-white);
  margin-right: 1rem;
  padding: 5px 20px;
  background-color: rgba(255, 171, 29, 1);
}

.help-block.help-block-error {
  color: crimson;
}

@media (width < 600px) {
  .tab-content label {
    color: white !important;
  }
}
