/* ================= RESPONSIVIDADE GLOBAL ================= */

@media (max-width: 768px) {

    /* CONTAINER */
    .container {
        padding: 0 15px;
    }

    html {
        scroll-padding-top: 175px;
    }

    /* ================= MENU ================= */

    .menu {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .logotipo {
        margin: 0px;
        margin-bottom: -15px;
    }

    .btn-sinalizar {
        margin-bottom: 8px;
    }

    /* ================= SEÇÃO PRINCIPAL ================= */

    .principal {
        flex-direction: column;
        text-align: center;
    }



    .imagem-mulher-cachorro {
        width: 100%;
        max-width: 250px;
    }

    /* ================= SEÇÃO CÍRCULOS ================= */

    section.flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .circulo {
        width: 90%;
        height: auto;
    }

    /* ================= SOBRE ================= */

    .secao-video iframe {
        width: 100%;
        height: auto;
    }

    /* ================= FORMULÁRIO ================= */

    .formulario {
        padding: 15px;
    }

    .opcoes-porte {
        flex-direction: column;
        align-items: flex-start;
    }

    /* ================= FAQ ================= */

    .pergunta {
        width: 90%;
    }

    /* ================= FOOTER ================= */

    .container-link {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    /* ================= ENCONTRE PET ================= */

    .campo-pesquisar {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .borda-caixa {
        width: 100%;
    }

    .conteudo-card {
        flex-direction: column;
        align-items: center;
    }

    .imagem-animal {
        width: 100%;
        max-width: 250px;
        height: 220px;
        object-fit: cover;
    }

    .card {
        width: 100%;
        max-width: 350px;
    }

    .conteudo-img-card {
        width: 100%;
        height: auto;
    }

    .bnt-adotado {
        flex-direction: column;
        gap: 10px;
    }

    .voltar-topo {
        width: 45px;
        height: 45px;

        font-size: 22px;

        bottom: 15px;
        right: 15px;
    }
}