.formReps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 40px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  font-weight: bold;
}


footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: black;
  color: #eeeeee;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  z-index: 999;
  border-top: 2px solid #eeeeee;

}

main {
  padding-top: 70px;   /* espacio para no tapar con el header */
  padding-bottom: 50px; /* espacio para no tapar con el footer */
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

button img {
  background-color: transparent;
  display: block;
}



header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
  border-bottom: 2px solid white;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  font-size:36px;
}

.imgHeader {
  width: 80px;
  height: auto;
  margin-right: 15px;
}

.textoHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px; /* controla el espacio entre h4 */
}

.textoHeader h4 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  color: white;
}


.botonVolver {
  background-color: #007bff;
  color: white;
  padding: 6px 6px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 50px;
  transition: background-color 0.3s ease;
  margin-left: 10px; /* no más auto, ahora manual */
}

.botonVolver:hover {
  background-color: #0056b3;
}

.bonita {
  margin: 0;
  padding-left: 5px;
  font-size: 36px;
  font-weight: bold;
  color: white;
}

.botonC2C {
  background-color: #007bff;
  color: white;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 66px;
  transition: background-color 0.3s ease;
}

.botonC2C:hover {
  background-color: #0056b3;
}

.etiqueta{
    font-size:36px;

}

h2{
    font-size:36px;


}

h4{
    font-size:36px;

}

