/* Conteudo- 1 */
.conteudo-1 {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-top: -8rem;
    gap: 5rem;
}

.desc-conteudo-1 {
    overflow-y: hidden;
    width: 50%;
    height: 100vh;
    margin-top: 5rem;
}

.desc-conteudo-1 h2 {
    font-size: 3rem;
    font-weight: 500;
}

.desc-conteudo-1 p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.button-conteudo-1 {
    background-color: #00003cff;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 90px;
    border-radius: 5px;
}

.img-conteudo-1 {
    width: 50%;
    height: 100vh;
}

.img-conteudo-1 img {
    width: 100%;
}

/* Conteudo - 2 */
.conteudo-2 {
    background-color: #00003cff;
    margin-top: -10rem;
    height: auto;
}

.conteudo-2-desc {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.cards-conteudo-2 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.conteudo-2-desc h2 {
    color: #fff;
    font-size: 3rem;
    margin-top: 50px;
    font-weight: 500;
}

.bloco-conteudo-2 {
    margin-top: 50px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.bloco-conteudo-2 i {
    font-size: 3rem;
}

.bloco-conteudo-2 a {
    text-decoration: none;
    color: #00003cff;
    font-weight: 600;
}

.bloco-conteudo-2 h3 {
    margin-top: 20px;
}

/* Img Main */
.img-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

.img-main img {
    margin: 0 auto;
    margin-top: 5rem;
    width: 80%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.steps {
    flex: 1 1 60%;
    margin: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
}

.steps h1 {
    color: #00003cff;
    font-size: 1.5em;
}

.steps p {
    color: #333333;
    margin: 10px 0;
}

.steps .step {
    margin-bottom: 20px;
}

.steps h2 {
    color: #00003cff;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.steps .step p {
    color: #666666;
    font-size: 0.95em;
}

.quiz {
    flex: 1 1 30%;
    margin: 20px;
    background: #00003cff;
    border-radius: 8px;
    color: #ffffff;
    padding: 20px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quiz h2 {
    margin-top: 0;
    font-size: 1.2em;
}

.quiz p {
    flex-grow: 1;
    font-size: 0.95em;
    margin-top: 20px;
}

.quiz a {
    color: #ffffff;
    text-decoration: none;
    background: #00003cff;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    font-size: 0.95em;
}

footer {
    background-color: #00003cff;
    padding: 10px;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .img-main img {
        margin: 0 auto;
        margin-top: 5rem;
        width: 100%;
    }

    .steps {
        flex: 1 1 100%;
        margin: 0px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding: 20px;
        max-width: 100%;
    }
    
    .quiz {
        width: 100%;
        margin: 20px;
        background: #00003cff;
        border-radius: 8px;
        color: #ffffff;
        padding: 20px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

}

@media (max-width: 968px) {

    /* Conteudo- 1 */
    .conteudo-1 {
        max-width: 1200px;
        margin: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0rem;
        gap: 1rem;
    }

    .desc-conteudo-1 {
        overflow-y: hidden;
        width: 100%;
        height: 50vh;
        margin-top: 1rem;
    }

    .desc-conteudo-1 h2 {
        font-size: 2rem;
        font-weight: 500;
    }

    .desc-conteudo-1 p {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
    }


    .button-conteudo-1 {
        background-color: #00003cff;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        padding: 20px 50px;
        border-radius: 5px;
    }


    .img-conteudo-1 {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .img-conteudo-1 img {
        width: 80%;
        height: auto;
    }

    /* Conteudo - 2 */
    .conteudo-2 {
        background-color: #00003cff;
        margin-top: 5rem;
        height: auto;
    }

    .conteudo-2-desc {
        max-width: 1200px;
        margin: auto;
        padding: 20px;
    }

    .cards-conteudo-2 {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0rem;
    }

    .conteudo-2-desc h2 {
        color: #fff;
        font-size: 2rem;
        margin-top: 3rem;
        font-weight: 500;
    }

    .bloco-conteudo-2 {
        margin-top: 50px;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 100%;
        height: auto;
    }

    .bloco-conteudo-2 i {
        font-size: 3rem;
    }

    .bloco-conteudo-2 a {
        text-decoration: none;
        color: #00003cff;
        font-weight: 600;
    }

    .bloco-conteudo-2 h3 {
        margin-top: 20px;
    }

}