/*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');
 @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

body{
   font-family: 'Poppins', sans-serif;
   color: #4e4e4e;

}
img{max-width: 100%;}

h1,h2,h3,h4,h5,h6{
  line-height: 1.3em;
  margin-bottom: 10px;
}

h2{ font-size: 35px; font-weight: 800; }


p{ 
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 300;
  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}
}

@keyframes led{
  1%{
    text-shadow: yellow 1px 1px 13px;
  }
  10%{
    text-shadow: yellow 1px 1px 15px;
  }
}

@keyframes rai{
  1%{
    filter: brightness(5);
  }
  10%{
    filter: brightness(10);
  }
}



/*configurações de seção*/

section{
  padding: 50px 0;
  position: relative;
}
section h2 b{
  font-weight: 800;
}
section p{
  font-size: 17px;
}
.gray {
    opacity: .68;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}


/*header*/
#topo{
  margin-bottom: 40px;
}
.text b{color: #FFF !important;}
#header{
  background: linear-gradient(to left,  #004377, #191818);
  background-size: cover;
  color: #FFF;
  padding: 20px 0px;
}

#header h2{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
}
#header b{
  color: yellow;
}

#box {
  text-align: center;
  position: relative;
}

.raios{
  position: absolute;
  background: url('raios.png') no-repeat;
  background-size: contain;
  width: 480px;
  height: 373px;
  top: -120px;
  left: -50px;
  animation: rai 2s infinite;
}

#box span{
  display: block;
  font-size: 80px;
  font-family: 'Quicksand', sans-serif;
  -webkit-text-stroke: 2px yellow;
  color: #f6b9002b;
  text-shadow: yellow 1px 1px 10px;
  animation: led 2s infinite;
}
#box .black{
  font-size: 50px;
}

#box p {
  font-size: 16px;
  font-weight: 700px !important;
  color: #FFF;
  text-align: center;
  margin-top: 25px;
  line-height: 1.3em;
}

.off{
  width: 150px;
  border:solid 2px yellow;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 10px;
  margin: 15px auto;
  font-weight: 800;

}

#bt{
  display: block;
  text-align: center;
  background: red;
  padding: 20px;
  color: #FFF;
  box-shadow: #000 1px 1px 10px;
  font-weight: 800;
  font-size: 20px;
  border-radius: 3px;
  margin: 15px 0;
  width: 70%;
  text-decoration: none;
  cursor: pointer;
}
#bt:hover{
  opacity: 0.7;
}

/*barra*/
#barra-slide{
  background: #ededed;
}

#barra-slide ul {
 max-width:80rem;
 margin:0 auto;
 justify-content:space-around;
 padding:.2rem 0;
 border-radius:.25rem;
 border:1px solid #f3f1f4;
 background:#FFF;
 position: relative;
top: -80px;
box-shadow: #cbc2c2 0px 2px 5px;
}

#barra-slide li{
  font-size: .975rem;
  color: red;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

#barra-slide .lnr {
  font-size: 28px;
  margin-right: 10px;
  color: red;
}

#barra-slide i{
  font-size: 28px;
  color: transparent;
  margin-right: 10px;
   -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: red;

}

#barra-slide strong {
   display:block;
   font-size:.75rem;
   color:#222;
   font-weight:400;
   margin-top:3px;
   letter-spacing: 0px;
}


/*Depoimentos*/

#depoimentos{
  background: #ededed;
  padding: 0px 0px 80px;
}

#depoimentos h2{
  color: red;
}

#depoimentos .perf{
  border-radius: 50%;
  width: 40%;
  border: solid 2px #FFF;
  display: block;
  margin: 10px auto;
}
#depoimentos b{
  font-size: 20px;
  display: block;
}
.dp-box{
  background-color: #004377;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
}
.dp-box p{
  font-size: 13px;
}
.descri{
  font-family: sans-serif;
  font-style: italic;
  display: block;
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.5em;
}
.cm{
  font-weight: 700;
  color: #e8c000;
  font-size: 25px;
}

/*tabelas*/

.ord1{
  order: 1;
}
.ord2{
  order: 2;
}
.ord3{
  order: 3;
}
.ord4{
  order: 4;
}

#tabelas{
  background: #ededed;
  padding: 0px;
}

.box-preco{
  background: #FFF;
  margin-bottom: 40px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
  border-radius: 5px;
}

.oferta-tab span {
    color: #FFF;
    max-width: auto;
    font-size: 17px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: 1.5em !important;
    background-color: #fea40a;
    border-radius: 100px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.03em !important;
    float: left;
}
.oferta-tab h3 {
    color: #004377;
    font-size: 23px;
    text-align: left;
    font-weight: 700;
    line-height: 0.8em !important;
    margin-bottom: 0px;
}
.oferta-tab h3 small {
    font-size: 15px;
    font-weight: 400;
    color: #222;
}

/*descricao*/

.bg{
  background: #004377;
}
.kg{  
  color: #FFF;
  width: 80%;
  font-size: 17px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.5em !important;
  background-color: #fea40a;
  border-radius: 100px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.03em !important;
}
.bg p{
  font-size: 15px;
}
.bg .card{
  box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
}

/*valor*/

.valor{
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.valor p {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    line-height: 1.3em !important;
}
.valor p b{
  color: yellow;
}

.valor span{
  font-weight: 800;
}

.cifrao{
  font-size: 30px;
  position: relative;
  top: -30px;
}
.real{
  font-size: 50px;
  display: table;
  margin: auto;
}
.centavos{
  font-size: 30px;
  position: relative;
  top: -30px;
}

.valor p small{
  font-size: 15px;
}

.valor #bt{
  width: 95%;
  background: red;
  font-size: 18px;
  color: #fff;
}
.pdt{
  height: 250px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.frete small{
  line-height: 0.80em !important;
  text-transform: uppercase;
}
.frete small b{
  font-size: 25px;
  display: block;
  font-weight: 800;
}

/*segurança*/

#seguranca{
  background: #004377;
  color: #FFF;
}

#seguranca img{
    filter: brightness(100);
}

#seguranca{
  padding: 50px 0 30px;
  position: relative;
}

#seguranca h2{
  font-weight: 300;
  text-transform: uppercase;
}
#seguranca b{
  position: relative;
  color: yellow;
}
#seguranca h2{
  position: relative;
}
#seguranca h3{
  font-size: 17px !important;
  position: relative;
  z-index: 3;
}
#seguranca p{
  font-weight: normal;
  font-size: 14px !important;
  text-align: center;
  line-height: 1.4em !important;
  margin: 0;
  letter-spacing: 0.01em;
}

/*Desafio*/

#desafio{
  background: url('bg-desafio.png') no-repeat,#FFF;
  background-size: cover;
  color: #FFF;
  padding: 0px;
  overflow: hidden;
}
#desafio h2{
  font-size: 30px;
  font-weight: 800;
}
#desafio img{
    position: relative;
    top: 15px;
}
#desafio h2{
  line-height: 1.8em;
}

#desafio h2 .pink{
  background: #ffd206;
  padding: 0px 5px;
}
#desafio h2 .white{
  background: #FFF;
  padding: 0px 5px;
  color: red;
}

/*ebook*/

#ebook{
  background: red;
  color: #FFF;
}
#ebook h2{
  font-size: 30px;
  font-weight: 800;
}
#ebook img{
    position: relative;
    top: 15px;
}
#ebook h2{
  line-height: 1.8em;
}

#ebook h2 .white{
  background: #FFF;
  padding: 0px 5px;
  color: red;
}

#ebook p{
  font-size: 14px;
}

/*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{
  padding: 30px 0px;
  background: #000;
  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: red;
  background: #FFF;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
}
footer .rastreio:hover{
  text-decoration: none;
  opacity: 0.8;
}


@media (max-width: 576px) {

.raios{
  left: 0px;
}
#header h2{
  text-align: center;
}
#header #bt{
  margin: 15px auto;
}

#barra-slide ul {
top: 0px;
}

.bg{
    width: 95%;
    margin: 0 auto;
    padding-bottom: 15px;
}

#header h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 33px;
}

}

@media (max-width: 420px) {
  
.d-n{
  display: none !important;
}
#barra-slide li {
    font-size: 13px;
    margin-bottom: 20px;
}
#barra-slide strong {
  display: block;
  font-size: 0.7rem;
}
#barra-slide li{
  justify-content: normal;
}
#barra-slide ul {
    width: 95%;
}

.bg {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.raios{
  width: 400px;
}
}