@charset "UTF-8";
/* Google Web Font */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap");
/* CORES PADRÕES UTILIZADAS PELO PROJE */
/* cores base */
/* cores texto */
/* componentes do Foundation */
.label.warning,
.button.warning {
  background-color: #f7941d;
}

.button.secondary {
  background-color: #d6d6d6;
}

.label.alert {
  background-color: #ffffcc;
  color: #272727;
  padding: 20px;
}

.button {
  border-radius: 5px;
}

.button.success {
  background: #36c265;
  color: white;
}

.bg-roxo {
  background-color: #7c76b7;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.2rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
}

select {
  border-radius: 5px;
  font-size: 1rem;
  height: 2.2rem;
}

label {
  display: block;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.8;
  color: #0a0a0a;
}

label.aceite-cartao {
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

hr {
  margin: 0.8rem auto 1rem auto;
}

.stat {
  font-size: 1.1rem;
  font-weight: 700;
}

/* BLOCO DE PERSONALIZAÇÃO DOS COMPONENTES QUANDO O CAMPO ESTA VALIDADO */
em.error {
  font-size: 10px;
  text-align: right;
  display: block;
  margin-top: -10px;
  margin-bottom: -8px;
  color: red;
  font-style: normal;
}

.valida-cupom {
  display: block;
  width: 100%;
  background-color: #e5e4f1;
  padding: 3px 10px;
  font-weight: 300;
}

.has-success label {
  color: #36c265;
}
.has-success [type=text],
.has-success [type=password],
.has-success [type=date],
.has-success [type=datetime],
.has-success [type=datetime-local],
.has-success [type=month],
.has-success [type=week],
.has-success [type=email],
.has-success [type=number],
.has-success [type=search],
.has-success [type=tel],
.has-success [type=time],
.has-success [type=url],
.has-success [type=color],
.has-success textarea {
  border: 1px solid #36c265;
}
.has-success label:after {
  content: url("../img/check-green.png");
  width: 14px;
  height: 0;
  line-height: 28px;
  position: relative;
  top: -38px;
  float: right;
  right: 10px;
}

/* HELPERS */
.color-white {
  color: white !important;
}

.color-verde {
  color: #36c265 !important;
}

.space-10 {
  height: 10px;
  display: block;
}

.space-15 {
  height: 15px;
  display: block;
}

.space-20 {
  height: 20px;
  display: block;
}

.space-30 {
  height: 30px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.zero-m-bottom {
  margin-bottom: 0;
}

.zero-m-top {
  margin-top: 0;
}

.zero-p-bottom {
  padding-bottom: 0;
}

.zero-p-top {
  padding-top: 0;
}

.bg-white {
  background-color: white;
}

section.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

header {
  background-color: #d6d6d6;
  text-align: center;
  color: white;
  padding: 0.75rem 0;
}
header .logo {
  max-height: 40px;
}

#anchor-top {
  background-color: white;
}

footer {
  background-color: white;
  text-align: center;
  color: white;
  padding: 1rem 0 0;
  margin-top: 2rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #d6d6d6;
}

body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Nunito", sans-serif;
  text-rendering: optimizeLegibility;
}

h2, .h2 {
  font-size: 1.1rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1rem;
  font-weight: 700;
}

h4, .h4 {
  font-size: 0.9rem;
  font-weight: 500;
}

.shadow-card {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(214, 214, 214, 0.25);
  -moz-box-shadow: 0px 0px 12px 0px rgba(214, 214, 214, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(214, 214, 214, 0.25);
  min-height: 680px;
}

.fix-fluid-slick {
  /*width: 95%;*/
  /*max-width: 1440px !important;*/
}

.fix-validar-margin {
  margin-top: 22px;
}

/* STEPS */
.timeline {
  margin-bottom: 1rem;
  z-index: 1;
  padding-top: 1rem;
}

.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.progressbar li a {
  color: #272727;
}

.progressbar li.current a {
  color: black;
}

.progressbar li.current a > span {
  color: white;
}

.progressbar li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  color: #272727;
}

.progressbar li:before {
  width: 36px;
  height: 36px;
  content: " ";
  line-height: 30px;
  border: 1px solid #d6d6d6;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li span:before {
  width: 26px;
  height: 26px;
  content: counter(step);
  counter-increment: step;
  line-height: 28px;
  display: block;
  text-align: center;
  margin: -41px auto 10px auto;
  border-radius: 50%;
  background-color: #d6d6d6;
}

.progressbar li.active span:before {
  content: url("../img/check.png");
  background-color: #36c265;
}

.progressbar li.current span:before {
  background-color: #f7941d;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  top: 18px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
}

.progressbar li.current {
  color: #f7941d;
}

.progressbar li.active:before {
  border-color: #55b776;
}

.progressbar li.active + li:after {
  background-color: #55b776;
}

.progressbar li.current:before {
  border-color: #f7941d;
}

.progressbar li.current + li:after {
  background-color: #f7941d;
}

/* SLICK SLIDER */
.btns-padding {
  padding-bottom: 2rem;
  padding-top: 180px;
}

.slick-slider {
  display: initial;
}

.slick-slide {
  margin: 0px 0.5rem;
  outline: none;
}

.fix-warning-pad {
  padding: 0 5rem;
  margin-bottom: 1rem;
}
.fix-warning-pad .label {
  width: 100%;
  padding: 12px;
}

.extra-action {
  font-size: 12px;
  margin-top: -8px;
  display: block;
  margin-bottom: 4px;
}

/* PERSONALIZAÇÃO DAS ABAS DO FOUNDATION */
.tabs {
  border: 0;
}

.tabs-content {
  border: 0;
}

.tabs-panel {
  clear: both;
  padding: 1rem 0;
}

.tabs-list {
  margin: 0;
}
.tabs-list li:last-child {
  margin-right: 0;
}

.tabs-title {
  list-style: none;
  margin-right: 2%;
  width: 49%;
  text-align: center;
}
.tabs-title a {
  background-color: white;
  color: #272727;
  border-radius: 26px;
  border: 1px solid #d6d6d6;
  outline: none;
  padding: 1rem 0.5rem;
}
.tabs-title a span.check {
  background-image: url("../img/tab-check-off.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: -5px;
  margin-top: -5px;
}

.tabs-title.active a {
  background-color: #f7941d;
  color: white;
  border-radius: 20px;
  border: 1px solid #f7941d;
}
.tabs-title.active a span.check {
  background-image: url("../img/tab-check-on.png");
}

/* bloco dos cartões */
.save-cards {
  padding: 0.5rem 1rem;
  border-color: #d6d6d6;
  margin-bottom: 5px;
  cursor: pointer;
}
.save-cards img {
  margin-top: 0rem;
}
.save-cards .name {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.save-cards .number {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.save-cards .date {
  padding-left: 1rem;
}

.card-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.card-wrapper .jp-card-container {
  width: 280px;
  height: 170px;
}

.jp-card {
  min-width: 280px !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
  font-size: 18px !important;
  margin-bottom: 20px !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
  font-size: 15px !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
  width: 145px !important;
}

.jp-card-logo.jp-card-amex:before,
.jp-card-logo.jp-card-amex:after {
  width: 38px !important;
  display: block !important;
  position: absolute !important;
  left: 0px !important;
}

.jp-card-logo.jp-card-amex:before {
  height: 38px !important;
  content: " " !important;
  top: 0px !important;
  text-align: left !important;
  padding-left: 8px !important;
  padding-top: 11px !important;
  background: #267AC3 !important;
  font-size: 7px !important;
  left: 15px !important;
  background-image: url(../js/pollak.card/img/amex.jpg) !important;
  background-size: contain !important;
  background-repeat: no-repeat;
}

.jp-card .jp-card-back .jp-card-shiny, .jp-card .jp-card-front .jp-card-shiny {
  background-image: url(../js/pollak.card/img/card-chip.png) !important;
  background-size: cover !important;
  opacity: 0.2;
  width: 40px !important;
  height: 30px !important;
  margin-bottom: 0px !important;
}

.jp-card.jp-card-identified .jp-card-back .jp-card-shiny, .jp-card.jp-card-identified .jp-card-front .jp-card-shiny {
  opacity: 1 !important;
}

.jp-card .jp-card-back .jp-card-shiny:before, .jp-card .jp-card-front .jp-card-shiny:before {
  background: transparent !important;
}

.jp-card-logo.jp-card-amex:after {
  content: " " !important;
  bottom: 10px !important;
  text-align: right !important;
  padding-right: 7px !important;
  font-size: 7px !important;
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-logo.jp-card-amex {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 0;
  background-image: none;
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-amex.jp-card-identified .jp-card-back:before {
  background-color: #45a17d !important;
}

.jp-card .jp-card-back .jp-card-display,
.jp-card .jp-card-front .jp-card-display {
  opacity: 0.85 !important;
}

#add-new-card {
  display: none;
}

/* AJUSTES DOS CONTROLES */
#container-0 .section-overlay.passed,
#container-1 .section-overlay.passed,
#container-2 .section-overlay.passed {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: calc(24%);
  height: calc(100% - 15px);
  z-index: 2;
  text-align: center;
}
#container-0 .section-overlay.passed img,
#container-1 .section-overlay.passed img,
#container-2 .section-overlay.passed img {
  display: inline-table;
  margin-top: 60%;
}

#container-1 .section-overlay {
  background-color: transparent;
}
#container-1 .shadow-card.inative {
  -webkit-box-shadow: 0px 0px 0px 0px #d6d6d6;
  -moz-box-shadow: 0px 0px 0px 0px #d6d6d6;
  box-shadow: none;
  /*border: 1px dashed #ececec;*/
  border: 0;
}
#container-1 .section-overlay.inative {
  background-color: #ffffff;
  position: absolute;
  width: calc(23%);
  height: calc(100%);
  z-index: 2;
  text-align: center;
  margin: 1px 0 0 1px;
}
#container-1 .section-overlay.inative img {
  display: inline-table;
  margin-top: 60%;
}

#container-2 .shadow-card.inative {
  -webkit-box-shadow: 0px 0px 0px 0px #d6d6d6;
  -moz-box-shadow: 0px 0px 0px 0px #d6d6d6;
  box-shadow: none;
  /*border: 1px dashed #ececec;*/
  border: 0;
}
#container-2 .section-overlay.inative {
  background-color: #ffffff;
  position: absolute;
  width: calc(23%);
  height: calc(100% - 50px);
  z-index: 1;
  text-align: center;
}
#container-2 .section-overlay.inative img {
  display: inline-table;
  margin-top: 60%;
}

.shadow-card.placeholder {
  -webkit-box-shadow: 0px 0px 0px 0px #d6d6d6;
  -moz-box-shadow: 0px 0px 0px 0px #d6d6d6;
  box-shadow: 0px 0px 0px 0px #d6d6d6;
  border: 0;
}

/* INICIANDO OS PADRÕES DE MIDIA QUERY PARA PERSONALIZAR OS RECURSOS */
/* Small only */
@media screen and (max-width: 39.9375em) {
  /* Escondendo os Container de placeholder para o slick */
  .progressbar li {
    padding: 10px 0;
    background: #e1e1e1;
    margin-left: 1px;
    width: 33%;
    font-size: 16px;
  }
  .progressbar li.current {
    background-color: black;
  }
  .progressbar li.current a {
    color: white;
  }
  .progressbar li:before {
    content: none;
  }
  .progressbar li span:before {
    display: none;
  }
  .progressbar li.active span:before {
    display: none;
  }
  .progressbar li:after {
    display: none;
  }
  .progressbar li.active {
    background-color: #36c265;
  }
  .progressbar li.active a {
    color: white;
  }
  .fix-warning-pad {
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .fix-warning-pad .label {
    width: 100%;
    padding: 15px 25px;
  }

  .slick-slide {
    margin: 30px 0rem 8px 0;
    outline: none;
  }

  .timeline {
    padding-top: 1px;
    margin-bottom: 1px;
  }

  .btns-padding {
    padding-bottom: 4rem;
    padding-top: 100px;
  }

  /* PERSONALIZAÇÕES DO CARTÃO PARA O MOBILE */
  .card-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .card-wrapper .jp-card-container {
    width: 100%;
  }
  .card-wrapper .jp-card .jp-card-back, .card-wrapper .jp-card .jp-card-front {
    width: 100%;
  }

  /* PERSONALIZAÇÃO DAS ABAS DO FOUNDATION */
  .tabs {
    border: 0;
  }

  .tabs-content {
    border: 0;
  }

  .tabs-panel {
    clear: both;
    padding: 1rem 0;
  }

  .tabs-list {
    margin: 0;
  }

  .tabs-title {
    list-style: none;
    margin-right: 0.15rem;
  }
  .tabs-title a {
    background-color: white;
    color: #272727;
    border-radius: 26px;
    border: 1px solid #d6d6d6;
    outline: none;
    padding: 0.75rem 0.75rem;
    font-size: 0.65rem;
  }
  .tabs-title a span.check {
    background-image: url("../img/tab-check-off.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 0.25rem;
    margin-bottom: -5px;
    margin-top: -5px;
  }

  .tabs-title.active a {
    background-color: #f7941d;
    color: white;
    border-radius: 26px;
    border: 1px solid #f7941d;
  }
  .tabs-title.active a span.check {
    background-image: url("../img/tab-check-on.png");
  }
}
/* CLASSE IMPORTADA */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7c76b7;
  z-index: 100;
  display: table;
}

.dots {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.dots .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 5px;
  border-radius: 50%;
  background: #FFF;
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite;
}

.dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-dot-dot {
  0%, 60%, 100% {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

/*# sourceMappingURL=base.css.map */
