/*============================================================================================*/
/* Your custom styles below */
.btn_reservar {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.7rem 2rem;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #978667;
    background: transparent;
    border: 1.5px solid #978667;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.btn_reservar:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #24262d;
    color: #24262d;
}
@media (max-width: 991px) {
  .main-menu {
    width: 75vw !important;
    max-width: 300px !important;
  }
}
.logo_panel img {
  width: auto;
  height: 55px;
  max-width: 180px;
  object-fit: contain;
}
/*============================================================================================*/