:root{
  --green: #88CDC7;
  --gray-blue: #575A86;
  --lavender-blue: #5C64D0;
  --lavender-light:#F7F6FF;
  --gray-bone: #F8F6F3;
  --white-mist:#F9F6F6;
  --gray-brown: #777272;
  --gray-pink:#B1A7A7;
  --blue-ice: #F1F4FF;
  --green-water:#68c0b4;
}
/**/
a{
  text-decoration: none;
}
/**/

/*google fonts*/
.nunito-sans-drapp-normal {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
.nunito-sans-drapp-semibold {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
.nunito-sans-drapp-extrabold {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
.poppins-regular, p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*google fonts*/


/*Modal rerserva*/
/*calendar*/

#btn-prev,
#btn-next{
  top: 14px;
  padding-left: 2px;
  padding-right: 2px;
}
#btn-prev:hover,
#btn-next:hover{
  background-color: var(--gray-bone);
}
#calendar > div:not(.available-day, .current-day) button{
  opacity: .35;
  pointer-events: none;
}
#calendar > div.available-day button{
  background-color: transparent;
  color: var(--bs-btn-color)!important;
  border: 1px solid var(--green);
}
#calendar > div.available-day button:hover{
  background-color: var(--green);
  color: var(--bs-btn-color)!important;
}
#calendar > div.available-day button:active{
  border-style: dotted;
}
#calendar > div.selected-day button{
  background-color: var(--green);
  color: var(--bs-btn-color)!important;
}
/*calendar*/

/*Horas*/
.radios label{
  border: 1px solid transparent;
  cursor: pointer;
}
.radios label:hover,
.radios input:checked + label{
  border-color:var(--bs-primary);
}
/*Horas*/

.modal-footer.footer-reserva{
  margin: 0 -1.5rem;
}
.ratio-19-9{
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 80px;
}
/*Modal Reserva*/

/*Stepper*/
.active .bs-stepper-circle{
  background-color: var(--bs-primary);
}
/*Stepper*/

.custom-btn{
  border:1px solid transparent;
}
.custom-btn:hover{
  background-color: var(--bs-secondary)!important;
  box-shadow: none;
}
.custom-shadow{
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}

/* carrusel */
.item-owl{
  min-height: 70vh;
}
.item-owl > div{
  z-index: 1;
}
.owl-theme .owl-nav.disabled+.owl-dots{
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots .owl-dot span{
  background-color: var(--bs-light);
}

.owl-theme .owl-dots .owl-dot.active span{
  width: 1.5rem;
}
.owl-carousel .owl-nav{
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  margin: auto;
}
.owl-theme .owl-nav [class*=owl-]{
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50rem;
  background-color: var(--bs-white)!important;
  border: 1px solid var(--bs-primary)!important;
  bottom: -1rem;
}
.owl-theme .owl-nav [class*=owl-] span{
  font-size: 2rem;
  text-align: center;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: var(--bs-primary)!important;
}
.owl-theme .owl-nav [class*=owl-]:active{
  outline: 1px dotted var(--gray-blue);
}
.owl-theme .owl-nav [class*=owl-]:hover span{
  color: var(--bs-white);
}
.owl-carousel .owl-nav button.owl-prev{
  left: -20px;
}
.owl-carousel .owl-nav button.owl-next{
  right: 0;
}

/*Featured*/
.item-featured img + span{
  background-color: rgb(251 251 251 / 80%);
  bottom: 15%;
  right: 0;
}
/*Featured*/

/*New*/
.owl-carousel .item-new img{
  width: 234px;
  height: 245px;
}
/*New*/

/*owl carrousel*/

/*Mobile*/
@media (width >= 768px){
  #utilities{
   width: 100%;
  }
  #btn-prev,
  #btn-next{
    width: 40px;
    height: 40px;
    top: 5px;
  }
  #main-menu{
    position: static;
    width: 100%;
    height: auto;
  }
  #main-menu.show-overlay > span{
    display: none;
  }
  .owl-carousel .item-new img{
    width: 100px;
    height: 100px;
  }
}
/*Mobile*/