.bg-booking {
  background-color: #c9e2da;
}
.bg-booking-movil {
  background-color: #6dc5d7;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  line-height: inherit !important;
  letter-spacing: 0.5 !important;
}
.btn-booking.btn:hover {
  color: #6dc5d7;
}
.btn-booking {
  background-color: #c9e2da;
  width: 125px;
}
.btn-booking span {
  color: #4a4a4a;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
.btn-booking i {
  font-size: 20px;
}
.btn-booking:not(:disabled):not(.disabled).active {
  border: none;
  background-color: #fff;
}
.btn-booking:not(:disabled):not(.disabled).active i {
  color: #6dc5d7;
}
.ui-datepicker {
  z-index: 99999999999999 !important;
}
.btn.btn-rounded.btn-medium-extra {
  padding: 6px 50px;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
.section-booking {
  position: relative;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: max-content;
  transition: visibility 0s, opacity 0.5s linear;
}
#btn-modal {
  font-family: 'Gotham', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  line-height: inherit !important;
  letter-spacing: 0.5 !important;
}
.menu-fixed {
  position: fixed;
  bottom: 0;
  z-index: 99999999999999;
  width: 100%;
  height: 90px;
}
.form-group {
  min-width: 150px;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  height: 40px;
}
.form-group select,
.form-group input {
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
.rotate-30 {
  transform: rotate(-30deg);
}
.select-style1,
.date-style {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}
.select-style1 select {
  width: 100%;
  border: none;
  box-shadow: none;
  color: #4a4a4a;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  cursor: pointer;
}
.select-style1 select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.select-style1:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #6dc5d7;
  right: 8px;
  top: 4px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  font-size: 15px;
}
.select-style1:before,
.date-style:before {
  content: '';
  right: 4px;
  top: 0;
  width: 23px;
  height: 18px;
  position: absolute;
  pointer-events: none;
  display: block;
}
.date-style input {
  width: 100%;
  border: none;
  box-shadow: none;
  color: #4a4a4a;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  margin-bottom: 0;
}
.date-style:after {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  color: #6dc5d7;
  right: 8px;
  top: 4px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  font-size: 15px;
  font-weight: 300;
}
.title-select {
  padding-left: 1rem;
  color: #727b8a;
}
.ui-datepicker-header {
  background-color: #fff;
  border: none;
}
.ui-state-default {
  border: none !important;
  background: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background: #ececec !important;
  font-weight: 900 !important;
  color: #0a0a0a !important;
  border: 1px solid #000 !important;
}
.ui-state-active {
  border: none !important;
  background: #6dc5d7 !important;
}
.col-btn {
  padding-left: 0;
  max-width: 100%;
}
.col-button .btn-rounded {
  border-radius: 2px;
  padding: auto;
}
@media (min-width: 768px) {
  .col-button {
    max-width: 20%;
  }
}
@media (max-width: 480px) {
  .mfp-wrap {
    top: 0px;
  }
  .mfp-bg {
    position: absolute !important;
    background-color: #fff !important;
    opacity: 2 !important;
  }
  .mfp-container {
    padding: 0px !important;
    position: fixed !important;
    overflow-y: scroll;
  }
}
@media (min-width: 1345px) {
  .section-mobil {
    display: none;
  }
  .section-desk {
    display: block;
  }
}
@media (max-width: 1345px) {
  .section-mobil {
    display: block;
  }
  .section-booking {
    height: 60px;
  }
  .section-desk {
    display: none;
  }
}
