@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@font-face {
  font-family: 'Zodiak';
  src: url("font/Zodiak-Regular.woff2") format("woff2"), url("font/Zodiak-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zodiak';
  src: url("font/Zodiak-Light.woff2") format("woff2"), url("font/Zodiak-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zodiak';
  src: url("font/Zodiak-Thin.woff2") format("woff2"), url("font/Zodiak-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

#checar_form2 .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 478px) {
  #checar_form2 .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#checar_form2 .form-group input, #checar_form2 .form-group select {
  border: none;
  border-bottom: 1px solid #E1877A;
  font-family: 'Montserrat';
  letter-spacing: 2px;
  width: 100%;
  max-width: 200px;
  height: 2rem;
  font-size: .9rem;
}

#btn-checar {
  background: #E1877A;
  color: #FFFFFF;
  border: none;
  padding: .5rem 1rem;
}
/*# sourceMappingURL=additional.css.map */