* {
    margin: 0;
    padding: 0;
    border: 0;

}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
@media (max-width: 768px) {
    body{
        padding: 10px;
    }
    
}

/*.section {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}*/
* {
    box-sizing: border-box;
}
.section.bg-green {
    background: linear-gradient(135deg, #124025, #082012);
    color: #ffffff; 
}

/* Parte1 MDA */
.section.bg-green1 {
    background: #ffffff;
    color: #082012;
    width: 100%;
    max-width: 1200px;
    padding: 40px;
    border-radius: 20px;
    justify-items: center;
    box-sizing: border-box;
}
.container1{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    text-align:center;
    justify-content:center;
}
.section.bg-white {
    background-color: #ffffff;
    color: #000000;
}
.banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}
.bannercont {
    width: 100%;
    display: flex;
    align-items: center;
}
.title1 {
    font-size: 3rem;
    margin-bottom: 0px;
    line-height: 50px;
}
.title1fab {
    font-size: 1.3rem;
    margin-top: 0px;
}
.subtitle1 {
    font-size: 2rem;
    color: #092407;
    margin-bottom: 10px;
}
.phrase1 {
    font-size: 1.2rem;
    color: #092407;
    margin-bottom: 60px;
}
.mellina1cont {
    display: flex;
    align-items: center;
}
.mellina1 {
    max-width: 400px;
}
@media (max-width: 768px) {
    .container1{
        flex-direction: column;
        align-items: center;
    }
    .subtitle1{
        font-size: 1.8rem;
    }
    .phrase1{
        font-size: 1rem;
    }
    .container1 {
        gap: 0rem;
    }
    .section.bg-green1{
        padding: 10px;
    }
    .banner{
        max-width: 350px;
        width: 100%;
    }
    .part1text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bannercont{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/*Botão Compra Kiwify*/
.cta-button {
    background-color: #03b01e;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 40px;
    display: inline-block;
    text-align: center;
}
.cta-button:hover {
    background-color: #029417;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .cta-button{
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    }
}
 





/* Parte 2 Dores e Resolução */
.section.bg-green2 {
    background: #082012;
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    padding: 40px;
    justify-items: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap:40px;
    box-sizing: border-box;
}
.subsectionbg-green2 {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    text-align: left;
    gap: 70px;
}
.cont12 {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cont12:hover {
    background-color: #8800002c;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}
.cont22 {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cont22:hover {
    background-color: #157c0021;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}
.icon-red::before {
    content: "❌";
    color: #ff0000;
    margin-right: 10px;
}
.icon-green::before {
    content: "✅";
    color: #03b01e;
    margin-right: 10px;
}
.title2{
    font-size: 2rem;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .subsectionbg-green2{
        gap: 10px;
        flex-direction: column;
    }
    .section.bg-green2 {
        margin-bottom: 20px;
        padding: 10px;
        gap: 40px;
    }   
}


/* Parte 3 Torne-se um especialista*/
.sectionbg-white3 {
   /* background-color: #ffffff;
    color: #000000;
    display: flex;
    flex-direction: row;
    gap: 0px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    box-sizing: border-box;*/

    background: #ffffff;
    color: #082012;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.title3{
    font-size: 2rem;
    margin-bottom: 20px;
}
.img3 {
    width: auto;
}
.contimg3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;

}
.text3 {
    display: flex;
    flex-direction: column;

}
@media (max-width: 768px) {
   .sectionbg-white3{
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
    padding: 20px;
    gap: 0px;
    
   }
   .title3{
    font-size: 1.8rem;
   }
}



/* Parte 4 Depoimentos */
.sectionbg-green4 {
    background: #082012;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    align-items: center;
    box-sizing: border-box;
}
.title4 {
    font-size: 3rem;
    margin-bottom: 40px;
}
.testimonial-card {
    background-color: #ffffff;
    color: #000;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.depoimentoscont {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
@media (max-width: 768px) {
    .depoimentoscont{
        flex-direction: column;
        gap: 0px;
        margin: 0px;
    }
    .title4{
        font-size: 2rem;
    }
    .testimonial-card{
        padding: 20px;
        font-size: 1rem;
    }
    .sectionbg-green4 {
        padding: 20px;
    }
}


/* Parte 5 vídeo intro*/
.sectionbg-green5 {
    background: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    box-sizing: border-box;
}
.title5 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #082012;
}
.conttitle5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.videoapres {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.videoaprescont {
    display: flex;
    width: 50%;
}
.videoapres iframe {
    width: 100%;
    height: 100%;
}
.chamada5{
    font-size: 1rem;
}

@media (max-width: 768px) {
    .videoapres{
        max-width: 100%;
    }
    .videoaprescont {
        width: 100%;
    }
    .title5 {
        font-size: 1.8rem;
    }
    .chamada5{
        font-size: 0.8rem;
    }
}



/*Parte 6 A hora de mudar é agora*/
.sectionbg-green6 {
    background: linear-gradient(135deg, #082012, #124025);
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    box-sizing: border-box;
}
.final-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.text-content {
    flex: 1;
    min-width: 280px;
}
.image-content {
    flex: 1;
    max-width: 400px;
    display: flex;
    justify-content: center;
}
.title6 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.final-subtitle {
    font-size: 1rem;
    color: #d3d3d3;
    margin-bottom: 30px;
}
.final-button {
    background-color: #03b01e;
    border-radius: 999px;
    padding: 15px 30px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    display: inline-block;
}
.final-button:hover {
    background-color: #029417;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
img{
     max-width: 100%; /* Garante que a imagem não seja maior que o contêiner */
     height: auto; /* A altura se ajusta automaticamente para manter a proporção */
     object-fit: cover; /* Ou object-fit: contain, dependendo do seu objetivo */
     text-align: center;
}


@media (max-width: 768px) {
    .final-content {
        flex-direction: column;
        text-align: center; 
        gap: 0px;
    }
    .image-content {
        margin-top: 20px;
    }
    .parte1{
        flex-direction: column;
    }
    .title6{
        font-size: 1.8rem;
    }
}


/*seção 7 formato do curso*/
.secbg-green7 {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 20px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);*/
    box-sizing: border-box;
}
.title7{
    font-size: 2rem;
    margin-bottom: 20px;
    color: #082012;
}
.title7cont{
    display: flex;
    justify-content: center;
}
.kiwifybutton7 {
    display: flex;
    justify-content: center;
}
.carousel-container {
    height: 250px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.carousel-track {
    display: flex;
    width: calc(250px * 12);
    animation: scroll 30s linear infinite alternate;
    gap:20px
}
.carousel-track:hover {
    animation-play-state: paused;
}
.carousel-item {
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 5px;
    transition: all 1s ease;
}
.carousel-item:hover {
    transform: scale(1.4);
}

.carousel-container::before {
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}

.carousel-container::after {
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}
.carousel-container::before {
    left: 0;
    top: 0;
}
.carousel-container::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.imgaula {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% {
        transform: translateX(calc(-250px * 6));
    }
}

@media (max-width: 768px) {
    .carousel-item {
    padding: 0;
    }
    .title7 {
        font-size: 1.8rem;
    }
    .carousel-container{
        height: 150px;
    }
    .carousel-track{
        width: calc(150px * 12);
        gap: 10px;
    }
    .secbg-green7{
        margin-bottom: 20px;
        padding: 20px;
    }
    .kiwifybutton7{
        padding-top: 40px;
    }
}






/*.carousel-track {
            display: flex;
            gap: 40px;
            width: 100%;
            max-width: 1200px;
            animation: scroll 30s linear infinite alternate;
        }

.carousel-track:hover {
            animation-play-state: paused;
        }
.carousel-item {
            min-width: 300px;
            height: 200px;
            background-size: cover;
            background-position: center;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.4);
        }


.carousel-item:hover {
    transform: scale(1.15);
    transition: all 0.3s ease;
}
@keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(calc(-250px * 12)); }
}*/



/* Parte 8 Preço + Garantia */

.sectionbg-green8 {
    background: linear-gradient(135deg, #124025, #082012);
    color: #ffffff;
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    gap: 60px;
    box-sizing: border-box;
}    
.offer-box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 0px;
   /* margin-top: 20px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;
}
.chamada-compra-1 {
    color: #333;
    font-weight: bold;
    text-decoration: line-through #ff0000;
    font-size: 2rem;
    margin-bottom: 1px;
}

.chamada-compra-2,
.chamada-compra-4 {
    color: #000;
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-top: 0px;
}
.chamada-compra-3 {
    color: #03b01e;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}
/*.cta-button {
    background-color: #03b01e;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}
.cta-button:hover {
    background-color: #029417;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}*/
.persuasiva {
    font-size: 1rem;
    color: #000;
    margin-top: 20px;
}
.atencao {
    color: #ff0000;
    font-weight: bold;
    font-size: 1rem;
}
.garantiaduvidas {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    gap: 30px;
}
.garantia-box {
    background-color: #124025;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.garantia {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.risco-zero {
    font-size: 1rem;
    margin-bottom: 20px;
}
.duvidas-box {
    background-color: #124025;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.duvidas {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.duvidas-box{
    /*display: inline-block;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.miniaturamellina {
    width: 100%;
    max-width: 80px;
}

@media (max-width: 768px) {
    .sectionbg-green8{
        flex-direction: column;
        gap: 30px;
        padding: 20px;
        margin-bottom: 20px;
    }
    .chamada-compra-1{
        font-size: 1.5rem;
    }
    .chamada-compra-2,
    .chamada-compra-4{
        font-size: 1.2rem;
    }
    .chamada-compra-3{
        font-size: 2.5rem;
    }
    .atencao{
        font-size: 0.8rem;
    }
    .garantia{
        font-size: 1.5rem;
    }
    .duvidas{
        font-size: 1rem;
    }
}



/*Parte 9 Sobre Mim*/
.section9bg-green {
    background: #ffffff;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 1200px;
    margin-bottom: 40px;
    box-sizing: border-box;
    gap: 40px;
}
.content-left {
    width: 40%;
}
.content-right {
    border-radius: 20px;
    display: flex;
    align-items: center;

    
}
.mellina9 {
    width: 100%;
    max-width: 300px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.title9 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.part9text {
    display: flex;
    flex-direction: column;
}
.CRP {
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .section9bg-green {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        margin-bottom: 20px;
        gap: 20px;
    }
    .content-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .content-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .part9text {
        text-align: left;
    }
    .title9 {
        font-size: 2rem;
    }
}


/*Seção 10*/ 
.section10faq {
  background: linear-gradient(135deg, #082012, #124025);
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:150px;
}
.faq-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.faq-item {
  margin-bottom: 15px;
  cursor: pointer;
 /* border-bottom: 1px solid #082012;
  border-bottom:1px  linear-gradient(135deg, #ffffff, #082012);*/
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #ffffff27, #08201200, #08201200) 1;
 
  transition: color 0.3s ease;
}
.faq-item:hover .faq-question {
  color: #7cff8f;
}
.faq-question {
  font-size: 1.2rem;
  margin-bottom: 5px;
  position: relative;
}
.faq-answer {
  font-size: 1rem;
  color: #bbbbbb;
  display: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .section10faq {
        flex-direction: column;
        gap: 0px;
        padding: 20px;
        margin-bottom: 10px;
    }
    .faq-title{
        font-size: 2rem;
    }
    .faq-question{
        font-size: 1rem;
    }
    .faq-answer{
        font-size: 0.8rem;
    }
    
}


/*rodapé*/
.rodape{
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
box-sizing: border-box;
}
.logoMDA{
max-width: 30px;
}
.DireitosReservados{
font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
    .logoMDA{
        max-width: 20px;
    }
    .DireitosReservados{
        font-size: 0.5rem;
    }
}

/*WhatsApp Button*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s ease;
}
.whatsapp-button img {
    width: 100%;
    border-radius: 50%;
    
}
.whatsapp-button:hover {
    transform: scale(1.1);
}