@font-face {
  font-family: "GothamMedium";
  src: url("GothamMedium.ttf");
}

body {
  font-family: "GothamMedium", sans-serif;
  background-color: #e4e4e4;
}
.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.cajaConsulta {
  background-color: white;
  /* border: 2px solid #004b91; */
  -webkit-box-shadow: 1px 11px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 11px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 11px 14px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;

  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  /* 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

#curp {
  text-align: center;
  text-transform: uppercase;
}

::placeholder {
  font-size: 0.8rem;
  text-align: center;
}

.topbar {
  height: 60px;
  background-color: #004b91;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  list-style: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.topbar img {
  height: 60px;
}

.colorPrincipal {
  color: #004b91;
}

.textFooter {
  background-color: #003566;
  text-align: center;
  color: white;
  padding: 1.2rem 0;
  font-size: 1.5rem;
  /* font-weight: 500; */
}

.infoFooter {
  background-color: #004b91;
  color: white;
}

.infoFooter a {
  font-family: "gotham-light", sans-serif;
  text-decoration: none;
  color: white;
}

.textFooter a {
  color: #f9c300;
  font-weight: bold;
}

.loadingImg {
  width: 50px;
}

.construction {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 800px;
}
