@media screen and (max-width: 1015px) {

    header .menu-desktop,
    .btn-contato {
        display: none;
    }

    header .btn-menu-mobile {
        display: block;
    }
}

@media screen and (max-width: 650px) {

    /* RESPONSIVO BANNER PAGINA INICIAL */
    .banner-site .txt-banner h1 {
        font-size: 3em;
        line-height: 40px;
    }

    .banner-site .txt-banner p {
        font-size: 1em;
    }

    .banner-site .txt-banner p span {
        display: inline;
    }

    /* ESTILO RESPONSIVO TEMA MISSÕES */

    .tema-missões-img img {
        width: 100%;
        margin-bottom: 50px;
    }

    .divisa-missões img {
        width: 100%;
    }

    .tema-missões .itens-conteiner {
        flex-direction: column;
    }

    .tema-missões .itens-conteiner .img-itens img {
        width: 100%;
    }

    .tema-missões .itens-conteiner .txt-itens h3 {
        font-size: 1.5em;
        line-height: 20px;
        font-family: poppins, sans-serif;
        margin-bottom: 20px;
        text-align: justify;
    }


    .itens-conteiner .txt-itens p {
        margin-bottom: 20px;
        font-size: 1em;
    }

    .tema-missões .itens-conteiner .item-1 {
        order: 1;
    }

    .tema-missões .itens-conteiner .item-2 {
        order: 0;
    }

    /* RESPONSIVO COORDENADOR DE MISSÕES */

    .coordenador .interface {
        flex-direction: column;
    }

    .coordenador .coordenador-txt h2 {
        font-size: 2em;
        line-height: 30px;
    }

    .coordenador .coordenador-txt p {
        text-align: justify;
        font-size: 1em;

    }

    /* ESTILO RESPONSIVO CONTATOS */
    .txt-contato,
    .icons-contato {
        display: block;
        width: 100%;
    }

    .contato .txt-contato h3 {
        font-size: 1.7em;
        line-height: 30px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .contato .txt-contato P {
        font-size: 1.2em;
        text-align: justify;
        margin-bottom: 30px;
    }

    .contato .icons-contato button {
        width: 100%;
    }

    /* ESTILO RESPONSIVO PAM */

    .pam h3 {
        font-size: 1.9em;
        line-height: 29px;
    }

    /* ESTILO RESPONSIVO COMO CONTRIBUIR */

    .txt-contribua,
    .instrucoes {
        display: block;
        width: 100%;
    }

    .como-contribuir .txt-contribua {
        position: static;
    }

    .como-contribuir .txt-contribua h3 {
        font-size: 2em;
        line-height: 30px;
    }

    .instrucoes .instru-box {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;
        margin-bottom: 40px;
        border: 2px solid #000;
        padding: 20px;
    }

    .instrucoes .instru-box img {
        width: 90px;
    }

    .instrucoes .instru-box h4 {
        text-align: center;
    }

    .instrucoes .instru-box p {
        text-align: justify;
    }

    /* RESPONSIVO PAGINA DOWLOADS MATERIAL */

    .downloads .txt-downloads h1 {
        font-size: 3em;
        line-height: 40px;
    }

    .downloads .txt-downlads p {
        font-size: 1.5em;
        margin: 20px 0;
    }

    /* RESPONSIVO SEÇÃO DE ARQUIVOS MATERIAL DE MISSÕES */

    .musica .txt-autor h2,
    .txt-inspiracao h2 {
        font-size: 1.5em;
        line-height: 28px;
        margin-bottom: 3px;
        text-align: center;
    }

    .musica .txt-autor p {
        font-weight: 200;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* ESTILO RESPONSIVO CONHEÇA NOSSOS MISSIONARIOS */

    section.missionarios {
        height: 100vh;
        padding: 0 5%;
    }

    .missionarios .txt-missionarios h1 {
        font-size: 3em;
        line-height: 50px;
    }

    .miss-sede-txt .txt-sede h1 {
        font-size: 1.4em;
        margin-bottom: 1.5px;
    }

    .miss-sede-txt .txt-sede p {
        font-size: 11px;
    }

    .tabela-missionarios-campo h2 {
        font-size: 1.1em;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        min-width: 300px;
    }

    th,
    td {
        padding: 5px 2%;
        border: none;
        text-align: center;
    }

    /* ESTILO RESPONSIVO DOS PROJETOS */

    section.projetos-banner {
        height: 100vh;
    }

    .projetos-banner .txt-banner h1 {
        font-size: 3em;
        line-height: 40px;
        font-weight: 100;
    }

    .botes-missionarios h2 {
        font-size: 2em;
    }

    .botes-missionarios p {
        text-align: justify;
        font-size: 1em;
    }

    .acampamento h2 {
        font-size: 25px;
        text-align: center;
    }

    .acampamento p {
        text-align: justify;
        font-size: 1em;
    }

    .missionarios-conveniados h2 {
        font-size: 1.7em;
        text-align: center;
    }

    .missionarios-conveniados p {
        text-align: justify;
        font-size: 1em;
    }

    .sebaen h2 {
        font-size: 1.7em;
        text-align: center;
    }

    .sebaen p {
        text-align: justify;
        font-size: 1em;
    }

    .pepe h2 {
        font-size: 1.7em;
        text-align: center;
    }

    .pepe p {
        text-align: justify;
        font-size: 1em;
    }

    .revit-igreja h2 {
        font-size: 1.9em;
        text-align: center;
    }

    .revit-igreja p {
        text-align: justify;
        font-size: 1em;
    }


    /* ESTILO RESPONSIVO FAÇA PARTE */

    .banner-facaparte .txt-banner h1 {
        font-size: 2.5em;
        line-height: 40px;
    }

    .banner-facaparte .txt-banner p {
        font-size: 1.2em;
        margin: 20px 0;
    }

    .oferta-pam h2 {
        font-size: 1.5em;
    }

    .oferta-pam p {
        font-size: 1em;
    }

    .progress-step {
        font-size: 1em;

    }

    form {
        min-width: 200px;
    }

    legend {
        font-size: 1.5em;
        text-align: center;
    }

    .form-step {
        max-width: 695px;
        margin: 0 auto;
        padding: 1rem;
        box-sizing: border-box;
        overflow-x: hidden;
        /* evita overflow horizontal */
        width: 100%;
    }

    .checkbox-button-group,
    .radio-button-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 1rem;
        max-width: 100%;
        /* importante */
        box-sizing: border-box;
    }

    .checkbox-button-group label,
    .radio-button-group label {
        font-size: 14px;
        padding: 6px 10px;
        word-wrap: break-word;
        /* quebra texto longo */
        max-width: 100%;
    }

    .button-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }

    .button-group button {
        padding: 10px;
        font-size: 14px;
        cursor: pointer;
        width: 100%;
        max-width: 300px;
        box-sizing: border-box;
        white-space: normal;
        /* deixa o texto do botão quebrar linha */
    }

    .payment-section {
        display: none;
        margin-top: 1.5rem;
        max-width: 100%;
        box-sizing: border-box;
        position: relative;
        /* garantir fluxo natural */
    }

    .payment-section h4{
        text-align: center;
    }

    .payment-section.active {
        display: block;
    }

    .card-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        max-width: 100%;
        min-width: 200px;
        box-sizing: border-box;
    }

    .card-form input {
        width: 100%;
        max-width: 200px;
        margin-bottom: 10px;
        padding: 8px;
        font-size: 12px;
        box-sizing: border-box;
    }

    .form-group label {
        font-size: 14px;
        margin-bottom: 0.5rem;
        display: block;
        max-width: 100%;
        box-sizing: border-box;
    }

    .form-group input[type="file"] {
        max-width: 300px;
        width: 100%;
        font-size: 13px;
        padding: 6px;
        box-sizing: border-box;
    }

    .buttons-prox {
        margin-top: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .buttons-prox button {
        padding: 10px;
        font-size: 14px;
        width: 100%;
        max-width: 300px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .card-preview {
        width: 240px;
        height: 185px;
    }

    .card-field {
        font-size: 10px;
    }
}

/* Responsivo */
@media (max-width: 650px) {

    .button-group button,
    .buttons-prox button,
    .form-group input[type="file"],
    .card-form input {
        max-width: 100%;
        font-size: 10px;
    }


}