body {
  background-color: hsl(30, 18%, 9%);
  color: #D6D6D6;
}

.btn {
  background-color: #BE1622;
  border-color: #BE1622;
}

.btn-primary {
  margin: 10px;
}

a {
  color: #BE1622;
}

.text-primary {
  color: #BE1622
}

h1 {
  color: #BE1622;
}

.head1 p {
  font-size: 18px;
  color: #D6D6D6;
}

h2 {
  font-family: "Kaushan Script", cursive;
  color: #BE1622;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
}

.spinner {
  width: 60px;
  height: 60px;
  background: none;
  margin: -30px 0 0 -30px;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  background-image: url('../../assets/images/favicon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* MENÚ NAVEGACIÓN */

.custom-navbar {
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.custom-navbar .nav-logo {
  max-width: 160px;
}

@media (max-width: 767px) {
  .custom-navbar .nav-logo {
    max-width: 130px;
  }
}

/* Separador vertical entre enlaces */
.custom-navbar .nav-item {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.custom-navbar .nav-item:first-child {
  padding-left: 0;
}

.custom-navbar .nav-item::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background-color: #BE1622;
  opacity: 0.6;
}

.custom-navbar .nav-item:last-child::after {
  display: none;
}

/* Efecto hover con subrayado animado desde el centro */
.custom-navbar .nav-link {
  position: relative;
  padding-bottom: 4px;
}

.custom-navbar .nav-link:not(.dropdown-toggle)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background-color: #BE1622;
  transition: width 0.3s ease;
}

.custom-navbar .nav-link:not(.dropdown-toggle):hover::after,
.custom-navbar .nav-link:not(.dropdown-toggle).active::after {
  width: 70%;
}

.custom-navbar .nav-link.dropdown-toggle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background-color: #BE1622;
  transition: width 0.3s ease;
}

.custom-navbar .nav-link.dropdown-toggle:hover::before,
.custom-navbar .nav-link.dropdown-toggle.active::before {
  width: 70%;
}

/* Dropdown */
.custom-navbar .dropdown-menu {
  border: none;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.custom-navbar .dropdown-menu .dropdown-item {
  padding: 8px 20px;
  transition: background-color 0.3s, color 0.3s;
}

.custom-navbar .dropdown-menu .dropdown-item:hover,
.custom-navbar .dropdown-menu .dropdown-item:active {
  background-color: #f4f1ee !important;
  color: #BE1622;
}

#boton-reserva {
  background-color: #BE1622;
  border-color: #BE1622;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  margin-left: 10px;
}

#boton-reserva:hover {
  background-color: #D6D6D6;
  color: #BE1622;
  border-color: #BE1622;
}


/* Toggler */
.custom-navbar .navbar-toggler {
  border: none;
}

.custom-navbar .navbar-toggler:focus {
  box-shadow: none;
}

/* ── TEMA CLARO ── */
.custom-navbar.navbar-theme-light {
  background-color: transparent;
}

.custom-navbar.navbar-theme-light.navbar-dark .nav-link {
  color: #1F2632;
}

.custom-navbar.navbar-theme-light.navbar-dark .nav-link:hover,
.custom-navbar.navbar-theme-light.navbar-dark .nav-link.active {
  color: #BE1622;
}

.custom-navbar.navbar-theme-light.navbar-dark .navbar-toggler-icon {
  filter: brightness(0);
}

.custom-navbar.navbar-theme-light.navbar-scrolled {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.custom-navbar.navbar-theme-light.navbar-scrolled .nav-link {
  color: #1F2632;
}

.custom-navbar.navbar-theme-light.navbar-scrolled .nav-link:hover,
.custom-navbar.navbar-theme-light.navbar-scrolled .nav-link.active {
  color: #BE1622;
}

.custom-navbar.navbar-theme-light.navbar-scrolled .navbar-toggler-icon {
  filter: brightness(0);
}

.hero-section.theme-light .hero-content-area {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .custom-navbar .nav-item {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-navbar .nav-item::after {
    display: none;
  }

  .custom-navbar .nav-link:not(.dropdown-toggle)::after,
  .custom-navbar .nav-link.dropdown-toggle::before {
    display: none;
  }

  .custom-navbar .navbar-collapse {
    background-color: #1F2632 !important;
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
  }

  .custom-navbar .navbar-collapse .nav-link {
    color: #fff !important;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-navbar .navbar-collapse .nav-link:hover,
  .custom-navbar .navbar-collapse .nav-link.active {
    color: #BE1622 !important;
  }
}

/* ── TEMA OSCURO ── */
.custom-navbar.navbar-theme-dark {
  background-color: transparent;
}

.custom-navbar.navbar-theme-dark.navbar-dark .nav-link {
  color: #fff;
}

.custom-navbar.navbar-theme-dark.navbar-dark .nav-link:hover,
.custom-navbar.navbar-theme-dark.navbar-dark .nav-link.active {
  color: #BE1622;
}

.custom-navbar.navbar-theme-dark.navbar-dark .navbar-toggler-icon {
  filter: brightness(1);
}

.custom-navbar.navbar-theme-dark.navbar-scrolled {
  background-color: #1F2632;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.custom-navbar.navbar-theme-dark.navbar-scrolled .nav-link {
  color: #fff;
}

.custom-navbar.navbar-theme-dark.navbar-scrolled .nav-link:hover,
.custom-navbar.navbar-theme-dark.navbar-scrolled .nav-link.active {
  color: #BE1622;
}

.custom-navbar.navbar-theme-dark.navbar-scrolled .navbar-toggler-icon {
  filter: brightness(1);
}

.custom-navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1) !important;
}

/* FINAL MENÚ NAVEGACIÓN */

/* SOBRE NOSOTROS */

h2.titular-acerca {
  font-family: "Kaushan Script", cursive;
}

h2.titular-acerca span#num-resaltado {
  color: #D6D6D6
}

.head1 h2 {
  font-family: "Kaushan Script", cursive;
  color: #BE1622
}

div.hero-caption h1.font-heading {
  font-family: "Kaushan Script", cursive;
  font-weight: 200;
  color: white;
  text-shadow: 2px 2px 4px #2D2926;
}

.page-title {
  font-family: "Kaushan Script", cursive;
}

.custom-navbar.navbar-theme-light {
  background-color: #1A1612
}

.custom-navbar.navbar-theme-light.navbar-scrolled {
  background-color: #1A1612
}

.hero-section .hero-content-area .hero-caption h1 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.custom-navbar.navbar-theme-light.navbar-light-mode .nav-link {
  color: #D6D6D6;
}

.custom-navbar.navbar-theme-light.navbar-scrolled .nav-link {
  color: #D6D6D6;
}

.custom-navbar.navbar-theme-light .navbar-collapse .nav-link {
  color: #D6D6D6;
}

.d-inline-block {
    display: inline-block;
}

.text-nowrap {
    white-space: nowrap;
}


/* BANNER PERSONALIZADO */

.banner-personalizado {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/fondo-madera-imagotipo.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed;
  min-height: 600px;
  overflow-x: hidden;
}

.plato-item img {
  border: 3px solid white;
  transition: transform .3s;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.plato-item p {
  color: #fff;
  font-weight: 700;
  margin-top: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.plato-item img:hover {
  transform: scale(2.0);
}

.banner-personalizado h2 {
  color: #D6D6D6;
  font-family: "Kaushan Script", cursive;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* CARTAS SERVICIOS */

.cartas-servicios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cartas-servicios .card {
  background-color: #D6D6D6;
  border: 1px solid rgba(133, 90, 57, 0.18);
  box-shadow: 0 18px 40px rgba(15, 9, 5, 0.18);
  border-radius: 1.25rem;
}

.cartas-servicios .card-title {
  color: #BE1622;
  font-family: "Kaushan Script", cursive;
  font-weight: 700;
}

.cartas-servicios .card a {
  min-width: 60%;
  margin: auto;
}

.cartas-servicios .card button {
  min-width: 60%;
  margin: auto;
}


.modal-taberna {
  background-color: #1F2632;
  border: 3px solid #BE1622;
  border-radius: 10px;
  overflow: hidden;
  color: #D6D6D6;
}

.modal-foto {
  position: relative;
}

.modal-foto img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.modal-cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #BE1622;
  color: #D6D6D6;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.modal-cerrar:hover {
  background: #8f0f18;
}

.modal-linea-roja {
  height: 3px;
  background-color: #BE1622;
}

.modal-cuerpo {
  padding: 24px;
}

.modal-titulo {
  font-family: "Kaushan Script", cursive;
  color: #D6D6D6;
  font-size: 1.3rem;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.modal-telefono {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-top: 18px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #D6D6D6;

  background-color: #BE1622;
  width: 81%;
  padding: 10px 15px;
  border-radius: 8px;
}

.modal-whatsapp-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

/* CONTENEDOR DE TELÉFONOS */
.telefonos {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

/* DESKTOP */
.telefonos span {
  display: inline;
}

.telefonos .separador {
  display: inline;
}

/* MÓVIL */
@media (max-width: 576px) {

  .telefonos {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .telefonos .separador {
    display: none;
  }
}

/* FORMULARIO */

.book-a-table-split .booking-form-wrap h2 {
  font-family: "Kaushan Script", cursive;
  color: #fff;
}

.book-a-table-split .booking-form-wrap {
  background-color: #BE1622;
}

section#reservar-mesa label,
p {
  color: #fff;
}

section#reservar-mesa a {
  color: #fff;
  text-decoration: underline;
}

.enviar {
  display: block;
  cursor: pointer;
  background-color: #25d366;
  /* Color verde WhatsApp opcional */
  color: white;
  border: none;
  padding: 10px;
  max-width: 75%;
  font-weight: bold;
  border-radius: 5px;
  margin: auto;
}

/* RESEÑAS GOOGLE */

.swiper-resenas {
  padding: 10px 0 30px;
}

.swiper-resenas .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-resenas .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

/* GALERÍA */

.nuestra-galería p {
  margin-bottom: 20px;
}

.nuestra-galería p:last-child {
  margin-bottom: 0px;
}

section.fotos-galería {
  padding-top: 0px;
}

.nuestra-galería p span {
  font-weight: bold;
  font-style: oblique;
}

.nuestra-galería p strong {
  color: #BE1622;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  background-color: #BE1622;
}

/* CONTACTO */

section.contact-section .row {
  height: 100%;
}

section.contact-section div.datos-contacto {
  background-color: #BE1622;
  padding: 50px;
  height: 100%;
  border-radius: 0 15px 15px 0;
}

section.contact-section div.map-section {
  padding: 0 !important;
}

section.contact-section div.map-section div.mapa {
  border-radius: 15px 0 0 15px;
  height: 100%;
  overflow: hidden;
}

section.contact-section div.map-section iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
}

div.datos-contacto div.social-links a:hover {
  background-color: #D6D6D6;
}

div.datos-contacto ul span {
  margin-left: 10px;
  font-weight: bold;
}

div.datos-contacto ul li {
  font-weight: bold;
}

section.contact-section {
  padding-top: 0;
}

/* BANNER COOKIES */

#cookie-banner {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1F2632;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 9999;
}

#cookie-banner button {
  background-color: #BE1622;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  white-space: nowrap;
  transition: background-color 0.3s;
}

#cookie-banner button:hover {
  background-color: #9a1019;
}

#cookie-banner button:first-child {
  background-color: transparent;
  border: 1px solid #fff;
}

#cookie-banner button:first-child:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.terms-section p,
.privacy-section p,
.aviso-legal p {
  color: #A0A0A0;
}

/* VINOS */

.bg-gris{
  padding-bottom: 30px;
  padding-top: 70px;
  background-color: #2c2c2c;
}

div.content-wrap div.title-wrap h5{
color: #D6D6D6;
}

div.menu-item-one p{
color: #A0A0A0;
}

h3.font-heading{
  font-family: "Kaushan Script", cursive;
}

/* FOOTER */

.footer-one{
  background-color: #2c2c2c;
}

footer.footer-one h5 {
  color: #BE1622 !important;
  font-weight: bold;
}