@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@600;700;800&display=swap');

html, body {
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.background-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/fondo.jpg") center center / cover no-repeat;
  background-attachment: fixed;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}

.navbar {
  background-color: #343a40 !important;
  padding: 0.5rem 0;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #ffffff !important;
}



@media (max-width: 768px) {
  .navbar-brand {
    font-size: 1.0rem; 
  }
}

.navbar-toggler {
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  border: none;
  color: #f1c40f; 
  flex-shrink: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23f1c40f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 22px;
  height: 16px;
}

.navbar-nav .nav-link {
  font-size: 0.8rem; 
  color: #f1c40f !important; 
  font-weight: 600;
}

.nav-link:hover {
  color: #d4ac0d !important; 
}

@media (min-width: 992px) {
  .navbar-brand {
    font-size: 1rem !important;
  }
  .navbar-nav .nav-link {
    font-size: 0.75rem !important;  
  }
}

#navmenu {
  transition: none !important;
  animation: none !important;
  impacts: visible !important;
}

.booking {
  padding: 3rem 1rem 4rem;
  background: transparent;
  position: relative;
}

.logo-container {
  text-align: center;
  margin-bottom: 1rem;
}

.logo-container img {
  max-width: 340px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2.1rem;
  text-align: center;
}

h3 {
  font-size: 1.75rem;
  text-align: center;
}

h4 {
  font-size: 1.4rem;
}

.carousel {
  max-width: 680px;
  margin: 0 auto;
  height: 420px;
}

.carousel-inner {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.carousel-item {
  height: 420px;
  transition: transform 0.5s ease-in-out;
}

.carousel-item img {
  height: 100%;
  width: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .carousel {
    height: 300px;
  }

  .carousel-item {
    height: 300px;
  }

  .carousel-item img {
    max-height: 300px;
  }

  .logo-container img {
    max-width: 240px;
  }
}

footer, footer p, footer a {
  color: #ffffff !important;
}

footer {
  background-color: #343a40;
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.07em;
  font-weight: 700;
}

.footer-contact {
  font-size: 0.85rem;
}

.email-link {
  text-decoration: none;
  color: #f1c40f !important;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #d4ac0d !important;
}

@media (max-width: 767px) {
  .footer-contact {
    font-size: 0.65rem;
  }
}

.footer-copyright {
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .footer-copyright {
    font-size: 0.65rem;
  }
}

.btn-primary {
  background-color: #f1c40f;
  border: none;
  padding: 10px 25px;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 40px;
  color: #343a40;
  box-shadow: 0 6px 12px rgba(52, 58, 64, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.btn-primary:hover {
  background-color: #d4ac0d;
  color: #343a40;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(52, 58, 64, 0.4);
}
