.form-card,
.mapa, .card, .categoria-productos > .container, .hero .container {
  border: 1px solid rgba(163, 82, 82, 0.12);
  border-radius: 22px;
  background-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(163, 82, 82, 0.12);
  backdrop-filter: blur(4px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "Sour Gummy", sans-serif;
  color: #5a4747;
  background: linear-gradient(180deg, rgba(252, 249, 234, 0.95), rgba(255, 189, 189, 0.18));
  line-height: 1.65;
}

main {
  background-image: linear-gradient(180deg, rgba(252, 249, 234, 0.74), rgba(255, 255, 255, 0.2)), url("../img/fondorosapastel.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
}

p,
li,
label,
input,
textarea,
.accordion-body,
.form-texto,
.footer__text {
  font-family: "Sour Gummy", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.navbar-brand,
.page-title,
.section-title,
.titulosgrid,
.hero__title,
.btn-luna,
.accordion-button {
  font-family: "Sour Gummy", sans-serif;
}

p {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.page-title,
.section-title,
.titulosgrid,
.hero__title,
.footer h3,
.footer h4 {
  color: #7f4444;
}

.page-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: clamp(2.2rem, 4vw, 3rem);
  letter-spacing: 0.02em;
}

.section-title,
.titulosgrid {
  text-align: center;
  margin-bottom: 24px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.section-title--left {
  text-align: left;
}

.hero__title {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  margin-bottom: 10px;
  line-height: 1.1;
}

.hero__text,
.footer__text,
.presentacion__texto p,
.form-texto,
.accordion-body {
  font-size: 1.12rem;
}

.hero__text,
.form-texto {
  color: #5a4747;
}

.texto_rosa,
.texto_violeta,
.texto_celeste {
  color: #5a4747;
}

.acento-script {
  font-family: "Rouge Script", cursive;
  color: #A35252;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1;
}

header,
.footer {
  background-image: linear-gradient(180deg, rgba(252, 249, 234, 0.74), rgba(255, 255, 255, 0.2)), url("../img/fondorosapastel.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar {
  box-shadow: 0 8px 20px rgba(163, 82, 82, 0.08);
  border-bottom: 1px solid rgba(163, 82, 82, 0.08);
  background-color: rgba(252, 249, 234, 0.72);
  backdrop-filter: blur(6px);
}
.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .navbar-brand img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(163, 82, 82, 0.18));
}
.navbar .nav-link {
  color: #7f4444;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.3s ease, transform 0.3s ease;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #A35252;
  transform: translateY(-1px);
}
.navbar .navbar-toggler {
  border: none;
  box-shadow: none;
}

.footer {
  padding: 36px 0;
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(163, 82, 82, 0.1);
}
.footer h3,
.footer h4 {
  margin-bottom: 10px;
}
.footer .footer__text {
  max-width: 720px;
  margin: 0 auto 16px;
  color: #5a4747;
}

.redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.icon {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 189, 189, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.icon:hover {
  transform: translateY(-3px) scale(1.04);
  border-color: #A35252;
  box-shadow: 0 8px 20px rgba(163, 82, 82, 0.08);
}

.wpp {
  width: 54px;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(163, 82, 82, 0.12);
}

.hero {
  padding: 24px 0 10px;
}
.hero .container {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 189, 189, 0.18));
  text-align: center;
}

.presentacion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  padding: 42px 0;
}
.presentacion__texto {
  flex: 1;
}
.presentacion__texto h2 {
  margin-bottom: 14px;
  color: #7f4444;
}

.foto {
  width: min(100%, 320px);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(163, 82, 82, 0.12);
  border: 4px solid rgba(255, 255, 255, 0.75);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.foto:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 36px rgba(163, 82, 82, 0.16);
}

.categoria-productos {
  margin-bottom: 42px;
}
.categoria-productos > .container {
  padding: 26px;
}

.contenedor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.contenedor-grid--dos {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  padding: 22px;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(163, 82, 82, 0.16);
}
.card h3 {
  margin-bottom: 16px;
  color: #7f4444;
}
.card p {
  margin-top: 14px;
}

.imagenes-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.imagengrid {
  width: 100%;
  max-width: 180px;
  border-radius: 16px;
  border: 2px solid rgba(255, 189, 189, 0.5);
  box-shadow: 0 8px 20px rgba(163, 82, 82, 0.08);
}

.hero__text {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .presentacion {
    flex-direction: column;
    text-align: center;
    padding: 28px 0;
  }
  .presentacion__texto h2 {
    text-align: center;
  }
}
.titulosgrid {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 2rem;
  }
  .titulosgrid {
    font-size: 1.7rem;
  }
}
.faq .accordion {
  max-width: 900px;
  margin: 0 auto;
}
.faq .accordion-item {
  border: 1px solid rgba(163, 82, 82, 0.08);
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(163, 82, 82, 0.08);
}
.faq .accordion-button {
  font-weight: 700;
  color: #7f4444;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
  background-color: rgba(255, 189, 189, 0.3);
  color: #7f4444;
}

.contacto-contenedor {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
}

.form-card,
.mapa {
  padding: 26px;
  flex: 1 1 320px;
}

.form-contacto .campo {
  margin-bottom: 16px;
}
.form-contacto .campo label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #7f4444;
}
.form-contacto .campo input,
.form-contacto .campo textarea {
  width: 100%;
  border: 1px solid rgba(163, 82, 82, 0.18);
  border-radius: 14px;
  padding: 12px 14px;
  font-family: inherit;
  color: #5a4747;
  background-color: rgba(252, 249, 234, 0.92);
}

.btn-luna {
  background: linear-gradient(135deg, #FFA4A4, #FFBDBD);
  color: #7f4444;
  border: 1px solid rgba(163, 82, 82, 0.15);
  border-radius: 999px;
  padding: 12px 24px;
  font-family: "Sour Gummy", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(163, 82, 82, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}
.btn-luna:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(163, 82, 82, 0.12);
  filter: saturate(1.05);
}

.mapa iframe {
  width: 100%;
  min-height: 340px;
  border-radius: 16px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .contacto-contenedor {
    gap: 18px;
  }
  .mapa iframe {
    min-height: 260px;
  }
}

/*# sourceMappingURL=style.css.map */
