* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffffffca;
    font-family: sans-serif;
}

.align-justify-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.div-header {
    background-color: rgba(16, 14,12, .6);
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 10;
    border-bottom: 1px solid #646363;
}
.div-header img {
    width: 170px;
}

.section1 {
    background-image: url("./img/background-section1.jpg");
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 0;

    display: flex;
    align-items: center;
}
.section1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.7);
}
.section1-1 {
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.section1-1 h1 {
    font-size: 50px;
    max-width: 900px;
    color: #ff4600;
}
.section1-1 p {
    max-width: 900px;
    font-size: 23px;
}

.linkCurso {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    background-color: #ff4600;
    width: 400px;
    padding: 15px 0;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
}
.buyCurso {
    background-color: #109426;
}
.linkCurso:hover {
    color: #ff4600;
    background-color: #fff;
}
.buyCurso:hover {
    color: #109426;
    background-color: #fff;
}



.section2 {
    background-color: #101010;
    gap: 50px;
    flex-wrap: wrap;
}
.section2 div  {
    max-width: 600px;
}
.section2 img {
    height: 600px;
}
.text-section2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.text-section2 h2 {
    font-size: 45px;
    color: #ff4600;
    margin-bottom: 20px;
}

.section3 {
    background-color: #131313;
    border-top: 1px solid #645e5e;
    text-align: center;
    padding-top: 50px;
}
.section3 h3 {
    font-size: 40px;
    margin-top: 30px;
}
.section3 p {
    color: #ff4600;
    margin-top: 10px;
    margin-bottom: 20px;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-carrousel {
    width: 300px;
    height: auto;
    border-radius: 6px;
}


.section4 {
    margin-top: 130px;
    padding-bottom: 170px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

    position: relative;
}
.section4 h3 {
    font-size: 50px;
    width: 60%;
}
.cards {
    gap: 30px;
    flex-wrap: wrap;
}
.cards-section4 img {
    width: 300px;
    border-radius: 30px 30px 0 0;
}
.cards-section4 details {
    position: absolute;
    width: 300px;
    cursor: pointer;
}
.cards-section4 details summary {
    padding: 15px 0;
    background-color: #ff4600;
}
.cards-section4 details p {
    color: #fff;
    border-bottom: 1px solid #b1abab;
}



.section5 {
    background-color: #ff5100;
    padding-top: 40px;

    flex-wrap: wrap-reverse;
    gap: 20px;
}
.section5-text-title h4 {
    font-size: 35px;
}
.list-in-course::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('./img/icon-correct-black.png');
    background-size: contain; /* ou cover */
    background-repeat: no-repeat;
    margin-right: 8px; /* espaço entre ícone e texto */
    vertical-align: middle;
}
.section5-text {
    width: 45%;

    display: flex;
    flex-direction: column;
    gap: 24px;
}
.img-section5-baber {
    height: 500px;
}




.section6 {
    background-color: #131313;
    padding: 60px 10px 30px 10px;

    gap: 20px;
    flex-wrap: wrap;
}
.section6-video {
    
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section6-video h4 {
    font-size: 40px;
    color: #fd4b0a;
}
.section6-video video {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
}
.img-section6 {
    width: 420px;
}



.section7 {
    background-color: #131313;
    padding: 100px 0; 
}
.section7 h4 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 40px; 
}
#swiper-carrosel2 {
    width: 90%;
}
.carrosel2 {
    display: flex;
    justify-content: center;
}
.carrosel2 img {
    width: 380px;
    height: 450px;
}




.section8 {
    background-image: linear-gradient(#ff8c00, #ff4c00);
    color: #fff;

    padding: 80px 7px;
    flex-wrap: wrap;
}
.section8 h4 {
    font-size: 35px;
    width: 260px;
}
.section8 img {
    width: 400px;
}
.section8-text {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 34px;
}
.section8-text p {
    line-height: 25px;
    font-size: 18px;
}



.section9 {
    background-color: #131313;
    padding-top: 80px;
}
.section9-1 {
    text-align: center;
    color: #fff;

    margin: 0 auto;
    max-width: 640px;
}
.section9-1 h4 {
    font-size: 30px;
    color: #fd4600;
}
.section9-1-text {
    padding-top: 20px;
    line-height: 25px;
}


.section9-2 {
    padding-top: 140px;
    width: 80%;
    margin: 0 auto;
    gap: 60px;
    flex-wrap: wrap;
}
.section9-2-text {
    width: 50%;

    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section9-2-text h5 {
    font-size: 40px;
}

.section9-3 {
    border: 1px solid #fff;
     box-shadow: 0 4px 12px rgba(243, 233, 233, 1);
    max-width: 440px;
    margin: 150px auto 30px auto;
    text-align: center;

    padding-top: 40px;
    padding-bottom: 40px;
    background-image: linear-gradient(#ff8c00, #ff4c00);
    border-radius: 20px;
}
.section9-3 h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.section9-3 .preco-antigo {
    background-color: red;
    width: 230px;
    margin: 0 auto 20px auto;
    padding: 20px;
    border-radius: 50px;
    font-weight: bold;
}
.section9-3 .preco-grande-parcelado {
    font-size: 80px;
    font-weight: bold;
}
.preco-avista {
    margin-top: 10px;
    margin-bottom: 25px;
}
.section9-3 .plusCurso {
    text-align: left;
    margin-left: 30px;
}
.plusCurso {
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.plusCurso p::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('./img/icon-correct-black.png');
    background-size: contain; /* ou cover */
    background-repeat: no-repeat;
    margin-right: 8px; /* espaço entre ícone e texto */
    vertical-align: middle;
}
.linkBandeiras {
    margin-top: 25px;
}
.linkBandeiras a {
    background-color: #fff;
    color: #fd4600;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;

    padding: 7px 15px;
    border-radius: 20px;  
}
.linkBandeiras a:hover {
    background-color: red;
    color: #fff;
}
.linkBandeiras img {
    margin-top: 10px;
    max-width: 400px;
}



.section9-4 {
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 170px;
}
.section9-4-text {
    max-width: 500px;
    padding: 0 10px
}
.section9-4-text h4 {
    color: #fd4600;
    font-size: 40px;
    margin-bottom: 20px;
}
.section9-4-text p {
    margin-bottom: 14px;
    line-height: 25px;
}
.section9-4 img {
    width: 400px;
}



footer {
    background-color: #fd4600;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 10px;
}







/*  MOBILE */
@media (max-width: 966px) {
    .section5-text {
        width: 100%;
    }

    .cards {
        gap: 140px;
    } 
}
@media (max-width: 720px) {
    .section1-1 {
        padding: 0 10px;
    }
    .section1-1 h1 {
        font-size: 30px;
    }
    .section1-1 p {
        font-size: 15px;
        margin-top: 10px;
        line-height: 25px;
    }

    .section2 {
        flex-wrap: wrap-reverse;
        padding: 0 20px;
        gap: 10px;
    }
    .section2 div {
        margin-top: 20px;
    }
    .section2 img {
        height: 350px;
    }
    .text-section2 h2 {
        font-size: 25px;
    }
    .text-section2 p {
        font-size: 14px;
    }

    .section3 h3 {
        font-size: 25px;
        width: 90%;
    }


    .section5 {
        padding-left: 10px;
    }
    .section5 img {
        height: 300px;
    }

    .section8 img {
        width: 90%;
    }

    .section9-4 img {
        width: 300px;
    }
}
    

@media (max-width: 770px) {
     .carrosel2 img {
        width: 95%;
    }

    .section9-2-text {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .img-section6 {
        width: 90%;
    }

    .carrosel2 img {
        width: 100%;
    }
}

