* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }

    body {
      background: url('https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.5);
      z-index: 0;
    }

    .card {
      position: relative;
      z-index: 1;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      border-radius: 20px;
      padding: 2rem;
      width: 90%;
      max-width: 400px;
      text-align: center;
      color: #fff;
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }

    .logo {
      width: 100px;
      border-radius: 50%;
      margin-bottom: 1rem;
      border: 2px solid #fff;
    }

    h1 {
      font-size: 2.2rem;
      margin-bottom: 0.5rem;
      font-family: 'Lobster', cursive;
    }

    p {
      font-size: 1rem;
      margin-bottom: 1rem;
      color: #f1f1f1;
    }

    .links a {
      display: block;
      background: #c69a6b;
      color: white;
      text-decoration: none;
      padding: 0.8rem;
      border-radius: 10px;
      margin-bottom: 0.8rem;
      font-weight: 600;
      transition: 0.3s;
    }

    .links a:hover {
      background: #b17f4e;
      transform: scale(1.03);
    }

    footer {
      margin-top: 1rem;
      font-size: 0.8rem;
      color: #ddd;
    }

    .redes-sociales{
      margin-bottom: 1rem;
      font-size: 25px;
    }

    .redes-sociales a {
      margin-right: 10px;
    }

    .redes-sociales a:last-child{
      margin-right: 0;
    }

    .redes-sociales > a > i{
      color: white;
    }

    .contacto p {
  margin: 0.3rem 0;
  font-size: 0.9rem;
  color: #f1f1f1;
}

.novedades {
  margin-top: 1rem;
  text-align: left;
}

.novedades h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.novedades ul {
  list-style: none;
  padding-left: 0;
}

.novedades li {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  color: #f0f0f0;
}


    .valores {
      margin: 15px 0 10px 15px;
    }

    .valores p {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 8px;
      font-size: 1rem;
    }

    .valores span {
      font-weight: 600;
      color: #3c1f09;
    }

     .volver {
      display: inline-block;
      margin-top: 30px;
      padding: 10px 20px;
      background-color: #8b4513;
      color: #fff;
      border-radius: 30px;
      text-decoration: none;
      transition: 0.3s;
    }

    .volver:hover {
      background-color: #a15d2a;
      transform: scale(1.05);
    }

        .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .modal img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
    }


    .close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
    }

/* Flechas del modal */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
  cursor: pointer;

  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;

  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;

  user-select: none;
  -webkit-user-select: none;
  transition: background 0.2s;
}

.arrow:hover,
.arrow:active {
  background: rgba(0, 0, 0, 0.8);
}

.arrow.left  { left: 10px; }
.arrow.right { right: 10px; }


@media (max-width: 600px) {
  .arrow {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .arrow.left  { left: 6px; }
  .arrow.right { right: 6px; }
}


    #zoomContainer {
  overflow: hidden;
  width: 90vw;
  max-width: 700px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  position: relative;
}
#zoomContainer.grabbing { cursor: grabbing; }

#modalImage {
  max-width: none;
  transform-origin: 0 0;
  pointer-events: none;
  user-select: none;
}

#zoomBar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.55);
  padding: 6px 14px;
  border-radius: 30px;
  z-index: 1000;
}
#zoomBar .zoom-btn {
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  border-radius: 50%;
  width: 32px; height: 32px;
  font-size: 20px;
  cursor: pointer;
}
#zoomBar .zoom-btn:hover { background: rgba(255,255,255,0.4); }
#zoomLabel { color: #fff; font-size: 13px; min-width: 40px; text-align: center; }