/* ================================================= */
/* === Paleta de Colores y Variables Actualizada === */
/* ================================================= */
:root {
  /* Paleta: Artesanal, Natural, Moderno (Verde, Beige, Negro) */
  --primary-color: #009933; /* Verde (Principal, Titulares) */
  --secondary-color: #1A1A1A; /* Negro Mate (Recurso gráfico secundario) */
  --accent-color: #FF0000; /* Rojo (Llamados a la acción/CTA) */

  --text-dark: #0B0B0B; /* Negro Profundo (Texto y Lectura) */
  --text-light: #ffffff; /* Blanco */
  --bg-light: #FFFFCC; /* Beige (Fondos) */
  --bg-dark: #1A1A1A; /* Negro Mate (Footer y Bloques) */

  --font-family-primary: 'Poppins', sans-serif;
  --font-family-secondary: 'Roboto', sans-serif;
}

/* ================================================= */
/* === Reseteo Básico y Estilos Generales === */
/* ================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-secondary);
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-light);
  /* Suavizado de fuente para mejor lectura */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

/* ================================================= */
/* === Botones y CTAs (Añadiendo movimiento) === */
/* ================================================= */
.btn-cta {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--accent-color); /* Rojo: Llamado a la Acción */
  color: var(--text-light) !important;
  font-weight: 700; /* Bold para Roboto */
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 2px solid var(--accent-color);
}

.btn-cta:hover {
  background-color: #cc0000; /* Rojo más oscuro */
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
}

.btn-cta.secondary {
  background-color: transparent;
  border: 2px solid var(--primary-color); /* Borde con color principal (Verde) */
  color: var(--primary-color) !important;
  padding: 10px 28px;
}

.btn-cta.secondary:hover {
  background-color: var(--primary-color);
  color: var(--text-light) !important; /* Texto blanco sobre verde */
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 153, 51, 0.4);
}

/* ================================================= */
/* === Header (Añadiendo Sombra y Efecto Sticky) === */
/* ================================================= */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background-color: var(--bg-light); /* Fondo Beige */
  border-bottom: 1px solid #ccc; /* Borde sutil */
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Botón Hamburguesa - Oculto por defecto en desktop */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

.hamburger-line {
  width: 28px;
  height: 3px;
  background-color: var(--primary-color); /* Color principal: Verde */
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Animación del botón hamburguesa cuando está activo */
.hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.logo a {
  font-size: 2em;
  font-weight: 700; /* Poppins Bold */
  color: var(--primary-color); /* Titulares en Verde */
  font-family: var(--font-family-primary);
  letter-spacing: -1px;
}

.logo a span {
  color: var(--text-dark); /* Texto en Negro Profundo */
}

.nav-links ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

/* Contenedor de posicionamiento para el menú desplegable */
.nav-links li {
  position: relative;
}

.nav-links a {
  color: var(--text-dark); /* Texto en Negro Profundo */
  font-weight: 600;
  padding: 5px 0;
  display: block;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

.nav-links a:hover {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 3px;
}

/* Botón CTA del Header (Aplica el estilo del botón principal, Rojo) */
.cta-header {
  padding: 8px 20px;
  background-color: var(--accent-color);
  color: var(--text-light) !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-weight: 600;
  border: 2px solid var(--accent-color);
}

.cta-header:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}

/* ================================================= */
/* === ESTILOS PARA DROPDOWN (MENÚ DESPLEGABLE) === */
/* ================================================= */
.dropdown-menu {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  z-index: 1010;
  background-color: var(--text-light);
  min-width: 180px;
  padding: 0;
  border: 1px solid #ccc; /* Borde sutil */
  border-top: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Mostrar el menú cuando tiene la clase 'active' (por click) */
.dropdown-menu.active {
  display: block !important;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.dropdown-menu li {
  padding: 0;
  margin: 0;
}

.dropdown-menu a {
  padding: 10px 20px;
  font-size: 0.95em;
  font-weight: 300; /* Roboto Light */
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu a:hover {
  background-color: var(--bg-light); /* Fondo Beige */
  color: var(--primary-color); /* Verde */
}

/* Estilo para el enlace padre cuando el menú está abierto */
.dropdown.active > .dropdown-toggle {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 3px;
}

/* ================================================= */
/* === SECCIÓN HERO (Añadiendo Parallax Sutil) === */
/* ================================================= */
.hero-section {
  background-image: url('https://images.unsplash.com/photo-1517486450302-6047702f7415?w=800'); /* Imagen natural/artesanal */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.4); /* Opacidad más ligera, más "natural" */
  padding: 60px 5%;
  width: 100%;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  max-width: 900px;
  color: var(--text-light);
  animation: fadeInDown 1s ease-out;
}

@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}


.hero-content h1 {
  font-size: 4.5em;
  margin-bottom: 20px;
  font-family: var(--font-family-primary); /* Poppins */
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Sombra más suave */
}

.hero-content p {
  font-size: 1.6em;
  margin-bottom: 40px;
  opacity: 0.95;
  font-weight: 300; /* Roboto Light */
}

/* ================================================= */
/* === Sección Servicios (Mejorando la Interacción) === */
/* ================================================= */
.services-section {
  padding: 100px 5%;
  background-color: var(--bg-light); /* Fondo Beige */
}

.services-section h2 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 60px;
  color: var(--primary-color); /* Titulares en Verde */
  font-family: var(--font-family-primary); /* Poppins */
  font-weight: 700;
  position: relative;
}

.services-section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--primary-color); /* Subrayado en Verde */
  margin: 15px auto 0;
  border-radius: 2px;
}

.service-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 80px;
  background-color: var(--text-light);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* CAMBIO: Altura fija en Desktop para estandarizar las cards */
  height: 450px; 
}

.service-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Columna de Texto */
.service-col.text-content {
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-col.text-content h3 {
  font-size: 2.2em;
  color: var(--text-dark); /* Titulares secundarios en Negro Profundo */
  margin-bottom: 20px;
  font-family: var(--font-family-primary); /* Poppins */
}

.service-col.text-content p {
  margin-bottom: 30px;
  font-size: 1.15em;
  color: var(--text-dark);
  font-weight: 300; /* Roboto Light */
}

/* Columna de Imagen - CORRECCIÓN TÉCNICA APLICADA AQUÍ */
.service-col.image-content {
  flex: 1;
  /* CAMBIO: Aseguramos que ocupe el 100% de la altura de la fila */
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--primary-color); 
  position: relative;
}

/* Asegurar que las imágenes dentro del contenedor no se deformen ni tengan zoom excesivo */
.service-col.image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mantiene la proporción sin estirar */
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Efecto Zoom muy sutil al pasar el ratón */
.service-row:hover .service-col.image-content img {
    transform: scale(1.05);
}

/* ASIGNACIÓN DE IMÁGENES POR ID */
/* Usando imágenes más artesanales/naturales */
#service-steaks .image-content {
  background-image: url('https://images.unsplash.com/photo-1582234372721-e7f96b27d425?w=600'); 
  background-size: cover;
  background-position: center;
}

#service-pizza .image-content {
  background-image: url('https://images.unsplash.com/photo-1541108259160-c3d2319f07a6?w=600');
  background-size: cover;
  background-position: center;
}

#service-cafe .image-content {
  background-image: url('https://images.unsplash.com/photo-1507187126830-4e320f77977a?w=600');
  background-size: cover;
  background-position: center;
}

/* ================================================= */
/* === Sección Refuerzo (Invertir para Contraste) === */
/* ================================================= */
.reinforce-section {
  background-color: var(--bg-dark); /* Fondo Negro Mate */
  color: var(--text-light);
  padding: 100px 5%;
  text-align: center;
}

.reinforce-content h2 {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-family: var(--font-family-primary); /* Poppins */
  color: var(--primary-color); /* Título en Verde */
}

.reinforce-content p {
  font-size: 1.4em;
  margin-bottom: 40px;
  font-weight: 300; /* Roboto Light */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

/* ================================================= */
/* === Footer (Diseño oscuro, elegante) === */
/* ================================================= */
.main-footer {
  display: flex;
  justify-content: space-between;
  padding: 60px 5%;
  background-color: var(--bg-dark); /* Fondo Negro Mate */
  color: var(--text-light);
  border-top: 5px solid var(--primary-color); /* Borde de color principal (Verde) */
}

.footer-column {
  flex: 1;
  min-width: 200px;
  padding: 0 20px;
}

.footer-column h4 {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: var(--primary-color); /* Títulos de columna en Verde */
  font-family: var(--font-family-primary); /* Poppins */
  border-bottom: 1px solid rgba(0, 153, 51, 0.3); /* Subrayado sutil */
  padding-bottom: 5px;
}

.footer-column li,
.footer-column p {
  margin-bottom: 12px;
  font-size: 0.95em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300; /* Roboto Light */
}

.footer-column a {
  color: var(--text-light);
  opacity: 0.8;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  opacity: 1;
  color: var(--primary-color);
}

/* Derechos de autor/Copia final */
.footer-copy {
    width: 100%;
    text-align: center;
    padding: 15px 5%;
    background-color: #000000; /* Negro puro para mayor contraste/finalización */
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85em;
    margin-top: 20px;
}


/* ================================================= */
/* === Media Queries para Responsive Design (Ajustado) === */
/* ================================================= */

@media (max-width: 1200px) {
  .hero-content h1 {
    font-size: 4em;
  }
}

@media (max-width: 1024px) {
  /* CAMBIO: Reducimos altura para tablets */
  .service-row {
      height: 400px;
  }
}

@media (max-width: 768px) {
  /* Header */
  .main-header {
    padding: 15px 4%;
  }

  /* Botón Hamburguesa: Mostrar en tablet y móvil */
  .hamburger {
    display: flex;
  }

  /* Ocultar la navegación principal por defecto en móvil */
  .nav-links {
    /* Por defecto, lo ocultamos o lo posicionamos fuera */
    display: none; /* Ocultar por defecto */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-light); /* Fondo Beige */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  /* Ejemplo de cómo se mostraría con JS añadiendo .active */
  .nav-links.active {
      display: block;
      /* Animación de entrada opcional */
  }

  .nav-links ul {
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
  }

  .nav-links li {
      width: 100%;
      text-align: center;
  }
  
  .nav-links a {
      padding: 15px 0;
      border-bottom: 1px solid #ccc; /* Borde sutil */
  }

  .nav-links a:hover {
      border-bottom: none;
  }

  .cta-header {
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
  }

  /* Dropdown en móvil: se expande a todo el ancho */
  .dropdown-menu {
    left: 0;
    transform: none;
    min-width: 100%;
    box-shadow: none;
    border-left: none;
    border-right: none;
    top: 100%; /* Ajustado */
    border-radius: 0;
    position: static; /* Cambiar a static para que fluya con el contenido */
  }
  
  .dropdown-menu.active {
    transform: none; /* Anular transformación */
  }

  /* Hero */
  .hero-section {
    background-attachment: scroll;
    min-height: 60vh;
  }

  .hero-overlay {
    min-height: 60vh;
  }

  .hero-content h1 {
    font-size: 2.8em;
  }

  .hero-content p {
      font-size: 1.3em;
  }

  /* Servicios: siempre apilados en móvil */
  .services-section {
      padding: 60px 4%;
  }

  .services-section h2 {
      font-size: 2.5em;
      margin-bottom: 40px;
  }

  .service-row {
    flex-direction: column;
    margin-bottom: 50px;
    /* CAMBIO: Quitamos la altura fija en móviles para que fluya el texto */
    height: auto; 
  }

  .service-col.text-content {
    order: 2;
    padding: 30px;
  }

  .service-col.image-content {
    order: 1;
    /* CAMBIO: Altura controlada para smartphone */
    height: 250px; 
    flex: none;
  }

  /* Refuerzo */
  .reinforce-content h2 {
      font-size: 2.5em;
  }

  /* Footer */
  .main-footer {
    flex-direction: column;
    gap: 40px;
    padding: 50px 4%;
  }

  .footer-column {
    padding: 0;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  /* Reajustamos para el diseño con hamburguesa: logo a la izquierda, hamburguesa a la derecha */
  .main-header {
    flex-direction: row; /* Mantener en fila: logo a la izquierda, hamburguesa a la derecha */
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 15px 4%;
  }

  .logo a {
      font-size: 1.8em;
  }
  
  /* El contenido de nav-links ya está en columna en el media query 768px, pero ajustamos padding */
  .nav-links ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
  }

  .hero-content h1 {
      font-size: 2.2em;
  }

  .hero-content p {
      font-size: 1.1em;
  }

  .service-col.image-content {
    /* CAMBIO: Un poco más pequeña en pantallas mínimas */
    height: 200px; 
  }
}

/* ================================================= */
/* === BRAZZEIRO MENU — ESTILOS ESPECÍFICOS === */
/* ================================================= */

/* Variables de Branding Replicadas para Contexto */
:root {
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 6rem;
}

/* Base del Main (Para compensar el header sticky, si aplica) */
main {
  padding-top: 80px;
}

/* ========================================
 SECCIÓN BANNER DEL MENÚ
 ======================================== */

.menu-banner {
  width: 100%;
  margin-bottom: var(--spacing-xl);
}

.menu-banner-image {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.menu-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6); /* Oscurecer menos para un look más "natural" */
}

.menu-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Degradado sutil para un aspecto más orgánico */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 153, 51, 0.2), rgba(0, 0, 0, 0.05));
}

.menu-banner-text {
  font-family: var(--font-family-primary); /* Poppins */
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.05em;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

/* ========================================
 SECCIÓN MENÚ PRINCIPAL
 ======================================== */

.menu-section {
  padding: 0 2rem var(--spacing-xl) 2rem;
  background-color: var(--bg-light); /* Fondo Beige */
}

.menu-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Botones de Categoría (Pestañas) */
.menu-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: var(--spacing-lg);
  flex-wrap: wrap;
  border-bottom: 2px solid var(--secondary-color); /* Línea divisoria en Negro Mate */
  padding-bottom: 1rem;
}

.menu-btn {
  font-family: var(--font-family-secondary); /* Roboto */
  font-size: 0.95rem;
  font-weight: 500; /* Roboto Medium */
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  color: var(--text-dark); /* Texto en Negro Profundo */
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  border-bottom: 3px solid transparent;
}

.menu-btn:hover {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}

.menu-btn.active {
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 700; /* Roboto Bold */
  border-bottom: 3px solid var(--primary-color); /* Indicador de pestaña activa en Verde */
}

/* Títulos de Categoría y Subtítulos */
.menu-category-title {
  font-family: var(--font-family-primary); /* Poppins */
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color); /* Verde */
  text-align: center;
  margin-bottom: var(--spacing-md);
  padding-top: var(--spacing-md);
  border-top: 1px solid var(--secondary-color); /* Separador sutil en Negro Mate */
}

.menu-section-description {
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: 1.1rem;
  color: var(--text-dark);
  opacity: 0.8;
  margin-bottom: var(--spacing-lg);
  font-weight: 300; /* Roboto Light */
}

.menu-section-subtitle {
  font-family: var(--font-family-primary); /* Poppins */
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-dark); /* Subtítulos en Negro Profundo */
  margin-top: var(--spacing-md);
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 153, 51, 0.3); /* Separador sutil en Verde */
  padding-bottom: 0.5rem;
}


/* Diseño de los ítems del menú (Grilla de 2 Columnas) */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
}

.menu-item {
  margin-bottom: var(--spacing-md);
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--secondary-color); /* Guion sutil en Negro Mate */
}

.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.25rem;
}

.menu-item-name {
  font-family: var(--font-family-primary); /* Poppins */
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.2;
}

.menu-item-price {
  font-family: var(--font-family-secondary); /* Roboto */
  font-size: 1.1rem;
  font-weight: 700; /* Roboto Bold */
  color: var(--primary-color); /* Precio en Verde */
  white-space: nowrap;
}

.menu-item-description {
  font-family: var(--font-family-secondary);
  font-size: 0.95rem;
  color: var(--text-dark);
  opacity: 0.8;
  line-height: 1.6;
  font-weight: 300; /* Roboto Light */
}

/* Responsive (Ajuste a una columna en móviles) */
@media (max-width: 768px) {
  .menu-buttons {
      gap: 0.75rem;
      padding-bottom: 0.5rem;
  }
  
  .menu-grid {
      grid-template-columns: 1fr;
      gap: var(--spacing-md);
  }
  
  .menu-category-title {
      font-size: 2rem;
  }
  
  .menu-btn {
      padding: 0.5rem 1rem;
      font-size: 0.85rem;
  }

  main {
      padding-top: 60px;
  }
}

/* ==================================== */
/* ESTILOS ESPECÍFICOS PARA EVENTOS.HTML */
/* ==================================== */

.events-hero-section {
  background-image: url('https://images.unsplash.com/photo-1577717903185-cecc00159427?w=800'); /* Imagen de evento más natural/luz suave */
  background-size: cover;
  background-position: center;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.events-hero-overlay {
  background-color: rgba(26, 26, 26, 0.5); /* Capa de Negro Mate con opacidad para un look moderno */
  padding: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.events-hero-content {
  max-width: 800px;
  padding: 20px;
}

.events-hero-content h1 {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: 700; /* Poppins Bold */
  line-height: 1.2;
  font-family: var(--font-family-primary);
}

.events-hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  font-weight: 300; /* Roboto Light */
  font-family: var(--font-family-secondary);
}

/* Estilo para el botón CTA de Eventos */
.events-cta {
  background-color: var(--accent-color); /* Rojo CTA */
  color: white;
  padding: 15px 30px;
  font-size: 1.1em;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 2px solid var(--accent-color);
  display: inline-block;
  font-weight: 700;
}

.events-cta:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}

/* Media Queries para responsividad */
@media (max-width: 768px) {
  .events-hero-section {
      height: 70vh;
  }
  .events-hero-content h1 {
      font-size: 2em;
  }
  .events-hero-content p {
      font-size: 1em;
  }
  .events-cta {
      padding: 10px 20px;
      font-size: 1em;
  }
}

/* ======================================= */
/* ESTILOS DE CONTACTO (grupobrazzeirocontacto.html) */
/* ======================================= */

.contact-section {
  padding: 60px 20px;
  background-color: var(--bg-light); /* Fondo Beige */
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.contact-info,
.contact-map {
  flex: 1;
  min-width: 300px;
}

/* Columna de Información */
.contact-info {
  padding-right: 20px;
}

.contact-title {
  font-size: 2.5em;
  color: var(--primary-color); /* Verde */
  font-family: var(--font-family-primary);
  margin-bottom: 10px;
  border-bottom: 3px solid var(--secondary-color); /* Negro Mate */
  display: inline-block;
  padding-bottom: 5px;
}

.contact-intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-dark);
  font-weight: 300;
}

.contact-detail {
  margin-bottom: 25px;
}

.contact-label {
  font-size: 1.2em;
  color: var(--primary-color); /* Verde */
  font-weight: 600;
  margin-bottom: 5px;
  font-family: var(--font-family-primary);
}

.contact-text {
  font-size: 1em;
  color: var(--text-dark);
  line-height: 1.6;
  font-weight: 300;
}

.contact-text a {
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.3s;
}

.contact-text a:hover {
  color: var(--primary-color);
}

.contact-send-mail {
  margin-top: 15px;
  background-color: var(--accent-color); /* Rojo CTA */
  color: white;
  padding: 12px 25px;
  font-size: 1em;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.contact-send-mail:hover {
  background-color: #cc0000;
}


/* Columna de Mapa */
.contact-map {
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
  border-radius: 8px;
}

/* ======================================= */
/* SECCIÓN DE COTIZACIÓN DE EVENTOS */
/* ======================================= */

.event-quotation-section {
  padding: 60px 20px;
  background-color: var(--bg-light); /* Fondo Beige */
}

.quotation-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background-color: var(--text-light); /* Fondo blanco (limpio) */
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.quotation-title {
  font-size: 2em;
  color: var(--primary-color); /* Verde */
  font-family: var(--font-family-primary);
  margin-bottom: 10px;
  text-align: center;
}

.quotation-subtitle {
  text-align: center;
  font-size: 1.1em;
  color: var(--text-dark);
  opacity: 0.8;
  margin-bottom: 40px;
  font-weight: 300;
}

.quotation-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  width: 100%;
  margin-bottom: 10px;
}

.form-group.half-width {
  width: calc(50% - 10px);
}

.form-group label {
  display: block;
  font-weight: 500; /* Roboto Medium */
  margin-bottom: 8px;
  color: var(--text-dark);
}

.quotation-form input[type="text"],
.quotation-form input[type="email"],
.quotation-form input[type="tel"],
.quotation-form input[type="date"],
.quotation-form input[type="number"],
.quotation-form select,
.quotation-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
  color: var(--text-dark);
  font-family: var(--font-family-secondary);
}

.quotation-form textarea {
  resize: vertical;
}

.quotation-submit {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: var(--accent-color); /* Rojo CTA */
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 700;
}

.quotation-submit:hover {
  background-color: #cc0000;
}

/* Media Queries para Contacto y Cotización */
@media (max-width: 800px) {
  .contact-container {
      flex-direction: column;
  }

  .contact-map {
      height: 350px;
  }

  .form-group.half-width {
      width: 100%;
  }
}

/* Bloque inicial */
.logo h1 {
  font-family: var(--font-hero);
  font-size: 2rem;
  font-weight: 700;
  color: var(--dorado-satinado);
  letter-spacing: 0.05em;
  text-align: center;
  flex: 1;
}

/* Bloque final */
.logo {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2rem;
}

.logo img {
  height: 65px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo img:hover {
  transform: scale(1.05); /* Efecto de agrandado al pasar el mouse */
}