@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&family=Red+Hat+Display:wght@400;500;600;700;800&family=Spartan:wght@400;500;600;700;800&display=swap);
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455A64;
  padding-left: 0px;
  margin-top: 30px; }
  #progressbar li {
    list-style-type: none;
    width: 16.66%;
    float: left;
    position: relative;
    font-weight: 400; }
  #progressbar #step1.done:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f00c"; }
  #progressbar #step2.done:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f00c"; }
  #progressbar #step3.done:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f00c"; }
  #progressbar #step4.done:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f00c"; }
  #progressbar #step5.done:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f00c"; }
  #progressbar #step6.done:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f00c"; }
  #progressbar #step1:before {
    content: "1"; }
  #progressbar #step2:before {
    content: "2"; }
  #progressbar #step3:before {
    content: "3"; }
  #progressbar #step4:before {
    content: "4"; }
  #progressbar #step5:before {
    content: "5"; }
  #progressbar #step6:before {
    content: "6"; }
  #progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    background: #455A64;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    z-index: 1;
    position: relative; }
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #455A64;
    position: absolute;
    left: 0;
    top: 21px;
    z-index: 0; }
  #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%; }
  #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%; }
  #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  #progressbar li.active:after {
    background: red; }

.lp-promo h1,
.lp-promo h2,
.lp-promo h3,
.lp-promo h4,
.lp-promo h5,
.lp-promo h6,
.lp-promo .h1,
.lp-promo .h2,
.lp-promo .h3,
.lp-promo .h4,
.lp-promo .h5,
.lp-promo .h6,
.lp-promo .btn,
.lp-promo a {
  font-family: "Barlow", sans-serif; }

.lp-promo .ao-vivo {
  padding: 3px 10px; }

.lp-promo .font-1p {
  font-family: "Barlow", sans-serif; }

.lp-promo .zoom {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  /* Animation */ }

.lp-promo .zoom:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 2; }

.lp-promo .text-color-gradiente {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ff000a), color-stop(40%, #ff00e5));
  background: linear-gradient(to bottom, #ff000a 60%, #ff00e5 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .lp-promo .text-color-gradiente-v {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ff000a), color-stop(40%, #ff00e5));
    background: linear-gradient(to bottom, #ff000a 60%, #ff00e5 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.lp-promo .text-color-gradiente-reverse {
  background: -webkit-gradient(linear, left top, right top, from(#ff0099), color-stop(70%, #ff000a));
  background: linear-gradient(to right, #ff0099 0%, #ff000a 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .lp-promo .text-color-gradiente-reverse-v {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0099), color-stop(90%, #ff000a));
    background: linear-gradient(to bottom, #ff0099 0%, #ff000a 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.lp-promo .logo-topo {
  height: 75px; }

.lp-promo .hs-form .hs-richtext {
  color: #fff;
  text-align: left !important;
  line-height: 20px; }
  .lp-promo .hs-form .hs-richtext a {
    color: #ffffff;
    text-decoration: underline; }
  .lp-promo .hs-form .hs-richtext p {
    margin: 10px 0; }

.lp-promo .hs-button[type="submit"],
.lp-promo .btn-acao {
  background: #ff333b;
  width: 100%;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  min-width: 180px;
  margin-top: 15px;
  color: #ffffff;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  border: none;
  padding: 12px 30px;
  font-size: 20px; }
  .lp-promo .hs-button[type="submit"]:hover,
  .lp-promo .btn-acao:hover {
    background: #ff333b !important; }
  .lp-promo .hs-button[type="submit"]:active,
  .lp-promo .btn-acao:active {
    background: #ff333b !important; }

.lp-promo .carta {
  background: linear-gradient(235.92deg, #1d1d1d 0%, #000000 100%); }

.lp-promo .hs-form .hs-input[type="text"],
.lp-promo .hs-form .hs-input[type="email"] {
  background: #2c2c2c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  color: #ffffff;
  border: 2px solid #373737 !important; }
  .lp-promo .hs-form .hs-input[type="text"]:hover, .lp-promo .hs-form .hs-input[type="text"]:focus, .lp-promo .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:active, .lp-promo .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:focus, .lp-promo .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:hover,
  .lp-promo .hs-form .hs-input[type="email"]:hover,
  .lp-promo .hs-form .hs-input[type="email"]:focus,
  .lp-promo .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:active,
  .lp-promo .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:focus,
  .lp-promo .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:hover {
    background-color: #000000 !important; }
  .lp-promo .hs-form .hs-input[type="text"]:placeholder,
  .lp-promo .hs-form .hs-input[type="email"]:placeholder {
    color: #757575 !important; }

.lp-promo .hs-form .hs-input[type="tel"] {
  background: #2c2c2c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #373737 !important;
  height: auto;
  color: #ffffff; }
  .lp-promo .hs-form .hs-input[type="tel"]:hover, .lp-promo .hs-form .hs-input[type="tel"]:focus, .lp-promo .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:active, .lp-promo .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:focus, .lp-promo .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:hover {
    background-color: #000000 !important; }
  .lp-promo .hs-form .hs-input[type="tel"]:placeholder {
    color: #757575 !important; }

.lp-promo .hs-form-required {
  display: none !important; }

.lp-promo .hs-form .hs-input[type="email"] {
  margin-right: 2%; }

.lp-promo .hs-form .hs-firstname {
  width: 100% !important;
  float: left; }

.lp-promo .hs-form .hs_mobilephone {
  width: 50% !important;
  float: left; }

.lp-promo .form-text .hs-form .field {
  width: 100% !important; }

.lp-promo .form-text .actions {
  text-align: center; }

.lp-promo .form-text label span {
  border-radius: 4px 4px 0 0;
  width: 100%;
  font-size: 23px !important;
  padding: 20px;
  font-family: "Mulish", sans-serif !important;
  z-index: 12;
  position: relative;
  border: 1px solid #ced4da;
  border-bottom: none;
  width: calc(100% - 2px);
  margin-left: 1px;
  margin-top: 5px;
  border: none;
  margin-bottom: -70px; }

.lp-promo .form-text textarea {
  padding: 55px 20px 10px;
  min-height: 200px;
  font-family: "Mulish", sans-serif !important; }

.lp-promo .hs-email {
  margin-right: 0; }

.lp-promo .ls-2 {
  letter-spacing: 2px; }

.lp-promo .ls-5 {
  letter-spacing: 5px; }

.lp-promo #progressbar {
  font-family: "Mulish", sans-serif !important; }
  .lp-promo #progressbar li {
    width: 20%; }
    .lp-promo #progressbar li:before {
      font-family: "Mulish", sans-serif !important;
      font-weight: 700; }

.lp-promo .popover-share i {
  min-width: 56px; }

.lp-promo .fs-12 {
  font-size: 45px;
  line-height: 45px; }

.lp-promo .fs-13 {
  font-size: 32px;
  line-height: 34px; }

.lp-promo .fs-15 {
  font-size: 65px;
  line-height: 65px; }

.lp-promo .lh-65 {
  line-height: 30px !important; }

.lp-promo.lp-light {
  background-color: #fafbfc; }
  .lp-promo.lp-light .hs-form .hs-input[type="text"],
  .lp-promo.lp-light .hs-form .hs-input[type="email"],
  .lp-promo.lp-light .hs-form .hs-input[type="tel"] {
    background: #ebecf0;
    border: 2px solid #ebecf0 !important;
    color: #97a0af; }
    .lp-promo.lp-light .hs-form .hs-input[type="text"]:hover, .lp-promo.lp-light .hs-form .hs-input[type="text"]:focus, .lp-promo.lp-light .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:active, .lp-promo.lp-light .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:focus, .lp-promo.lp-light .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:hover,
    .lp-promo.lp-light .hs-form .hs-input[type="email"]:hover,
    .lp-promo.lp-light .hs-form .hs-input[type="email"]:focus,
    .lp-promo.lp-light .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:active,
    .lp-promo.lp-light .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:focus,
    .lp-promo.lp-light .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:hover,
    .lp-promo.lp-light .hs-form .hs-input[type="tel"]:hover,
    .lp-promo.lp-light .hs-form .hs-input[type="tel"]:focus,
    .lp-promo.lp-light .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:active,
    .lp-promo.lp-light .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:focus,
    .lp-promo.lp-light .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:hover {
      background-color: #ebecf0 !important; }
  .lp-promo.lp-light .carta {
    background: linear-gradient(235.92deg, #f4f5f7 0%, #fafbfc 100%);
    position: relative;
    z-index: 2; }
  .lp-promo.lp-light .logo-topo {
    height: 40px;
    margin: 15px 0; }
  .lp-promo.lp-light .hs-form .hs-richtext {
    color: #505f79; }
    .lp-promo.lp-light .hs-form .hs-richtext a {
      color: #505f79;
      opacity: 1;
      text-decoration: underline; }
    .lp-promo.lp-light .hs-form .hs-richtext p {
      margin: 10px 0; }
  .lp-promo.lp-light .countdown-clock .countdown-element span {
    color: #172b4d; }
  .lp-promo.lp-light .countdown-clock .countdown-element.segundo span {
    color: #ff000a; }

.lp-promo.lp-dark-blue {
  background-color: #08092f; }
  .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"],
  .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"] {
    background: #2d2d2d;
    color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]::-webkit-input-placeholder, .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]::-webkit-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]::-moz-placeholder, .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]::-moz-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]:-ms-input-placeholder, .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]:-ms-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]::-ms-input-placeholder, .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]::-ms-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]::placeholder,
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]::placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]:hover, .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]:focus, .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:active, .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:focus, .lp-promo.lp-dark-blue .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:hover,
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]:hover,
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]:focus,
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:active,
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:focus,
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:hover {
      background-color: #373737 !important; }
  .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"] {
    background: #2d2d2d;
    color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]::-webkit-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]::-moz-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]:-ms-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]::-ms-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]::placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]:hover, .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]:focus, .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:active, .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:focus, .lp-promo.lp-dark-blue .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:hover {
      background-color: #373737 !important; }
  .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"],
  .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"] {
    background: #2d2d2d;
    color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]::-webkit-input-placeholder, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]::-webkit-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]::-moz-placeholder, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]::-moz-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]:-ms-input-placeholder, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]:-ms-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]::-ms-input-placeholder, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]::-ms-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]::placeholder,
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]::placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]:hover, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]:focus, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:active, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:focus, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="text"]:-webkit-autofill:-webkit-autofill:hover,
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]:hover,
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]:focus,
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:active,
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:focus,
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="email"]:-webkit-autofill:-webkit-autofill:hover {
      background-color: #3b3b3b !important; }
  .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"] {
    background: #2d2d2d;
    color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]::-webkit-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]::-moz-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]:-ms-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]::-ms-input-placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]::placeholder {
      color: #f3f3f3; }
    .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]:hover, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]:focus, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:active, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:focus, .lp-promo.lp-dark-blue .section-topo .hs-form .hs-input[type="tel"]:-webkit-autofill:-webkit-autofill:hover {
      background-color: #3b3b3b !important; }
  .lp-promo.lp-dark-blue .carta {
    background: linear-gradient(235.92deg, #0d0e3a 0%, #08092f 100%);
    position: relative;
    z-index: 2;
    margin-top: 25px; }
    .lp-promo.lp-dark-blue .carta.bg-color-light-0 {
      background: #ffffff; }
  .lp-promo.lp-dark-blue .hs-form .hs-richtext {
    color: #505f79; }
    .lp-promo.lp-dark-blue .hs-form .hs-richtext a {
      color: #505f79;
      opacity: 1;
      text-decoration: underline; }
    .lp-promo.lp-dark-blue .hs-form .hs-richtext p {
      margin: 10px 0; }
  .lp-promo.lp-dark-blue .hs-button[type="submit"],
  .lp-promo.lp-dark-blue .btn-acao {
    background: #e9022b;
    -webkit-box-shadow: 0px 4px 24px rgba(233, 2, 43, 0.7) !important;
            box-shadow: 0px 4px 24px rgba(233, 2, 43, 0.7) !important;
    width: 80%; }
    .lp-promo.lp-dark-blue .hs-button[type="submit"]:hover,
    .lp-promo.lp-dark-blue .btn-acao:hover {
      background: #fd0e39 !important;
      -webkit-box-shadow: 0px 4px 24px rgba(233, 2, 43, 0.9) !important;
              box-shadow: 0px 4px 24px rgba(233, 2, 43, 0.9) !important; }
    .lp-promo.lp-dark-blue .hs-button[type="submit"]:active,
    .lp-promo.lp-dark-blue .btn-acao:active {
      background: #fd0e39 !important;
      -webkit-box-shadow: 0px 4px 24px rgba(233, 2, 43, 0.9) !important;
              box-shadow: 0px 4px 24px rgba(233, 2, 43, 0.9) !important; }
    .lp-promo.lp-dark-blue .hs-button[type="submit"].btn-outline,
    .lp-promo.lp-dark-blue .btn-acao.btn-outline {
      background: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border: 1px solid #303f5d; }
      .lp-promo.lp-dark-blue .hs-button[type="submit"].btn-outline:hover,
      .lp-promo.lp-dark-blue .btn-acao.btn-outline:hover {
        background: #ffffff !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        border: 1px solid #303f5d;
        color: #091e42 !important; }
  .lp-promo.lp-dark-blue .card .hs-button[type="submit"],
  .lp-promo.lp-dark-blue .card .btn-acao {
    min-width: auto;
    font-size: 18px; }
  .lp-promo.lp-dark-blue .card-ativo:hover .hs-button[type="submit"],
  .lp-promo.lp-dark-blue .card-ativo:hover .btn-acao {
    background: #fd0e39 !important;
    -webkit-box-shadow: 0px 4px 24px rgba(233, 2, 43, 0.9) !important;
            box-shadow: 0px 4px 24px rgba(233, 2, 43, 0.9) !important; }
  .lp-promo.lp-dark-blue .card-bloqueado {
    opacity: 1; }
    .lp-promo.lp-dark-blue .card-bloqueado:hover {
      opacity: 1; }
      .lp-promo.lp-dark-blue .card-bloqueado:hover .hs-button[type="submit"],
      .lp-promo.lp-dark-blue .card-bloqueado:hover .btn-acao {
        background: #344563 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
  .lp-promo.lp-dark-blue .card-encerrado:hover {
    opacity: 0.9 !important; }
  .lp-promo.lp-dark-blue #progressbar li.active:before {
    background: #0052cc; }
  .lp-promo.lp-dark-blue #progressbar li.active:after {
    background: #0052cc; }

.lp-promo .submitted-message {
  margin: 0px 0 0;
  max-width: 80%; }
  .lp-promo .submitted-message p {
    margin: 0 0 10px;
    max-width: 100%;
    float: left;
    color: #b3bac5; }
    .lp-promo .submitted-message p:first-child {
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      margin: 14px 0;
      max-width: 90%;
      color: #ffffff; }
    .lp-promo .submitted-message p:second-child {
      margin-bottom: 20px; }
    .lp-promo .submitted-message p strong {
      font-weight: normal; }
    .lp-promo .submitted-message p:last-child {
      font-size: 16px;
      line-height: 24px;
      opacity: 0.8;
      float: left;
      margin: 4px 0 0;
      font-size: 16px;
      line-height: 20px;
      color: #ffffff;
      max-width: 86%;
      font-weight: 500 !important; }
    .lp-promo .submitted-message p a {
      color: #eceb00 !important;
      font-weight: 600; }
  .lp-promo .submitted-message:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f061";
    position: absolute;
    right: 0;
    font-size: 36px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    margin-right: 40px;
    top: 20px;
    background: #7ec2fd;
    -webkit-box-shadow: 0 4px 24px rgba(236, 235, 0, 0.7) !important;
    box-shadow: 0 4px 24px rgba(63, 142, 210, 0.7) !important; }
  .lp-promo .submitted-message::before {
    display: none; }

.lp-promo.lp-promo-pos {
  background-image: url("/assets/img/promos/pos/bg-promo-pos.png") !important;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

@media (max-width: 991px) {
  .lp-promo .submitted-message {
    overflow: initial;
    max-width: 100%; }
    .lp-promo .submitted-message:after {
      font-size: 36px;
      border-radius: 50%;
      height: 55px;
      width: 55px;
      text-align: center;
      line-height: 55px;
      margin-right: 40px;
      top: 15px; } }

@media (max-width: 767px) {
  .lp-promo .submitted-message:after {
    content: "\f063";
    right: -39px; }
  .lp-promo .submitted-message p:last-child {
    font-size: 19px;
    line-height: 21px; }
  .lp-promo .submitted-message p:first-child {
    font-size: 18px;
    line-height: 22px;
    text-align: left; }
  .lp-promo .submitted-message p strong {
    font-size: 15.3px;
    color: black; }
    .lp-promo .submitted-message p strong:before {
      content: "abaixo";
      position: absolute;
      background: black;
      font-size: 17px;
      text-align: center;
      line-height: 23px;
      color: #ffffff; } }

.lp-promo .card-bloqueado * {
  cursor: default !important; }

.lp-promo .card-bloqueado .btn {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.lp-promo .hs-form .hs-form-field {
  margin-bottom: 0px; }
  .lp-promo .hs-form .hs-form-field:nth-of-type(1) input {
    border-right: none !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .lp-promo .hs-form .hs-form-field:nth-of-type(2) input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important; }
  .lp-promo .hs-form .hs-form-field:nth-of-type(3) {
    width: 100% !important; }
  .lp-promo .hs-form .hs-form-field input {
    border-radius: 3px !important;
    border: 2px solid #2d2d2d !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .lp-promo .hs-form .hs-form-field input {
        font-size: 12px; } }

.lp-promo .tag-ao-vivo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 10px;
  width: 64px;
  border-radius: 3px;
  min-width: 70px;
  background-color: #2d2d2d; }

.lp-promo .tag-ao-vivo-simples {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 10px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 64px;
  min-width: 70px;
  background: none; }
  .lp-promo .tag-ao-vivo-simples i {
    font-size: 6px;
    line-height: 18px;
    float: left;
    margin: 0 5px 0 0;
    -webkit-animation: ao-vivo-piscando 0.7s linear infinite;
            animation: ao-vivo-piscando 0.7s linear infinite; }

@-webkit-keyframes ao-vivo-piscando {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ao-vivo-piscando {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.lp-promo .seta-cima {
  position: absolute;
  right: -125px;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  width: 115px; }

@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 */

.borda-gradiente {
  background-image: -webkit-gradient(linear, left top, right top, from(#E60009), to(#FF00A2)) !important;
  background-image: linear-gradient(90deg, #E60009 0%, #FF00A2 100%) !important;
  padding: 1px !important;
  border-radius: 10px; }

.card:hover {
  -webkit-box-shadow: 0px 0px 20px -3px rgba(143, 143, 143, 0.75);
          box-shadow: 0px 0px 20px -3px rgba(143, 143, 143, 0.75); }
  .card:hover .card-footer {
    color: #ba8b00;
    border-color: #ffc107;
    background-color: #ffeeba; }

.card .btn {
  font-weight: bold; }

.card-plano-home.card {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 10px !important;
  padding: 2rem;
  -webkit-transform: perspective(3em) rotateX(0deg) rotateY(-1.175deg) rotateZ(-1deg) scale(1);
          transform: perspective(3em) rotateX(0deg) rotateY(-1.175deg) rotateZ(-1deg) scale(1);
  width: 290px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
  .card-plano-home.card:hover {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15);
    -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
    .card-plano-home.card:hover .card-header {
      color: #ba8b00;
      border-color: #ffc107;
      background-color: #ffeeba; }

@media (max-width: 340px) {
  .card-plano-home.card {
    width: 100% !important; } }

.card-plano-home.card.bloqueado {
  -webkit-transform: perspective(3em) rotateX(0deg) rotateY(-1.175deg) rotateZ(-1deg) scale(1);
          transform: perspective(3em) rotateX(0deg) rotateY(-1.175deg) rotateZ(-1deg) scale(1);
  width: 290px;
  background-color: #121212; }
  .card-plano-home.card.bloqueado:hover {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05); }

.card-plano-home.card.desativado {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 224px !important; }
  .card-plano-home.card.desativado .label-desativado {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #ff000a;
    margin-bottom: 1.25rem; }
  .card-plano-home.card.desativado .btn-acao {
    min-width: 100% !important; }

.lote-relampago.desativado + .lote-ordem-2.desativado {
  margin-left: 15px !important; }

.card-tag {
  background-color: #aaaaaa !important; }
  .card-tag .texto-alerta {
    color: #e22d43; }

.lp-promo.lp-dark-blue .btn-acao.bloqueado {
  background: #1d060a;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.7) !important;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.7) !important;
  width: 100%; }

.promo.lp-dark-blue .btn-acao:hover {
  background: #1d060a !important; }

.card-header {
  border-radius: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.card-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.card-body {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.promotion-promo {
  font-weight: 700;
  font-size: 1.15rem;
  color: #ffc107;
  font-family: "Montserrat", sans-serif;
  text-decoration: line-through;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear; }

.promotion-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffc107;
  width: 92px;
  height: 92px;
  padding-bottom: 0rem;
  padding-top: 1.25rem;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  border-radius: 5rem;
  color: #fff;
  z-index: -1;
  -webkit-transform: translate(5px, 27.5px) rotate(-9deg);
          transform: translate(5px, 27.5px) rotate(-9deg);
  border: 1px dashed #fff;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  line-height: 1.15; }

.promotion-price-desc {
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block; }

.promotion-price-text {
  padding: 0;
  margin: 0 auto;
  font-weight: 900; }

.card-animate {
  counter-reset: section; }
  .card-animate .card-body:before {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    counter-increment: section;
    content: "" counter(section) "";
    display: block;
    font-size: 15rem;
    font-weight: 900;
    position: absolute;
    bottom: 5rem;
    line-height: 0;
    left: -0.85rem;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.1);
    z-index: 0; }
  .card-animate .card:hover .card-body:before {
    -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px); }
  .card-animate .card-text {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .card-animate .card-title {
    font-weight: 900;
    text-transform: uppercase; }

.count-topo {
  color: #000; }
  .count-topo .texto-alerta {
    color: #c0c0c0; }
  .count-topo .countdown-clock {
    margin: 0 0 1.25rem 0.5rem; }
    .count-topo .countdown-clock span {
      font-size: 16px;
      line-height: 16px;
      font-weight: 600; }
  .count-topo img {
    height: 14px; }

.count-topo.opacity-0 {
  opacity: 0; }

.count-topo.fadeIn {
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s; }

.bg-promo-home {
  background-color: #191919; }

.card-lotes-ativo {
  border: -1px solid transparent !important;
  -webkit-box-shadow: 0px 4px 62px 0px #FD505099 !important;
          box-shadow: 0px 4px 62px 0px #FD505099 !important; }

.preco-card {
  background: -webkit-linear-gradient(270deg, #ff0099 0%, #ff000a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  float: left; }

.subtitulo-plano {
  font-size: 17px !important;
  text-transform: uppercase !important;
  color: black; }

.head-plano {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase !important;
  letter-spacing: 1.77px;
  color: #424242;
  margin-bottom: 1.25rem; }
  .head-plano i {
    color: #ffc107; }
  .head-plano.texto-riscado {
    text-decoration: line-through; }

.body-plano .bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 1.25rem; }
  .body-plano .bonus .bonus-destaque {
    background: -webkit-gradient(linear, left top, right top, from(#EBBC2C), to(#E07F1E));
    background: linear-gradient(90deg, #EBBC2C 0%, #E07F1E 100%);
    color: #FFFFFF;
    height: 19px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 19px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.body-plano .preco-promocao {
  font-size: 22px;
  color: #FF333B;
  font-weight: 900;
  font-family: 'Source Sans Pro';
  line-height: 32px;
  text-transform: none;
  margin-bottom: 1.25rem; }
  .body-plano .preco-promocao span.preco {
    font-size: 40px;
    color: #FF333B;
    font-weight: 900;
    font-family: 'Source Sans Pro';
    line-height: 32px;
    text-transform: none;
    display: inline; }

.body-plano .subtitulo-plano span {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #424242;
  margin-top: 0; }

.lp-promo .btn-acao {
  color: #fff !important;
  background: #ff333b !important;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  padding: 11px;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600; }
  .lp-promo .btn-acao:hover {
    background: #df4144 !important; }

.lp-promo .btn-acao.bloqueado {
  color: #616161 !important;
  background: #2c2c2c !important;
  border-radius: 3px !important; }
  .lp-promo .btn-acao.bloqueado:hover {
    color: #616161 !important; }

.lp-promo .card.bloqueado .card-tag {
  background: #121212 !important;
  color: #616161 !important; }

.lp-promo .card.bloqueado .head-plano {
  color: #fff !important; }

.lp-promo .card.bloqueado .subtitulo-plano {
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1.767272710800171px;
  text-align: center; }

.lp-promo .card.bloqueado .preco-card {
  color: #616161 !important; }

.lp-promo .card.bloqueado .countdown-card .icon {
  color: #616161 !important; }

.lp-promo .card.bloqueado .countdown-card .text {
  color: #ff000a !important; }

.lp-promo .countdown-clock {
  color: #000 !important; }

.lp-promo a:hover {
  color: black; }

.card-plano-home .tag-data {
  background-color: #ebecf0 !important;
  border-radius: 3px; }
  .card-plano-home .tag-data span {
    background: -webkit-linear-gradient(180deg, #ff000a 0%, #ff00e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .card-plano-home .tag-data .tag-data-texto {
    line-height: 1.25rem; }
    .card-plano-home .tag-data .tag-data-texto span {
      line-height: 0.75rem; }

.data.encerrado {
  color: #e22d43 !important; }

.lote-ordem-1 {
  z-index: 3;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.lote-ordem-1.encerrado {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px); }
  .lote-ordem-1.encerrado:hover {
    z-index: 3;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.lote-ordem-2 {
  z-index: 2;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  .lote-ordem-2:hover {
    z-index: 3;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.lote-ordem-2.encerrado {
  -webkit-transform: translateX(-160px);
          transform: translateX(-160px); }
  .lote-ordem-2.encerrado:hover {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px); }

.lote-ordem-2.ativo:hover {
  z-index: 3;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px); }

.lote-ordem-3 {
  z-index: 1;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  .lote-ordem-3:hover {
    z-index: 3;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  @media (min-width: 992px) {
    .lote-ordem-3 {
      margin-right: 80px !important; } }

.lote-ordem-3.encerrado {
  -webkit-transform: translateX(-260px);
          transform: translateX(-260px); }
  .lote-ordem-3.encerrado:hover {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px); }

.lote-ordem-3.ativo:hover {
  z-index: 3;
  -webkit-transform: translateX(-140px);
          transform: translateX(-140px); }

.lote-ordem-4 {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  .lote-ordem-4:hover {
    z-index: 3;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px); }

.lote-ordem-4.encerrado {
  -webkit-transform: translateX(-360px);
          transform: translateX(-360px); }
  .lote-ordem-4.encerrado:hover {
    -webkit-transform: translateX(-260px);
            transform: translateX(-260px); }

.lote-ordem-4.ativo:hover {
  z-index: 3;
  -webkit-transform: translateX(-240px);
          transform: translateX(-240px); }

.card.bloqueado .preco-card {
  background: -webkit-linear-gradient(270deg, #ff333b 0%, #ff000a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin: 8px 0; }

@media (max-width: 1492px) {
  .lote-ordem-4:hover {
    -webkit-transform: translateX(-245px);
            transform: translateX(-245px); }
  .card-plano-home.card.bloqueado {
    width: 274px; } }

@media (max-width: 1376px) {
  .lote-ordem-4:hover {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px); }
  .lote-ordem-2.ativo:hover {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); } }

@media (max-width: 1322px) {
  .lote-ordem-4:hover {
    -webkit-transform: translateX(-235px);
            transform: translateX(-235px); }
  .card-plano-home.card.bloqueado {
    width: 274px; } }

@media (max-width: 1199px) {
  .lote-ordem-2.ativo {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%); }
    .lote-ordem-2.ativo:hover {
      -webkit-transform: translateX(-40%);
              transform: translateX(-40%); }
  .lote-ordem-3.ativo {
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px); }
    .lote-ordem-3.ativo:hover {
      -webkit-transform: translateX(-320px);
              transform: translateX(-320px); }
  .lote-ordem-4.ativo {
    -webkit-transform: translateX(-440px);
            transform: translateX(-440px); }
    .lote-ordem-4.ativo:hover {
      -webkit-transform: translateX(-440px);
              transform: translateX(-440px); }
  .card-plano-home.card {
    margin: auto auto !important;
    transform: unset !important;
    -webkit-transform: unset !important; } }

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .card-plano-home.card {
    -webkit-transform: perspective(0) rotateX(0deg) rotateY(0) rotateZ(0);
            transform: perspective(0) rotateX(0deg) rotateY(0) rotateZ(0); } }

@media screen and (max-width: 992px) {
  .lote-ordem-2.ativo {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .lote-ordem-3.ativo {
    -webkit-transform: translateX(-480px);
            transform: translateX(-480px); }
  .lote-ordem-4.ativo {
    -webkit-transform: translateX(-700px);
            transform: translateX(-700px); } }

@media screen and (max-width: 768px) {
  .lote-ordem-2.ativo,
  .lote-ordem-3.ativo,
  .lote-ordem-4.ativo {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .center-card {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

