:root {
  --gris: #ffffff;
  --negro: #ffffff;
  --bg: #fff5fc;
  --font: "Aspekta", sans-serif;
}

body {
  margin: 0;
  background-color: var(--bg);
  font-family: var(--font);
  color: var(--negro);
  overflow-x: hidden;
}

/* Botón VOLVER */
.volver-tiempo {
  position: fixed;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: none;
  color: #0026ff;
  padding: 1rem 0rem;
  font-weight: 550;
  font-size: 1rem;
  text-decoration: none;
  z-index: 1000;
}

/* Texto reflexión fijo */
.texto-fijo {
  position: fixed;
  bottom: 15rem;
  right: 25rem;
  max-width: 500px;
  font-size: 1rem;
  line-height: 1;
  color: var(--negro);
  z-index: 500;
}

/* Galería */
.proyecto-galeria {
  padding: 0;
  margin: 0;
  max-width: 100vw;
}

/* Cada bloque */
.proyecto-bloque {
  margin-bottom: 1rem;
}

/* Imagen full bleed */
.imagen-full {
  width: 40vw;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0;
  margin-top: 5vh;
  margin-left: 60vh;

}

/* Texto gris debajo */
.texto-gris {
  padding: 1rem 1rem;
  color: var(--gris);
  line-height: 1;
  max-width: 300px;
  flex-direction: column;
  margin-left: 40vh;
}

.texto-gris h1 {
  font-size: 12rem;
  font-weight: 550;
  margin: 0;
  color: #a9a9ff;
}

.texto-gris h2 {
  font-size: 1rem;
  font-weight: 850;
  margin-top: 1rem;
  color: #d03715;
}

.texto-gris p {
  font-size: 1rem;
  font-weight: 550;
  margin-top: 1rem;
  color: rgb(0, 0, 0);
}
