@font-face {
    font-family: grafite;
    src: url(./Fonts/GraffitiYouth.otf);
}



/* ---------- CARDS THOMAS ---------- */


main {
    margin-top: -150px;
}

.pdoh1 {
    font-size: 20px;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    margin-top: 50px;
    background-color: #12408e;
    width: 400px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.4s;
    cursor: pointer;

}

.card:hover {
    transform: scale(1.05);
}

.branco {
    background-color: #ebebeb;
    color: #333;
}

.azul {
    color: #f0f0f0;
}


.icone-img {
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
    object-fit: contain;

}

.card h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.h2 {
    color: #2bb82d;
}

.card p {
    font-size: 1.1em;
    margin-bottom: 20px;
    margin: 15px;
    line-height: 1.5;
    text-align: center;
}

.card button {
    background-color: #2bb82d;
    color: rgb(231, 231, 231);
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.2s;
    cursor: pointer;
    color: #1d1d1d;
}

.card button:hover {
    background-color: #208a22;
}

img:not(#dark-icon) {
    margin: 10px 10px 10px 10px;
    border-radius: 10px;

}

.reutilizacao {
    text-align: center;
    padding: 50px 20px;
}

.reutilizacao h1 {
    font-size: 7rem;
    text-align: center;
    color: #35c538;
    font-size: 6rem;
    font-family: 'Gamon Trial', sans-serif;
    -webkit-text-stroke: 2px #12408e;
    text-shadow: 10px 10px #0c295c;
    letter-spacing: 5px;
    margin-top: 200px;
}

.pdoh1 {
    margin-top: 20px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.bgimg {
    margin-bottom: 30px;
    background-color: #2bb82d;
    border-radius: 3px;
}

/* ---------- FIM DOS CARDS ---------- */

/* ---------- CONTEUDO PRINCIPAL ---------- */

.conteudo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.conteudo img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 8px;
}

.conteudo .texto {
    max-width: 50%;
    text-align: justify;
    margin-left: 20px;

}

.conteudo .texto h3 {
    font-family: 'Gamon Trial', sans-serif;
    -webkit-text-stroke: 2px #12408e;
    text-shadow: 09px 7px #0c295c;
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #2bb82d;
    letter-spacing: 5px;
}

.conteudo .texto p {
    font-size: 1.1em;
    color: #333;
}

#importancia {
    border-radius: 10px;
    margin-top: 100px;
}


#reutilizacao {
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-top: 100px;
    padding: 40px;

}

#como-reutilizar {
    border-radius: 10px;
    margin-top: 100px;
    margin-bottom: 150px;
}

/* ---------- FIM DO CONTEUDO PRINCIPAL ---------- */

/* ---------- TEMA ESCURO ---------- */

.dark-mode {
    background-color: #162638;

}

.dark-mode header {
    background-color: #101922;
}

.dark-mode .azul {
    background-color: #101922;

}

.dark-mode .branco {
    background-color: #ccc;
}

.dark-mode .branco p {
    color: #000000;
}

.dark-mode .branco h2 {
    color: #000000;
}

.dark-mode .texto p {
    color: #ffffff;
}

.dark-mode #reutilizacao p {
    color: #ffffff;
}

.dark-mode #reutilizacao {
    background-color: #101922;
}

.dark-mode .footer-container {
    background-color: #101922;
}

.dark-mode .pdoh1 {
    color: #ffffff;
}

/* ---------- FIM DO TEMA ESCURO ---------- */

@media (max-width:320px) {}

@media (max-width:480px) {
    .reutilizacao h1 {
        font-size: 2.5em;
    }

    .reutilizacao p {
        font-size: 1.5em;
    }

    .pdoh1{
        margin: 5%;
        max-width: 100%;
    }

    .conteudo .texto{
        max-width: 80%;
        margin: 0;
        text-align: center;
    }

    .conteudo .texto h3{
        font-size: 2.2em;
    }

    #reutilizacao{
        padding: 5% 0;
    }

    .cards,
    .conteudo {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .texto {
        width: 80%;
    }

    .conteudo .texto p {
        font-size: 1.5em;
        text-align: center;
    }

    .card p {
        font-size: 1.5em;
    }

}

@media (max-width:768px) {}

@media (max-width:1024px) {}