body {
  margin: 0;
  background: #ffede8;
  color: #1f2937;
}

/* header #fdd2c2 */
.navbar {
  background-color: #f3e5d8;
}
.nabvarTitulos {
  font-family: "Baskervville", serif;
  transition: transform 0.3s ease-in-out;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
}

.navbar-brand {
  padding: 0 !important;
}

.imgNavbar {
  width: 200px;
  height: 100px;
}
.portada {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("/assets/img/portada_1446x896.png") no-repeat center center;
  background-size: cover;
}
.portada::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.portada .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 0.5rem;
  max-width: 90%; /* evita que se desborde en mobile */
  position: relative;
  z-index: 1;
  text-align: center;
}
.tituloPortada {
  font-family: "Playfair Display SC", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
.textoPortada {
  font-family: "Lora", serif;
  font-size: 1.2rem;
  color: #f1f1f1;
  margin-top: 0.5rem;
}
.subtextoPortada {
  font-family: "Lora", serif;
  font-size: 1rem;
  color: #f1f1f1;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .tituloPortada {
    font-size: 1.8rem;
  }
  .textoPortada {
    font-size: 1rem;
  }
  .subtextoPortada {
    font-size: 0.9rem;
  }

  .portada {
    min-height: 70vh;
  }
}

/* Servicios */

.tituloServicios {
  font-family: "Playfair Display SC", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #264e05;
}
.textoServicios {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #111111;
}
.listaServicios {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .listaServicios {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

@keyframes showefecto {
  from {
    opacity: 0;
    scale: 25%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}
.servicio {
  display: flex;
  view-timeline-name: --image;
  view-timeline-axis: block;

  animation-timeline: --image;
  animation-name: showefecto;

  animation-range: entry 25% cover 30%;
  animation-fill-mode: both;
}
.contenedorServicio {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tituloServicio {
  font-family: "Playfair Display SC", serif;
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}

.textoServicio {
  font-family: "Lora", serif;
  margin: 0;
  font-size: 1rem;
  color: #555;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  flex: 1;
}

/* 🔽 bono */
#regala-amor div {
  background-color: #fff9f9;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tituloRegalo {
  font-family: "Baskervville", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #b23a48;
  margin-bottom: 1rem;
}

.textoRegalo {
  font-family: "Lora", serif;
  font-size: 1rem;
  color: #333;
  text-align: center;
  line-height: 1.6;
}

.detalleRegalo {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
}

.btn-success {
  background-color: #20c997;
  border: none;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: transform 0.2s ease;
}
.btn-success:hover {
  transform: scale(1.05);
}

/* ubicacion */
.tituloUbicacion {
  font-family: "Baskervville", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #264e05;
  margin-bottom: 1rem;
}
.parrafoPrincipal {
  font-family: "Lora", serif;
  font-size: 1rem;
  color: #333;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
}
.detalleUbicacion {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* footer */
footer {
  background: #111111;
  color: #f4f7fb;
  text-align: center;
  padding: 20px 0;
}

.link-custom {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
.link-custom:hover {
  color: #0ff;
  text-shadow:
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #0ff;
  transform: scale(1.05);
}
@media (max-width: 992px) {
  /* navbar */

  .nabvarTitulos {
    font-size: 1rem;
  }
  .imgNavbar {
    width: 100px;
    height: 35px;
  }
}

/* whatsapp */
.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20ba5a;
}
