body{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #F5F5F5;
}


/* Faixa de notificação da promoção (fnp) */
.fnp_container{
    width: 100%; 
    height: 80px; 
    background-color: black; 
    color: white; 
    display: flex; 
    justify-content: center; 
    align-items: center;
} 
.fnp_sessao{
    display: flex; 
    width: 1100px; 
    justify-content: space-between;
}
.flex{
    display: flex; 
}
.fnp_oferta_box{
    display: flex; flex-direction: column; height: 100%; margin-left: 20px; justify-content: center;
}
.fnp_30_pct{
    font-weight: 700; font-size: 42px;
}
.bold{
    font-weight: 700;
}
.fnp_contagem_regressiva_box{
    display: flex; align-items: flex-end; gap: 10px;
}
.fnp_datetime_box{
    display: flex; align-items: baseline;
}
.fnp_datetime_valor{
    font-size: 42px; font-weight: bold;
}


/* Header (hd) */
.hd_container {
    width: 100%; 
    display: flex; 
    justify-content: center;
}

.hd_conteudo {
    width: 1040px; 
    height: 60px; 
    margin-top: 20px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.hd_linha {
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content: space-between;
}

.hd_logo_box {
    display: flex; 
    align-items: center;
}

.hd_logo_img_box {
    width: 80px; 
    height: 100%; 
    margin-right: 10px; 
    display: flex; 
    align-items: center;
}

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

.hd_nome_marca {
    height: 100%; 
    display: flex; 
    align-items: center; 
    font-size: 24px; 
    font-weight: 700; 
    color: #CB0000;
}

.hd_botoes_box {
    display: flex; 
    align-items: center;
}

.hd_botao_assinar {
    padding: 10px; 
    border-radius: 10px; 
    border: 1px solid #CB0000; 
    background-color: #CB0000; 
    height: 30px; 
    display: flex; 
    align-items: center;
    font-weight: 700; 
    color: white; 
    width: 150px; 
    justify-content: center; 
    margin-right: 20px; 
    cursor: pointer;
}

.hd_botao_agendar {
    padding: 10px; 
    border-radius: 10px; 
    border: 1px solid #CB0000; 
    height: 30px; 
    display: flex; 
    align-items: center;
    font-weight: 700; 
    color: #CB0000; 
    width: 200px; 
    justify-content: center; 
    margin-right: 20px; 
    cursor: pointer;
}

.hd_botao_entrar {
    padding: 10px; 
    border-radius: 10px; 
    border: 1px solid #CB0000; 
    height: 30px; 
    display: flex; 
    align-items: center;
    font-weight: 700; 
    color: #CB0000; 
    width: 140px; 
    justify-content: center; 
    cursor: pointer;
}

/* Hero (hr) */
.hr_container {
    width: 100%; 
    display: flex; 
    justify-content: center; 
    margin-top: 30px;
}

.hr_conteudo {
    width: 1100px;
    height: 650px;
    border-radius: 30px;
    overflow: hidden;
    display: grid;
    background-image: url('../../imagens/hero-image.png');
    background-size: cover;
    background-position: center;
}

.hr_camada_escura {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
}

.hr_conteudo_central {
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.hr_titulo {
    font-size: 42px; 
    font-weight: bold; 
    color: white; 
    text-align: center;
    margin-bottom: 80px;
}

.hr_subtitulo {
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-align: center;
    max-width: 700px;
    line-height: 28px;
    margin-bottom: 120px;
}

.hr_botao {
    background-color: white; 
    width: 330px; 
    height: 60px; 
    border-radius: 10px; 
    border: 1px solid #CB0000;
    display: flex;
    justify-content: center;
    align-items: center;   
    color: #CB0000;
}

.hr_botao_conteudo {
    display: flex; 
    align-items: center;
}

.hr_botao_destaque {
    font-weight: 700;
}

/* O Desafio que Todo Empreendedor Conhece (de) */
.de_container {
    margin-left: 205px;
    margin-right: 205px;
    text-align: justify;
    margin-top: 50px;
}

.de_titulo {
    font-size: 36px;
}

.de_flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-between;
}

.de_texto_esquerda,
.de_texto_direita {
    flex: 1 1 300px;
    font-size: 18px;
    line-height: 30px;
}

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

.de_imagem_grande {
    width: 509px;
    height: 490px;
    max-width: 100%;
    border-radius: 12px;
}

.de_destaque {
    background-color: #CB0000;
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 0.4rem;
}

.de_imagem_final {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.de_imagem_full {
    width: 100%;
    height: auto;
    border-radius: 12px;
}


/* Lendo pensamentos (lp) */
.lp_container {
    width: 100%;
    height: 500px;
    background-color: #CB0000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.lp_texto {
    margin-left: 13.56%;
    margin-right: 13.56%;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    color: white;
    text-align: center;
}


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

.gs_texto_inicial {
    margin-left: 205px;
    margin-right: 205px;
}

.gs_titulo {
    font-size: 42px;
}

.gs_paragrafo {
    font-size: 18px;
    line-height: 30px;
}

.gs_imagens_duplas {
    display: flex;
}

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

.gs_bloco_estrategia {
    margin-left: 13.56%;
    margin-right: 13.56%;
    margin-top: 30px;
    margin-bottom: 65px;
    font-size: 18px;
    line-height: 30px;
    display: flex;
}

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

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

.fi_frase {
    color: white;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}


/* Ativando memórias no Mc Donald's (mc) */
.mc_container {
    width: 100%;
    min-height: 600px;
    background-image: url('../../imagens/mcdonalds-batatas.png');
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.mc_conteudo_direita {
    margin-left: auto;
    width: 40%;
    color: white;
    padding: 60px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-right: 205px;
    text-align: justify;
}

.mc_destaque_pequeno {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

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

.mc_resultado_box {
    font-weight: bold;
    background-color: #e60000;
    display: inline-block;
    margin-top: 50px;
    font-size: 24px;
    padding: 5px 4px 4px 5px;
}

.mc_resultado_conteudo {
    font-size: 20px;
}

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


/* Mas e os pequenos negócios? (pn) */
.pn_bloco {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-top: 50px;
    margin-left: 13.56%;
    margin-right: 13.56%;
}

.pn_conteudo {
    flex: 1 1 200px;
}

.pn_titulo {
    font-size: 2rem;
    margin-bottom: 50px;
}

.pn_bloco p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

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

.pn_destaque {
    background-color: #CB0000;
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 0.4rem;
}

.pn_imagem {
    flex: 1 1 300px;
}

.pn_imagem_responsiva {
    max-width: 100%;
    background-color: transparent;
}

.pn_cta_final {
    background-color: #CB0000;
    color: #fff;
    padding: 1.2rem;
    border-radius: 10px;
    font-size: 1.1rem;
    margin-top: 2rem;
    font-weight: bold;
}


/* IA de vendas 24/7 (ia) */
.ia_container {
    margin-left: 13.56%;
    margin-right: 13.56%;
    margin-top: 80px;
}

.ia_titulo {
    font-size: 32px;
}

.ia_texto {
    line-height: 24px;
}

.ia_subtitulo {
    font-weight: bold;
    margin-top: 50px;
}

.ia_texto_final {
    margin-top: 30px;
    text-align: left;
    line-height: 24px;
}


/* Sugestões em Tempo Real (sr) */
.sr_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.sr_topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sr_bloco_texto {
    flex: 1;
    text-align: justify;
    display: flex;
    margin-left: 205px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sr_icone {
    width: 65px;
    height: 65px;
    background-color: #e60000;
    margin-bottom: 20px;
    border-radius: 10px;
}

.sr_textos {
    margin-left: 30px;
}

.sr_titulo {
    margin: 0 0 10px 0;
}

.sr_texto_destaque {
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 18px;
    width: 395px;
    line-height: 30px;
}

.sr_texto_simples {
    margin: 0;
    font-size: 18px;
    width: 395px;
    line-height: 30px;
}

.sr_mockup_box {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -450px;
    z-index: 2;
    margin-right: 205px;
}

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

.sr_fundo_visual {
    width: 100%;
    margin-top: 80px;
    height: 400px;
    background-image: url('../../imagens/salao-restaurante.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

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


/* Lucro em Crescimento (lc) */
.lc_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.lc_topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lc_mockup_box {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -400px;
    margin-left: 205px;
    z-index: 2;
}

.lc_mockup_img {
    max-width: 300px;
    height: auto;
}

.lc_texto_box {
    flex: 1;
    text-align: justify;
    display: flex;
    flex-direction: column;
    margin-right: 205px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.lc_texto_conteudo {
    display: flex;
    align-items: flex-start;
}

.lc_icone {
    width: 65px;
    height: 65px;
    background-color: #e60000;
    margin-right: 30px;
    border-radius: 10px;
}

.lc_titulo {
    margin: 0 0 10px 0;
}

.lc_texto_destaque {
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 18px;
    width: 420px;
    line-height: 30px;
}

.lc_texto {
    margin: 0;
    font-size: 18px;
    width: 420px;
    line-height: 30px;
}

.lc_fundo_visual {
    width: 100%;
    margin-top: 80px;
    height: 500px;
    background-image: url('../../imagens/atendente-mercado.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Análise Inteligente (ai) */
.ai_container {
    width: 100%;
    padding: 80px 205px 100px 205px;
    box-sizing: border-box;
}

.ai_conteudo {
    width: 100%;
}

.ai_header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.ai_icone {
    min-width: 65px;
    min-height: 65px;
    background-color: #CB0000;
    border-radius: 10px;
    margin-right: 30px;
}

.ai_titulo {
    margin: 0 0 10px 0;
}

.ai_texto_destaque {
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.ai_texto_simples {
    margin: 0;
    font-size: 18px;
}

.ai_cards_linha {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-left: 95px;
}

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

.ai_card_img {
    margin: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.ai_carrossel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
    margin-top: 20px;
    flex: 1;
}

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

.ai_ponto_1 {
    background-color: rgba(203, 0, 0, 0.33);
}

.ai_ponto_2 {
    background-color: rgba(203, 0, 0, 0.67);
}

.ai_ponto_3 {
    background-color: rgba(203, 0, 0, 1);
}

.ai_cross_sugestao {
    flex: 2;
    display: flex;
    justify-content: center;
}

.ai_cross_img {
    width: 100%;
    max-width: 360px;
    height: auto;
}


/* Consolidação de pensamento (cp) */
.cp_consolidacao {
    text-align: center;
    padding: 3rem 2rem;
    border-top: 4px solid #CB0000;
    border-bottom: 4px solid #CB0000;
    height: 400px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cp_conteudo {
    margin-left: 13.56%;
    margin-right: 13.56%;
}

.cp_conteudo p {
    color: #CB0000;
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
}

.cp_cta_wrapper {
    width: 100%;
    height: 100px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cp_cta_botao {
    width: 550px;
    height: 65px;
    background-color: #CB0000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-decoration: underline;
    border-bottom: 3px solid white;
    transition: background-color 0.3s ease;
}

.cp_cta_botao:hover {
    background-color: #CB0000;
}


/* Seção de FAQ (faq) */
.faq_container {
    width: 100%;
    background-image: url('../../imagens/equipe-pronta-para-te-ajudar.png');
    background-size: cover;
    background-position: center;
    display: grid;
    height: auto;
    min-height: 500px;
}

.faq_overlay {
    background-color: rgba(203, 0, 0, 0.9);
    width: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    color: white;
    padding-left: 205px;
    padding-right: 205px;
}

.faq_titulo {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq_subtitulo {
    max-width: 700px;
    font-size: 18px;
    margin-bottom: 40px;
}

.faq_conteudo {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

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

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

.faq_pergunta_botao {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.faq_resposta {
    display: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
}

.faq_cta_box {
    flex: 1;
}

.faq_cta_conteudo {
    background-color: white;
    color: #CB0000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 360px;
    padding: 20px 0 30px 30px;
}

.faq_cta_icone {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.faq_cta_texto {
    margin-top: 10px;
    font-weight: normal;
}

a.faq_cta_call, a.faq_cta_call:hover, a.faq_cta_call:visited{
    color: #CB0000; 
}

/* Oferta de lançamento (ol) */
.ol_container {
    margin-top: 80px;
    margin-bottom: 100px;
    text-align: justify;
}

.ol_conteudo {
    margin-left: 205px;
    margin-right: 205px;
}

.ol_titulo {
    font-size: 32px;
    margin-bottom: 50px;
}

.ol_paragrafo {
    line-height: 20px;
}

.ol_destaque {
    margin-top: 30px;
    line-height: 20px;
    font-weight: 700;
    color: #CB0000;
}


/* Nossos Planos (np) */
.np_wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.np_container {
    background-color: #CB0000;
    box-sizing: border-box;
    color: white;
    font-family: sans-serif;
    padding: 50px 205px 100px 205px;
}

.np_titulo {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.np_subtitulo {
    font-size: 16px;
    margin-bottom: 100px;
}

.np_linha_cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.np_card {
    background-color: #E0E0E0;
    color: black;
    border-radius: 16px;
    width: 275px;
    height: 390px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.np_card_promocional {
    margin-top: 85px;
    background-color: white;
    z-index: 2;
}

.np_card_padrao {
    margin-left: -120px;
}

.np_card_topo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.np_card_nome {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
}

.np_card_legenda {
    color: #3A3A3A;
    margin: 0;
    padding: 0;
}

.np_card_desconto {
    background-color: #CB0000;
    color: white;
    padding: 6px 12px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 6px;
    width: 70px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.np_card_valores {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.np_card_preco {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

.np_card_info {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.np_botao {
    margin-top: 20px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
    border-radius: 10px;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    width: 220px;
    margin-bottom: 30px;
    cursor: pointer;
}

.np_botao_destaque {
    color: #CB0000;
    border-color: #CB0000;
}


/* Não perca tempo (nt) */
.nt_sessao {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 50px;
}

.nt_conteudo {
    margin-left: 13.56%;
    margin-right: 13.56%;
    width: 100%;
}

.nt_titulo {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.nt_linha {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nt_texto {
    text-align: justify;
    color: black;
    width: 550px;
}

.nt_texto p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.nt_box_cta {
    display: flex;
    align-items: center;
}

.nt_cta_conteudo {
    background-color: #CB0000;
    color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 360px;
    padding: 20px 0 30px 30px;
    margin-top: 20px;
}

.nt_cta_icone {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.nt_cta_texto {
    margin-top: 10px;
    font-weight: normal;
}

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

.nt_botao_assinar {
    width: 550px;
    height: 65px;
    background-color: #CB0000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

a.nt_botao_assinar,
a.nt_botao_assinar:hover,
a.nt_botao_assinar:visited {
    color: white;
}

a.nt_cta_call, a.nt_cta_call:hover, a.nt_cta_call:visited{
    color: white; 
}

/* Desperte a ambição (da) */
.da_banner {
    margin-top: 80px;
    width: 100%;
    height: 550px;
    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: 50px 205px 80px 205px;
    box-sizing: border-box;
    font-family: sans-serif;
    color: #000;
}

.ct_titulo {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ct_subtitulo {
    font-size: 16px;
    margin-bottom: 50px;
}

.ct_linha {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.ct_formulario {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: black;
}

.ct_input {
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    resize: none;
    font-family: 'Poppins', sans-serif;
}

.mensagem_contato::placeholder {
    font-family: 'Poppins', sans-serif;
}

.ct_preferencia_titulo {
    margin-bottom: 10px;
}

.ct_opcoes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ct_botao_contato {
    background-color: #f1f1f1;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: bold;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
}

.ct_botao_contato.ativo {
    background-color: white;
    color: #CB0000;
    border: 2px solid #CB0000;
}

.ct_icone_contato {
    font-size: 18px;
    margin-right: 8px;
}

.ct_botao_enviar {
    background-color: transparent;
    color: #CB0000;
    border: 2px solid #CB0000;
    border-radius: 12px;
    padding: 14px 0;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}

.ct_imagem_box {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.ct_imagem {
    width: 100%;
    max-width: 450px;
}


/* Rodapé (rd) */
.rd_container {
    width: 100%;
    color: white;
    background-color: black;
}

.rd_conteudo {
    margin-left: 13.56%;
    margin-right: 13.56%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.rd_linha_superior {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    line-height: 24px;
}

.rd_titulo {
    font-weight: 700;
}

.rd_autoria {
    display: flex;
}

.rd_aviso {
    text-align: justify;
    color: #D9D9D9;
}
