body{
  background:#faf7f1;
  color:#221c17;
}

.menu-btn.activo{
  color:#7a1f2d;
  border-bottom:2px solid #7a1f2d;
}

.hero-visitas-cordoba{
  min-height:560px;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.76) 0%,
      rgba(0,0,0,.50) 45%,
      rgba(0,0,0,.16) 100%
    ),
    url("C:\\Users\\Ariel\\Desktop\\Mi Web\\provincias\\cordoba\\experiencias\\Imagenes\\Visita-Guiada.png");

  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  color:white;
}

.hero-content-visitas{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.hero-content-visitas > span{
  display:inline-block;
  background:#7a1f2d;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:22px;
}

.hero-content-visitas h1{
  font-family:Georgia, serif;
  font-size:74px;
  line-height:.95;
  margin-bottom:24px;
}

.hero-content-visitas p{
  max-width:680px;
  font-size:20px;
  line-height:1.7;
}

.hero-stats-visitas{
  display:flex;
  gap:14px;
  margin-top:32px;
  flex-wrap:wrap;
}

.hero-stats-visitas div{
  min-width:150px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.35);
  border-radius:14px;
  padding:18px 20px;
  backdrop-filter:blur(8px);
}

.hero-stats-visitas strong{
  display:block;
  font-family:Georgia, serif;
  font-size:34px;
  color:#f3d28b;
}

.hero-stats-visitas span{
  font-size:12px;
  text-transform:uppercase;
  font-weight:700;
}

.section-title{
  max-width:1200px;
  margin:0 auto 36px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:25px;
}

.section-title.center{
  display:block;
  text-align:center;
}

.section-title span{
  color:#7a1f2d;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:800;
  font-size:13px;
}

.section-title h2{
  font-family:Georgia, serif;
  font-size:44px;
  color:#221c17;
  margin-top:10px;
}

.link-ver-todos{
  color:#7a1f2d;
  font-weight:800;
  text-decoration:none;
}

.tipos-visitas{
  padding:75px 70px;
  background:white;
}

.tipos-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.tipo-card{
  background:#7A1F2D;
  border:1px solid #7A1F2D;
  border-radius:18px;
  padding:34px 28px;
  text-decoration:none;
  color:white;
  box-shadow:0 12px 30px rgba(122,31,45,.25);
  transition:.35s;
}

.tipo-card:hover{
  background:#651825;
  border-color:#651825;
  transform:translateY(-7px);
  box-shadow:0 20px 42px rgba(0,0,0,.16);
}

.tipo-icon{
  font-size:42px;
  margin-bottom:20px;
}

.tipo-card h3{
  font-family:Georgia, serif;
  font-size:25px;
  color:white;
  margin-bottom:14px;
}

.tipo-card p{
  font-size:15px;
  color:rgba(255,255,255,.9);
  line-height:1.6;
}

.bodegas-visitas{
  padding:75px 70px;
  background:
    radial-gradient(circle at right top, rgba(212,175,55,.10), transparent 35%),
    linear-gradient(180deg,#fffdfa,#f6efe4);
}

.visitas-lista{
  max-width:1200px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.visita-item{
  display:grid;
  grid-template-columns:250px 1fr auto;
  gap:25px;
  align-items:center;
  background:white;
  border:1px solid rgba(212,175,55,.35);
  border-radius:18px;
  padding:16px;
  text-decoration:none;
  color:#221c17;
  box-shadow:0 12px 35px rgba(70,40,20,.08);
  transition:.35s;
}

.visita-item:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 42px rgba(70,40,20,.15);
}

.visita-item img{
  width:250px;
  height:140px;
  object-fit:cover;
  border-radius:14px;
}

.badge-premium{
  display:inline-block;
  background:#d4af37;
  color:#221c17;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:10px;
}

.visita-info h3{
  font-family:Georgia, serif;
  font-size:30px;
  color:#7a1f2d;
  margin-bottom:8px;
}

.visita-info p{
  color:#555;
  margin-bottom:14px;
}

.tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.tags span{
  background:#f3ebe2;
  color:#7a1f2d;
  padding:8px 12px;
  border-radius:20px;
  font-size:13px;
  font-weight:700;
}

.btn-ficha{
  border:1px solid #7a1f2d;
  color:#7a1f2d;
  padding:13px 22px;
  border-radius:30px;
  font-weight:800;
  white-space:nowrap;
  transition:.3s;
}

.visita-item:hover .btn-ficha{
  background:#7a1f2d;
  color:white;
}

.info-visitas{
  padding:75px 70px;
  background:white;
}

.info-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.info-card{
  background:#fffdf9;
  border:1px solid rgba(122,31,45,.12);
  border-radius:18px;
  padding:28px;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.info-card strong{
  display:block;
  color:#7a1f2d;
  font-size:20px;
  margin-bottom:14px;
}

.info-card p{
  color:#555;
  line-height:1.6;
}

.cta-visitas{
  max-width:1200px;
  margin:70px auto;
  padding:42px 55px;
  background:
    linear-gradient(90deg, rgba(122,31,45,.95), rgba(89,18,32,.95)),
    url("../imagenes/bodega-fondo.jpg");
  background-size:cover;
  background-position:center;
  border-radius:20px;
  color:white;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:30px;
  align-items:center;
}

.cta-icon{
  width:95px;
  height:95px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  background:rgba(255,255,255,.08);
}

.cta-visitas h2{
  font-family:Georgia, serif;
  font-size:32px;
  margin-bottom:10px;
}

.cta-visitas p{
  max-width:650px;
  line-height:1.6;
  color:#f3e8df;
}

.cta-visitas a{
  background:#d4af37;
  color:#221c17;
  text-decoration:none;
  padding:16px 34px;
  border-radius:12px;
  font-weight:900;
  white-space:nowrap;
}

@media(max-width:1000px){
  .tipos-grid,
  .info-grid{
    grid-template-columns:1fr 1fr;
  }

  .visita-item{
    grid-template-columns:1fr;
  }

  .visita-item img{
    width:100%;
    height:230px;
  }

  .cta-visitas{
    grid-template-columns:1fr;
    margin:50px 25px;
  }
}

@media(max-width:650px){
  .hero-content-visitas h1{
    font-size:46px;
  }

  .hero-content-visitas p{
    font-size:17px;
  }

  .tipos-visitas,
  .bodegas-visitas,
  .info-visitas{
    padding:55px 25px;
  }

  .tipos-grid,
  .info-grid{
    grid-template-columns:1fr;
  }

  .section-title{
    display:block;
  }
}