@media screen and (max-width: 768px){

    /* Hero (hr) */
    .hr_container {
        margin-top: 20px;
        margin-inline: auto;
        width: 90%;
    }

    .hr_conteudo {
        width: 100%;
        height: auto;
        min-height: 500px;
        border-radius: 20px;
        background-size: cover;
        background-position: center;
    }

    .hr_camada_escura {
        padding: 30px 20px;
    }

    .hr_conteudo_central {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .hr_titulo {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .hr_subtitulo {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 60px;
        max-width: 100%;
    }

    .hr_botao {
        width: 100%;
        max-width: 280px;
        height: 50px;
        font-size: 15px;
    }


    /* Faixa de notificação da promoção (fnp) */
    .fnp_container {
        height: auto;
        padding: 20px 0;
    }

    .fnp_sessao {
        flex-direction: column;
        width: 90%;
        margin-inline: auto;
        gap: 20px;
    }

    .fnp_sessao > .flex {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 10px;
    }

    .fnp_30_pct {
        font-size: 36px;
    }

    .fnp_oferta_box {
        margin-left: 0;
        align-items: flex-start;
        width: 100%;
    }

    .fnp_oferta_box .flex {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
    }

    .fnp_contagem_regressiva_box {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 10px;
    }

    .fnp_datetime_valor {
        font-size: 28px;
    }


    /* Header (hd) */
    .hd_container {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .hd_conteudo {
        width: 90%;
        height: auto;
        padding: 0;
    }

    .hd_linha {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hd_logo_box {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .hd_logo_img_box {
        width: 60px;
        margin-right: 10px;
    }

    .hd_nome_marca {
        font-size: 22px;
        justify-content: center;
    }

    .hd_botoes_box {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 12px;
    }

    .hd_botao_assinar,
    .hd_botao_agendar,
    .hd_botao_entrar {
        width: 100%;
        min-width: unset;
        height: 48px;
        font-size: 15px;
        box-sizing: border-box;
    }

    /* O Desafio que Todo Empreendedor Conhece (de) */
    .de_container {
        width: 90%;
        margin-inline: auto;
        margin-top: 40px;
        text-align: justify;
    }

    .de_titulo {
        text-align: center;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .de_flex_wrap {
        flex-direction: column;
        gap: 2rem;
    }

    .de_texto_esquerda,
    .de_texto_direita {
        font-size: 16px;
        line-height: 28px;
    }

    .de_imagem_grande,
    .de_imagem_full {
        width: 100%;
        max-width: 100%;
        height: auto;
    }


    /* Lendo pensamentos (lp) */
    .lp_container {
        height: auto;
        padding: 40px 0;
        margin-top: 40px;
    }

    .lp_texto {
        width: 90%;
        margin-inline: auto;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
    }


    /* O grande segredo das redes de sucesso (gs) */
    .gs_wrapper {
        margin-top: 40px;
    }

    .gs_texto_inicial {
        width: 90%;
        margin-inline: auto;
        padding: 0;
        text-align: center;
    }

    .gs_titulo {
        font-size: 28px;
    }

    .gs_paragrafo {
        font-size: 16px;
        line-height: 26px;
        margin-top: 16px;
    }

    .gs_imagens_duplas {
        flex-direction: column;
    }

    .gs_imagem {
        width: 100%;
        height: auto;
    }

    .gs_bloco_estrategia {
        width: 90%;
        margin: 30px auto 50px auto;
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }


    /* Frases icônicas (fi) */
    .fi_container {
        height: auto;
        display: grid;
        background-image: url('../../imagens/batata-frita-mais-um-real.jpg');
        background-size: cover;
        background-position: center;
    }

    .fi_camada_escura {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .fi_frase {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: white;
        font-weight: bold;
    }


    /* Ativando memórias no Mc Donald's (mc) */
    .mc_container {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: auto;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                        url('../../imagens/mcdonalds-batatas.png');
        background-size: 250%;
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    .mc_conteudo_direita {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        align-items: flex-start;
        text-align: justify;
        font-size: 16px;
        line-height: 26px;
        gap: 24px;
        display: flex;
        flex-direction: column;
        color: white;
    }

    .mc_conteudo_direita > div {
        width: 100%;
        max-width: 100%;
    }

    .mc_destaque_pequeno {
        font-size: 16px;
        font-weight: bold;
    }

    .mc_paragrafo_simples {
        margin: 8px 0 0 0;
    }

    .mc_resultado_box {
        font-size: 20px;
        margin-top: 30px;
        padding: 6px 10px;
        background-color: #e60000;
        font-weight: bold;
        display: inline-block;
    }

    .mc_resultado_conteudo {
        font-size: 16px;
    }

    .mc_destaque_maior {
        font-weight: bold;
        margin: 0;
    }


    /* Mas e os pequenos negócios? (pn) */
    .pn_bloco {
        flex-direction: column;
        width: 90%;
        margin-inline: auto;
        margin-top: 40px;
    }

    .pn_conteudo {
        width: 100%;
        text-align: justify;
    }

    .pn_titulo {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .pn_bloco p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 1rem;
    }

    .pn_texto_com_espaco {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .pn_destaque {
        display: inline-block;
        font-size: 14px;
        padding: 0.3rem 0.5rem;
        line-height: 24px;
    }

    .pn_imagem {
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    .pn_imagem_responsiva {
        width: 100%;
        max-width: 300px;
        height: auto;
        border-radius: 1000px;
    }

    .pn_cta_final {
        margin-top: 40px;
        font-size: 16px;
        line-height: 26px;
        padding: 20px;
        text-align: justify;
    }


    /* IA de vendas 24/7 (ia) */
    .ia_container {
        width: 90%;
        margin-inline: auto;
        margin-top: 40px;
    }

    .ia_container p {
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }

    .ia_titulo {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ia_subtitulo {
        font-size: 16px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .ia_texto_final {
        margin-top: 24px;
    }

    /* Sugestões em Tempo Real (mobile) */
    .sr_container {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        order: 3;
    }

    .sr_topo {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

    .sr_bloco_texto {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 30px 0 0 0;
        width: 100%;
        text-align: justify;
        gap: 12px;
    }

    .sr_icone {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        background-color: #CB0000;
        flex-shrink: 0;
    }

    .sr_textos {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        flex: 1;
    }

    .sr_titulo {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 50px;
    }

    .sr_texto_destaque,
    .sr_texto_simples {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .sr_mockup_box {
        justify-content: center;
        margin: 32px 0 -300px 0;
        z-index: 1;
        width: 100%;
    }

    .sr_mockup_img {
        width: 90%;
        max-width: 300px;
        height: auto;
    }

    .sr_fundo_visual {
        height: 500px;
        margin-top: 20px;
        background-image: url('../../imagens/salao-restaurante.jpg');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sr_overlay {
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
    }


    /* Lucro em Crescimento (mobile) */
    .lc_container {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        order: 2;
    }

    .lc_topo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 90%;
        margin: auto
    }

    .lc_mockup_box {
        order: 2;
        justify-content: center;
        margin: 50px 0 -200px 0;
        z-index: 1;
        width: 90%;
    }

    .lc_mockup_img {
        width: 90%;
        max-width: 280px;
        height: auto;
    }

    .lc_texto_box {
        order: 1;
        margin: 0 auto;
        padding-right: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: justify;
        margin-left: 0;
    }

    .lc_texto_conteudo {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .lc_icone {
        width: 50px;
        height: 50px;
        background-color: #CB0000;
        border-radius: 10px;
        margin-right: 0;
        flex-shrink: 0;
    }

    .lc_titulo {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 50px;
    }

    .lc_texto_destaque,
    .lc_texto {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .lc_fundo_visual {
        height: 500px;
        margin-top: 20px;
        background-image: url('../../imagens/atendente-mercado.jpeg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* Análise Inteligente (mobile) */
    /* Análise Inteligente (mobile) */
    .ai_container {
        width: 100%;
        padding: 40px 20px 60px 20px;
        box-sizing: border-box;
    }

    .ai_conteudo {
        width: 100%;
    }

    .ai_header {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 30px;
        gap: 12px;
    }

    .ai_icone {
        width: 50px;
        height: 50px;
        background-color: #CB0000;
        border-radius: 10px;
        flex-shrink: 0;
        margin-right: 0;
        min-height: 0;
        min-width: 0;
    }

    .ai_titulo {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 50px;
    }

    .ai_texto_destaque {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .ai_texto_simples {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }

    .ai_cards_linha {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-left: 0;
    }

    .ai_coluna_cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .ai_card_img {
        width: 90%;
        max-width: 300px;
        height: auto;
    }

    .ai_carrossel {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 10px 0;
    }

    .ai_ponto {
        width: 12px;
        height: 12px;
        border-radius: 25px;
    }

    .ai_cross_sugestao {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .ai_cross_img {
        width: 90%;
        max-width: 300px;
        height: auto;
    }


    /* Consolidação de pensamento (mobile) */
    .cp_consolidacao {
        /* padding: 2rem 1.5rem; */
        padding: 3.125rem 1.7rem 3.125rem 1.7rem;
        margin: 0 auto;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .cp_conteudo {
        width: 100%;
        margin: 0;
    }

    .cp_conteudo p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        max-width: 100%;
        text-align: justify;
    }

    .cp_cta_wrapper {
        height: auto;
        margin-top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .cp_cta_botao {
        width: 100%;
        max-width: 320px;
        height: auto;
        line-height: 32px;
        font-size: 16px;
        border-radius: 10px;
        padding: 14px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Seção de FAQ (mobile) */
    .faq_overlay{

        min-height: 65.5rem;
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }

    .faq_titulo {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }

    .faq_subtitulo {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
        max-width: 100%;
        text-align: justify;
    }

    .faq_conteudo {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .faq_cta_box {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .faq_cta_conteudo {
        width: 100%;
        padding: 20px;
        background-color: white;
        color: #CB0000;
        border-radius: 10px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .faq_cta_icone {
        width: 60px;
        height: auto;
        margin-bottom: 15px;
    }

    .faq_cta_texto {
        font-weight: normal;
        font-size: 15px;
    }

    .faq_perguntas {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .faq_box_pergunta {
        background-color: white;
        color: black;
        border-radius: 10px;
        padding: 20px;
    }

    .faq_pergunta_botao {
        font-size: 16px;
        text-align: left;
        width: 100%;
    }

    .faq_resposta {
        font-size: 15px;
        line-height: 26px;
        margin-top: 15px;
    }


    /* Oferta de lançamento (mobile) */
    .ol_container {
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: justify;
        padding: 0 20px;
    }

    .ol_conteudo {
        margin: 0;
        width: 100%;
    }

    .ol_titulo {
        font-size: 22px;
        margin-bottom: 30px;
        text-align: center;
    }

    .ol_paragrafo {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .ol_destaque {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        color: #CB0000;
        margin-top: 25px;
    }


    /* Nossos Planos (np) */
    .np_wrapper {
        order: 3;
        height: auto;
        padding-bottom: 0;
    }
    
    .np_container {
        padding: 4%;
        text-align: center;
        padding-top: 3.125rem;
        padding-bottom: 6.25rem;
    }
    
    .np_titulo {
        font-size: 1.75rem;
        text-align: justify;
        margin-block-start: 0;
        margin-block-end: 0;
        line-height: 3.5rem;
    }
    
    .np_subtitulo {
        text-align: justify;
        margin-bottom: 2.5rem;
    }
    
    .np_linha_cards {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    
    .np_card {
        background-color: #B3B3B3;
        aspect-ratio: 4 / 5;
        border-radius: 1rem;
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        max-width: 18.75rem;
    }
    
    .np_card_padrao {
        margin-left: 0;
    }
    
    .np_card_promocional {
        background-color: #FFFFFF;
    }
    
    .np_card_nome {
        font-size: 1.25rem;
    }
    
    .np_card_legenda {
        font-size: 0.875rem;
    }
    
    .np_card_preco {
        font-size: 2rem;
    }
    
    .np_card_info {
        font-size: 0.875rem;
    }
    
    .np_botao {
        font-size: 0.875rem;
        width: 80%;
        max-width: 12.5rem;
        height: 3rem;
        margin-bottom: 1.25rem;
    }

    .np_linha_cards{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .np_card:nth-child(1){
        margin-left: -38%;
    }
    .np_card:nth-child(2) {
        margin-top: -31rem;
        margin-left: 38%;
        margin-bottom: 5.625rem;
    }
    .np_card{
        width: 62%;
    }
    
    .np_card:nth-child(3),
    .np_card:nth-child(4) {
        margin: auto;
    }

    /* Não perca tempo (nt) */
    .nt_sessao {
        width: 100%;
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        box-sizing: border-box;
        margin-top: 0;
    }

    .nt_conteudo {
        width: 90%;
        margin: 0 auto;
    }

    .nt_titulo {
        font-size: 1.75rem;
        line-height: 2.25rem;
        text-align: left;
    }

    .nt_linha {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .nt_texto {
        width: 100%;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .nt_box_cta {
        width: 100%;
        justify-content: flex-start;
    }

    .nt_cta_conteudo {
        width: 100%;
        max-width: 100%;
        padding: 1.25rem 1.25rem 1.875rem 1.25rem;
        margin-top: 0;
    }

    .nt_cta_icone {
        margin-bottom: 1.25rem;
        width: 4rem;
    }

    .nt_botao_wrapper {
        width: 100%;
        height: auto;
        margin-top: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nt_botao_assinar {
        width: 100%;
        max-width: 20rem;
        height: 3.5rem;
        font-size: 1rem;
        text-decoration: underline;
    }

    
    /* Desperte a ambição (da) */
    .da_banner {
        margin-top: 40px;
        width: 100%;
        height: 300px;
        background-image: url('../../imagens/ambicao-de-expansao.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    /* Seção de Contato (ct) */
    .ct_container {
        width: 100%;
        padding: 2rem 1rem;
        box-sizing: border-box;
    }
    .ct_titulo {
        font-size: 1.75rem;
        margin-bottom: 1rem;
        text-align: left;
    }
    .ct_subtitulo {
        font-size: 1rem;
        margin-bottom: 2rem;
        text-align: left;
    }
    .ct_linha {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    .ct_formulario {
        width: 100%;
        max-width: 28rem;
    }
    .ct_input {
        padding: 0.875rem;
        border-radius: 0.625rem;
        border: 1px solid #ccc;
        font-size: 1rem;
        resize: none;
        font-family: 'Poppins', sans-serif;
    }
    .ct_opcoes {
        display: flex;
        flex-wrap: wrap;
        gap: 0.625rem;
    }
    .ct_botao_contato {
        background-color: #f1f1f1;
        border: none;
        border-radius: 0.75rem;
        padding: 0.625rem 1.25rem;
        font-weight: bold;
        color: #aaa;
        font-size: 0.875rem;
        cursor: pointer;
    }
    .ct_botao_contato.ativo {
        background-color: #fff;
        color: #CB0000;
        border: 0.125rem solid #CB0000;
    }
    .ct_botao_enviar {
        background-color: transparent;
        color: #CB0000;
        border: 0.125rem solid #CB0000;
        border-radius: 0.75rem;
        padding: 0.875rem 0;
        font-size: 1rem;
        font-weight: bold;
        margin-top: 0.625rem;
        cursor: pointer;
    }
    .ct_imagem_box {
        width: 100%;
        max-width: 28rem;
        height: 15rem;
        background: url("../imagens/queremos-te-ouvir.png") center center/cover no-repeat;
    }
    .ct_imagem {
        display: none;
    }
    .ct_formulario{
        width: 100%;
        max-width: 28rem;
        height: 15rem;
        background-image: url("../imagens/queremos-te-ouvir.png");
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }


    /* Rodapé (rd) */
    .rd_container {
        background-color: #000;
        color: #fff;
        padding: 2rem 1rem;
        box-sizing: border-box;
        font-family: sans-serif;
        text-align: center;
    }

    .rd_conteudo {
        max-width: 100%;
        margin: 0 auto;
    }

    .rd_linha_superior {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1rem;
        align-items: flex-start;
        text-align: justify;
    }

    .rd_titulo {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .rd_autoria {
        font-size: 0.875rem;
        margin-top: 0.5rem;
    }

    .rd_aviso {
        font-size: 0.75rem;
        line-height: 1.4;
        text-align: justify;
        margin-top: 3rem;
    }



}