@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);@charset "UTF-8";

* {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

#loadall {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

.fw-600 {
  font-weight: 600 !important;
}

.header-logo {
  background-color: #77208B;
}

.header-breadcrumbs {
  background-color: #C29CCB;
  color: #fff;
  text-transform: uppercase;
}

.header-breadcrumbs .step {
  opacity: 0.7;
  font-size: 0.8em;
}

.header-breadcrumbs .step.active {
  opacity: 1;
  font-size: 1em;
  font-weight: 600;
}

.header-breadcrumbs .step .badge {
  display: none;
  color: #C29CCB;
  margin-top: -5px;
}

.show-map {
  font-size: 0.8em;
  text-transform: uppercase;
}

.select-payer {
  margin: 0;
  padding: 1em;
}

label.text-secondary {
  font-size: 0.9em;
}

.floating-label > input + label,
.floating-label > textarea + label {
  top: 0;
  left: 0;
  padding: calc(0.375rem + 1px) calc(0.75rem + 1px);
  pointer-events: none;
}

.floating-label > input:focus + label,
.floating-label > textarea:focus + label,
.floating-label > input[value]:not([value=""]) + label,
.floating-label > textarea:not(:empty) + label {
  background-color: #fff;
  top: calc( -1.5rem + 1px + 0.65625rem);
  padding: 0 0.7ch 0 0.7ch;
  left: calc(0.75rem + 1px - 0.7ch);
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.floating-label {
  position: relative;
  color: #828282;
}

.floating-label > input + label,
.floating-label > textarea + label {
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .floating-label > input + label,
  .floating-label > textarea + label {
    transition: none;
  }
}

.floating-label > input::-webkit-input-placeholder,
.floating-label > textarea::-webkit-input-placeholder {
  color: transparent;
  transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-label > input:-ms-input-placeholder,
.floating-label > textarea:-ms-input-placeholder {
  color: transparent;
  transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-label > input::-ms-input-placeholder,
.floating-label > textarea::-ms-input-placeholder {
  color: transparent;
  transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-label > input::placeholder,
.floating-label > textarea::placeholder {
  color: transparent;
  transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .floating-label > input::-webkit-input-placeholder,
  .floating-label > textarea::-webkit-input-placeholder {
    transition: none;
  }
  .floating-label > input:-ms-input-placeholder,
  .floating-label > textarea:-ms-input-placeholder {
    transition: none;
  }
  .floating-label > input::-ms-input-placeholder,
  .floating-label > textarea::-ms-input-placeholder {
    transition: none;
  }
  .floating-label > input::placeholder,
  .floating-label > textarea::placeholder {
    transition: none;
  }
}

.floating-label > label + input::-webkit-input-placeholder,
.floating-label > label + textarea::-webkit-input-placeholder {
  color: #b0b6bc;
}

.floating-label > label + input:-ms-input-placeholder,
.floating-label > label + textarea:-ms-input-placeholder {
  color: #b0b6bc;
}

.floating-label > label + input::-ms-input-placeholder,
.floating-label > label + textarea::-ms-input-placeholder {
  color: #b0b6bc;
}

.floating-label > label + input::placeholder,
.floating-label > label + textarea::placeholder {
  color: #b0b6bc;
}

.floating-label > input:focus::-webkit-input-placeholder,
.floating-label > textarea:focus::-webkit-input-placeholder {
  color: #b0b6bc;
}

.floating-label > input:focus:-ms-input-placeholder,
.floating-label > textarea:focus:-ms-input-placeholder {
  color: #b0b6bc;
}

.floating-label > input:focus::-ms-input-placeholder,
.floating-label > textarea:focus::-ms-input-placeholder {
  color: #b0b6bc;
}

.floating-label > input:focus::placeholder,
.floating-label > textarea:focus::placeholder {
  color: #b0b6bc;
}

.floating-label > input:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label {
  background-color: #fff;
  top: calc( -1.5rem + 1px + 0.65625rem);
  padding: 0 0.7ch 0 0.7ch;
  left: calc(0.75rem + 1px - 0.7ch);
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label {
  background-color: #fff;
  top: calc( -1.5rem + 1px + 0.65625rem);
  padding: 0 0.7ch 0 0.7ch;
  left: calc(0.75rem + 1px - 0.7ch);
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > textarea:not([placeholder]):empty + label {
  background-color: #fff;
  top: calc( -1.5rem + 1px + 0.65625rem);
  padding: 0 0.7ch 0 0.7ch;
  left: calc(0.75rem + 1px - 0.7ch);
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.setores {
  list-style: none;
  margin: 0;
  padding: 0;
}

.setores li {
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.setores li input {
  position: absolute;
  top: 0;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  z-index: -1;
}

.text-default-label {
  font-size: 1em !important;
  font-weight: 600;
  color: #000 !important;
  margin: 0;
}

.text-default-link {
  color: #20c6c2 !important;
  margin-left: 80px !important;
}

.setor {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px;
  background: #f2f2f2;
}
.setor_esgotado {
  background: #fafafa;
}

.setor-label {
  text-align: center;
  height: 46px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  cursor: pointer;
  color: #555;
  position: relative;
}

.setor-color {
  width: 74px;
  height: 100%;
  margin-right: 8px;
  display: inline-block;
}

.setor-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

.setor-text-name {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.1;
  color: #7b7b7b;
}

.setor_esgotado .setor-text-name {
  text-decoration: line-through;
}

.setor-text-price {
  font-size: 80%;
  margin: 0;
  font-weight: 500;
  color: #a2a2a2;
}
.setor_esgotado .setor-text-price {
  color: #C42D33;
  font-weight: bold;
}
.purple {
  background-color: #b900c9;
}

.green {
  background-color: #21c786;
}

.white {
  background-color: #ffffff;
  color: #4E4343;
}

.yellow {
  background-color: #eec810;
  color: #4E4343;
}

.white label {
  color: #4E4343;
}

.yellow label {
  color: #4E4343;
}

.setores input:checked + label {
  outline: 4px solid #21b4d0;
}

.setores input:checked + label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9em;
  content: "\F00C";
  padding-left: 4px;
  color: #fff;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 16px;
  background-color: #21b4d0;
  top: 0;
  margin: auto;
  padding: 0 !important;
}

.setores input.radio-escondido {
  opacity: 0;
}

.invalid {
  border: 2px solid rgba(220, 53, 69, 0.75) !important;
}

.creditcards div.creditcard {
  max-width: 38px;
  height: auto;
  opacity: 1;
  margin-left: 0.15em;
}

input#card_number {
  text-transform: uppercase;
}

.btn {
  font-weight: 600;
}

.custom-color {
  color: #20c6c2 !important;
}

.color-purple {
  color: #77208B !important;
}

h3.custom-color {
  border-bottom: 1px solid #CCC;
  display: inline-block;
}

.btn-primary {
  background: #20c6c2;
  border-color: #20c6c2;
  letter-spacing: 1px;
}

.btn-primary:hover {
  background: #19ada9;
  border-color: #19ada9;
}

.btn-primary.active {
  background: #19ada9;
  border-color: #19ada9;
}

.btn-lg {
  height: 56px;
}

.btn-outline-info.btn-purple {
  cursor: pointer;
  border-color: #77208B !important;
  color: #77208B !important;
  background-color: #FFF !important;
}

.btn-outline-info.btn-purple:hover {
  color: #FFF !important;
  background-color: #C29CCB !important;
}

.btn-outline-info.btn-purple.active {
  background-color: #77208B !important;
  color: #FFF !important;
}

.text-default-label {
  color: #000;
}

.custom-control-label {
  color: #828282;
  font-size: 0.95em;
}