button.button1 {
  background-color: #f7f7f7;
  border: 2px solid #0a0a0a; 
  color: black;
  padding: 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  font-weight: bold;
  border-radius: 20px;
}

.body_class{
  font-family: "Avenir Light", Sans-serif;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.div_informacion{
  background-color: #d0ffd0;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.div_errores{
  background-color: #ee8d8d;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.botones {
  gap: 20px; 
  font-family: "Avenir Light", Sans-serif;

}
.button_enviar_formulario{
  background-color: #f7f7f7;
  border: 2px solid #0a0a0a; 
  color: black;
  padding: 20px;
  font-family: "Avenir Light", Sans-serif;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  font-weight: bold;
  border-radius: 20px;

}

.pantalla_boton_seguimiento,
.pantalla_presentar_denuncia {
    display: none;
}
#parrafo_soluzone{
  text-align: justify;
  font-size: small;
  font-family: "Avenir Light", Sans-serif;
  margin-bottom: 5%;
}


#contenedor{
  display: flex;
  flex-direction: column; 
  align-items: left; 
  text-align: left; 
  height: 100vh; 
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-family: "Avenir Light", Sans-serif;
}

span.asterisco {
  color: #f00;
}


label {
  margin-bottom: 8px;
}

h3{
  font-family: "Avenir Light", Sans-serif;
  margin-bottom: 7%;
}

#logo_soluzone{
  margin-top: 7%;
  margin-bottom: 7%;
  text-align: center;
  max-width: 40%; 
  height: auto; 
}





