/* ================== RESET BÁSICO ================== */
body, h1, h2, h3, p, ul {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #f8f8f8;
  color: #222;
  line-height: 1.5;
}

/* ================== HERO ================== */
#hero {
  background: #111;
  color: white;
  padding: 120px 20px;
  text-align: center;
}
#hero h1 {
  font-size: 48px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#hero h2 {
  font-size: 22px;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 20px;
}
#hero p {
  font-size: 18px;
  opacity: 0.8;
}

/* ================== SECCIONES ================== */
section {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}
section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #111;
}
section p {
  font-size: 18px;
  margin-bottom: 20px;
}
section ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
section ul li {
  margin-bottom: 8px;
  font-size: 17px;
}

/* ================== CTA FINAL ================== */
#contacto {
  background: #111;
  color: white;
  text-align: center;
  padding: 80px 20px;
}
#contacto h2 {
  color: white;
}
#contacto p {
  font-size: 18px;
  opacity: 0.9;
}

/* ================== UVITA ================== */
.whatsapp-float {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: transform 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.08);
}


/* ================== FONDO FULL-WIDTH REAL ================== */
.casa-bg {
  background-image: url('/img/bodega.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
  color: white;

  /* FULL WIDTH REAL */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 220px 20px;
  overflow: hidden;
}
/* ================== HERO FULL WIDTH ================== */
#hero {
  background-image: url('/img/img_evento.JPG');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* FULL WIDTH REAL */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 260px 20px;
  position: relative;
  color: white;
  text-align: center;
  overflow: hidden;
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* overlay para legibilidad */
}

.hero-inner {
  position: relative;
  z-index: 2;
}
/* ================== REGALOS EMPRESARIALES FULL WIDTH ================== */
.regalos-bg {
  background-image: url('/img/regalos_empresariales.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* FULL WIDTH REAL */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 260px 20px;
  position: relative;
  color: white;
  overflow: hidden;
}

.regalos-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* overlay para legibilidad */
}

.regalos-contenido {
  position: relative;
  max-width: 800px;
  margin: auto;
  z-index: 2;
  text-align: center;
}

.regalos-contenido h2 {
  color: white;
  margin-bottom: 20px;
}

.regalos-contenido p,
.regalos-contenido li {
  color: #f1f1f1;
  font-size: 18px;
}
/* ================== EVENTOS Y ACTIVACIONES FULL WIDTH ================== */
.eventos-bg {
  background-image: url('/img/stand_expoinv.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* FULL WIDTH REAL */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 220px 20px;
  position: relative;
  color: white;
  overflow: hidden;
}

.eventos-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* overlay para legibilidad */
}

.eventos-contenido {
  position: relative;
  max-width: 800px;
  margin: auto;
  z-index: 2;
  text-align: center;
}

.eventos-contenido h2 {
  color: white;
  margin-bottom: 20px;
}

.eventos-contenido p,
.eventos-contenido li {
  color: #f1f1f1;
  font-size: 18px;
}
/* ==========================================
   GUARDIANES DEL VINO — BLOQUE CON FONDO
   ========================================== */

.bloque-guardianes {
    position: relative;
    width: 100%;
    min-height: 650px; /* aseguramos que se vea la imagen */
    background-image: url("img/guardianes.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0; /* espacio para el contenido */
    /* FULL WIDTH REAL */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 220px 20px;
  position: relative;
  color: white;
  overflow: hidden;
}

/* Contenido por encima de la imagen */
.guardianes-contenido {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* Overlay para mejorar contraste */
.bloque-guardianes::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
}
/* ============================
   CATÁLOGO DE VINOS
   ============================ */

.catalogo-bloque {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.catalogo-filtros {
    margin-bottom: 40px;
}

.catalogo-filtros button {
    background: #222;
    color: #fff;
    border: none;
    padding: 10px 18px;
    margin: 5px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
}

.catalogo-filtros button.activo,
.catalogo-filtros button:hover {
    background: #b30000;
}

.catalogo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.vino-card {
    background: #111;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    text-align: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.vino-card img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
}

.vino-card h3 {
    margin: 10px 0;
}

.vino-card .precio {
    display: block;
    margin: 10px 0 20px;
    font-size: 1.3rem;
    font-weight: bold;
}

/* Botón WhatsApp */
.btn-wsp {
    display: block;
    background: #25D366;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}

/* Botón Mercado Pago */
.btn-mp {
    display: block;
    background: #009EE3;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}


.catalogo-portada::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}
.catalogo-portada {
    position: relative;
}

.catalogo-portada-contenido {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    text-align: center;
}

.btn-ver-catalogo {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #b30000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}
#catalogo {
    display: none;
}
#catalogo {
    display: none;
}

#recomendados {
    display: none;
}

.recomendados-bloque {
    padding: 60px 20px;
    text-align: center;
}

.recomendados-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    margin-top: 40px;
}
#catalogo .vino-card {
    display: none;
}
.btn-salir-catalogo {
    display: block;
    margin: 40px auto 20px auto; /* CENTRADO */
    padding: 14px 32px;
    background: #b30000; /* COLOR DESTACADO */
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.btn-salir-catalogo:hover {
    background: #7a0000;
    transform: scale(1.05);
}
.btn-salir-catalogo {
    display: block;
    margin: 40px auto 20px auto; /* CENTRADO */
    padding: 14px 32px;
    background: #b30000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s ease;
    text-align: center;
}

.catalogo-bloque {
    display: flex;
    flex-direction: column;
    align-items: center; /* ESTO CENTRA TODO LO QUE ESTÁ DEBAJO */
}
#salir-catalogo {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
.btn-salir-catalogo {
    background: red;
}
#catalogo .vino-card {
    width: 100% !important;
    max-width: 100% !important;
}

#catalogo .vino-card img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
/* ============================
   PORTADA DEL CATÁLOGO FULL WIDTH
   ============================ */

#catalogo-portada {
    position: relative;
    width: 100%;
    min-height: 450px;
    background-image: url("img/ESCUDO_BOTTLE_REPOST.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 120px 0;
    display: block;
}
#catalogo-portada {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 50%;
    transform: translateX(-50%);
}
ul {
  list-style: none;
  padding-left: 0;
}
/* BLOQUE UVARADIO — Fondo fijo sin movimiento */
#uvaradio {
    position: relative;
    width: 100vw;
    height: 260px;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: hidden;

    background-image: url("img/champagne_ondas.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* CENTRADO DEL TEXTO */
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    text-align: center;
}

/* Capa oscura suave para mejorar lectura */
#uvaradio::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.15));
    z-index: 1;
}

/* Texto por encima */
#uvaradio * {
    position: relative;
    z-index: 2;
}

/* Texto fuerte y legible */
#uvaradio h1,
#uvaradio h2,
#uvaradio h3,
#uvaradio p,
#uvaradio span {
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
    font-weight: 700;
}
/* ======== COORDINEMOS — Fondo rubí intenso ======== */
#coordinemos {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 80px 20px; /* espacio interno elegante */
    background-color: #4a0d16; /* rubí intenso */
    overflow: hidden;

    /* CENTRADO DEL TEXTO */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Capa oscura suave para contraste */
#coordinemos::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.15)
    );
    z-index: 1;
}

/* Contenido por encima de la capa */
#coordinemos * {
    position: relative;
    z-index: 2;
}

/* Tipografía fuerte y legible */
#coordinemos h2 {
    color: #fff;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

#coordinemos p {
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    max-width: 700px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
}

/* Link del mail */
#coordinemos a {
    color: #ffd9a8; /* dorado suave */
    font-weight: 700;
    text-decoration: none;
}

#coordinemos a:hover {
    text-decoration: underline;
}
/* ===== CATÁLOGO FULL WIDTH ===== */
#catalogo {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
#catalogo {
    min-height: 80vh;
}
/* ===== PORTADA DEL CATÁLOGO FULL WIDTH ===== */
.catalogo-portada {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    min-height: 70vh; /* Ajustá si querés más alto */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* ===== PORTADA DEL CATÁLOGO FULL WIDTH ===== */
.catalogo-portada {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    min-height: 70vh; /* Ajustá si querés más alto */

    background-image: url('img/ESCUDO_BOTTLE_REPOST.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ===== VINILO PREMIUM — ALINEADO A UVITA ===== */
.vinilo-player {
    position: fixed;
    bottom: 20px;   /* ALTURA EXACTA PARA QUEDAR SOBRE LA UVITA */
    left: 20px;      /* MISMO OFFSET HORIZONTAL */
    width: 100px;     /* PROPORCIÓN PERFECTA */
    height: 120px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
}

.vinilo-player img {
    width: 110%;
    height: 110%;
    object-fit: contain;
    pointer-events: none;
    transform-origin: center center;
}

.vinilo-player:hover {
    transform: scale(1.1);
}

/* Glow rubí cuando está en play */
.vinilo-player.glow-on {
    filter: drop-shadow(0 0 12px rgba(212, 40, 60, 0.8))
            drop-shadow(0 0 22px rgba(212, 40, 60, 0.5));
}


/* ===== FIX DEFINITIVO MOBILE — VINILO ALINEADO A UVITA ===== */
@media (max-width: 600px) {

    .vinilo-player {
        position: fixed !important;
        bottom: 20px !important;   /* EXACTO: queda justo encima de la uvita */
        left: 20px !important;     /* misma columna invisible */
        width: 110px !important;    /* tamaño real en mobile */
        height: 110px !important;
        z-index: 99999 !important;
        transform: none !important;
    }

    .vinilo-player img {
        width: 120% !important;    /* compensación visual */
        height: 120% !important;
        object-fit: contain !important;
    }
}

}
/* Eliminar highlight táctil de Android */
.vinilo-player, 
.vinilo-player * {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* Eliminar ripple / highlight táctil de Android */
.vinilo-player, 
.vinilo-player * {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-focus-ring-color: rgba(0,0,0,0) !important;
    outline: none !important;
}
.vinilo-player {
    background-color: transparent !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
}
.vinilo-player:active {
    background: none !important;
}
