@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-Condensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-CondensedOblique.ttf") format("truetype");
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/Futura LT Condensed Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT Condensed";
  src: url("../fonts/FuturaLT-CondensedBoldOblique_2.ttf") format("truetype");
  font-weight: 700;
  font-style: oblique;
}

body {
  /* margin: 0; */
  font-family: "Futura LT Condensed", sans-serif;
  background: #ffffff;
}

.banner-container {
  width: 100%;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.ds-description {
  text-align: center;
  padding: 3vw 2vw;
}

.titulo {
  font-weight: 700;
  font-size: 2.3vw;
  margin-bottom: 1.7vw;
}

.descripcion {
  font-weight: 700;
  font-size: 1.3vw;
  max-width: 84vw;
  margin: 0 auto;
  /* line-height: 1.5; */
  /* letter-spacing: -0.05vw; */
}

.donation-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  padding: 0.5vw 6vw;
  background-color: #f9f9f9;
}

/* Sección invertida solo en escritorio */
.donation-section.reverse {
  flex-direction: row-reverse;
}

.donation-text,
.donation-image {
  flex: 1;
}

.donation-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 1vw;
  box-shadow: 0 4px 12px transparent;
}

.donation-text {
  text-align: left;
  margin-top: -4vw;
}

.donation-text img.icon-donation {
  width: 7vw;
  margin-bottom: 1vw;
}

.donation-text h2 {
  font-size: 2.5vw;
  margin: 1vw 0;
}

.donation-text p {
  font-size: 1.5vw;
  font-weight: 600;
  margin-bottom: 2vw;
}

.btn-ver-mas img {
  width: 8vw;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ds-estilo-circular {
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
}

.ds-estilo-circular img:first-child {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 4vw;
}

.btn-ver-mas:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.lista-categorias {
  display: flex;
  justify-content: center;
  gap: 1vw;
  font-family: "Futura LT Condensed", sans-serif;
  font-weight: bold;
  color: #0057ff; /* Azul vibrante */
  list-style: none;
  padding: 0;
  margin-top: -4vw;
  font-size: 1.1vw;
}

.lista-categorias li::before {
  content: "•";
  margin-right: 0.3em;
}

/* VERSIÓN MÓVIL: todos se comportan como columna, imagen arriba */
@media (max-width: 768px) {
  .titulo {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }

  .descripcion {
    font-size: 4vw;
    padding: 0 4vw;
  }
  .donation-section,
  .donation-section.reverse {
    flex-direction: column;
    text-align: center;
    padding: 6vw 4vw;
  }

  .donation-text img.icon-donation {
    width: 14vw;
    margin-bottom: 3vw;
  }

  .donation-text h2 {
    font-size: 5vw;
    margin: 2vw 0;
    text-align: center;
  }

  .donation-text p {
    font-size: 4vw;
    margin-bottom: 4vw;
    line-height: 1.4;
    text-align: center;
  }
  .lista-categorias {
    font-size: 3vw;
  }
  .btn-ver-mas img {
    width: 20vw;
  }

  .donation-image img {
    width: 100%;
    height: auto;
  }

  .donation-text {
    text-align: center;
  }

  .ds-estilo-circular img:first-child {
    width: 90%;
  }
}
