body, h1, h2, p, ul, li, a {
    margin: 0px;
    padding: 0px;    
}

body {
    /* font-family: 'Lato', sans-serif; */    
    color: #222222;
}

/* h1 , h2 {
    font-family: 'Lato', sans-serif;
} */

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

.menu-bg {
    background: #222222;
    color: #f7f3f3;
    border-bottom: 1px solid #ffffff;
    
}

.menu {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    height: 70px;           
}

.menu a {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: bold;
    color: #eeeeee;
}

.menu-logo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu-logo a {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 10px;
}

.menu-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-nav a {
    font-size: 1.25em;
    display: block;
    padding: 10px;
}

.menu-nav a:hover {
    color: #848fd6;
}


.branco {
    line-height: 1;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}

.verde-limao {
    line-height: 1;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    color: #04C36B;
}

.amarelo {
    color: #e2fa08;
}

.branca {
    color: #ffffff;
}


.site-logo img {
        max-width: 20%;
        padding-left: 20px;
    }
  
.banner {
    text-align: center;
    margin: 0 auto;
}

/* home */

.home {
    /* background: -webkit-linear-gradient(to left, #004234,#000000, #000000);
    background: linear-gradient(to left, #004234 ,#000000, #000000); */
    background: #0B0C10;
    padding: 60px calc((100% - 1100px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 200px;
}

.titulo {
    font-size: 32px;
    line-height: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0px 30px 0px;
    text-align: center;
    color: #FFFFFF;
}

.subtitulo {
    font-size: 24px;
    line-height: 1.4;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
    text-align: center;
    color: #FFFFFF;
}


.introducao-frase {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.home h2 {
    margin-bottom: 50px;
}

.home p {
    font-size: 1.25em;
    padding-bottom: 2em;
    color: #dfdbdb;
    margin: 0 auto;
    text-align: center;
}

.home-video {    
    margin: 0 auto;
    text-align: center;
}


@media (max-width:1000px){
    iframe {
        width: 864px;
        height: 486px;
    }
}

@media (max-width:900px){
    iframe {
        width: 720px;
        height: 400px;
    }
}

@media (max-width:760px){
    iframe {
        width: 540px;
        height: 300px;
    }
}

@media (max-width:580px){
    iframe {
        width: 380px;
        height: 220px;
    }
}

.div-contato {
    background: -webkit-linear-gradient(to left, #004234,#000000, #000000);
    background: linear-gradient(to left, #004234 ,#000000, #000000);
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 800px;
    border-radius: 10px;
  }

  .botao-contato {
    min-width: 800px;
    display: block;
    /* margin: 20px auto; */
    border-radius: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    padding: 15px;
    text-align: center;
    background-color: #41b93c;
    margin: 0 auto;
  }

  

  .botao-contato:hover {
    background: #318b2e;
    color: #FFFFFF;
  }

.img-youtube img:hover {
    opacity: .8;
}

  /* comparativo */

 .comparativo {
    /* padding: 10px calc((100% - 1300px) / 2); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    /* background: -webkit-linear-gradient(to left, #004234,#000000, #000000);
    background: linear-gradient(to left, #004234 ,#000000, #000000); */
    padding-top: 100px;
    padding-bottom: 100px;
    background: #000000;
  }

  .comparativo-c {
    display: flex;
    flex-direction: row;
    text-align: center;
    padding-left: 120px;
    width: 70%;
    margin: 0 auto;
  }

  .comparativo-item {
    flex: 1 1 200px;
    margin: 20px 10px;
    flex-direction: column;
    text-align: left;
  }

  .comparativo h2 {
    width: 70%;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
  }

  .comparativo h3 {
    width: 100%;
    font-size: 28px;
    text-align: left;
    padding-bottom: 20px;
  }

  .comparativo h4 {
    width: 70%;
    font-size: 28px;
    text-align: center;
    padding-top: 80px;
    margin: 0 auto;
  }
   

.comparativo-item p {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
}


.quem-somos {
    padding: 10px calc((100% - 1100px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    /* background: -webkit-linear-gradient(to left, #1F3730,#0B0C10, #000000); 
    background: linear-gradient(to left, #1F3730,#0B0C10, #000000); */
    background: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quem-somos-itens {
    display: flex;
    justify-content: space-around;
    margin: 40px 0px;
    flex-direction:row;
    align-items: center;
  }

  .quem-somos-itens img {
    width: 15%;
    height: 15%;
  }

  .quem-somos h1 {
    font-size: 36px;
    text-align: center;
  }

  .quem-somos h2 {
    font-size: 28px;
    text-align: left;
    margin-left: 50px;
  }



  .estrutura1 {
    padding: 10px calc((100% - 1100px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    /* background: -webkit-linear-gradient(to left, #1F3730,#0B0C10, #000000); 
    background: linear-gradient(to left, #1F3730,#0B0C10, #000000); */
    background: #162924;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .estrutura-div {
    border: 1px solid #00f182;
    padding: 60px 60px 0px 60px;

  }

  .estrutura1-itens {
    display: flex;
    justify-content: space-around;
    margin: 40px 0px;
    flex-direction:row;
    align-items: center;
  }

  .estrutura1-itens img {
    width: 30%;
    height: 30%;
  }

  .estrutura1 h1 {
    font-size: 28px;
    text-align: left;
  }

  .estrutura1 h2 {
    font-size: 20px;
    text-align: left;
    margin-left: 50px;
  }

  .estrutura2 {
    padding: 10px calc((100% - 1100px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    /* background: -webkit-linear-gradient(to left, #1F3730,#0B0C10, #000000); 
    background: linear-gradient(to left, #1F3730,#0B0C10, #000000); */
    background: #162924;
    padding-top: 50px;
  }

  .estrutura2-itens {
    display: flex;
    justify-content: space-around;
    margin: 40px 0px;
    flex-direction:row;
    align-items: center;
  }

  .estrutura2-itens img {
    width: 25%;
    height: 25%;
  }

  .estrutura2 h1 {
    font-size: 28px;
    text-align: left;
  }

  .estrutura2 h2 {
    font-size: 20px;
    text-align: left;
    margin-right: 50px;
  }




/* objetivos */

.objetivos {
    padding: 60px calc((100% - 1200px) / 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #004234;
    /* background: -webkit-linear-gradient(to left, #00f182, #004234, #000000);
    background: linear-gradient(to left, #00f182, #004234, #000000); */
    background: -webkit-linear-gradient(to left, #004234,#000000, #000000);
    background: linear-gradient(to left, #004234 ,#000000, #000000);

}

.verde-limao {
    color: #00f182;
}


.objetivos-item {
    flex: 1 1 400px;
    margin: 20px 10px;
}

.objetivos-item h3 {
    font-size: 36px;
    color: #FFFFFF;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, .10);
    font-weight: bold;
}

.objetivos-item p {
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 20px;
}

.objetivos-item ul {
    list-style-type: disc;
    color: #00f182;    
}

.objetivos-item li {
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 20px;
}

.objetivos-item li::marker {
    font-size: 40px;
    color: #00f182;
    margin: 20px;
}


/* Módulos */

.modulo-novo {
    /* background: -webkit-linear-gradient(to left, #004234,#000000, #000000);
    background: linear-gradient(to left, #004234 ,#000000, #000000); */
    background: #0B0C10;
    padding: 60px calc((100% - 1100px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-content: center;

}

.modulo-novo h2 {
    font-size: 40px;
    text-align: center; 
    margin: 0 auto; 
    margin-top: 70px;
    margin-bottom: 50px;  
}
    
.modulo-novo h3 {
    text-align: center;
    margin-bottom: 100px;
}

.modulo-novo h4 {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.modulos {
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    margin: 0 auto;
    padding-bottom: 50px;
}

.modulos-titulo {
    min-width: 540PX;
    align-content: center;
    padding-right: 40px;
}

.modulos-titulo p {
    font-size: 1.7em !important;
    color: #00f182 !important;
    text-align: right !important;
    font-weight: bold;
    
}

    .modulos-conteudo {
    padding-left: 40px;
} 
    
.modulos-conteudo h3 {
    font-size: 1.2em !important;
    color: #FFFFFF !important;
    text-align: left !important;
    padding: 5px;
    
}

.modulos-conteudo ul {
    list-style: disc;
    color: #00C853;
}

.modulos-conteudo li {
    font-size: 1.1em !important;
    color: #FFFFFF !important;
    text-align: left !important;
    padding: 2px;    
}

.modulos-conteudo li::marker {    
    color: #00f182 !important;
    font-size: 1.5em;
}

.box {
    width: 2%;
    float: left;    
}

.linha-vertical {
    border-left: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
    box-sizing: border-box;
}

.linha-horizontal {
    border-bottom: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 60px;
}

.linha-horizontal2 {
    border-bottom: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 60px;
}

    
.border-gradient {
border: 2px solid;
border-image-slice: 1;
border-width: 100%;
}
.border-gradient-right {
border-image-source: linear-gradient(to left, #B2FF59, #00C853);
}
.border-gradient-left {
border-image-source: linear-gradient(to left, #00C853, #B2FF59);
}

.border-gradient-bottom {
border-image-source: linear-gradient(to top, #B2FF59, #00C853);
}
.border-gradient-top {
border-image-source: linear-gradient(to top, #00C853, #B2FF59);
}

.only-top {
border-left: 0;
border-right: 0;
border-bottom: 0;
}

.only-left {
border-bottom: 0;
border-right: 0;
border-top: 0;
}

/* .gradient {    
    background-image: linear-gradient(to left, #058a3d, #b7f86d);    
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;    
} */



    /* Ebook */

.ebook {
    background: #111111;
    padding: 60px calc((100% - 1100px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-content: center;    
}

.ebook h2 {
    font-size: 40px;
    text-align: center; 
    margin: 0 auto; 
    margin-top: 20px;
    margin-bottom: 50px;  
}

.ebook h3 {
    text-align: center;
    margin-bottom: 100px;
}

.ebook-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
}

.ebook-item img {
    max-width: 300px;
    padding: 20px;
}

.ebook-info p {
    color: #FFFFFF;
    font-size: 28px;
    padding: 20px;
}

.ebook-img img {
    max-width: 90%;
}

/* Bônus*/

.bonus {
    background: #0B0C10;
    padding: 60px calc((100% - 1100px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.bonus h1 {
    font-size: 40px;
    text-align: center; 
    margin: 0 auto; 
    margin-top: 70px;
    margin-bottom: 120px;  
}

.bonus-itens {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 70px;
}

.bonus img {
    max-width: 100% !important;
    min-width: 350PX;
    align-content: center;
    padding-right: 40px;
    padding-right: 60px;
}

.bonus-texto {
    display: flex;
    flex-direction: column;
}

.bonus-texto h2 {
    color: #04C36B;
    font-size: 20px;
}

.bonus-texto h3 {
    color: #f7f3f3;
    font-size: 28px;
}

.bonus-texto p {
    color: #e7e5e5;
    font-size: 18px;
}

.bonus-texto span {
    color: #ffffff;
    font-size: 24px;
    margin-top: 10px;
}

.bonus-texto h4 {
    color: #04C36B;
    font-size: 24px;
}

   



/* autor */

.autor {
    padding: 0px calc((100% - 1200px) / 2);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;    
    /* background: #004234; */
    background: -webkit-linear-gradient(to left, #004234,#004234, #000000, #000000);
    background: linear-gradient(to left, #004234 ,#004234, #000000, #000000);
    padding-top: 100px;
}

.autor-item {    
    padding: 0px calc((100% - 1200px) / 2);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8px;
}


.autor-info {
    flex: 2 1 400px;
    margin: 0 10px;
    margin-top: 80px;
}

.autor-info h2 {
    color: #FFFFFF;
}

.autor-info a {
    font-size: 2.0em;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 30px;
    color: #FFFFFF;
}

.autor-info p {
    font-size: 1.20em;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #FFFFFF;
}

.autor-img {
    flex: 1 1 400px;
    margin: 0 20;   
}

.autor-img img {
    object-fit: cover;
    max-width: 70%;
    margin-bottom: 8px;
}

.contact-social {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 4.2rem 0 0 0;
    font-size: 1.3rem;
  }
  
  .contact-social li {
    margin-right: 30px;
    margin-top: 5px;
    padding-left: 0;
    display: inline-block;
    color: #00f182;
  }
  
  .contact-social li a {
    color: #00f182;
    border: none !important;
  }
  
  .contact-social li a:hover,
  .contact-social li a:focus {
    color: #FFFFFF;
  }
  
  .contact-social li:last-child {
    margin: 0;
    margin-top: 5px;
  } 

  #numerotel {
    font-size: 17px !important;
  }

  .btnSocial {
    background-color: rgba(255, 255, 255, .0000000) !important;
    border: rgba(255, 255, 255, .00000000) !important;
    color: white !important;
    font-size: 20px !important;
    margin-bottom: 0.6rem;
    padding: 0 1rem;
    letter-spacing: .1rem;
    height: 2.4rem;
    line-height: 2rem;
    text-transform: lowercase;
  }


/* cta */

.cta {
    background: #111111;
    padding: 60px calc((100% - 1200px) / 2);
    display: flex;
    flex-wrap: wrap;
}

.cta-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 10px;
    align-items: center;
}

.cta-items {
  min-width: 500px;
  margin: 40px;
  min-height: 800px;
  background: #222222;
  padding: 20px;
  border-radius: 10px;
}

.cta-items h1 {
  margin-top: 30px;
  min-height: 130px;
  text-align: center;
}

.cta-items h2 {
  text-align: center;
  font-size: 24px;
}

.cta h3 {
    font-size: 2em;
    margin: 0 auto;
    text-align: center;
    color:#ffffff;
    margin-bottom: 20px;
}
.cta p {
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  margin: 10px 0px;
}

#divRS {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#divRS div {
  margin-bottom: 10px;
}

#divRS img {
  width: 4%;
  height: 4%;
}


#divRS span {
  color: #FFFFFF;
  font-size: 20px;
}

#parcelas {
  text-align: left;
    font-size: 1.5em;
    padding-bottom: 20px;
}

.cta-seguranca {
    flex: 1 1 300px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.cta-botao a {
    max-width: 800px;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    color: #111111;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    padding: 15px 0;
    text-align: center;
    background-color: rgb(49, 196, 85);
    box-shadow: .1rem .1px .1rem .1rem rgba(18, 97, 11, 0.5);
}

.cta-botao a:hover {
    background-color: rgb(73, 204, 106);
}

.div-contato {
  max-width: 400px !important;
  min-width: 390px;
}
.botao-contato{
  max-width: 400px !important;
  min-width: 390px;
  font-size: 20px;
}

#vermelho {
    color: rgb(255, 0, 0);
}



/* garantia */

.garantia {
    padding: 40px calc((100% - 1100px) / 2);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #000000;
    align-content: center;
}

.garantia-item {
    background: #000000;
    padding: 10px calc((100% - 1100px) / 2);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}


.garantia-info {
    flex: 2 1 400px;
    margin: 0 0px 0px 80px;   
}

.garantia-info h2 {
    margin-top: 5rem;
}

.garantia-info a {
    font-size: 2.0em;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 30px;
    color: #ffffff;
}

.garantia-info p {
    font-size: 1.20em;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #ffffff;
}

.garantia-img {
    flex: 1 1 300px;    
    padding: 40px;
}

/* acesso */

.acesso {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    /* display: flex; */
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

.acesso h2 {
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 30px;
    color: #FFFFFF;
    text-align: center;
}

.acesso-info {
    flex: 2 1 400px;
    margin: 0 10px;
}

.acesso-info p {
    font-size: 1.20em;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #363333;
}

.acesso-img {
    max-width: 300px;
    flex: 1 1 400px;
    margin: 0 auto;
    align-items: center;
}


/* FAQ */

.faq {
    background: #162924;
}

.site-wrapper {
    width: 60%;
    margin: 0 auto;
    /* margin-top: 60px; */
    padding-bottom: 40px;
}

.faq h2 {
    font-size: 2em;
    text-align: center;
    color: #FFFFFF;
}

.faq h3 {
    text-align: center;
    font-size: 2em;
    text-align: center;
    padding-bottom: 70px;
    font-weight: 300;
    line-height: 1em;
}

.accordion {
    background: #121212;
    padding: 80px 20px 30px 20px;
}
.accordion__item {
    margin: 0 auto;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-top: 1px solid #00f182;
    border-radius: 4px;
}
.accordion__body {
    display: none;
    padding-top: 10px;
}
.accordion__body p {
    margin-bottom: 0;    
}
.accordion__item h2 {
    font-size: 1em;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    font-weight: 400;
    margin-top: 30px;
}

.accordion__title {
    margin-bottom: 0px;
    padding-top: 0px;
}


.accordion__title:after {      
    background-image: url('../img-auto/abrir.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.accordion__title.active {
    color: #00f182;
}
.accordion__title.active:after {
    /* transform: rotate(-180deg); */
    background-image: url('../img-auto/fechar.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion__body h3 {
    text-align: left;
    padding-bottom: 0;
    font-size: 1.3em;
    font-weight: 500;
}

.accordion__body p {
    text-align: justify;
    font-size: 1em;
    padding-bottom: 0;
    font-weight: 300;
    color: #FFFFFF;
}

.accordion__body ul {
    list-style: none;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}



.footer {
    background: #111111;
    max-width: 100%;
    color: #FFFFFF;
    border-top: 1px solid #00f182;
}

.footer img {
    width: 50%;
}

.footer-nav p {
    font-size: 1.2em;
    color: #FFFFFF;
    margin-bottom: 50px;
}


@media only screen and (max-width:600px) {

    .site-logo img {
        max-width: 30%;
        padding-left: 20px;
    }

    .home {
        margin-top: 0px;
        padding-top: 0px;
    }

    .banner {
        display: none;
    }

    .home-video {
        padding: 20px;
    }

    .home h2 {
        font-size: 1.5em;
        margin: 20px;
    }

    .titulo {
      font-size: 1.7em;
      padding-top: 0px;
      margin: 20px;
    }

    /* .div-contato {
        max-width: 400px;
    } */
  
    .botao-contato {
      max-width: 100%;
      margin: 0px 0px;
      font-size: 20px;
      min-width: 380px;
    }
  
    #contatoh2 {
      display: none;
    }
  
    .clientes {
      display: none;
    }
  
    .numeros {
      border-bottom: 0px solid #FFFFFF;
      padding-bottom: 0px;
    }
  
    .numeros-item {    
      margin: 0px 10px;
    }
  
    .numeros h2 {
      font-size: 40px;
    }
  
    .numeros-n {
      flex-direction: column;
    }
  
    .comparativo {
      padding-bottom: 0px;
      padding-top: 0px;
    }
  
    .comparativo h2 {
      font-size: 1.5em;
      margin: 20px;
    }
  
    .comparativo-c {
      flex-direction: column;
    }
  
    #positivo {
      margin-left: 0px;
    }
  
    .comparativo-item h3 {
      font-size: 32px;
      text-align: center;
    }
  
    #negativo ul {
      margin-left: 0px;
      text-align: left;
      padding: 0px 50px;
    }
  
    .negativo li {
      font-size: 20px;
    }
  
    ul li {
      padding-left: 0px;
    }
  
    #positivo ul {
      margin-left: 10px;
      padding: 0px 50px;
    }
  
    .positivo li {
      font-size: 20px;
    }
  
    .objetivos-item h3 {
      font-size: 32px;
      text-align: center;
      margin: 0px 20px;
    }
  
    .objetivos-item p {
      margin: 0px 20px;
    }
  
    .objetivos-item ul {
      margin: 0px 30px;
    }
  
    .titulosssssssss h2 {
      font-size: 40px;
    }
  
    .cronograma {    
      flex-wrap: wrap;
    }
  
    .cronograma-item {    
      margin: 20px 20px;
    }

    .ebook-item {
        flex-wrap: wrap;
    }

    .ebook-item img {
        max-width: 70%;
        padding: 20px;
        margin: 0 auto;
    }

    .estrutura-div {
        border: none;
        padding: 20px;
        margin: 0 auto;
    }

    .estrutura1 {
        display: none;
    }

    .estrutura2 {
        display: none;
    }

    .estrutura1-itens img {
        display: none;
    }
    .estrutura2-itens img {
        display: none;
    }

    .estrutura1 h1 {
        text-align: center;
    }

    .estrutura1 h2 {
        font-size: 20px;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .estrutura2 h1 {
        text-align: center;
    }

    .estrutura2 h2 {
        font-size: 20px;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .linha-horizontal {
        margin: 20px;
    }

    .modulos {
        flex-wrap: wrap;
    }
    .modulos-conteudo {
        padding: 40px;
    }

    .modulo-novo h2 {
        font-size: 32px;
    }

    .modulo-novo h3 {
        margin-bottom: 50px;
        padding: 20px;
    }

    .modulos-titulo {
        min-width: 100%;
        padding: 20px;
    }

    .modulos-titulo p {        
        text-align: center !important;
    }

    .ebook h2 {
        font-size: 36px;
    }

    .bonus-itens {
        flex-wrap: wrap;
    }

    .bonus h1 {
        font-size: 32px;
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .bonus-img img {
        max-width: 50% !important;
        padding-right: 0px;
        margin: 0 auto;
    }

    .bonus-texto {
        text-align: center;
        margin: 20px;
    }

    .bonus-texto h2 {
        font-size: 28px;
    }

    .bonus-texto h3 {
        font-size: 24px;
    }

    .quem-somos-itens img {
        display: none;
    }
  
    .autor-info {      
      margin: 0px;
      margin-top: -20px;
      background: #000000;
      padding: 30px 10px;
    }
  
    .autor-info h2 {
      color: #FFFFFF;
      font-size: 24px;
      text-align: center;
    }
  
    .autor-info p {
      font-size: 1em;
      margin: 0px 20px;
    }
  
    .autor-img {
      text-align: center;
    }

    .autor-img img {        
        margin: 0 auto;
    }
  
    .contact-social {    
      margin: 0px 20px;
      font-size: 1.3rem;
    }
  
    .autor-info ul {
      margin-top: 20px;
    }
  
    .contact-social li {
      font-size: 10px;
    } 

    .garantia-info {
        margin: 20px;
    }
  
    #numerotel {
      font-size: 15px !important;
    }
  
    #outrosContatos {
      font-size: 15px !important;
    }

    .acesso h2 {
        font-size: 1.5em;
    }

    .acesso img {
        padding: 20px;
    }

    .garantia-img img {
        max-width: 60%;
        margin: 0 auto;
    }
  
    .about-innr-item {
      text-align: center;
    }
  
    .about-innr-item h2 {
      font-size: 28px;
      text-align: center;
    }
  
    .about-innr-item h3 {
      font-size: 28px;
      text-align: center;
    }
  
    .about-innr-item a {
      font-size: 32px;
    }

    .quem-somos h1 {
        font-size: 1.5em;
    }

    .quem-somos h2 {
        font-size: 1.5em;
        margin: 20px;
        text-align: center;
    }

    .site-wrapper {
        width: 100%;
    }

    main {
        padding: 20px;
    }

    .faq h2 {
        font-size: 1.5em;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .faq h3 {
        font-size: 1.3em;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .accordion__item {
        padding: 0px;
    }

    .accordion__item h2 {
        font-size: 14px
    }

    .cta-items {
      min-width: 480px;
      margin: 20px;
      padding: 20px;
    }
    .comparativo {
      text-align: center;
      margin: 0 auto;
    }

    .comparativo h2 {
      font-size: 28px;
      text-align: center;
      margin: 0 auto;
      padding-top: 70px;
    }

    .comparativo-item {
      flex: 1 1 350px;
      text-align: center;
    }
    .comparativo-c {
      padding-left: 0px;
      width: 100%;
    }

    .comparativo h4 {
      width: 100%;
      font-size: 28px;
      padding-bottom: 70px;
    }
  }


  video {
    width: 100%;
    height: 100%;
  }

  .regressiva2 {
    display: none;
  }

  .regressiva {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    height: 150px;
    width: 100%;
    border-bottom: .5px solid #00f182;
    position: fixed;
    background-color: rgba(01, 01, 01, 0.9);
  }

  .regressiva h1 {
    font-size: 3rem;
    color: #00f182;
    text-align: center;
  }

  .regressiva h2 {
    font-size: 3rem;
    color: #FFFFFF;
    text-align: center;
  }

  .regressiva-interno {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .regressiva-contador {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    width: 300px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .regressiva-contador div {
    text-align: center;
  }

  .numero {
    font-size: 3rem;
    color: #FFFFFF;
  }
   .grupo div {
    font-size: 1.2rem;
    color: #FFFFFF;
  }

  .regressiva-btn a{
    max-width: 200px;
    color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
    background: #41b93c;
  }

  .regressiva-btn a:hover{
    background: #318b2e;
  }

  .preco {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 50px;
  }

  .preco h2 {
    font-size: 5rem;
  }

  .preco span {
    font-size: 10rem;
  }

  .preco p {
    color: #FFFFFF;
    font-size: 7rem;
  }

  .bonus1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 50px;
  }

  .bonus1 h1 {
    text-align: center;
    padding-bottom: 50px;
  }

  .bonus1 h2 {
    text-align: center;
    padding-top: 30px;
  }

  .bonus1-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .bonus1-img img {
    padding: 20px;
  }

  .divComprar {
    margin-top: 30px;
  }

  .btnComprar {
    color: white;
    min-width: 200px;
    padding: 10px 30px;
    border-radius: 5px;
    background: #41b93c;
    font-weight: bold;
  }

  .btnComprar:hover {
    background: #318b2e;
    color: #FFFFFF;
  }

  @media only screen and (max-width:600px) {

    .home {
        padding-top: 30px;
    }

    .regressiva {
        display: none;
    }  
    
    .bonus1-img {    
    flex-wrap: wrap;
    }

    .regressiva2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    height: 180px;
    width: 90%;
    border-bottom: .5px solid #00f182;
    background-color: #0B0C10;
  }

  .regressiva2 h1 {
    font-size: 2rem;
    color: #00f182;
    text-align: center;
  }

  .regressiva2 h2 {
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
  }

  .regressiva2-interno {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .regressiva2-contador {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    width: 200px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .regressiva2-contador div {
    text-align: center;
  }

  .numero {
    font-size: 3rem;
    color: #FFFFFF;
  }
   .grupo div {
    font-size: 1.2rem;
    color: #FFFFFF;
  }

  .regressiva2-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .regressiva2-btn a{
    border: 2px solid #00C853;
    max-width: 200px;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
  }

  .regressiva2-btn a:hover{
    opacity: 0.7;
  }

  .comparativo {
      padding-bottom: 0px;
    }
  
    .comparativo h2 {
      font-size: 32px;
      padding-bottom: 0px;
    }
  
    .comparativo-c {
      flex-direction: column;
    }
  
    #positivo {
      margin-left: 0px;
    }
  
    .comparativo-item h3 {
      font-size: 32px;
      text-align: center;
    }

  

  .cta-item {
    flex-direction: column;
  }
  .depoimentos-item {
    flex-wrap: wrap;
  }

  .depoimentos-items {
    flex-wrap: wrap;
  }


  }

  .depoimentos {
    background: #111111;
    padding: 10px calc((100% - 1600px) / 2);
  }

  .depoimentos-item {
    display: flex;
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
    
  }

  .depoimentos-items {
    min-width: 350px;
    min-height: 400px;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    margin: 20px;
    /*border: 1px solid #FFFFFF; */
  }

  .depoimentos-items img {
    width: 50%;
    border-radius: 50%;
    margin: 0 auto;
    padding-bottom: 15px;
  }

  .depoimentos-items p {
    font-style: italic;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .depoimentos-items span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
  }


  @media only screen and (max-width:600px) {

    .home {
        padding-top: 30px;
    }

    .regressiva {
        display: none;
    }  
    
    .bonus1-img {    
    flex-wrap: wrap;
    }

    .regressiva2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    height: 180px;
    width: 90%;
    border-bottom: .5px solid #00f182;
    background-color: #0B0C10;
  }

  .regressiva2 h1 {
    font-size: 2rem;
    color: #00f182;
    text-align: center;
  }

  .regressiva2 h2 {
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
  }

  .regressiva2-interno {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .regressiva2-contador {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    width: 200px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .regressiva2-contador div {
    text-align: center;
  }

  .numero {
    font-size: 3rem;
    color: #FFFFFF;
  }
   .grupo div {
    font-size: 1.2rem;
    color: #FFFFFF;
  }

  .regressiva2-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .regressiva2-btn a{
    border: 2px solid #00C853;
    max-width: 200px;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
  }

  .regressiva2-btn a:hover{
    opacity: 0.7;
  }
  }