
body {
  font-family: 'Roboto', sans-serif;
  background-image: url("../fondo-acuarela.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #333;
}

.titulo {
  font-family: 'Gloria Hallelujah', regular;
  font-size: 2em;
  margin-bottom: 10px;
}
.subtitulo {
 font-family: 'Roboto', light;
  font-size: 1em;
  margin-bottom: 20px;
}

.lema {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 1.5em;
  margin-bottom: 30px;
}.      
.logo {
  width: 170px;
  margin: 20px auto;
}
.redes {
  display: flex;
  justify-content: center; 
  gap: 50px;
  margin-top: 20px; 
}

.redes:hover {
  transform: scale(1.1);
}
footer {
  text-align: center;
  padding: 20px 0;
}

footer hr {
  width: 80%;
  margin: 20px auto;
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2); /* línea suave */
}

footer p {
  color: #444; /* gris suave */
  font-size: 0.9em;
  margin-top: 10px;
}