body {
  min-height: 100vh;
}

.header {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.header img, footer img {
  width: 80px;
  border-radius: 100%;
}

.header .titulo-header {
  padding-top: 20px;
  padding-left: 15px;
  font-size: 40px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.fecha {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#fecha {
  font-size: 21px;
}

.fecha img {
  width: 220px;
  align-self: center;
  padding-left: 25px;
}

#fecha {
  text-align: center;
  padding-left: 22px;
}
/* background-image: url("../../media/examples/lizard.png"); */
.card-title {
  font-size: 50px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.seccion-clara {
  background: white;
  color: black;
}

.divisas .columna {
  padding: 20px;
  border: 2px solid #8080804d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.2s ease-in;
}

.divisas .columna:hover {
  color: white;
  background: #1b1b32;
}

.divisas-titulo {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
}

.badges-contenedor {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}


.formulario {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 60px;
}

form {
  padding: 30px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
  width: 340px;
}

.input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

form h2 {
  color: #283629;
  font-size: 35px;
}

label {
  color: #283629;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

input, textarea {
  padding: 17px 2px;
  margin-bottom: 20px;
  background-color: #EDFFF0;
  border: 2px solid #F0FAF1;
  color: #283629;
  outline: none;
}

input::placeholder, textarea::placeholder {
  color: #b5cab6;
}

.boton {
  font-size: 20px;
  background-color: #51D94C;
  border: 0;
  cursor: pointer;
}

footer {
  margin: 40px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
}

footer p{
  text-align: justify;
}

/* Estilos para los enlaces del footer */
.footer-links a {
  color: #1b1b32; /* Color uniforme, legible sobre el fondo blanco */
  text-decoration: none;
  font-weight: bold;
  font-size: 18px; /* Mismo tamaño que el resto del footer */
  transition: color 0.2s ease-in-out;
}

.footer-links a:hover {
  color: #51D94C; /* Resalta al pasar el mouse */
  text-decoration: underline;
}

html, body {
  scroll-behavior: smooth;
}












