@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html { border: 0; }
a {	color: inherit; text-decoration: none; }

.text-agz-blue { color: #0119ff; }
.bg-agz-blue { background-color: #0119ff; }

.codigo-caixa {
  width: 40px;
  height: 45px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: monospace;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-check-input:checked {
  background-color: #28a745;
  border-color: #28a745;
}

#agzheader{
	
}

.txtCliente {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  font-style: normal;
}

.txtHeadline {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4em;
  font-weight: 200;
  font-style: normal;
}