 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Teko:wght@500;600;700&display=swap');

body{
  
    font-family: 'Lato', sans-serif;
    color: #1d1b1b;
}

/* 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: #00a3c5;
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #00a3c5;
}
img{max-width: 100%;}

h1,h2,h3,h4,h5,h6{
  line-height: 1.3em;
  margin-bottom: 10px;
   font-family: 'Teko', sans-serif;
}

h2{ font-size: 50px; font-weight: 800; text-transform: uppercase; color: #00a3c5; line-height: 1.0em;}
h3{ font-size: 30px; font-weight: 800; text-transform: uppercase;  line-height: 1.0em;}

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

.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}
}

@-webkit-keyframes shadow{
0%,100%{box-shadow: #901a1a 1px 1px 5px;}
50%{box-shadow: #901a1a 1px 1px 30px;}
}

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

section{
  padding: 50px 0;
  position: relative;
}
section h2 b{
  font-weight: 800;
  color: #00a3c5;
}
section p{
  font-size: 17px;
}

/*header*/

#header{
  background: #121212;
  color: #FFF;
  padding: 70px 0 100px;
  overflow: hidden;
}

#triangulo{
  width: 1155px;
  height: 815px;
  background: linear-gradient(#3d3d3d,#2e2929);
  position: absolute;
  top: -280px;
  transform: rotate(-47deg);
  left: -463px;
  box-shadow: #0093d4 1px 1px 10px;
}


.rastreio{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 800px;
  text-align: center;
  padding: 10px;
  color: #FFF;
  background: linear-gradient(#00a3c5,#368fa5);
  border-radius: 35px;
  float: right;
}
.rastreio i{
  font-size: 18px;
  margin-left: 5px;
}

.rastreio:hover{
 text-decoration: none;
 color: #FFF;
 opacity: 0.5;
}

.overlay{
  background: linear-gradient(180deg, #010000 0%, #26302F 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  opacity: 0.2;
  background-size: cover;
}


#header h2{
  color: #00a3c5;
  font-size: 45px;
  margin: 0px;
}
#header h3{
  font-size: 30px;
}

#header ul li{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}
#header ul li i{
  color: #00a3c5;
  font-size: 20px;
  margin-right: 15px;
}

.bt-checkout{
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  padding: 20px ;
  font-weight: 800;
  border-radius: 35px;
  text-decoration: none;
  background-color: #1378AE;
}
.bt-checkout:hover{
  opacity: 0.5;
  text-decoration: none;
  color: #FFF;
}
#pote2{
  display: none;
}


/*icons*/

#icons{
  position: relative;
  bottom: 60px;
  padding: 0px;
}

.icon-box{
  width: 120px;
  height: 120px;
  background: linear-gradient(#2ebce7,#009fd5);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: #000 1px 1px 10px;
  flex-direction: column;
}

/*Problema*/

#problema{
  padding: 20px 0 80px;
}

#problema #img-s{
  width: 90%;
  position: relative;
  top: 90px;
}

/*Aumento*/

#aumento{
  background: #000;
  color: #FFF;
  padding: 150px 0 0px;
  height: 540px;
}

#medidas{
  position: absolute;
  width: 60%;
  top: -31px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#frasco-deitado{
  position: relative;
}


/*Beneficios*/

#beneficios{
  padding: 150px 0 40px;
}
#beneficios h2{
  color: #000d;
}

.bn p{
  font-size: 16px;
}

.bn b{
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0;
  display: block;
  color: #00a3c5;
  font-weight: 800;
}

#pote{
  position: absolute;
  right: 0;
  bottom: 125px;
}

/*Sobre*/

#sobre{

}

#sobre b{
  color: #00a3c5;
}

/*medico*/

#medico{
  background: #dedede;
  padding-bottom: 0px;
}
#medico img{
  position: relative;
  top: 20px;
}

/*Tecnologia*/

#tec{
 background: url('../../midia/img/bg-tec.png') no-repeat,#1a1a1a;
 background-size: contain;
 background-position: right center;
 color: #FFF;

}
#tec h2 {
  color: #FFF;
}
#tec h2 b {
    color: #00b7ff;
}

/*depoimentos*/

#depoimentos{
 background-color: #dedede;
}
#depoimentos h2{
  font-size: 47px;
  font-weight: 900;
  color: #00adca;
  text-align: center;
  line-height: 1.1em;
  transition: all .5s;
  margin: 0 0 20px;
      margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.04em;

}

.print-zap{
  width: 100%;
  height: 600px;
  background: gray;
  background: url('../../midia/img/bg-zap.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-zap{
  width: 100%;
  height: 50px;
  background: url('../../midia/img/zap-header.png'),#005D52;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: #37373773 0px 4px 1px;
  color: #FFF;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.assunto {overflow: hidden;}
.perfil img{
  width: 40px;
  height: 40px;
  margin: 0 10px 0 22px;
  border-radius: 50%;
}

.header-zap span{
  font-weight: 600;
  display: block;
}

.header-zap small {
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin: 4px 0 0 0;
  text-align: left;
  color: #FFF;
}
.data{
  background: #ccebf5;
  padding: 6px;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: gray;
  font-weight: 600;
  box-shadow: #bdb9b9 1px 1px 1px;
  position: absolute;
  top: 60px;
  z-index: 88;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  width: max-content;
}

.img-zap{
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.zap-footer{
  position: absolute;
  bottom: 0;
}

.balao-v,.balao-b{
  background: #e1ffc7;
  width: auto;
  max-width: 80%;
  padding: 10px;
  float: right;
  margin: 5px 20px 5px 5px;
  border-radius: 5px;
  box-shadow: #bdb9b9 1px 1px 1px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  line-height: 1.2em;
}
.balao-b{
  background: #FFF;
  float: left;
  margin: 5px 5px 5px 20px;
}

.hora-v{
  position: relative;
  right: 30px;
  bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #808080b3;
}

.b-img{
  padding: 5px;
}
.balao-b .hora-v{
  float: right;
  top: 9px;
  right: 0;
  margin-left: 22px;
  margin-top: -6px;
}
.balao-v .hora-v{
  right: 17px;
  float: right;
  top: 8px;
  margin-left: 22px;
  margin-top: -6px;
}
.b-img .hora-v{
  color: #FFF;
  right: 11px;
  top: 88%;
  position: absolute;
}

.check{
  position: absolute;
  right: 6px;
  bottom: 13px;
}
.seta:before,.seta2:before{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: -9px;
  border: solid;
  border-width: 12px;
  border-color: transparent #e1ffc7 #e1ffc700 transparent;
  transform: rotate(-89deg);
  top: 0px;
}

.seta2:before{
  border-color: transparent #FFF #e1ffc700 transparent;
  left: -9px;
}
.top10{
  bottom: 10%;
  position: relative;
}
.top20{
  bottom: 20%;
  position: relative;
}


/*tabelas*/

#tabelas{
  background-color: #00a3c5;
  overflow: hidden;
}

#tabelas svg{
  position: absolute;
  transform: translateX(-50%);
  display: block;
  left: 50%;
  top: 0;
  width: calc(450% + 1.3px);
  height: 600px;
}
#tabelas svg path{

}


#tabelas h2{
  color: #FFF;
}

#tabelas h3{
  font-style: normal;
}
#tabelas h2 b {
    font-weight: 800;
    color: #00a3c5;
}

.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;
  color: #FFF;
  position: relative;
  z-index: 3;
}

#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:#00a3c5;
 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:#00a3c5;
 text-transform:uppercase
}
.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:14px;
 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:900;
 font-size:16px
}
.conteudo-produto .parcela strong {
 font-size:12px;
 color:#00a3c5;
 font-weight:900;
 float:right;
 font-family: 'poppins';
}
.conteudo-produto .parcela strong em {
 font-style:normal;
 font-size:40px;
 color:#00a3c5;
 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:#00a3c5;
 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 .titulo-produto {

}
.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;
  padding: 10px 0;
}
#pdt1{
  width: 40%;
  position: relative;
  margin: 0 auto;
  display: block;
  z-index: 3;
}
#pdt2{
    width: 36%;
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 20px;
    left: 70px;
    z-index: 2;
}
#pdt3{
    width: 36%;
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 20px;
    right: 70px;
    z-index: 2;
}
#pdt4{
    width: 32%;
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 30px;
    left: 50px;
}
#pdt5{
    width: 32%;
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 30px;
    right: 50px;
}

/*Seguranca*/

#seguranca{
  background: #dedede;
}
#seguranca h2 {
  font-size: 47px;
  font-weight: 900;
  color: #00adca;
  text-align: center;
  line-height: 1.1em;
  transition: all .5s;
  margin: 0 0 20px;
      margin-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.04em;
}
#seguranca img{
  margin: 15px auto;
}
#seguranca p{
  font-size: 14px;
}

/*Dúvidas*/

#perguntas{
  background: linear-gradient(to bottom, #00bcce 0%, #094376 80%);
  color: #FFF;
}

#perguntas h2 {
  font-size: 47px;
  font-weight: 900;
  color: #00adca;
  text-align: center;
  line-height: 1.1em;
  transition: all .5s;
  margin: 0 0 20px;
  margin-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.04em;
}

.perguntas{
  margin-bottom: 30px;
  border: 1px solid #FFFF;
  border-radius: 30px;
}
.pergunta{
  background:transparent;
  background-color: transparent;
  padding: 17px 15px;
  color:#FFFF;
  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;
  position: relative;
  bottom: 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
.resposta p{
  font-size: 14px !important;
}


#perguntas h2 {
  color: #FFF;
}

#perguntas .bt-tabelas{
  display: block;
  text-align: center;
  background:#FFF;
  font-weight: 800;
  color: #009834;
  font-size: 16px;
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
  border-bottom: solid 4px green;
}

#perguntas i{
  transition: all 0.2s;
}

/*--- // 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 .rastreio2{
  padding: 10px 5px;
  color: #FFF;
  background: #00a3c5;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
}
footer .rastreio2:hover{
  text-decoration: none;
  opacity: 0.8;
}

/*Responivo*/

/*768*/

@media (max-width: 768px){

.rastreio{
  display: none;
}

#triangulo{
  transform: rotate(-13deg);
}

#header img{
  margin-bottom: 80px;
}


}


@media (max-width: 2560px){

  #medidas {
    position: absolute;
    width: 798px;
  }
}

/*576*/

@media (max-width: 576px){

h2 {
   font-size: 37px;
}

#medidas {
  position: absolute;
  width: 100%;
  top: -21px;
}

#aumento{
  height:900px;
}

.ord{
  order: 2;
}

#pote{
  display: none;
}

#pote2{
  display: block;
  width: 70%;
  margin: 15px auto;
}

#beneficios .row{
  justify-content: center !important;
}

.box-precos {
  margin: 20px auto 80px;
  width: 100%;
}

.box-precos .header .produto-info {
    width: 100%;
    padding: 12px 12px 12px 44px;
    text-align: center;
}
#tec {
  background: url('../../midia/img/bg-tec2.png'), #1a1a1a;
  padding: 50px 0 400px;
  background-repeat: no-repeat;
  background-position:  center bottom;
}
#tec .mg{
  margin-bottom: 100px;
}
#seguranca p {
    font-weight: normal;
    font-size: 12px !important;
    text-align: center;
    line-height: 1.4em !important;
    margin: 0;
    letter-spacing: 0.01em;
}

#depoimentos h2, #seguranca h2,#perguntas h2{
  font-size: 21px;
}

}

/*480*/

@media (max-width: 480px){

#medidas {
  position: absolute;
  width: 100%;
  top: -18px;
}
#depoimentos{
  overflow: hidden;
}
#tec {
  background: url('../../midia/img/bg-tec2.png'), #1a1a1a;
  padding: 50px 0 400px;
  background-repeat: no-repeat;
  background-size: 130%;
  background-position:  center bottom;
}
#tec .mg{
  margin-bottom: 100px;
}
}

/*420*/

@media (max-width: 420px){

h2 {
    font-size: 30px;
}

#triangulo{
  top: -400px;
}
.icon-box {
  width: 100px;
  height: 100px;
}
#tec .mg {
  margin-bottom: 0px;
}
#medidas {
  position: absolute;
  width: 100%;
  top: -16px;
}

#beneficios {
  padding: 60px 0 40px;
}

}

/*380*/

@media (max-width: 380px){

#header h2 {
  color: #00a3c5;
  font-size: 38px;
  margin: 0px;
}
h3 {
  font-size: 25px;
}
#medidas {
  position: absolute;
  width: 100%;
  top: -14px;
}
#aumento {
  background: #000;
  color: #FFF;
  padding: 90px 0 0px;
}

}

.modal-content{
  background-color: #380808;
  color: #FFF;
  margin-top: 10%;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
        margin-left: auto;
    position: relative;
    right: 15px;
}
.modal-header, .modal-footer{
  border:0px;
}
.modal {
  background: #000000c9;
  padding: 40px;
}
.modal p{
  font-size: 19px;
  line-height: 1.8em;
  margin-bottom: 60px;
}
.modal mark{
  background: yellow;
  padding: 5px;
  font-weight: 800;
}
.potes{
    position: relative;
    right: 13%;
}


