:root {
  --color-primary: #6f6f6f;
  --color-secondary: #6d213c;
  --color-accent: #111111;
  --color-bg: #ffffff;
  --color-text: #111111;
  --color-soft: #f7f4f5;
  --color-border: #e7e2e4;
  --color-whatsapp: #25d366;
  --color-whatsapp-hover: #1faa52;
  --shadow-soft: 0 12px 35px rgba(0, 0, 0, 0.08);
  --radius-lg: 20px;
  --radius-md: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.section-kicker,
.hero-badge,
.btn {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: var(--color-secondary);
  text-decoration: none;
}

a:hover {
  color: var(--color-accent);
}

.brand-logo {
  height: 54px;
  width: auto;
  object-fit: contain;
}

.brand-text {
  font-weight: 800;
  font-size: 1rem;
  color: var(--color-accent);
  text-transform: lowercase;
}

.navbar {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.nav-link {
  color: var(--color-accent);
  font-weight: 600;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--color-secondary);
}

.btn-whatsapp {
  background-color: var(--color-whatsapp);
  border-color: var(--color-whatsapp);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background-color: var(--color-whatsapp-hover);
  border-color: var(--color-whatsapp-hover);
  color: #fff;
}

.btn-wine {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
}

.btn-wine:hover,
.btn-wine:focus {
  background-color: #56182f;
  border-color: #56182f;
  color: #fff;
}
.hero-section {
  /* Ruta de tu imagen específica */
  /* El 'linear-gradient' crea una capa oscura para que el texto sea legible */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                    url('cocas.jpg');
  
  /* Ajustes para que sea responsiva */
  background-size: cover;           /* La imagen se adapta sin deformarse */
  background-position: center center; /* Centra la imagen siempre */
  background-repeat: no-repeat;
  
  /* Color de texto blanco para contraste */
  color: #ffffff;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.07), transparent 25%);
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.min-vh-75 {
  min-height: 75vh;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  margin-bottom: 1.25rem;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 800;
  margin-bottom: 0.7rem;
  text-transform: lowercase;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 900px;
}

.hero-text {
  font-size: 1.05rem;
  max-width: 820px;
  color: rgba(255,255,255,0.92);
  margin-bottom: 1.7rem;
}

.hero-actions {
  margin-top: 1.3rem;
}

.trust-strip {
  background: #fff;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
}

.trust-item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1rem;
  height: 100%;
}

.trust-item strong {
  display: block;
  color: var(--color-secondary);
  font-size: 1.05rem;
}

.trust-item span {
  color: #555;
  font-size: 0.96rem;
}

.section-space {
  padding: 5rem 0;
}

.section-soft {
  background: var(--color-soft);
}

.section-heading {
  margin-bottom: 2.5rem;
}

.section-kicker {
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 0.8rem;
  color: var(--color-accent);
}

.section-heading p {
  color: #555;
  max-width: 760px;
  margin: 0 auto;
}

.content-box {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.category-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.card-body-custom {
  padding: 2rem;
}

.category-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}

.category-card p {
  margin-bottom: 0;
  color: #4d4d4d;
}

.contact-card,
.form-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.contact-card h3,
.form-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--color-accent);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--color-border);
}

.contact-list li:last-child {
  border-bottom: 0;
}

.contact-list span {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 0.2rem;
}

.contact-list a {
  color: var(--color-accent);
  word-break: break-word;
}

.contact-list a:hover {
  color: var(--color-secondary);
}

.form-note {
  color: #666;
  margin-bottom: 1.5rem;
}

.form-label {
  font-weight: 700;
  color: var(--color-accent);
}

.form-control {
  border-radius: 14px;
  padding: 0.9rem 1rem;
  border: 1px solid #d8d8d8;
}

.form-control:focus {
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 0.2rem rgba(109, 33, 60, 0.15);
}

.site-footer {
  background: #111111;
  color: #f2f2f2;
  padding: 4rem 0 2rem;
}

.site-footer a {
  color: #f2f2f2;
}

.site-footer a:hover {
  color: #d2b2bf;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-divider {
  border-color: rgba(255,255,255,0.12);
  margin: 2rem 0 1.5rem;
}

.footer-bottom {
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1050;
  background: var(--color-whatsapp);
  color: #fff;
  font-weight: 800;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.whatsapp-float:hover {
  color: #fff;
  background: var(--color-whatsapp-hover);
}

@media (max-width: 991.98px) {
  .brand-logo {
    height: 46px;
  }

  .section-space {
    padding: 4rem 0;
  }

  .hero-title {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    text-align: left;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .contact-card,
  .form-card,
  .content-box,
  .category-card {
    padding: 1.25rem;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding: 0.85rem 1rem;
  }
}
  .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

  .footer-social a {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    font-size: 0.92rem;
    transition: all 0.2s ease;
}

  .footer-social a:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.28);
    color: #ffffff;
}
.clientes-section {
  position: relative;
}

.clients-grid {
  margin-top: 1rem;
}

.client-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.client-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(109, 33, 60, 0.18);
}

.client-logo {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.client-card:hover .client-logo {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

.clientes-cta-box {
  background: linear-gradient(135deg, rgba(109, 33, 60, 0.96) 0%, rgba(17, 17, 17, 0.96) 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow-soft);
}

.clientes-cta-box h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.clientes-cta-box p {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, 0.92);
}

.clientes-cta-box .btn-outline-dark {
  border-color: rgba(255,255,255,0.6);
  color: #ffffff;
  background: transparent;
}

.clientes-cta-box .btn-outline-dark:hover {
  background: #ffffff;
  color: var(--color-accent);
  border-color: #ffffff;
}

@media (max-width: 767.98px) {
  .client-card {
    min-height: 130px;
    padding: 1rem;
  }

  .client-logo {
    max-height: 56px;
  }

  .clientes-cta-box {
    padding: 2rem 1.25rem;
  }
}
.product-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
  height: 100%;
}

.product-card h3 {
  font-weight: 800;
  margin-bottom: 10px;
}

.product-card p {
  color: #555;
  margin-bottom: 20px;
}
.producto-section {
  position: relative;
}

.product-category-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(109, 33, 60, 0.18);
}

.product-card-body {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card-body h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}

.product-card-body p {
  color: #4d4d4d;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.producto-cta-box {
  background: linear-gradient(135deg, rgba(109, 33, 60, 0.96) 0%, rgba(17, 17, 17, 0.96) 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow-soft);
}

.producto-cta-box h2 {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
  color: #ffffff;
}

.producto-cta-box p {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, 0.92);
}

.producto-cta-box .btn-outline-dark {
  border-color: rgba(255,255,255,0.6);
  color: #ffffff;
  background: transparent;
}

.producto-cta-box .btn-outline-dark:hover {
  background: #ffffff;
  color: var(--color-accent);
  border-color: #ffffff;
}

@media (max-width: 767.98px) {
  .product-card-body {
    padding: 1.25rem;
  }

  .producto-cta-box {
    padding: 2rem 1.25rem;
  }
}
.about-section {
  position: relative;
}

.about-highlight-card {
  background: linear-gradient(135deg, rgba(109, 33, 60, 0.96) 0%, rgba(17, 17, 17, 0.96) 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.about-highlight-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #ffffff;
}

.about-highlight-card p {
  color: rgba(255,255,255,0.92);
  margin-bottom: 1rem;
}

.about-list {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.about-list li {
  margin-bottom: 0.65rem;
  color: rgba(255,255,255,0.95);
}

.about-feature-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(109, 33, 60, 0.18);
}

.about-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}

.about-feature-card p {
  margin-bottom: 0;
  color: #4d4d4d;
}

.about-cta-box {
  background: #f7f4f5;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow-soft);
}

.about-cta-box h2 {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--color-accent);
  margin-bottom: 1rem;
}

.about-cta-box p {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  color: #4d4d4d;
}

@media (max-width: 767.98px) {
  .about-highlight-card,
  .about-feature-card,
  .about-cta-box {
    padding: 1.5rem;
  }
}
/* Ocultar precios en todo el sitio */
.price-wrapper, .price, .tax {
    display: none !important;
}

/* Ocultar botones de compra y selector de cantidad */
.buy_now, .add-to-cart, .quantity {
    display: none !important;
}