.cor-padrao {
  color: #4caf50; }

.container-titulo {
  font-size: 1.5rem; }

.paddingPadrao, main section, article {
  padding: 1rem; }

article h2 {
  color: #259b24; }

.box-shadow {
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.text-center {
  text-align: center; }

.hover:hover {
  background: rgba(0, 0, 0, 0.1); }

.pointer {
  cursor: pointer; }

.botoes button:first-child {
  margin-right: 1rem; }

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column; }

main {
  flex: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

[layout] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

[layout=column] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

[layout=row] {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

[layout-align="center"], [layout-align="center center"], [layout-align="center start"], [layout-align="center end"] {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

[layout-align="end"], [layout-align="end center"], [layout-align="end start"], [layout-align="end end"] {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

[layout-align="space-around"], [layout-align="space-around center"], [layout-align="space-around start"], [layout-align="space-around end"] {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

[layout-align="space-between"], [layout-align="space-between center"], [layout-align="space-between start"], [layout-align="space-between end"] {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

[layout-align="center center"], [layout-align="start center"], [layout-align="end center"], [layout-align="space-between center"], [layout-align="space-around center"] {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

[layout-align="center start"], [layout-align="start start"], [layout-align="end start"], [layout-align="space-between start"], [layout-align="space-around start"] {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

[layout-align="center end"], [layout-align="start end"], [layout-align="end end"], [layout-align="space-between end"], [layout-align="space-around end"] {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

[flex] {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

[wrap] {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

[layout-padding], [layout-padding] > [flex] {
  padding: 1rem; }

[layout-margin], [layout-margin] > [flex] {
  margin: 1rem; }

.divisoria {
  border-top: 1px solid #ddd; }

.margin-top {
  margin-top: 1rem !important; }

.margin-bottom {
  margin-bottom: 1rem !important; }

.margin-right {
  margin-right: 1rem !important; }

.margin-left {
  margin-left: 1rem !important; }

.width100 {
  width: 100%; }

.table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed; }

.table caption {
  font-size: 1.5rem; }

.table tr:hover td {
  background: #f5f5f5; }

.table th, .table td {
  text-align: center;
  padding: 1rem; }

.optional:after {
  content: ' (opcional)'; }

#google_translate_element {
  position: relative; }

.goog-te-gadget {
  position: absolute;
  right: 0; }

font font {
  text-transform: capitalize !important; }

#loading-bar .bar {
  background: #FFF;
  height: 1rem; }

#loading-bar-spinner {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

#loading-bar-spinner, .spinner-icon {
  border-top-color: #FFF !important;
  border-left-color: #FFF !important; }

#loading-bar-spinner .spinner-icon {
  border: solid 1rem transparent;
  position: relative;
  top: 50%;
  left: calc(50% - 3rem);
  width: 6rem;
  height: 6rem;
  border-radius: 3rem; }

nav {
  background: #f8f8f8; }

nav ul li {
  padding: 0px .5rem;
  color: #4caf50;
  cursor: pointer; }

nav .brand-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.input-field label {
  left: 0; }

footer {
  margin: 0; }

@media (max-width: 1023px) {
  form #recaptcha {
    max-width: 30rem; }
  nav .nav-wrapper i {
    font-size: 1rem; } }

.modal {
  top: 5% !important;
  max-width: 95%;
  max-height: 95%; }

td, th {
  border-radius: 0; }

h1, h2, h3, h4 {
  margin: 0;
  line-height: 2rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.2rem; }

.brand-logo, .button-collapse {
  margin-left: 1rem; }

/*.btn{
	min-height: 36px;
	height: auto;
	margin: 0;
	line-height: normal;
}*/
.btn, .tabs .indicator {
  background-color: #4caf50; }

ul.tabs li.tab a {
  color: #4caf50; }

ul.tabs li.tab a:hover {
  color: #81C784; }

.btn:hover, button:focus {
  background: #81C784; }

select {
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: black;
  border-bottom: 1px solid black; }

select.white {
  color: white;
  border-bottom: 1px solid white;
  background: transparent !important; }

select:focus {
  outline: none; }

select option {
  color: black; }

.certificadosFormasDePagamento img {
  margin-left: 1rem; }

i.left {
  margin-right: .5rem; }

.EUCATUR {
  font-style: italic;
  color: #2baf2b; }

.SERRAAZUL, .SOLIMOES {
  color: #5677fc; }

.NOVAINTEGRACAO {
  color: #e51c23; }

.vermelho {
  font-weight: bold;
  color: #F44336; }

.floatingImprimir {
  position: fixed;
  right: 1rem;
  bottom: 30%;
  overflow: visible; }

@media (min-width: 1024px) {
  main {
    min-height: 600px; }
  .form {
    min-width: 600px; }
  .form, main article {
    max-width: 800px; }
  [hiddenIsNotMobile] {
    display: none; }
  [verticalOnDesktop] {
    -ms-flex-directngion: column;
    -webkit-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 1023px) {
  .form {
    width: 100%; }
  #nav-mobile {
    overflow: auto; }
  [verticalOnMobile] {
    -ms-flex-directngion: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  [horizontalOnMobile] {
    -ms-flex-directngion: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
  [hiddenIsMobile] {
    display: none; } }

p.erro-input-form {
  margin: 0 !important;
  padding: 0 0.5rem 1.3rem 0.5rem !important;
  color: #F44336;
  font-weight: bold;
  font-size: 0.9rem; }

.validacao-form-erros {
  width: 90%; }

.compra-titulo {
  width: 100%;
  margin-bottom: 1rem;
  color: #1B5E20; }

.compra-titulo-header {
  padding: 0 1rem;
  background: #4caf50;
  color: #FFF;
  font-size: 1.8rem;
  text-transform: uppercase; }

.compra-titulo-descricao {
  padding: .5rem; }
