@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.cdnfonts.com/css/bukhari-script");

* {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

/* 📱 MOBILE (pantallas chicas) */
@media (max-width: 768px) {

  .redes-hero {
    flex-direction: column;
  }

  .redes-hero img {
    height: 260px;
    object-fit: cover;
  }

  .redes-bg-right {
    min-height: 260px;
    padding: 30px 20px;
    text-align: center;
  }

  .icons-pill {
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 22px;
  }

  .icon-round {
    width: 62px;
    height: 62px;
    font-size: 1.6rem;
  }
}

/* 📟 TABLET */
@media (max-width: 992px) {

  .icons-pill {
    gap: 18px;
    padding: 18px 26px;
  }

  .icon-round {
    width: 70px;
    height: 70px;
  }
}

.logo {
  font-family: "Bukhari script", cursive;
  color: white;
  font-size: 32px;
  text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.5);
}

.search-icon {
  background-color: #731931;
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}

.search-icon:hover {
  background-color: #731931;
  transform: scale(1.1);
}

.navbar-nav .nav-link {
  color: white !important;
  letter-spacing: 1px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  text-decoration: none;
  color: #f1f1f1 !important;
  transform: scale(1.1);
  transition: 0.3s;
}

.navbar {
  background: linear-gradient(180deg, #ce8b99 0%, #c77c8b 60%);
}

.carousel-inner img {
  height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  bottom: 40%;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 15px;
}

.carousel-caption h5 {
  font-family: "Bukhari script", cursive;
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}

.carousel-caption p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #f7f7f7;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .custom-navbar .navbar-brand.logo {
    font-size: 2rem;
  }

  .custom-navbar .nav-link {
    font-size: 1rem;
    margin-left: 1rem;
  }

  .carousel-inner img {
    height: 70vh;
  }

  .carousel-caption {
    bottom: 30%;
    padding: 1.2rem;
  }

  .carousel-caption h5 {
    font-size: 2.5rem;
  }

  .carousel-caption p {
    font-size: 1.2rem;
  }
}

body {
  margin: 0;
  background-color: #fdf6f9;
  font-family: nunito, sans-serif;
}

h1 {
  margin-top: 2rem;
  font-weight: bold;
}

.custom-navbar {
  background: linear-gradient(to right, #a84c64);
  padding: 1rem 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.custom-navbar .navbar-brand.logo {
  font-family: "bukhari script", cursive;
  font-size: 2.5rem;
  color: #ffffff;
  letter-spacing: 1px;
}

.custom-navbar .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  margin-left: 1.5rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.custom-navbar {
  color: #ffe5f0 !important;
  text-decoration: underline;
}

.carousel-caption {
  bottom: 40%;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 1px;
}

@media (max-width: 768px) {
  .custom-navbar .navbar-brand.logo {
    font-size: 2rem;
  }

  .custom-navbar .nav-link {
    font-size: 1rem;
    margin-left: 1rem;
  }

  .carousel-inner img {
    height: 70vh;
  }

  .carousel-caption {
    bottom: 30%;
    padding: 1.2rem;
  }

  .carousel-caption h5 {
    font-size: 2.5rem;
  }

  .carousel-caption p {
    font-size: 1.2rem;
  }
}

body {
  margin: 0;
  background-color: #fdf6f9;
  font-family: "nunito";
}

h1 {
  margin-top: 2rem;
  font-weight: bold;
}

.sobre-nosotros {
  font-family: "Nunito";
}

.sobre-texto {
  background-color: #5b0a20;
}

.titulo-seccion {
  background-color: #c55f7a;
  border-radius: 25px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.sobre-texto p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #f8f8f8;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .sobre-texto {
    text-align: center;
    align-items: center;
  }

  .titulo-seccion {
    font-size: 1.5rem;
  }
}

.nuevo {
  background-color: #f7efe9;
  font-family: "Nunito";
}

.nuevo .titulo-seccion {
  background-color: #8c1d3b;
  color: #fff;
  display: inline-block;
  padding: 0.6rem 2rem;
  border-radius: 25px;
  font-size: 2rem;
}

.producto-card {
  background-color: #dba8b2;
  border: none;
  border-radius: 25px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.producto-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.producto-card img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 250px;
  object-fit: cover;
}

.producto-card .card-body {
  padding: 1.5rem;
  color: white;
}

.producto-card .card-text {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.producto-card .precio {
  font-weight: bold;
  font-size: 1.2rem;
}

.producto-card .iconos {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

.producto-card .iconos span {
  margin: 0 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.producto-card .iconos span:hover {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .nuevo .titulo-seccion {
    font-size: 1.6rem;
  }

  .producto-card img {
    height: 200px;
  }
}

.categorias {
  background-color: #f7f2ee;
}

.categoria-img {
  height: 350px;
  object-fit: cover;
  filter: brightness(0.8);
  transition: transform 0.4s ease, filter 0.3s ease;
}

.categoria-img:hover {
  transform: scale(1.03);
  filter: brightness(0.6);
}

.categoria-titulo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a3385a;
  color: #fff;
  padding: 0.7rem 2rem;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .categoria-img {
    height: 250px;
  }

  .categoria-titulo {
    font-size: 1.2rem;
    padding: 0.5rem 1.2rem;
  }
}

body {
  font-family: "Nunito", sans-serif;
}

.eventos-box {
  background-color: #9a0e3e;
  border-radius: 40px;
}

.custom-item {
  background-color: #7a002b;
  color: white;
  border: none;
  transition: 0.3s;
}

.custom-item:hover {
  background-color: #b0305c;
  color: white;
}

.custom-item h5 {
  font-weight: bold;
}

.darker {
  background-color: #5b001f;
}
.fondo {
  background-image: url("../img/fondo.png") !important;
  background-size: cover;
  background-position: center;
}


.agenda-box {
  background-color: #9a0e3e;
  border-radius: 40px;
}

.titulo-agenda {
  background-color: #9a0e3e;
  border-radius: 40px;
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

.mes {
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.tabla-calendario {
  width: 100%;
  color: white;
  border-collapse: separate;
  border-spacing: 10px;
}

/* --- Calendario responsive --- */
.tabla-calendario {
  width: 100%;
  table-layout: fixed;
  font-size: clamp(10px, 2.8vw, 16px);
}

.tabla-calendario th,
.tabla-calendario td {
  text-align: center;
  padding: 6px;
  height: 34px;
  width: 34px;
  line-height: 1;
  border-radius: 12px;
}

.hoy {
  background-color: #b0305c;
  border-radius: 50%;
}

/* 📱 MÓVIL */
@media (max-width: 768px) {

  .agenda-box {
    padding: 18px;
  }

  .mes {
    font-size: 1.1rem;
  }

  .tabla-calendario {
    border-spacing: 4px;
    font-size: clamp(10px, 3vw, 14px);
  }

  .tabla-calendario th,
  .tabla-calendario td {
    padding: 4px;
    height: 28px;
    width: 28px;
    border-radius: 8px;
  }

  .hoy {
    background-color: #b0305c;
    border-radius: 50%;
  }
}


.bg-vino {
  background-color: #7a1332;
}

.logo-comunidad {
  max-width: 300px;
}

.texto-superpuesto {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-family: "bukhari script", cursive;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 0.3rem 1rem;
}

.texto-superpuesto i {
  font-size: 2.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.texto-superpuesto.grande {
  font-size: 3.5rem;
  left: 6%;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .logo-comunidad {
    max-width: 200px;
  }

  .texto-superpuesto {
    font-size: 1.8rem;
    left: 5%;
  }

  .texto-superpuesto.grande {
    font-size: 2.2rem;
    left: 4%;
  }

  .redes-section {
    font-family: "nunito", sans-serif;
  }

  .redes-text {
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
  }

  .redes-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
  }

  .redes-text .heart {
    font-size: 2rem;
    color: #fff;
    margin-top: 15px;
  }
.redes-bg-right {
  background-image: url("img/redes2.png");
  background-size: cover;
  background-position: center;
}

.redes-band {
  background-color: #7a1332;
  background-image: url("img/redes3.png");
  background-size: cover;
  background-position: center;
  padding: 40px 0 60px;
}

.icons-pill {
  background: #efe2d9;
  border-radius: 60px;
  padding: 18px 28px;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
}

.icon-round {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #a3385a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: .3s;
}

  .redes-bottom {
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }

  .icon-bg {
    background-color: #e6d9d5;
    color: #7c2230;
    width: 80px;
    height: 80px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all 0.3s ease;
  }

  .icon-bg:hover {
    transform: scale(1.1);
    background-color: #f0e7e5;
  }

  .redes-text {
    padding: 60px 10px;
  }

  .redes-text h2 {
    font-size: 1.8rem;
  }

  .icon-bg {
    width: 65px;
    height: 65px;
    font-size: 1.5rem;
  }

  .redes-section img {
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.redes-hero > div {
  height: 370px;
}

@media (min-width: 768px) {
  .redes-hero > div {
    height: 370px;
  }
}

.redes-bg-right {
  background-image: url("img/redes2.png");
  background-size: cover;
  background-position: center;
}

.redes-band {
  background-color: #7a1332;
  background-image: url("../img/redes3.png");
  background-size: cover;
  background-position: center;
  padding: 42px 12px 60px;
}

.icons-pill {
  background: #efe2d9;
  border-radius: 60px;
  padding: 18px 28px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.icon-round {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #a3385a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: 0.3s;
}

.icon-round:hover {
  background-color: #8c1d3b;
  transform: scale(1.1);
  transition: 0.3s;
}

.fondo {
  background-image: url("img/fondo.png") !important;
  background-size: cover;
  background-position: center;
}
.comunidad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50vh 50vh;
  width: 100%;
}

.comu {
  position: relative;
  overflow: hidden;
}

.comu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Logo */
.logo {
  background-color: #7a1332;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  max-width: 300px;
}

/* Friends ocupa todo abajo */
.friends {
  grid-column: 1 / 3;
}
