/*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: #009391
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #009391
}
img{max-width: 100%;}

h1,h2,h3,h4,h5,h6{
  line-height: 1.3em;
  margin-bottom: 10px;
}

h2{ font-size: 35px; font-weight: 900; }


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}
}


/*configurações de seção*/

section{
  padding: 50px 0;
  position: relative;
}
section h2 b{
  font-weight: 800;
  color: #009391;
}
section p{
  font-size: 17px;
}
.gray {
    opacity: .68;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

/*Menu*/
#menu{

}
#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: #084d4a;
  border: none;
}


/*Header*/

#header h1{
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  line-height: 0.9em;
  color: #084d4a;
}
#header h1 i{
  font-weight: 800;
}
#fio1{
  position: absolute;
  opacity: 0.4;
}
#fio2{
  position: absolute;
  opacity: 0.4;
  top: 12%;
}
#fio3 {
    position: absolute;
    opacity: 0.2;
    top: 28%;
    transform: scale(-1);
    right: 0;
}
#fio4 {
    position: absolute;
    opacity: 0.2;
    transform: scale(-1);
    right: 0;
}

#header h1 span{
  display: block;
  font-size: 18px;
  font-weight: 600;
}
#header h1 i{color: #FFF}
#header{
  background-color: #000;
  position: relative;
  color: #FFF;
  height: 600px;
  padding: 20px 0;
  background: linear-gradient(to bottom, #00c9ca, #008d8c);

}

#header h2 b{font-weight: 800; color: #084d4a; 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-tab{
  display: block;
  background: #fe8c00;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f83600, #fe8c00);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f83600, #fe8c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  padding: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
}
.bt-tab:hover{
  text-decoration: none;
  color: #FFF;
  opacity: 0.8;
  background: rgba(255, 0, 55, 1);  /* fallback for old browsers */

}
.bt-tab span{
  display: block;
}
.bt-tab small{
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.frete{
  font-size: 12px;
  margin: 12px 0;
  display: block;
}

#wave1{
  position: absolute;
  width: 100%;
  transform: scale(-1);
  bottom: -5px;
  height: 98px;
}
#wave1 path{
  fill: #FFF;
}
.img-header{
  position: relative;
  z-index: 99999;
}
#header h3{font-weight: 700; font-size: 20px;}
/*Funcionamento*/

#funcionamento{
  padding: 140px 0 80px;
}
#funcionamento h2{text-transform: uppercase;}

#funcionamento p{
  font-size: 16px;
}
#funcionamento h3{
  font-weight: 600;
  font-size: 20px;
}

/*Beneficios*/

#beneficios{
color: #FFF;
background:  #007991;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #56dac3,  #007991);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #56dac3,  #007991); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#beneficios h2{text-transform: uppercase;}
#beneficios p{
  font-size: 15px;
}
#beneficios img{
  border: dashed 2px #073E3D;
  border-radius: 50%;
}

#beneficios h3{
  font-weight: 800;
  font-size: 18px;
  color: #073e3d;
  margin-top: 25px;
}
#beneficios b{color: #073e3d;}

/*Sobre*/
#sobre{
  position: relative;
  padding: 80px 0;
  background: #dcfbfa;
}
#sobre h2{text-transform: uppercase;}
#sobre p{
  font-size: 17px;
}

#corpo-c{
  padding: 20px;
}
#img-sobre {
    width: 40%;
    position: absolute;
    left: 0;
    bottom: -170px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: 0;
}

#sobre h4{
  font-weight: 600;
  font-size: 19px;
}
#sobre .card{
  padding: 20px;
  z-index: 999;
  text-align: left;
  background: #007d7a;
  color: #FFF;
}
#sobre .card span{
  font-size: 20px;
  margin-right: 15px;
  font-weight: 800;
  color: #FFF;
}
#sobre .card p{
  font-size: 15px;
}


/*Desafio*/

#desafio{
  background: linear-gradient(to bottom, #56dac3, #007991);
  color: #FFF;
  overflow: hidden;
}
#desafio h2{
  font-size: 30px;
}

#desafio h2{
  line-height: 1.8em;
}

#desafio h2 .pink{
  background: #005b58;
  padding: 0px 5px;
}
#desafio h2 .white{
  background: #FFF;
  padding: 0px 5px;
  color: #37b8b1;
}

/*depoimentos*/

#depoimentos{
 
}
.perfil{
    height: 235px;
    overflow: hidden;
}
#depoimentos .nome{
  display: flex;
  justify-content: space-between;
}
#depoimentos .nome i{
  color: #ffba42;;
}

#depoimentos .card-header{

}

#depoimentos .card p{
  font-size: 14px;
  font-style: italic;
  padding: 10px;
}

/*tabelas*/

#tabelas{
  background:linear-gradient(to bottom, #0c7563, #007991);
}

#tabelas h2{
  color: #FFF;
}

#tabelas h3{
  font-style: normal;
}
#tabelas h2 b {
    font-weight: 800;
    color: #fff;
}
.tabela{
  margin: 0 auto;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #ffffff;
  border: 2px solid #004F4B;
  transform: scale(1);
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.1s;
}
.tabela:hover{
  transform: scale(1.1);
}

.titu-tab{
  background-color: #004F4B;
  color: #fff;
  font-weight: bold;
  border-radius: 400px;
  padding: 8px 10px;
  width: 90%;
  line-height: 1.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
  margin-left: 5%;
  margin-top: -15px;
  position: relative;
  bottom: 25px;
}

.quantidade{
  font-weight: 800;
}

.produtos{
  position: relative;
}
#pdt1{
  width: 40%;
  position: relative;
  margin: 0 auto;
  display: block;
  z-index: 3;
}
#pdt2{
    width: 33%;
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 13px;
    left: 50px;
    z-index: 2;
}
#pdt3{
    width: 33%;
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 13px;
    right: 50px;
    z-index: 2;
}
#pdt4{
    width: 26%;
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 30px;
    left: 20px;
}
#pdt5{
    width: 26%;
    position: absolute;
    margin: 0 auto;
    display: block;
    top: 30px;
    right: 20px;
}

.apenas, .avista{
  font-size: 14px;
}
.valor{
  line-height: 55px;
  color: #004F4B;
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: -2px;
}

.bt-ck{
  text-transform: uppercase;
  color: #fff;
  background-color: #004F4B;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 4%;
  width: 75%;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  text-shadow: rgba(0, 0, 0, 0.05) 0 2px 3px;
  margin-bottom: 0px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: relative;
  z-index: 115;
  font-weight: 800;
}

box-contador {
    margin: 0 0 30px;
    }

.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: #0ed3d5;
    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;
}

/*Perguntas*/
.perguntas-frequentes{
  padding: 70px 0px 20px;
  position: relative;
}

.perguntas{
  margin-bottom: 30px;
  border: 1px solid #009391;
  border-radius: 10px;
}
.pergunta{
  background:transparent;
  background-color: transparent;
  padding: 11px 15px;
  color:#009391;
  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;
}


/*segurança*/

#seguranca{

}

#seguranca{
  padding: 50px 0 30px;
  position: relative;
}

#seguranca h2{
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}
#seguranca b{
  color: #009391;
  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;
}
/*--- // FOOTER // ---*/
footer{
  background-image: linear-gradient(to bottom, #000000, #0d0c0c, #161515, #1c1c1b, #232322);
  padding: 58px 58px 58px 58px;
  position: relative;
}
footer h5{
font-size: 35px;
font-weight: 300;
margin: 0;
line-height: 0.9em;
color: #009391;
text-align: left;
}

footer h5 span{
  display: block;
  font-size: 16px;
  font-weight: 600;
}
footer i{color: #FFF; font-weight: 800;}

footer a, footer p{
  color: rgba(255,255,255,0.36);
  font-size: 13px !important;
  display: block;
  font-weight: 300;
  margin-bottom: 3px;
}
.linha{
  background-color: #6ec1e4;
  display: block;
  margin: 7px 0;
  width: 100%;
  height: 1px;

}
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: #009391;
  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;
}
}

/*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: 100px auto;
  display: block;
}
.tabela{
  width: 70%;
}

#desafio .oder{
  order: 2;
}

}

/*480px*/

@media (max-width: 480px){

#header {
    height: 1000px;
}
#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;
}
}


/*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;
}

}

/*380px*/

@media (max-width: 380px){

  #aumento .ab {
    position: absolute;
    top: 18%;
    right: 111px;
}
#depoimentos h2 {
    font-size: 31px !important;
}
.tabela{
  width: 90%;
}
}

