* {
  box-sizing: border-box;
}


body {
  max-width: 70vw;
  margin: 0 auto;
}

h1,
h2,
label {
  font-family: Tahoma, Verdana, Arial;
}

h1 {
  font-size: 1em;
}

h2 {
  font-size: 1.3em;
  background: white;
  margin-top: -2.5%;
  font-weight: 100;
  width: max-content;
}

main {

  margin-top: 2em;
  border: 1px solid black;
  padding: 20px 45px 30px 45px;

}


section {

  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  padding: 2em 0;

}


header {

  display: flex;
  align-items: center;

}


#tipo_tramite {
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
  border: 1px solid #C0C0C0;
  min-width: 250px;
  min-height: 30px;
}

#ingresar {

  background: #00487A;
  border: none;
  padding: 6px 18px;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}
