/*padrão*/

 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,600;1,700;1,800&display=swap');

  body{
   font-family: 'Poppins', sans-serif;
   color: #4e4e4e;

}

/* Largura da barra de rolagem */
::-webkit-scrollbar {
    width: 10px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #EEE;
    border-left: 1px solid #CCC
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #f00;
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #f00;
}
img{max-width: 100%;}

h1,h2,h3,h4,h5,h6{
  line-height: 1.3em;
  margin-bottom: 10px;
}

h2{ font-size: 35px; font-weight: 800; font-style: italic; text-transform: uppercase;}


p{ 
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 10px;
}

label{font-weight: 600; margin-bottom: 15px;}
label i{color:gray;}
.code input,.code textarea{
  font-size: 13px;
  background: #f2f2f2;
}

strong,b{font-weight: 700;}

.pulsar {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse{
0%,100%{transform:scale(.9);opacity:.9;}
50%{transform:scale(1);opacity:1;}
}
@-webkit-keyframes pulse{
0%,100%{-webkit-transform:scale(.95);opacity:.7}
50%{-webkit-transform:scale(1);opacity:1}
}


/*configurações de seção*/

section{
  padding: 50px 0;
  position: relative;
}
section h2 b{
  font-weight: 800;
  color: #f00;
}
section p{
  font-size: 17px;
}
.gray {
    opacity: .68;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

/*Menu*/
#menu{
  margin-bottom: 90px;
}
#menu li a{
  color: #FFF;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 14px;
}
#menu li a:hover{
  opacity: 0.5;
}
#precos{
  border-radius: 25px;
  border:solid 1px;
  background: #f00;
  border: none;
}


/*Header*/

#header h1{
  font-size: 35px;
  font-weight: 300;
  margin: 0;
  line-height: 0.9em;
  color: #ffd206;
}
#header h1 i{
  font-weight: 800;
}


#header h1 span{
  display: block;
  font-size: 18px;
  font-weight: 600;
}
#header h1 i{color: #FFF}
#header{
  background: linear-gradient(to right, #d0020280,#1c010191),url('../../midia/img/bg-header.jpg') no-repeat;
  background-size: cover;
  position: relative;
  color: #FFF;
  height: 580px;
  padding: 20px 0;

}

#header h2 b{font-weight: 800; color: yellow; text-transform: uppercase;}

#lista li{
  font-size: 17px;
  margin-bottom: 20px;
  margin-left: 40px;
  position: relative;
}

#lista li:before{
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url('../../midia/img/check.png') no-repeat;
  background-size: contain;
  left: -40px;
  top: -5px;
}

.bt-comprar{
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0;
  background-color: #df0e0f;
  font-weight: 800;
  font-size: 20px;
  margin: 30px 0px;
  position: relative;
  width: 100%;
  border-radius: 30px;

}
.bt-comprar:hover{
  text-decoration: none;
  color: #FFF;
  background-color: #910f0f;
}
.bt-comprar a{
  color: #FFF;
}
.bt-comprar span{
  position: relative;
  z-index: 1;
  right: 19px;
}
.bt-comprar i{
    font-size: 30px;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .71);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
.blur {
    position: absolute;
    top: 6px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #df0e0f;
    opacity: 0.68;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}


#img-header{
  position: absolute;
  z-index: 99999;
  width: 50%;
  bottom: -200px;
}

#header h3{font-weight: 700; font-size: 20px;}

/*Funcionamento*/

#funcionamento{
  padding: 180px 0 50px;
}
#funcionamento h2{text-transform: uppercase;}

#funcionamento p{
  font-size: 16px;
}
#funcionamento h3{
  font-weight: 600;
  font-size: 20px;
}

/*Beneficios*/

#beneficios{
  background: #6f0404;
  background-image: url("../../midia/img/bg-quad.png");
  background-size: 4px;
  color: #FFF;
}

#beneficios h2 b{ color: #ffc107; }

.circ{
  display: flex;
  justify-content: center;
}
.circ span{
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 9;
  font-size: 28px;
  margin: 0 auto;
  display: block;
}

#loader1 {
  transform: rotate(-90deg);
  stroke-dasharray: 251; /* (2PI * 40px) */
  stroke-dashoffset: 251;
  animation: offsettozero 5s linear forwards infinite;
  position: absolute;
  top: -39px;
  left: -3px;
}

@keyframes offsettozero {
  to {
    stroke-dashoffset: 0;
  }
}

#loader2 {
  transform: rotate(-90deg);
  stroke-dasharray: 251; /* (2PI * 40px) */
  stroke-dashoffset: 251;
  animation: offsettozero2 5s linear forwards infinite;
  position: absolute;
  top: -39px;
  left: -3px;
}

@keyframes offsettozero2 {
  to {
    stroke-dashoffset: 20;
  }
}

#loader3 {
  transform: rotate(-90deg);
  stroke-dasharray: 251; /* (2PI * 40px) */
  stroke-dashoffset: 251;
  animation: offsettozero3 5s linear forwards infinite;
  position: absolute;
  top: -39px;
  left: -3px;
}

@keyframes offsettozero3 {
  to {
    stroke-dashoffset: 40;
  }
}


#loader4 {
  transform: rotate(-90deg);
  stroke-dasharray: 251; /* (2PI * 40px) */
  stroke-dashoffset: 251;
  animation: offsettozero4 5s linear forwards infinite;
  position: absolute;
  top: -39px;
  left: -3px;
}

@keyframes offsettozero4 {
  to {
    stroke-dashoffset: 55;
  }
}

#loader5 {
  transform: rotate(-90deg);
  stroke-dasharray: 251; /* (2PI * 40px) */
  stroke-dashoffset: 251;
  animation: offsettozero5 5s linear forwards infinite;
  position: absolute;
  top: -39px;
  left: -3px;
}

@keyframes offsettozero5 {
  to {
    stroke-dashoffset: 70;
  }
}

#loader6 {
  transform: rotate(-90deg);
  stroke-dasharray: 251; /* (2PI * 40px) */
  stroke-dashoffset: 251;
  animation: offsettozero6 5s linear forwards infinite;
  position: absolute;
  top: -39px;
  left: -3px;
}

@keyframes offsettozero6 {
  to {
    stroke-dashoffset: 60;
  }
}

.transparente{
  display: block;
  background: #FFF;
  padding: 20px;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 900;
  color: #c80303;
}
.transparente:hover{
  opacity: 0.6;
  color: #c80303;
  text-decoration: none;
}

#beneficios #slide{
    position: relative;
    bottom: -32px;
}


/*Sobre*/
#sobre{
  position: relative;
  padding: 80px 0;
  background: #FFF;
}
#sobre h2{text-transform: uppercase;}
#sobre p{
  font-size: 16px;
}
.italic{
  font-style: italic;
}

#sobre .icons {
    border-radius: 50%;
    margin-right: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    width: 65px;
    height: 65px;
    z-index: 101;
    text-align: center;
    font-size: 24px;
    color: rgb(183, 183, 183);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#sobre h4{
  font-weight: 800;
  margin: 10px 0;
  font-size: 18px !important;
  color: #bb120c;
}
#sobre .media-body p{
  font-size: 14px !important;
}

#sobre  strong{
  font-size: 40px ;
  color: #bb120c;
}


/*Aumento*/

#aumento{
  background: #6f0404;
  background-image: url("../../midia/img/bg-quad.png");
  background-size: 4px;
  color: #FFF;
}
#aumento p{
  font-size: 14px;
}
#aumento b{
  color: yellow;
}


/*depoimentos*/

#depoimentos{
 
}
.owl-theme .owl-nav{
  display: none;
}


/*tabelas*/

#tabelas{

  background: #6f0404;
  background-image: none;
  background-size: auto;
  background-image: url("../../midia/img/bg-quad.png");
  background-size: 4px;

}

#tabelas h2{
  color: #FFF;
}

#tabelas h3{
  font-style: normal;
}
#tabelas h2 b {
    font-weight: 800;
    color: #ffd206;
}

.days {
    display:none !important;
    }

.hours {
    text-align: center;
    }

.minutes {
    text-align: center;
    }

.seconds {
    text-align: center;
    }

#clockdiv {
  display: block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  }

#clockdiv > div {
    padding: 0px;
    background: rgba(255, 255, 255, 0);
    display: inline-block;
}

#clockdiv div > span {
    display: inline-block;
    font-size: 54px;
    color: #FFF;
    font-weight: 700;
    width: 80px;
    line-height: 1em;
    }

.smalltext {
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    }

.doispontos {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    vertical-align: top;
    line-height: 2em;
    text-align: center;
    margin-right: -8px;
}

/*Configurações de tabelas*/

.box-precos {
   background:#fff;
   border-radius:4px;
   box-shadow:0 0 8.91px .09px rgba(27,27,27,.23);
   padding-bottom:2px;
   line-height: 1.4em;
   cursor: pointer;
   transition: all 0.2s;
   width: 90%;
   margin: 20px auto;
}

.box-precos:hover{
  transform: scale(1.1);
}

.box-precos .header {
 display:block;
 background-color:#f1f1f1;
 position:relative;
 border-top-left-radius:3px;
 border-top-right-radius:3px;
 height:50px
}
.box-precos .header .porcentagem-desconto {
 position:absolute;
 top:0;
 bottom:0;
 width:50px;
 height:50px;
 background-color:#db0707;
 font-size:10px;
 line-height:12px;
 color:#fff;
 text-align:left;
 font-weight:700;
 padding:14px 12px;
 border-top-left-radius:3px
}
.box-precos .header .porcentagem-desconto strong {
 font-size:14px;
 color:#fff
}
.box-precos .header .produto-info {
 width:100%;
 padding:12px;
 text-align:center
}
.box-precos .header .produto-info strong {
 font-size:16px;
 display:block;
 line-height:13px;
 font-weight:700;
 color:red;
 text-transform:uppercase;
 text-align: center;
}
.box-precos .header .produto-info small {
 font-size:13px;
 display:block;
 font-style:normal;
 font-weight:500;
 color:#5e5e5e;
 text-transform:none
}
.box-precos .thumb {
 width:100%;
 overflow:hidden
}
.box-precos .thumb img {
 width:100%;
 margin:0 auto
}
.conteudo-produto {
 width:100%;
 padding:0 10px
}
.conteudo-produto .titulo-produto {
 display:block;
 text-align:center;
 font-size:13px;
 padding:0 19px;
 color:#333;
 margin-top:10px
}
.conteudo-produto .precos-produto {
 padding:0 10px
}
.conteudo-produto .precos-produto span {
 display:block;
 font-size:14px;
 color:#333
}
.conteudo-produto .precos-produto span em {
 font-style:normal;
 float:right
}
.conteudo-produto .precos-produto span em.preco-antigo {
 color:#e73671;
 text-decoration:line-through
}
.conteudo-produto .parcela {
 padding:0 10px;
 font-size:12px;
 margin-top:13px;
 line-height:24px
}
.conteudo-produto .parcela span {
 display:inline-block;
 font-weight:700;
 font-size:16px
}
.conteudo-produto .parcela strong {
 font-size:12px;
 color:red;
 font-weight:800;
 float:right
}
.conteudo-produto .parcela strong em {
 font-style:normal;
 font-size:30px;
 color:red;
 font-weight:900
}
.btn-comprar {
 text-align:center;
 height:49px;
 line-height:48px;
 margin-top:10px;
 margin-bottom:28px;
 position:relative
}
.btn-comprar a {
 display:block;
 overflow:hidden;
 box-sizing:border-box;
 -webkit-transition:.5s ease-in-out;
 transition:.5s ease-in-out;
 width:190px;
 height:50px;
 padding:0;
 margin:0 auto;
 line-height:50px;
 z-index:111;
 text-transform:uppercase;
 font-size:16px;
 font-weight:700;
 background-color:#db0707;
 color:#fff;
 border-radius:3px;
 text-align:center
}
.btn-comprar a:hover,
.box-precos.destaque .btn-comprar a:hover {
 color:#fff;
 text-decoration:none;
 background:#ffb200
}
.box-precos.destaque {
 margin-top:0
}

.box-precos.destaque .conteudo-produto .parcela {
 margin-top:30px
}
.box-precos.destaque .header .porcentagem-desconto,
.box-precos.destaque .btn-comprar a {
 background:#8ec145
}
.box-precos.destaque .header .produto-info strong,
.box-precos.destaque .conteudo-produto .parcela strong,
.box-precos.destaque .conteudo-produto .parcela strong em {
 color:#8ec145
}
.frete {
    background-color: #fefefe;
    text-align: center;
    margin: 25px -10px;
    color: #fff;
    padding: 10px;
    border: 1px solid #eee;
}
.frete img {
    width: 26px;
    display: inline-block;
    margin-right: 5px;
}
.frete p {
    display: inline-block;
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
}
.produtos{
  position: relative;
}


/*segurança*/

#seguranca{

}

#seguranca{
  padding: 50px 0 30px;
  position: relative;
}

#seguranca h2{
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}
#seguranca b{
  position: relative;
}
#seguranca h2{
  position: relative;
}
#seguranca h3{
  font-size: 17px !important;
  position: relative;
  z-index: 3;
}
#seguranca p{
  font-weight: normal;
  font-size: 15px !important;
  text-align: center;
  line-height: 1.4em !important;
  margin: 0;
  letter-spacing: 0.01em;
}


/*ebook*/

#ebook{

  background: #6f0404;
  background-image: url("../../midia/img/bg-quad.png");
  background-size: 4px;
  color: #FFF;
  padding: 0px;

}

#ebook #s1 {
  position: absolute;
  height: 78px;
  width: 100%;
  top: 0px;
}

#ebook svg path{
  fill:#FFF;
}

#ebook #s2{
  position: absolute;
  height: 78px;
  transform: scale(-1);
  width: 100%;
  bottom: 0px;
}


#ebook h2{
  font-size: 25px;
  font-weight: 800;
}
#ebook h2 b{
  color: #ffd206;
}

#ebook h2{
  line-height: 1.5em;
}

#ebook p{
  font-size: 14px;
}
#ebook img{
  position: relative;
  z-index: 4;
}


/*Perguntas*/
.perguntas-frequentes{
  padding: 70px 0px 20px;
  position: relative;
}

.perguntas{
  margin-bottom: 30px;
  border: 1px solid red;
  border-radius: 10px;
}
.pergunta{
  background:transparent;
  background-color: transparent;
  padding: 11px 15px;
  color:red;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, .06);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pergunta i{
  -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.resposta{
  padding: 15px;
  background:#F9F6F633;
  position: relative;
  bottom: 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
.resposta p{
  font-size: 14px !important;
}



/*--- // FOOTER // ---*/
footer{
  background-image: linear-gradient(to bottom, #000000, #0d0c0c);
  padding: 50px 0px;
  position: relative;
}
footer h5{
font-size: 18px;
font-weight: 300;
margin: 0;
line-height: 0.9em;
text-align: left;
letter-spacing: 14px;
}

footer h5 span{
  display: block;
  font-size: 16px;
  font-weight: 600;
}
footer i{
  color: #FFF;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}

footer a, footer p{
  color: rgba(255,255,255,0.36);
  font-size: 13px !important;
  display: block;
  font-weight: 300;
  margin-bottom: 3px;
}

footer a:hover{
  color: #FFF;
}
footer h4{
  color: #FFF;
  font-weight: 600;
  margin-bottom: 25px;
}
.rodape{
  background-color: rgba(43,43,43,0.98);
  font-size: 14px !important;
  padding: 20px 0;
  color: #FFF;
}
.zap {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
}

footer b {
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}
footer b span{
  color: #df0e0f;
}
footer .rastreio{
  padding: 10px 5px;
  color: #FFF;
  background: red;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
}
footer .rastreio:hover{
  text-decoration: none;
  opacity: 0.8;
}
/*Responsivo*/


/*768px*/

@media (max-width: 768px){

#header{
  height: 890px;
   background-position: 0px 0;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(200, 200, 200, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#esquerdo, #direito{
  display: none;
}
#img-sobre{
  position: relative;
  bottom: 0;
  left: 0;
  width: 80%;
}
#sobre .card {
margin: 10px;
}
h2 {
    font-size: 30px;
    font-weight: 900;
}

#tabelas .row{
  justify-content: center;
}

#tabelas .tabela{
  margin-bottom: 100px;
}
#corpos {
    width: 90%;
    position: relative;
    left: 0;
    bottom: 0;
}
#img-header {
    position: relative;
    z-index: 99999;
    width: 85%;
    bottom: -66px;
}
.sld{
  margin-bottom: 40px;
}
.center{
  justify-content: center;
}
}

/*576px*/

@media (max-width: 576px){
h2 {
  font-size: 24px;
}
#menu {
    margin-bottom: 20px;
}
#header .row{
  flex-direction: column-reverse;
  justify-content: center;
}
#header{
  height: 900px;
}
.img-header{
  margin: 15px auto;
  display: block;
}
#funcionamento .row{
  justify-content: center !important;
}
#tec {
  background: url('../../midia/img/bg-tec2.png') no-repeat;
  padding: 50px 0 400px;
  background-position:  center;
}

#desafio {
    background: url('../../midia/img/bg-desafio.png') no-repeat,#DF1175;
        background-size: auto, auto;
    background-size: cover;
    color: #FFF;
    padding: 18px 0 0;
    overflow: hidden;
}

.tabela{
  width: 70%;
}

#desafio .order{
  order: 2;
}

}

/*480px*/

@media (max-width: 480px){

#header {
    height: auto;
}
#header h1 {
    font-size: 25px;
}
#header h1 span {
  display: block;
  font-size: 12px;
  }
.img-header img {
    width: 64%;
}
#funcionamento {
    padding: 100px 0 30px;
}
.img-header img{
  width: 70%;
}
.text-h{
  margin: 0 auto;
}

#loader1,#loader2,#loader3,#loader4,#loader5,#loader6{
  left: 7px;
}
.bt-tab {
  font-size: 15px;
}
.bt-tab small {
    display: block;
    font-size: 10px;
    font-weight: 300;
    margin-top: 5px;
}
#aumento #slide h2 {
    position: absolute;
    top: 40px;
    left: -90px;
}
#aumento .ab {
  position: absolute;
  top: 33%;
  right: 161px;
}
#tec {
  background: url('../../midia/img/bg-tec2.png'),linear-gradient( to bottom,#d1147d,#e2117b);
  padding: 50px 0 500px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.box-precos{
  margin: 20px auto 60px;
  width: 85%;
}

#ebook{
  padding: 31px 0px;
}
#ebook #s1, #ebook #s2 {
  height: 25px;
}
.pd{
  padding: 20px;
}
}


/*420px*/

@media (max-width: 420px){

.circ span {
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 9;
    font-size: 20px;
    margin: 0 auto;
    display: block;
    margin-left: 24px;
}
#aumento #slide h2 {
    position: absolute;
    top: 40px;
    left: -90px;
}
#aumento .ab {
  position: absolute;
  top: 33%;
  right: 161px;
}

#img-header {
    position: relative;
    z-index: 99999;
    width: 90%;
    bottom: 5px;
}

#header {
    height: 869px;
}

}

/*380px*/

@media (max-width: 380px){

  #aumento .ab {
    position: absolute;
    top: 18%;
    right: 111px;
}
#depoimentos h2 {
    font-size: 31px !important;
}
.tabela{
  width: 90%;
}
#aumento{
  font-size: 90%;
}
}

