html, body {
  padding: 0;
  margin: 0; }

ul, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

div, header, a, form, input, button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 85%;
  margin: 0 auto; }

p, div, b, a, span, strong, input, button {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

.transition1, .transition1:hover {
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.transition2, .transition2:hover {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.transition3, .transition3:hover {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hidden {
  display: none; }

.button-buy {
  box-shadow: 2px 4px 5px 0px rgba(131, 131, 131, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  text-transform: uppercase;
  width: 431px;
  height: 75px;
  display: block;
  margin: 0 auto;
  font-size: 0;
  margin-top: 104px; }
  .button-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 3px 0px rgba(66, 66, 66, 0.72); }
  .button-buy .left, .button-buy .right {
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .button-buy .left {
    width: 20%;
    background: #fff; }
    .button-buy .left svg {
      width: 44px;
      height: 38px;
      display: block;
      margin: calc(45% - 19px) auto 0; }
  .button-buy .right {
    width: 80%;
    background: #09ce47; }
    .button-buy .right span {
      line-height: 75px;
      color: #fefefe;
      font-size: 1.48rem;
      font-weight: 900;
      text-align: center;
      display: block; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.clearfix:after {
  clear: both;
  display: table;
  content: " "; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }


/* FAQ DE PERGUNTAS */
.container.faq h2 {
  text-align: center;
  color: #212121;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  display: block;
}

.container.faq a {
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.container.faq a:hover {
    cursor: pointer;
    color: #0098FF;
}
.legacy .container.faq a:after {
    line-height: 18px;
}

.accordion {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 30px;
}
.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #0098FF;
  }
  
  .accordion a:hover::after {
    border: 1px solid #0098FF;
  }
  
  .accordion a.active {
    color: #0098FF;
    line-height: 30px;
    border-bottom: 1px solid #0098FF;
  }
  .accordion a.lojademo::after {
    content: none;
  } 
  .accordion a.lojademo {
    padding: 0;
  }
  .accordion a.active.lojademo {
    border-bottom: none;
  }
  .accordion a.lojademo.active::after {
    content: none;
    border:none;
  }
  .accordion a::after {
    content: '+';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1.2rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;   
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center;
  }
  
  .accordion a.active::after {
    content: '-';
    font-size: 1.2rem;
    font-weight: 700;
    color: #0098FF;
    border: 1px solid #0098FF;
  }
  
  .accordion .content {
    display: none;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
  }
  
  .accordion .content p {
    font-size: 1rem;
    font-weight: 300;
  }

  p.afterfaq {
    text-align: center;
    margin: 10px 0 40px 0;
  }
  p.afterfaq a {
    color: #0098FF;
  }
  @media (max-width: 768px) {
    .container.faq a {
      padding: 1rem 4rem 1rem 1rem;
    }
  }

  .tl-2step-trigger-7317 {
    color: white;
}