#quienes p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 20px;
}
#quienes {
  background-color: #fff0f5;
  border-left: 6px solid #d63384;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
#quienes p strong {
  color: #d63384;
  font-weight: bold;
  font-size: 1.1rem;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

#quienes p {
  animation: fadeIn 1s ease-out;
}
#destinada p {
  text-decoration: underline;
}
#objetivos {
  background-color: #eaf6ff;
  border-left: 6px solid #3399cc;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#objetivos h2 {
  color: #3399cc;
}

#objetivos ul {
  list-style-type: "✔️ ";
  padding-left: 20px;
  line-height: 1.8;
}
#destinada {
  background-color: #fffbe6;
  border-left: 6px solid #f4c430;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  animation: fadeInUp 1s ease-out;
}

#destinada h2 {
  color: #f4c430;
}

#destinada ul {
  list-style-type: "🌟 ";
  padding-left: 20px;
  line-height: 1.8;
}

#destinada p {
  margin-top: 20px;
  font-style: italic;
  color: #555;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

#objetivos, #destinda {
  animation: fadeInUp 1s ease-out;
}
footer {
  background: #d63384;
  color: white;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.footer-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-footer {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.frase-footer p {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  color: #fffbe6;
}

.frase-footer i {
  color: #f4c430;
  margin-right: 8px;
}

.frase-footer small {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #ffe4f0;
}
body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #f9f9f9;
  color: #333;
  position: relative;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #f9f9f9;
  color: #333;
  position: relative;
  overflow-x: hidden;
}
#contacto {
  background-color: #fff0f5;
  padding: 60px 30px;
  border-top: 4px solid #d63384;
  border-bottom: 4px solid #f4c430;
}

.contacto-contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.contacto-info {
  flex: 1;
  min-width: 280px;
  font-size: 1.1rem;
  color: #333;
}

.contacto-info p {
  margin: 10px 0;
  line-height: 1.6;
}

.contacto-info i {
  color: #d63384;
  margin-right: 8px;
}

.contacto-imagen {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.contacto-imagen img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.fondo-principal {
  background-image: url('mujeres.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.donacion-opciones {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.donacion-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 400px;
  text-align: center;
}

.donacion-card h3 {
  color: #d63384;
  margin-bottom: 15px;
}

.donacion-card p {
  margin-bottom: 20px;
  color: #555;
}

.donar-btn {
  display: inline-block;
  background: #d63384;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.donar-btn:hover {
  background: #b62a6f;
  transform: scale(1.05);
}
.donacion-opciones {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.donacion-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 400px;
  text-align: center;
}

.donacion-card h3 {
  color: #d63384;
  margin-bottom: 15px;
}

.donacion-card p {
  margin-bottom: 20px;
  color: #555;
}

.donar-btn {
  display: inline-block;
  background: #d63384;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.donar-btn:hover {
  background: #b62a6f;
  transform: scale(1.05);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.donacion-card {
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
  opacity: 0;
}

.donacion-card:nth-child(1) {
  animation-delay: 0.2s;
}
.donacion-card:nth-child(2) {
  animation-delay: 0.4s;
}
.donacion-card:nth-child(3) {
  animation-delay: 0.6s;
}

.donacion-opciones {
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.donar-btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donar-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.menu-principal {
  position: sticky;
  top: 0;
  background: #d63384;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.menu-principal.scrolled {
  background: #b62a6f;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.carrusel-testimonios {
  position: relative;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  height: 180px;
}

.contenedor-testimonios {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.testimonio {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.testimonio p {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 10px;
}

.testimonio small {
  color: #999;
  font-weight: bold;
}
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-contenido {
  background: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  animation: fadeIn 0.5s ease-out;
}

.cerrar {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  cursor: pointer;
  color: #d63384;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.testimonios {
  background: #fdfdfd;
  padding: 60px 20px;
  border-top: 4px solid #d63384;
  text-align: center;
}

.carrusel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.carrusel-flex {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
  max-width: 90%;
}

.testimonio {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  min-width: 280px;
  max-width: 300px;
  flex-shrink: 0;
  transition: transform 0.3s ease, opacity 0.5s ease;
  opacity: 1;
}

.testimonio strong {
  font-size: 1.1rem;
  color: #d63384;
  display: block;
  margin-bottom: 10px;
}

.testimonio p {
  font-style: italic;
  color: #555;
}

.flecha {
  background: #d63384;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.flecha:hover {
  background: #b62a6f;
}

.formulario-testimonio {
  margin-top: 40px;
}

.formulario-testimonio form {
  display: grid;
  gap: 15px;
  max-width: 600px;
  margin: auto;
}

@media (max-width: 600px) {
  .carrusel-container {
    flex-direction: column;
  }

  .flecha {
    margin: 10px 0;
  }

  .testimonio {
    min-width: 90%;
  }
}
#whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  padding: 12px 16px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
}
#consulta-whatsapp {
  padding: 40px 20px;
  max-width: 600px;
  margin: 60px auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  animation: fadeInUp 0.8s ease-out;
}

#consulta-whatsapp h3 {
  text-align: center;
  color: #d63384;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

#consulta-whatsapp form {
  display: grid;
  gap: 15px;
}

#consulta-whatsapp input,
#consulta-whatsapp textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
}

#consulta-whatsapp button {
  background-color: #25D366;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

#consulta-whatsapp button:hover {
  background-color: #1ebe5d;
}

.galeria {
  padding: 60px 20px;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
}

.grid-fotos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.foto-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.foto-card:hover {
  transform: scale(1.03);
}

.foto-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.foto-card:hover img {
  transform: scale(1.05);
}

.foto-card p {
  margin-top: 10px;
  font-style: italic;
  color: #333;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.cerrar-modal {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.nuestro-camino h2 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 2.2rem;
  color: #b62a6f;
  margin-bottom: 30px;
}

.nuestro-camino .foto-card p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 1rem;
  color: #444;
  font-style: italic;
  text-align: center;
}

.nuestro-camino .foto-card:hover p {
  color: #d63384;
  transition: color 0.3s ease;
}

.donacion-opciones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
  padding: 20px;
}
.donacion-opciones > .donacion-card:nth-last-child(-n+2):nth-child(n+4) {
  justify-self: center;
}
@media (max-width: 768px) {
  .donacion-opciones {
    grid-template-columns: 1fr;
  }
}

/* 🧩 Diseño en 3 columnas con centrado en la última fila */
.donacion-opciones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
  padding: 20px;
}

/* 🧠 Centrar las últimas dos tarjetas si hay 5 */
.donacion-opciones > .donacion-card:nth-last-child(-n+2):nth-child(n+4) {
  justify-self: center;
}

/* 📱 Responsive para móviles */
@media (max-width: 768px) {
  .donacion-opciones {
    grid-template-columns: 1fr;
  }
}

/* 🎨 Colores personalizados por método */
.mercado-pago {
  border-left: 6px solid #009ee3;
}

.paypal {
  border-left: 6px solid #003087;
}

.bna {
  border-left: 6px solid #3399cc;
}

.dolarapp {
  border-left: 6px solid #5c2d91;
}

.binance {
  border-left: 6px solid #f3ba2f;
}

/* ✨ Animación de entrada escalonada */
.donacion-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 400px;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
  opacity: 0;
}

.donacion-card:nth-child(1) { animation-delay: 0.2s; }
.donacion-card:nth-child(2) { animation-delay: 0.4s; }
.donacion-card:nth-child(3) { animation-delay: 0.6s; }
.donacion-card:nth-child(4) { animation-delay: 0.8s; }
.donacion-card:nth-child(5) { animation-delay: 1s; }

.donacion-card h3 {
  color: #d63384;
  margin-bottom: 15px;
}

.donacion-card p {
  margin-bottom: 20px;
  color: #555;
}

.donacion-card ul {
  text-align: left;
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem;
  color: #333;
}

/* 🎯 Botón de donación */
.donar-btn {
  display: inline-block;
  background: #d63384;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donar-btn:hover {
  background: #b62a6f;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* 🎬 Animación base */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.icono-donacion {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 8px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.donacion-card h3:hover .icono-donacion {
  transform: scale(1.2);
}

