 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,900;1,500;1,600;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300&display=swap');

 body {

   font-family: 'Raleway', sans-serif;
   color: #4a4949;
 }

 /* 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: #023219;
 }

 /* Cor do indicador de rolagem - ao passar o mouse */
 ::-webkit-scrollbar-thumb:vertical:hover,
 ::-webkit-scrollbar-thumb:horizontal:hover {
   background-color: #023219;
 }

 img {
   max-width: 100%;
 }

 h1, h2, h3, h4, h5, h6 {
   line-height: 1.3em;
   margin-bottom: 10px;
 }

 h2 {
   font-size: 35px;
   font-weight: 800;
   text-transform: uppercase;
 }


 p {
   font-size: 17px;
   line-height: 1.4em;
   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;
 }


 .bt-comprar {
   color: #ffffff !important;
   border-radius: 6px;
   text-align: center;
   font-size: 20px;
   fill: #fff;
   font-weight: 900;
   transition: all 1.4s;
   background: radial-gradient(closest-side, #00a221 40%, #078d2e 150%);
   display: table;
   margin: 0 auto 0;
   padding: 25px 50px;
   font-family: 'Raleway', sans-serif;
   animation: pulse 1.5s infinite alternate;
   box-shadow: 0 0 20px 3px #0e0e0ea1;

   border: none;
 }

 .bt-comprar small {
   font-size: 14px;
   display: block;
   margin-top: 5px;
 }

 .bt-comprar:hover {
   text-decoration: none;
   color: #FFF;
   background-color: #910f0f;
 }

 .linha {
   width: 100px;
   height: 5px;
   background: radial-gradient(closest-side, #00a221 40%, #078d2e 150%);
   margin: 30px 0;
   border-radius: 40px;
 }

 /*configurações de seção*/

 section {
   padding: 50px 0;
   position: relative;
 }

 section h2 b {
   font-weight: 800;
   color: #ff0404;
 }

 section p {
   font-weight: 300;
   font-family: 'Roboto', sans-serif;
   -webkit-font-smoothing: auto;
   text-rendering: optimizelegibility;
 }

 .gray {
   opacity: .68;
   filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
 }

 /*Menu*/
 #menu {
   margin-bottom: 25px;
 }

 #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: #023219;
   border: none;
 }

 #menu img {
   width: 50%;
 }

 /*header*/

 #header {
   background: radial-gradient(closest-side, #00b245 40%, #105e10 150%);
   padding: 20px 0 50px;
   color: #FFF;
   height: 680px;
   position: relative;
   z-index: 1;
 }

 #header h2 {
   font-size: 50px;
   font-weight: 900;
   color: #fff;
   text-align: center;
   line-height: 1.1em;
   transition: all .5s;
   margin: 0 0 20px;
   font-family: 'Raleway', sans-serif;
   text-shadow: 0 0 20px #00b940;

 }

 #header h2 b {
   color: #ffd206;
 }


 #header li {
   display: flex;
   align-items: center;
 }

 #list1 li {
   justify-content: end;
 }

 #list2 li {
   justify-content: start;
 }

 #header li p {
   line-height: 1em;
   margin: 15px 0 !important;
   display: inline-block;
   vertical-align: middle;
   font-size: 17px;
   letter-spacing: 0.01em;
 }

 #header li i {
   background-color: #023219;
   color: #12f357;
   border-radius: 80px;
   height: 50px;
   width: 50px;
   vertical-align: middle;
   font-size: 30px;
   line-height: 1.8em !important;
   margin-left: 8px;
   text-align: center;
   box-shadow: 0 0 15px 3px #02321999;
 }

 #header #list2 li i {
   margin-right: 8px;
 }

 #img-header {
   position: relative;
   top: 25px;
 }

 /*anvisa*/

 #anvisa {
   background: #023219;
   color: #FFF;

 }

 /*funcionamento*/

 #funcionamento {
   position: relative;
   padding: 250px 0 50px;
   background: #f7f7f7;
 }

 #funcionamento h2 {
   font-size: 45px;
   font-weight: 900;
   color: #023219;
   line-height: 1.1em;
   transition: all .5s;
   margin: 0 0 20px;
   margin-bottom: 20px;

 }

 #funcionamento ul li {
   background: linear-gradient(to right, #dedede, #80808000);
   border-radius: 35px;
   margin-bottom: 20px;
 }

 #funcionamento ul li b {
   font-size: 25px;
   font-weight: 700;
   line-height: 1.5em;

 }

 #funcionamento ul i {
   padding: 0 9px 0 0;
   color: #83e026;
   font-size: 35px;
 }

 #funcionamento h3 {
   font-weight: 900;
   text-transform: uppercase;
 }


 /*Depoimentos*/

 #depoimentos {
   background: #dedede;
   padding: 50px 0 50px;
 }

 #depoimentos h2 {
   font-size: 45px;
   font-weight: 900;
   color: #023219;
   line-height: 1.1em;
   transition: all .5s;
   margin: 0 0 20px;
   margin-bottom: 20px;

 }

 #depoimentos .box-dp {
   background: #034103;
   padding: 20px;
   color: #FFF;
   font-weight: 800;
   font-size: 25px;
   overflow: hidden;
   position: relative;
   border: 0;
 }

 #depoimentos .box-dp span {
   color: yellow;
 }

 .frasco-dp {
   position: absolute;
   top: 280px;
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   left: 0;
   right: 0;
 }

 .nome {
   font-size: 18px;
   display: block;
   margin: 15px 0;
 }

 .kg {
   font-size: 40px;
   display: block;
   font-weight: 900;
   margin: 15px 0;
   color: #009834;
 }

 #depoimentos .owl-prev {
   background: #009834;
   font-size: 40px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   color: #FFF;
   display: flex;
   justify-content: center;
   position: absolute;
   left: -70px;
   top: 50%;
   font-weight: 800;
 }

 #depoimentos .owl-next {
   background: #009834;
   font-size: 40px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   color: #FFF;
   display: flex;
   justify-content: center;
   position: absolute;
   right: -70px;
   top: 50%;
   font-weight: 800;
 }

 /*desafio*/

 #desafio {
   background: #dedede;
   padding: 0;
   color: #FFF;
   overflow: hidden;
 }

 .overlay {
   width: 100%;
   height: 420px;
   background: #023219;
   position: absolute;
   bottom: 0;
 }

 #desafio h2 {
   font-size: 45px;
   font-weight: 900;
   color: #FFF;
   line-height: 1.1em;
   transition: all .5s;
   margin: 0 0 20px;
   margin-bottom: 20px;

 }

 #desafio img {
   position: relative;
 }

 /*Sobre*/

 #sobre {}

 #sobre h2 {
   font-size: 45px;
   font-weight: 900;
   color: #023219;
   line-height: 1.1em;
   transition: all .5s;
   margin: 0 0 20px;
   margin-bottom: 20px;

 }

 #sobre .text p {
   font-size: 14px !important;
   margin-top: 15px;
 }

 /*ebooks*/

 #ebooks h3 {
   font-size: 25px;
   font-weight: 900;
   color: #023219;
 }

 #ebooks .col-lg-5 {
   max-width: 35% !important;
 }


 /*tabelas*/

 #tabelas {
   background: radial-gradient(closest-side, #00b245 40%, #105e10 150%);
   font-family: poppins;
 }

 #tabelas h2 {
   font-size: 60px;
   font-weight: 900;
   color: #fff;
   text-align: center;
   line-height: 1.1em;
   transition: all .5s;
   margin: 0 0 20px;
   font-family: 'Raleway', sans-serif;
   text-shadow: 0 0 20px #00b940;

 }

 #tabelas .text-light {
   font-size: 22px;
 }

 #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;
   font-family: 'Roboto', sans-serif;
 }

 #clockdiv>div {
   padding: 0px;
   background: #023219;
   padding: 15px;
   border-radius: 15px;
   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 {
   color: #fff;
   width: 80px;
   padding: 5px;
   text-align: center;
   font-weight: 600;
   margin-bottom: 0px;
   margin-right: 10px;
   line-height: 1.2em !important;
   background-color: #023219;
   font-family: 'Roboto', sans-serif;
   letter-spacing: -0.03em !important;
   float: left;
 }

 .box-precos .header .porcentagem-desconto strong {
   font-size: 25px;
   color: #fff
 }

 .box-precos .header .produto-info {
   width: 100%;
   padding: 12px;
   text-align: center;
   font-family: 'Roboto', sans-serif;
 }

 .box-precos .header .produto-info strong {
   font-size: 16px;
   display: block;
   line-height: 13px;
   font-weight: 700;
   color: #023219;
   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
 }

 .produtos {
   position: relative;
 }

 .produtos .circ {
   position: absolute;
   width: 150px;
   height: 150px;
   background-color: red;
   border-radius: 50%;
   margin-left: auto;
   margin-right: auto;
   left: 0;
   right: 0;
   top: 20px;
   background: radial-gradient(closest-side, #00b245 40%, #105e10 150%);
 }


 .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: 700;
   font-size: 16px
 }

 .conteudo-produto .parcela strong {
   font-size: 12px;
   color: #023219;
   font-weight: 800;
   float: right
 }

 .conteudo-produto .parcela strong em {
   font-style: normal;
   font-size: 40px;
   color: #023219;
   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: #023219;
   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 {
   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;
 }

 /*Seguranca*/

 #seguranca {
   background: #dedede;
 }

 #seguranca h2 {
   font-size: 47px;
   font-weight: 900;
   color: #023219;
   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;

 }

 #seguranca img {
   margin: 15px auto;
 }

 #seguranca p {
   font-size: 14px;
 }

 /*Dúvidas*/

 #perguntas {
   background: radial-gradient(closest-side, #00b245 40%, #105e10 150%);
   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;

 }

 .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;
 }

 /*Garantia*/

 #garantia {
   background-color: #dedede;
 }

 #garantia h2 {
   font-size: 47px;
   font-weight: 900;
   color: #0a7b22;
   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;

 }

 #garantia h3 {
   font-size: 30px;
   font-weight: 800;
   color: #023219;
 }

 /*--- // 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;
   line-height: 1.5em;
 }

 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: #00adca;
 }

 footer .rastreio {
   padding: 10px 5px;
   color: #FFF;
   background: #098528;
   font-weight: 600;
   text-align: center;
   border-radius: 2px;
 }

 footer .rastreio:hover {
   text-decoration: none;
   opacity: 0.8;
 }

 .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;
 }


 /*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");
   }

   #img-funcionamento {
     display: none;
   }

   #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 .tabela {
     margin-bottom: 100px;
   }

 }

 /*576px*/

 @media (max-width: 576px) {
   h2 {
     font-size: 24px;
   }

   #menu {
     margin-bottom: 20px;
   }

   #ebooks .col-lg-5 {
     max-width: inherit !important;
   }

   #header {
     height: 900px;
   }

   #funcionamento ul li b {
     font-size: 17px;
     font-weight: 700;
     line-height: 1.5em;
   }

   #funcionamento ul i {
     padding: 0 9px 0 0;
     color: #83e026;
     font-size: 24px;
   }

   .box-precos {
     width: 90%;
     margin-bottom: 100px;
   }

   #depoimentos .owl-prev, #depoimentos .owl-next {
     display: none;
   }

   #list1, #list2 {
     display: none;
   }

   #depoimentos {
     padding: 50px 0;
   }

   #desafio {
     padding: 50px 0 0;
   }

   #desafio .overlay {
     height: 100%;
   }

   #funcionamento .card {
     padding: 20px;
     z-index: 999;
     width: 95%;
     margin: 0 auto;
   }

   #menu img {
     width: 130px;
   }

   #beneficios h2, #sobre h2, #funcionamento h2, #depoimentos h2, #tabelas h2, #seguranca h2, #garantia h2, #perguntas h2 {
     font-size: 40px;
   }

 }

 /*480px*/

 @media (max-width: 480px) {

   #header {
     height: auto;
   }

   #header h2 {
     font-size: 35px;
     color: #FFF;
   }

   #header {
     height: 655px;
   }

   #tec {
     background: linear-gradient(to bottom, #d90100, #d90100, #6a000000, #6a000000), url('../../midia/img/bg-tec2.png');
     padding: 50px 0 500px;
     background-repeat: no-repeat;
     background-position: center bottom;
   }

   .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: 100%;
     margin: 20px auto;
   }

   .box-precos .header .produto-info {
     width: 100%;
     padding: 12px 0 0 21px;
     text-align: center;
   }

   #ebook h2 {
     font-size: 17px;
     font-weight: 800;
   }

   #beneficios img {
     width: 80%;
   }

   .bt-comprar {
     width: 85%;
   }

   .bt-comprar small {
     font-size: 12px;
     display: block;
     margin-top: 5px;
   }

   #tec .mg {
     margin-bottom: 0px;
   }

   #seguranca p {
     font-weight: normal;
     font-size: 12px !important;
   }

   #beneficios {
     padding: 50px 0 80px;
   }

   #beneficios svg {
     height: 1000px;
   }
 }



 /*380px*/

 @media (max-width: 380px) {


   #desafio h2, #beneficios h2, #sobre h2, #funcionamento h2, #depoimentos h2, #tabelas h2, #seguranca h2, #garantia h2, #perguntas h2 {
     font-size: 35px;
   }

   #header {
     height: 552px;
   }

   #header h2 {
     font-size: 35px;
     color: #FFF;
   }

   .frasco-dp {
     position: absolute;
     top: 300px;
   }

   #funcionamento img {
     width: 70%;
   }

   .bn {
     margin-bottom: 40px;
   }

   #beneficios h2, #sobre h2, #funcionamento h2, #depoimentos h2, #tabelas h2, #seguranca h2, #garantia h2, #perguntas h2 {
     font-size: 30px;
   }

   #funcionamento li p {
     font-size: 11px;
   }

   .box-precos {
     margin-bottom: 80px;
   }

   .bt-comprar {
     width: 95%;
   }

   .bt-comprar {
     width: 95%;
     font-size: 16px;
   }

   .bt-comprar small {
     font-size: 10px;
     display: block;
     margin-top: 5px;
   }

   h2 {
     font-size: 20px;
   }

   .box-precos .header .produto-info {
     width: 100%;
     padding: 12px 0 0 38px;
     text-align: center;
   }

 }