@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Ubuntu:wght@400;500;700&display=swap");
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.secoes {
  padding-top: 56px;
  padding-bottom: 56px;
}
.mbc80{margin-bottom: 230px;}
/** HEADER **/
header {
  background-color: #57358c;
  padding-top: 24px;
  padding-bottom: 24px;
}

.logo-topo {
  height: 70.55px;
  width: 150px;
}
.rastreio {
  position: absolute;
  right: 6%;
  top: 2.5%;
}
.acompanhar {
  margin-left: 8px;
  font-family: "Lato";
  font-weight: bolder;
  margin-bottom: 0;
}

.rastreio > a {
  color: white;
  text-decoration: none;
}
/** SEÇÃO INICIAL **/
.inicial h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
  letter-spacing: 0em;
  background: linear-gradient(0deg, #e7324f, #e7324f),
    linear-gradient(90deg, #ee7124 0%, #e7324f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
}
.inicial .check {
  fill: #57358c;
  width: 33px;
  padding-right: 12px;
}
.inicial p {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #57358c;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.btn-adquirir-agora {
  border-radius: 32px;
  padding: 24px;
  background: linear-gradient(180deg, #71dd88 0%, #00a85b 100%);
  box-shadow: 0px 3px 10px 0px #00000033;
  font-family: "Ubuntu";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  box-shadow: 0px 4px 10px 0px #00000040;
  border: none;
  color: white;
  text-transform: uppercase;
  margin-top: 40px;
  transition: all 0.3ms;
}
.btn-adquirir-agora:hover {
  color: white;
  background: linear-gradient(180deg, #53c16a 0%, #01693a 100%);
}
.icones-beneficios {
  width: 72%;
}
/** VIDEOS **/
.videos {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f6f2fc 100%);
}
.videos h2 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.videos h6 {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 500;
  line-height: clamp(22px, 3vw, 32px);
  letter-spacing: 0em;
  color: #8b8b8b;
  margin-bottom: 40px;
}
.videos .icones-beneficios {
  width: 30%;
}
.ratio > * {
  border-radius: 12px;
}
/** ANVISA **/
.anvisa {
  background: linear-gradient(180deg, #a793c7 0%, #57358c 100%);
}
.anvisa h2 {
  font-family: "Lato";
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  line-height: clamp(30px, 3vw, 46px);
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-bottom: clamp(0.5rem, 3vw, 1rem);
}
.anvisa h6 {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 400;
  line-height: clamp(22px, 3vw, 26px);
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
/** COMO FUNCIONA **/
.como-funciona h2 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.como-funciona h6 {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 500;
  line-height: clamp(22px, 3vw, 32px);
  letter-spacing: 0em;
  color: #8b8b8b;
  margin-bottom: 40px;
}
.como-funciona .icones-beneficios {
  width: 30%;
}
.como-funciona p {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 400;
  line-height: clamp(32px, 4vw, 42px);
  letter-spacing: 0em;
  text-align: left;
  color: #e7324f;
  text-transform: uppercase;
  margin-bottom: 0;
}
.como-funciona .check {
  width: clamp(14px, 3vw, 18px);
  fill: #e7324f;
  margin-right: 8px;
}
.como-funciona img {
  border-radius: clamp(6px, 3vw, 12px);
  width: 100%;
}
/** TÍTULO SEÇÕES **/
.titulo-secoes {
  padding-top: 24px;
  padding-bottom: 24px;
  background: linear-gradient(90deg, #a793c7 0%, #57358c 100%);
}
.titulo-secoes h2 {
  font-family: "Lato";
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  line-height: clamp(34px, 4vw, 46px);
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.titulo-secoes h5 {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 500;
  line-height: clamp(22px, 3vw, 30px);
  letter-spacing: 0.1em;
  text-align: center;
  color: #e3e3e3;
  margin-bottom: 0;
  margin-top: 24px;
}
/** BENEFÍCIOS **/

.beneficios2-img {
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 10px 0px #c2b3da;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.beneficios2 p {
  font-family: "Ubuntu";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #e7324f;
}
.beneficios2 .icones-beneficios {
  width: 30%;
}
/** KITS **/
.kits {
  background: #f7f8f9;
}

.kit {
  background: #57358c;
  box-shadow: 0px 0px 10px 0px #c2b3da;
  border-radius: 24px;
  padding-bottom: 4px;
}
.kits a {
  text-decoration: none;
}
.kits .kit h6 {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
  padding: 12px;
}
.kit-body {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 24px;
}
.kits .kit .kit-body p {
  font-family: "Ubuntu";
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.kits .kit .kit-body img {
  width: 95%;
  padding-bottom: 24px;
}
.kits .kit .kit-body .frasco {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.kits .kit .kit-body .divisor {
  border-top: 1.5px solid #57358c;
  width: 220px;
  height: 1px;
  padding-bottom: 24px;
}
.kits .kit .kit-body .preco {
  font-family: "Ubuntu";
  font-size: 60px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: center;
  color: #57358c;
  padding-top: 8px;
  padding-bottom: 8px;
}
.kits .kit .kit-body .preco span {
  font-family: "Ubuntu";
  font-size: 30px;
  font-weight: 700;
  line-height: 34.47px;
  letter-spacing: 0em;
  text-align: center;
  color: #57358c;
}
.btn-comprar-agora {
  background: linear-gradient(180deg, #8d74b3 0%, #57358c 100%);
  border-radius: 24px;
  box-shadow: 0px 3px 10px 0px #00000033;
  font-family: "Ubuntu";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
  padding: 16px 56px;
  border: none;
}
.btn-comprar-agora:hover {
  background: linear-gradient(180deg, #bba1e2 0%, #7656a8 100%);
  color: #fff;
  border: none;
}
.frete-gratis {
  padding-top: 16px;
  width: 70%;
}
.kits .kit .kit-body .preco-antigo {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #ff0000;
  margin-bottom: 0;
  padding-bottom: 0;
}
.kits h4 {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  letter-spacing: 0em;
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 16px;
}
.kits .pagamento {
  width: 38%;
  padding-bottom: 24px;
}
.kits .mapa {
  height: 60px;
  width: 181.8px;
  padding-right: 24px;
}
.kits .site-seguro {
  height: 60px;
  width: 125px;
}
.kits h5 {
  font-family: "Ubuntu";
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 700;
  line-height: clamp(21px, 4vw, 37px);
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(90deg, #f36083 0%, #e7324f 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: clamp(16px, 3vw, 24px);
}
.quadrado {
  height: 110px;
  width: 110px;
  border-radius: 12px;
  padding: 12px;
  float: left;
  margin-right: 24px;
  text-align: center;
  background: linear-gradient(180deg, #f36083 0%, #e7324f 100%);
  vertical-align: middle;
  position: relative;
}
.conteudo-square {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.min,
.seg,
.hours {
  font-family: "Ubuntu";
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
.conteudo-square p:nth-child(2) {
  margin-bottom: 0;
}

.quadrado p {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}
.contador div:nth-child(3) {
  margin-right: 0;
}
/** TITULO EBOOKS **/
.titulo-ebooks {
  padding-top: 24px;
  padding-bottom: 24px;
  background: linear-gradient(90deg, #f36083 0%, #e7324f 100%);
}
.titulo-ebooks h2 {
  font-family: "Lato";
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  line-height: clamp(30px, 4vw, 38px);
  letter-spacing: 0em;
  text-align: center;
  color: white;
  margin-bottom: 0.5rem;
}
.titulo-ebooks h6 {
  margin-bottom: 0;
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 500;
  line-height: clamp(22px, 3vw, 32px);
  letter-spacing: 0em;
  text-align: center;
  color: #e3e3e3;
}
/** BOOKS **/
.books {
  padding-top: 40px;
  padding-bottom: 40px;
  background: radial-gradient(50% 50% at 50% 50%, #454545 0%, #313131 100%);
}
.books p {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 700;
  line-height: clamp(16px, 3vw, 25px);
  letter-spacing: 0em;
  text-align: center;
  color: white;
  margin-top: 1rem;
  margin-bottom: 0;
}
/** BORDA**/
.borda {
  height: 16px;
  background: linear-gradient(90deg, #f36083 0%, #e7324f 100%);
}
/** DEPOIMENTOS FACEBOOK **/
.depoimentos-facebook h2 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
}
.message_box {
  padding: 10px 20px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  margin-left: 10px;
}

.message_box img {
  cursor: pointer;
}

#load_testm_div {
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  font-size: 12px;
  line-height: normal;
  font-family: Arial;
  padding: 0;
}

.commentReply {
  margin: 0 0 0 60px;
  padding: 0 20px 10px;
}

.commentReply img {
  width: 32px !important;
  height: 32px;
  cursor: pointer;
}

.commentItem {
  margin-left: 60px;
}

.commentReply .commentItem {
  margin-left: 42px !important;
}

.commentLinks,
.commentName {
  color: #3b5998;
  cursor: pointer;
}

.commentItem .emoji,
.message_box .emoji {
  width: 13px !important;
}

.commentReply .foto-comentario {
  width: 200px !important;
  height: auto;
}
.depoimentos-facebook .icones-beneficios {
  width: 30%;
}
/* DEPOIMENTO VIDEOS */
.depoimentos-videos h2,
.depoimentos-videos h4 {
  font-family: Lato;
  line-height: clamp(36px, 4vw, 46px);
  text-fill-color: transparent;
  font-size: clamp(28px, 3vw, 36px);
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.depoimentos-videos h2 {
  margin-bottom: clamp(40px, 5vw, 56px);
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  background-clip: text;
}
.depoimentos-videos h4 {
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
}

.depoimentos-videos .borda2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.depoimentos-videos {
  padding-top: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(40px, 5vw, 56px);
}
.carousel1 {
  margin-bottom: 80px;
}

.slick-slide {
  margin: 0 24px;
}

.slick-list {
  margin: 0 -24px;
}


.slick-next {
  right: -56px;
}

.slick-prev {
  left: -96px;
}
.slick-prev, .slick-next{
  
  width: auto;
  height: auto;
}
/** BORDA 2**/
.borda2 {
  background: linear-gradient(90deg, #a793c7 0%, #57358c 100%);
  height: 16px;
}
/** ESPECIALISTAS **/
.especialistas {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f6f2fc 100%);
}
.especialistas .icones-beneficios {
  width: 30%;
}
.especialistas h2 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0em;
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
}
.especialistas p {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 400;
  line-height: clamp(22px, 3vw, 26px);
  letter-spacing: 0em;
  text-align: left;
  color: #e7324f;
}
.leila {
  width: 57%;
}
/** MIDIA **/
.midia h2 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
}
.midia p {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 400;
  line-height: clamp(22px, 3vw, 26px);
  letter-spacing: 0em;
  text-align: center;
  color: #e7324f;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
/** GARANTIA **/
.garantia {
  background: radial-gradient(
    63.77% 63.77% at 50% 50%,
    #a793c7 0%,
    #57358c 100%
  );
}
.garantia img {
  width: 660px;
}
.garantia h3 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0em;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(90deg, #ffffff 0%, #f5aa7c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.garantia p {
  font-family: "Ubuntu";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
/** COMPRAR INTERNET **/
.comprar-internet h2 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.comprar-internet h6 {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 500;
  line-height: clamp(22px, 3vw, 32px);
  letter-spacing: 0em;
  color: #8b8b8b;
  margin-bottom: 40px;
}
.comprar-internet p {
  font-family: "Ubuntu";
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 400;
  line-height: clamp(22px, 3vw, 26px);
  letter-spacing: 0em;
  text-align: center;
  color: #e7324f;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.comprar-internet img {
  width: 60px;
}
/** PERGUNTAS FREQUENTES **/
.perguntas-frequentes {
  background: #f7f8f9;
}
.perguntas-frequentes h2 {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(90deg, #8d74b3 0%, #57358c 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
}
.accordion-header {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ee7124;
  background-color: transparent;
  transition: all 0.5s;
}
.accordion-button:not(.collapsed) {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ee7124;
  background-color: transparent;
  transition: all 0.5s;
  background-color: #fff;
  border: 1.5px solid #ee7124;
}
.accordion-button:hover {
  color: #fff;
  background-color: #ee7124;
  transition: all 0.5s;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
  border: 1.5px solid #ee7124;
}
.accordion-item {
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 16px;
}
.accordion-button {
  padding: 16px 24px;
  border: 1.5px solid #ee7124;
  border-radius: 24px;
  font-weight: 500;
  color: #ee7124;
}
.accordion-button:hover {
  z-index: 0;
}
.accordion-button::after,
.accordion-button:focus::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EE7124'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:hover::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.accordion-body p {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #e7324f;
}
/** FOOTER **/
.footer {
  background: #313131;
}
.footer img {
  height: 100px;
  width: 212.63px;
  margin-bottom: 40px;
}
.btn-whats-footer {
  background: linear-gradient(180deg, #71dd88 0%, #00a85b 100%);
  border-radius: 24px;
  padding: 16px 24px 16px 24px;
  box-shadow: 0px 3px 10px 0px #00000033;
  margin-bottom: 10px;
  border: 0px solid transparent;
}
.btn-whats-footer:hover {
  background: linear-gradient(180deg, #53c16a 0%, #01693a 100%);
}
.img-btn {
  padding-right: 16px;
}
.img-btn img {
  height: 32px !important;
  width: 32.65px !important;
  margin-bottom: 0 !important;
}
.btn-txt {
  font-family: "Ubuntu";
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.footer p,
.footer a {
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  text-decoration: none;
}
#whatsapp-rolante {
  text-align: right;
  position: fixed;
  bottom: 10px;
  right: 1px;
}
.btn-whats {
  background: linear-gradient(180deg, #71dd88 0%, #00a85b 100%);
  width: 72px;
  height: 72px;
  box-shadow: 0px 3px 10px 0px #00000033;
  border-radius: 24px;
  display: flex;
  justify-content: center;
}
.btn-whats:hover {
  background: linear-gradient(180deg, #53c16a 0%, #01693a 100%);
}
.botao-whats {
  height: 40px;
  width: 40.82px;
  align-self: center;
}
@media (max-width: 767px) {
      .mbc80{margin-bottom: 80px;}
  .rastreio {
    right: 4%;
    top: 2%;
  }
  .acompanhar {
    font-size: 12px;
  }
  .caminhao {
    width: 40px;
    height: 35px;
  }
  .secoes {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /** HEADER **/
  header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header img {
    height: 48px;
    width: 102.6px;
  }
  /** SEÇÃO INICIAL **/

  .inicial h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
    text-align: center;
  }
  .inicial p {
    font-size: 14px;
    line-height: 32px;
  }

  .btn-adquirir-agora {
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .icones-beneficios {
    width: 90% !important;
  }
  /** VIDEOS **/

  .videos h2 {
    font-size: 22px;
    line-height: 30px;
  }
  /** Como Funciona **/

  .como-funciona h2 {
    font-size: 22px;
    line-height: 30px;
  }
  /** BENEFÍCIOS 2 **/
  .beneficios2 h2 {
    font-family: "Lato";
    font-size: 26px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
  }
  .beneficios2 h3 {
    font-family: "Lato";
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }
  .beneficios2 p {
    font-size: 14px;
    line-height: 22px;
    margin-left: 4rem;
    margin-right: 4rem;
  }
  /** KITS **/

  .kit {
    border-radius: 12px;
  }
  .kits .kit h6 {
    font-size: 16px;
    line-height: 24px;
    padding: 4px;
  }
  .kit-body {
    border-radius: 12px;
  }
  .kits .kit .kit-body p {
    line-height: 30px;
  }
  .kits .kit .kit-body img {
    width: 95%;
    padding-bottom: 24px;
  }
  .kits .kit .kit-body .frasco {
    line-height: 24px;
  }
  .kits .kit .kit-body .preco {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .btn-comprar-agora {
    border-radius: 12px;
  }

  .kits .kit .kit-body .preco-antigo {
    line-height: 24px;
  }
  .kits h4 {
    font-size: 16px;
    line-height: 19px;
  }
  .kits .pagamento {
    width: 92%;
  }
  .quadrado {
    height: 90px;
    width: 90px;
  }
  #min,
  #seg,
  #hours {
    font-size: 24px;
    line-height: 28px;
  }

  .quadrado p {
    font-size: 14px;
    line-height: 22px;
  }
  /** Depoimentos Facebook **/

  .depoimentos-facebook h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .slick-prev {
    left: 36%;
  }

  .slick-next,
  .slick-prev {
    top: 116%;
  }

  .slick-next {
    right: 41%;
  }

  .slick-next:before,
  .slick-prev:before {
    font-size: 16px;
    padding: 8px 10px;
  }

  .slick-list,
  .slick-slide {
    margin: 0;
  }

  .carousel1 {
    margin-bottom: 120px;
  }
  /** Especialistas **/

  .especialistas h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .leila {
    width: 80%;
  }
  /** MIDIA **/
  .midia h2 {
    font-size: 22px;
    line-height: 30px;
  }
  /** GARANTIA **/
  .garantia img {
    width: 320px;
    padding-bottom: 32px;
  }
  .garantia h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .garantia p {
    font-size: 14px;
    line-height: 22px;
  }
  /** COMPRAR INTERNET **/
  .perguntas-frequentes h2 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }
  /** PERGUNTAS FREQUENTES **/

  .perguntas-frequentes h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .accordion-button {
    border-radius: 12px;
    padding: 18px 24px;
  }
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .accordion-body p {
    font-size: 14px;
    line-height: 20px;
  }
  /** FOOTER **/
  .footer img {
    height: 60px;
    width: 127.58px;
    margin-bottom: 24px;
  }
  .footer p {
    font-size: 10px;
    line-height: 11px;
  }
  .btn-whats-footer {
    margin-bottom: 24px;
  }

  .btn-whats {
    width: 60px;
    height: 60px;
  }

  .botao-whats {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  .inicial h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .inicial p {
    font-size: 18px;
    line-height: 42px;
  }
  .btn-adquirir-agora {
    border-radius: 12px;
    padding: 24px;
    font-size: 18px;
    line-height: 22px;
  }
}
