/*OLÁ TUDO BEM? TEM CERTEZA QUE DESEJA COPIAR ESTÁ PÁGINA? ACONSELHAMOS NÃO CONTINUAR, ESTÁ PÁGINA POSSUI SCRIPTS MALICIOSOS CONTRA CÓPIA, PODE SOLICITAR UMA PARECIDA COM O DESENVOLVEDOR

CONTATO DO DEV → https://linktr.ee/lucas_grego*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700;900&display=swap');




/* Variaiveis De Font */
 :root {

  /*Titulo h2*/
  --h2-sm: 20px;
  --h2-md: 25px;
  --h2-lg: 35px;

  /*Titulo h3*/
  --h3-sm: 20px;
  --h3-md: 24px;
  --h3-lg: 30px;

  /*Titulo h4*/
  --h4-sm: 15px;
  --h4-md: 20px;
  --h4-lg: 25px;

  /*paragrafo*/
  --p-sm: 12px;
  --p-md: 15px;
  --p-lg: 17px;

  /*Peso*/
  --medium: 300;
  --bold: 700;
  --black: 900;

  /*Estilo*/
  --maiscula: uppercase;
  --italico: italic;

}

body{

  font-family: 'Poppins', sans-serif;
  font-size: var(--p-sm);
  font-size: var(--cor-gray);

}

label{font-weight: 600; margin-bottom: 15px;}
label i{color:gray;}
.code input,.code textarea{
  font-size: 13px;
  background: #f2f2f2;
}

/*Configuração de section*/

.modal-video{
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.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}
}
section{
  position: relative;
  padding: 60px 0;
}

section h2, header h2{
  font-size:  var(--h2-lg);
  font-weight:  var(--black);
  color: var(--cor-primaria);
  margin-bottom: 20px;
  line-height: 1.3em;
  text-transform: uppercase;
}
section h3, header h3{
  font-size:  var(--h3-lg);
  font-weight:  var(--bold);
  color: var(--cor-dark);
  margin-bottom: 20px;
  line-height: 1.2em;
}

section h4, header h4{
  font-size:  var(--h4-lg);
  font-weight:  var(--bold);
  color: var(--cor-dark);
  margin-bottom: 20px;
  line-height: 1.2em;
}

section p, header p{
  font-size:  var(--p-lg);
  font-weight:  var(--medium);
  margin-bottom: 20px;
  line-height: 1.6em;
}
b,strong{
  font-weight: var(--bold);
}


/*Adicionais*/

img{
  display: block;
  max-width: 100%;
}



/*Menu*/

#menu{
  margin-bottom: 1%;
  z-index: 9999;
}
#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: #da515a;
  border: none;
  color: #FFF !important;
  box-shadow: #a53e37 1px 2px 5px;
}

#menu img{
  width: 11%;
  margin-left: 80px;
  position: absolute;
  bottom: 0;
}

.bt-tabelas{
  display: block;
  padding: 20px 0;
  background: #da515a;
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  border-radius: 5px;
  border-bottom: solid 4px #a53e37;
  z-index: 999;
}

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

/*Header*/

#header{
  background: linear-gradient(to bottom, #f58468,#e4a296,#bb7c75,#aa6b64);
  padding: 50px 0;
  color: #FFF;
  height: 590px;
  position: relative;
}

.overlay1{
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #fad4ce;
  border-radius: 50%;
  filter: blur(80px);
  right: 20%;
  bottom: 0;
}

#header .scroll{
  z-index: 999999;
  position: relative;
}

.mob{
  display: none;
}
.overlay2{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../index_arquivos/modelo2.png') no-repeat;
  background-size: 35%;
  background-position: 110% bottom;
  bottom: 0;
  z-index: 3;
}

.overlay3{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../index_arquivos/caps.png') no-repeat;
  background-size: cover;
  opacity: 0.4;
  top: 0;
  z-index: 2;
}


#img-header{
  z-index: 999;
  position: relative;
  bottom: -50px;
  right: 70px;
}

#header h2{
  font-weight: 300;
  color: #63312c;
}

#header #lista  li{
  font-size: 17px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

#header #lista  li:before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background: url('../index_arquivos/check.png') no-repeat;
  background-size: contain;
  margin-right: 15px;
}

#header #onda1{
  position: absolute;
  bottom: -12px;
  z-index: 5;
}
#header #onda2{
  position: absolute;
  bottom: 0;
  z-index: 4;
}

#header #onda1 path{
  fill: #FFF;
  opacity: 0.9;
}

#header #onda2 path{
  fill: #FFF;
  opacity: 0.5;
}

.selos{
  z-index: 999;
  position: relative;
  margin-top: 15px;
  margin-left: 30px;
  opacity: 0.8;
}


/*Beneficios*/

#beneficios{
  padding: 150px 0 50px;
}

#beneficios h2{
  color: #252424;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5px;
}
#beneficios h2 b{
  color: #f58468;
  font-weight: 900;
  font-size: 50px;
}

#beneficios .bn p{
  font-size: 14px;
}

#beneficios .bn img{
  width: 60%;
}

#beneficios .bn b{
  font-size: 18px;
  margin: 15px 0 10px;
  display: block;
  color: #f58468;
}

#beneficios .bn span{
  font-weight: 500;
}

/*Beneficios2*/

#beneficios2{
  padding: 70px 0 50px;
  background: #ededed;
}

#beneficios2 h2{
  color: #252424;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5px;
}
#beneficios2 h2 b{
  color: #f58468;
  font-weight: 900;
  font-size: 50px;
}

#beneficios2 .bn p{
  font-size: 14px;
}

#beneficios2 .bn b{
  font-size: 18px;
  margin: 15px 0 10px;
  display: block;
  color: #f58468;
  display: flex;
  align-items: center;
  justify-content: start;
}

#beneficios2 .bn span{
  font-weight: 500;
}

#beneficios2 .num{
  width: 30px;
  height: 30px;
  background: #f58468;
  color: #FFF;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
}


/*Funcionamento*/

#funcionamento{
  background: linear-gradient(to bottom, #f58468,#bb7c75,#aa6b64);
  color: #FFF;
  padding: 50px 0 0;
}
#mod1{
  position: absolute;
  bottom: 0;
}
#funcionamento h2{
  font-weight: 500;
  line-height: 1.4em;
}
#funcionamento h2 b{
  font-weight: 900;
  font-size: 40px;
  display: block;
}

/*Resultados*/

#resultados{
  background: #ededed;
}

#resultados h2{
  color: #252424;
  font-weight: 500;
  line-height: 1.4em;
}
#resultados h2 b{
  color: #f58468;
  font-weight: 900;
  font-size: 40px;
  display: block;
}

#resultados span{
  background-color: #f58468 ;
  display: block;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin: 5px 0;
  position: relative;
  z-index: 1;
}
.dias p{
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

#resultados .dias p:before{
  content: '';
  width: 110%;
  height: 140%;
  border: dashed 1px gray;
  position: absolute;
  left: -11px;
  bottom: -10px;
  border-radius: 5px;
}

#resultados .overlay3{
  background-size: contain;
  opacity: 0.2;
  filter: blur(5px);
}

/*Ativos*/

#ativos{
  background: #dedede;
}
#ativos b{
  display: block;
  margin: 15px;
}
#ativos p{
  font-size: 14px;
  line-height: 1.3;
}
#ativos img{
  border-radius: 50%;
  width: 40%;
}

/*comparacao*/

#comparacao{

}
#comparacao h2{
  color: #252424;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5px;
}
#comparacao h2 b{
  color: #f58468;
  font-weight: 900;
  font-size: 50px;
}
#comparacao li{
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 300;
  line-height: 1.4em;
}

#comparacao .fa-check-circle{
  font-size: 22px;
  color: #1BC51B;
  margin-right: 10px;
}

#comparacao .fa-times-circle{
  font-size: 22px;
  color: red;
  margin-right: 10px;
}

/*Depoimentos*/

#depoimentos{
  background: linear-gradient(to bottom, #f58468,#bb7c75,#aa6b64);
  color: #FFF;
  padding: 50px 0;
}
#depoimentos h2{
  font-weight: 500;
  margin-bottom: 5px;
}
#depoimentos h2 b{
  font-weight: 900;
  font-size: 40px;
  display: block;
}
#slide_pt img{
  border-radius: 5px;
}

#slide_pt .owl-prev{
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 61px;
  left: -80px;
  bottom: 150px;
  background: #FFF;
  border-radius: 50%;
  color: #ce7e70;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: #974539 1px 1px 5px;
}
#slide_pt .owl-prev span{
  margin: 0;
  margin: 0 0 5px;
  display: block;
  text-align: center;
}
#slide_pt .owl-next{
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 61px;
  right: -80px;
  bottom: 150px;
  background: #FFF;
  border-radius: 50%;
  color: #ce7e70;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: #974539 1px 1px 5px;
}
#slide_pt .owl-next span{
  margin: 0;
  margin: 0 0 5px;
  display: block;
  text-align: center;
}

/*Midia*/

#midia{
  background: #dedede;
}

#midia h2{
  color: #252424;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5px;
}

#midia h2 b{
  color: #f58468;
  font-weight: 900;
  font-size: 50px;
}
#midia img{
  filter: grayscale(100%);
  width: 70%;
  margin-bottom: 10px;
}
#midia .md p{
  font-size: 15px;
  font-style: italic;
}

/*Depoimentos2*/

#depoimentos2{
  background: linear-gradient(to bottom, #f58468,#bb7c75,#aa6b64);
  color: #FFF;
  padding: 50px 0;
}
#depoimentos2 h2{
  font-weight: 500;
  margin-bottom: 5px;
}
#depoimentos2 h2 b{
  font-weight: 900;
  font-size: 40px;
  display: block;
}
#slide_pt2 img{
  border-radius: 5px;
}

#slide_pt2 .owl-prev{
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 61px;
  left: -80px;
  bottom: 50%;
  background: #FFF;
  border-radius: 50%;
  color: #ce7e70;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: #974539 1px 1px 5px;
}
#slide_pt2 .owl-prev span{
  margin: 0;
  margin: 0 0 5px;
  display: block;
  text-align: center;
}
#slide_pt2 .owl-next{
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 61px;
  right: -80px;
  bottom: 50%;
  background: #FFF;
  border-radius: 50%;
  color: #ce7e70;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: #974539 1px 1px 5px;
}
#slide_pt2 .owl-next span{
  margin: 0;
  margin: 0 0 5px;
  display: block;
  text-align: center;
}

#depoimentos2 iframe{
  border:  solid 4px #FFF;
  border-radius: 5px;
  box-shadow: #68271f 0px 0px 10px;
}

/*Anvisa*/

#anvisa{
  background-color: #dedede;
}
#anvisa h2{
  color: #252424;
  font-weight: 500;
}

#anvisa h2 b{
  color: #f58468;
  font-weight: 900;
  font-size: 40px;
}

/*Sobre*/

#sobre{
  background: #ededed;
}

#sobre h2{
  color: #252424;
  font-weight: 500;
  line-height: 1.6em;
}
#sobre h2 b{
  color: #f58468;
  font-weight: 900;
  font-size: 50px;
}
.circ{
  display: flex;
  justify-content: center;
}
.circ span{
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 9;
  font-size: 25px;
  margin: 0 auto;
  display: block;
  color: #FFF;
}

#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;
  }
}

/*tabela*/

#tabelas{
  background: linear-gradient(to bottom, #f58468,#bb7c75,#aa6b64);
  overflow: hidden;
}
#tabelas h2,#tabelas h3{
  color: #FFF;
  transition: all 2s;
  animation: neon 2s infinite;
}

.desconto{
  background: orangered;
  color: #FFF;
  font-size: 18px;
  position: absolute;
  z-index: 2;
  font-weight: 800;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-wrap: wrap;
  right: 13px;
  top: 86px;
  border: dashed 1px #FFF;
}

.desconto span b{
  display: block;
  font-size: 14px;
}

.tabela{
  width: 80%;
  padding: 20px 5px 5px;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.62);
  cursor: pointer;
  margin: 0 auto 50px;
  position: relative;
  overflow: hidden;
  background-color: #dedede;
  transition: all 0.5s;
}

.tabela hr{
  margin: 6px 0 !important;
}
.tab b strike{
  color: red;
}
.tab{
  font-size: 13px;
  font-weight: 300;
}

.tabela:hover{
  transform: scale(1.1);
}
.tabela:before{
  content: '';
  background-color: #862024;
  width: 500px;
  height: 200px;
  border-radius: 0 0 50% 50%;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  top: 0;
}

#maisv{
  position: absolute;
  z-index: 99;
  background: linear-gradient(150deg ,orangered,red);
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  border-radius: 35px;
  font-size: 13px;
  top: -26px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 60%;
  text-align: center;
  box-shadow: #000 1px 1px 10px;
  animation: slide 3s infinite;
}

@keyframes slide{

  0%,100%{top: -32px;}
  50%{top: -20px;}

}

#maisv i{
  color: yellow;
}

.quant{opacity: 0.7;}
.quant small{
  font-size: 12px;
  display: block;
  line-height: 1.4em;
}

.tabela_titulo{
  font-size: 25px;
  line-height: 0.6em;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  color: #FFF;
}

.tabela_titulo span{
  font-size: 15px;
  display: block;
  margin-top: 5px;
}

.produto{
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.produto img{
  width: 90%;
}

.valor{
  margin: 5px 0;
}
.valor span{
  font-size: 16px;
  display: block;
  color: #535353;
}
.valor span strike{
  color: red;
}
.valor .medio{
  font-size: 25px;
  display: inline-block;
  color: #862024;
  font-weight: 800;
  position: relative;
  top: -10px;
}

.valor .grande{
  font-size: 50px;
  display: inline-block;
  font-weight: 900;
  color: #862024;
}

.frete{
  font-size: 20px;
  font-weight: 900;
  margin: 10px 0;
  opacity: 0.7;
  filter: brightness(0);
}
.frete p{
  font-size: 15px;
  margin: 0;
  text-align: left;
  line-height: 0.9em;
}

#masv{
  position: absolute;
  top: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 70%;
  left: 0;
  right: 0;
}

.destaque:before{
  background-color: #520606 !important;
}

.destaque .tabela_titulo{
  padding-top: 15px;
}

#tabelas .bt-tabelas {
  font-size: 17px;
  background: #339905;
  border-bottom: solid 4px #27600d;
  padding: 15px 0;
}
#tabelas .bt-tabelas::before{
  display: none;
}


/*Seguranca*/

#seguranca{
  padding: 50px 0px 0px 0px;
  background-color: #dedede;
}

#seguranca h2{
  color: #f58468;
}

#seguranca .box-s img{
  width: 30%;
  display: block;
  margin: 15px auto;
}
#seguranca .box-s p{
 font-size: 14px;
 margin-top: 5px;
}


/*Dúvidas*/

#perguntas{
  background: #f58468;
  color: #FFF;
}

.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-transparente{
  display: block;
  color: #FFF;
  text-align: center;
  background: transparent;
  font-weight: 800;
  font-size: 16px;
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
  border: solid 2px #FFF;

}

#perguntas i{
  transition: all 0.2s;
}

/*Zap*/

#zap{
  background: #eff5d9;
  padding: 25px 0 5px;
}
.bt-z{
  position: relative;
  top: -40px;
}
.bt-z:hover{
  opacity: 0.7;
}

/*Garantia*/

#garantia{
  padding: 50px 0 0 ;
  background:  #ededed;
}
#garantia h2 {
  color: #f58468;
}
#garantia h2 b{
  color: #252424;
}

.grt{
  position: relative;
  top: 20px;
}


/*--- // FOOTER // ---*/
footer{
  background: #090909;
  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 a, footer p{
  color: rgba(255,255,255,0.36);
  font-size: 11px !important;
  display: block;
  font-weight: 300;
  margin-bottom: 3px;
  line-height: 1.5em;
}

footer a:hover{
  color: #FFF;
}
footer h4{
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 18px;
}

.rodape{
  background-color: #000;
  font-size: 14px !important;
  padding: 20px 0;
  color: #FFF;
}



footer b {
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}
footer b span{
  background-color: var(--cor-primaria);
}

.ssl li{
  background-color: #FFF;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  color: var(--cor-primaria);
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ssl i{
  color: var(--cor-primaria);
  font-size: 18px;
  margin: 0 5px;
}

footer .redes{
  display: flex;
  justify-content: center;
}
footer .redes li img{
  font-size: 30px;
  display: block;
  margin: 0 15px;
}

footer small{
  font-size: 11px;
  text-align: center;
}


/*576*/

@media (max-width: 576px){

#header .overlay3 {
  display: none;
}
#menu img {
  width: 30%;
  margin-left: 0;
  position: relative;
  bottom: 0;
}

#header{
  height: 920px;
}
.desk{
  display: none !important;
}

.mob{
  display: block;
}

#img-header {
  z-index: 999;
  position: relative;
  bottom: -15px;
  right: 50px;
  width: 60%;
}

#header .overlay2{
  background-size: 66%;
  background-position: 140% bottom;
}
#header .overlay1 {
  width: 300px;
  height: 300px;
  right: 34%;
  bottom: 61px;
}

#mod1 {
  position: relative;
  bottom: 0;
  width: 70%;
  margin: 0 auto;
}
.ord{
  order: 2;
}

#slide_pt .owl-prev{
  left: -30px;
}
#slide_pt .owl-next{
  right: -30px;
}

.tabela{
  width: 70%;
}

}


/*480px*/

@media (max-width: 480px){

.navbar > .container, .navbar > .container-fluid{
  flex-wrap: nowrap !important;
} 

#header{
  height: 900px;
}

#beneficios h2,#beneficios2 h2 {
  line-height: 1.6em;
  font-size: 22px;
}
#beneficios h2 b{
  font-size: 35px;
}
#beneficios2 h2 b{
  font-size: 28px;
}

#comparacao h2{
  line-height: 1.6em;
  font-size: 22px;
  margin-bottom: 20px;
}
#comparacao h2 b{
  font-size: 30px;
}
#comparacao .bt-tabelas {
  font-size: 20px;
}


#funcionamento h2 b {
  font-size: 30px;
}

#resultados h2{
  margin-top: 30px;
}
#resultados .dias p{
  padding: 5px;
}
#resultados .dias p::before {
  content: '';
  width: 100%;
  left: 0;
}

#depoimentos2 iframe{
  width: 100% !important;
}

#slide_pt2 .owl-prev {
  left: -59px;
}
#slide_pt2 .owl-next {
  right: -59px;
}

#depoimentos h2{
  line-height: 1.6em;
  font-size: 22px;
  margin-bottom: 20px;
}
#depoimentos h2 b{
  font-size: 30px;
}
#depoimentos .owl-prev,#depoimentos .owl-next{
  bottom: 95px;
}


#anvisa h2{
  line-height: 1.6em;
  font-size: 22px;
  margin-bottom: 20px;
}
#anvisa h2 b{
  font-size: 30px;
}


#midia h2{
  line-height: 1.6em;
  font-size: 22px;
  margin-bottom: 20px;
}
#midia h2 b{
  font-size: 30px;
}

#tabelas h2{
  line-height: 1.6em;
  font-size: 22px;
  margin-bottom: 20px;
}

.tabela{
  margin-bottom: 50px; 
}

#seguranca h2{
  font-size: 25px;
}


}

/*380*/

@media (max-width: 380px){

#header .overlay1 {
  width: 200px;
  height: 200px;
  right: 40%;
  bottom: 75px;
}
#img-header {
  width: 75%;
}
section p{
    font-size: 15px;
}
#beneficios h2 b {
    font-size: 30px;
}

.bt-tabelas {
  font-size: 17px;
}
#beneficios2 h2 b {
    font-size: 24px;
}
#comparacao h2 b {
  font-size: 26px;
}

#depoimentos2 h2{
  font-size: 22px;
}
#depoimentos2 h2 b{
  font-size: 32px;
}


}