:root {
    --azul-principal: #082b4e;
    --azul-escuro: #062441;
    --azul-medio: #0c3a66;
    --azul-claro: #c9def4;
    --azul-cookie: #075ca8;
    --cinza-fundo: #f5f7fa;
    --cinza-texto: #5f6975;
    --branco: #ffffff;
    --preto: #111111;
    --verde-whatsapp: #25d366;
    --verde-whatsapp-hover: #1ebe5d;
    --turquesa: #18bec5;
    --turquesa-escuro: #11aab1;
}


/* CONFIGURAÇÕES GERAIS */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: var(--branco);
    color: var(--azul-principal);
}

a {
    text-decoration: none;
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
}

button {
    border: none;
    font-family: inherit;
    cursor: pointer;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.biblioteca-icones {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
}


/* CABEÇALHO */

.cabecalho {
    width: 100%;
    background: var(--branco);
    border-bottom: 1px solid #eeeeee;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    box-shadow: 0 4px 18px rgba(8, 43, 78, 0.06);
}

.cabecalho-conteudo {
    min-height: 112px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

.logo {
    min-width: 260px;

    display: flex;
    flex-direction: column;
    align-items: center;

    color: var(--azul-principal);
}

.logo-desenho {
    width: 190px;
    height: 28px;

    position: relative;
    display: block;
}

.linha-logo {
    width: 185px;
    height: 25px;

    border-radius: 50%;

    position: absolute;
    left: 0;
}

.linha-superior {
    border-bottom: 4px solid var(--azul-principal);
    top: -12px;
}

.linha-inferior {
    border-top: 3px solid var(--azul-claro);
    top: 12px;
}

.logo-texto {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: -2px;

    line-height: 1;
    text-transform: uppercase;
}

.logo-texto strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
}

.logo-texto small {
    color: #94a9be;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;

    margin-top: 6px;
}

.menu {
    display: flex;
    align-items: center;

    gap: 35px;
}

.menu a {
    color: var(--preto);

    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;

    padding: 43px 0 38px;

    position: relative;

    transition: 0.3s;
}

.menu a::after {
    content: "";

    width: 0;
    height: 4px;

    background: var(--azul-claro);
    border-radius: 10px;

    position: absolute;
    left: 50%;
    bottom: 29px;

    transform: translateX(-50%);
    transition: 0.3s;
}

.menu a:hover::after {
    width: 14px;
}

.botao-negociar-topo {
    max-width: 205px;

    background: var(--azul-principal);
    color: var(--branco);

    border-radius: 15px;

    padding: 16px 22px;

    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;

    transition: 0.3s;
}

.botao-negociar-topo:hover {
    background: var(--azul-medio);
    transform: translateY(-3px);
}

.botao-menu {
    width: 45px;
    height: 45px;

    background: transparent;

    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 6px;
}

.botao-menu span {
    width: 28px;
    height: 3px;

    background: var(--azul-principal);

    border-radius: 5px;
}


/* BANNER */

.hero {
    min-height: 695px;

    background:
        linear-gradient(
            90deg,
            rgba(6, 36, 65, 0.98),
            rgba(8, 43, 78, 0.96)
        );

    padding: 210px 0 100px;

    display: flex;
    align-items: center;

    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(
            circle,
            rgba(143, 181, 219, 0.16) 2px,
            transparent 2px
        );

    background-size: 10px 10px;
    opacity: 0.25;
}

.hero::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at center,
            transparent 0,
            rgba(6, 36, 65, 0.08) 35%,
            rgba(6, 36, 65, 0.60) 100%
        );
}

.circulo-pontos {
    width: 330px;
    height: 330px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(156, 192, 226, 0.25) 2px,
            transparent 2.5px
        );

    background-size: 10px 10px;

    position: absolute;
    z-index: 1;

    opacity: 0.5;
}

.circulo-um {
    top: -70px;
    left: -70px;
}

.circulo-dois {
    top: -75px;
    left: 38%;
}

.circulo-tres {
    top: -60px;
    right: -40px;
}

.circulo-quatro {
    left: 8%;
    bottom: -180px;
}

.hero-conteudo {
    text-align: center;

    position: relative;
    z-index: 3;
}

.hero h1 {
    max-width: 1150px;

    color: var(--branco);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 70px;
    line-height: 1.08;

    margin: 0 auto;
}

.hero h1 span {
    display: block;

    color: var(--azul-claro);

    margin-top: 8px;
}

.hero p {
    color: var(--branco);

    font-size: 27px;
    line-height: 1.5;

    margin-top: 25px;
}

.botao-hero {
    min-width: 210px;
    min-height: 72px;

    background: var(--azul-claro);
    color: var(--azul-principal);

    border-radius: 15px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 38px;
    padding: 0 30px;

    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;

    transition: 0.3s;
}

.botao-hero:hover {
    background: var(--branco);
    transform: translateY(-4px);
}


/* CLIENTES */

.titulo-secao {
    text-align: center;
    margin-bottom: 45px;
}

.detalhe-titulo {
    width: 46px;
    height: 4px;

    background: var(--azul-claro);
    border-radius: 10px;

    display: block;

    margin: 0 auto 15px;
}

.titulo-secao h2 {
    color: var(--azul-principal);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;

    margin-bottom: 10px;
}

.titulo-secao p {
    color: var(--cinza-texto);
    font-size: 16px;
}

.clientes {
    padding: 90px 0 70px;
    background: var(--branco);
}

.clientes-logos {
    max-width: 930px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 35px;

    margin: 0 auto;
}

.cliente-logo {
    min-height: 140px;

    background: var(--branco);

    border: 1px solid #e8ebef;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 25px;

    box-shadow: 0 10px 30px rgba(8, 43, 78, 0.07);

    transition: 0.3s;
}

.cliente-logo:hover {
    transform: translateY(-7px);

    box-shadow: 0 18px 40px rgba(8, 43, 78, 0.14);
}

.cliente-logo img {
    max-width: 220px;
    max-height: 80px;

    object-fit: contain;
}


/* ACESSOS RÁPIDOS */

.acessos {
    padding: 60px 0;

    background: var(--cinza-fundo);
}

.acessos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.acesso-card {
    min-height: 185px;

    background: var(--branco);

    border: 1px solid #edf0f4;
    border-bottom: 4px solid transparent;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 22px 15px;

    box-shadow: 0 9px 25px rgba(8, 43, 78, 0.07);

    transition: 0.3s;
}

.acesso-card:hover {
    border-bottom-color: var(--azul-claro);

    transform: translateY(-8px);

    box-shadow: 0 17px 37px rgba(8, 43, 78, 0.14);
}

.acesso-icone {
    width: 60px;
    height: 60px;

    background: #eef3f9;
    color: var(--azul-principal);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    margin-bottom: 18px;

    font-size: 20px;
    font-weight: 800;
    line-height: 1;

    transition: 0.3s;
}

.acesso-card:hover .acesso-icone {
    background: var(--azul-principal);
    color: var(--branco);
}

.acesso-texto {
    color: var(--azul-principal);

    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}


/* SUPORTE */

.suporte {
    padding: 95px 0;

    background: var(--branco);
}

.suporte-cabecalho {
    max-width: 820px;

    text-align: center;

    margin: 0 auto 55px;
}

.suporte-cabecalho h2 {
    color: var(--azul-principal);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.25;

    margin-bottom: 18px;
}

.suporte-cabecalho p {
    color: var(--cinza-texto);

    font-size: 17px;
    line-height: 1.7;
}

.suporte-layout {
    display: grid;
    grid-template-columns: 360px 1fr;

    gap: 30px;
}

.suporte-abas {
    display: flex;
    flex-direction: column;

    gap: 12px;
}

.aba-suporte {
    width: 100%;
    min-height: 83px;

    background: #f2f5f8;
    color: var(--azul-principal);

    border-left: 4px solid transparent;
    border-radius: 6px;

    display: flex;
    align-items: center;

    gap: 18px;

    padding: 16px 20px;

    font-size: 15px;
    font-weight: 800;
    text-align: left;

    transition: 0.3s;
}

.aba-suporte:hover {
    background: #e8eef5;
    transform: translateX(4px);
}

.aba-suporte.ativo {
    background: var(--azul-principal);
    color: var(--branco);

    border-left-color: var(--azul-claro);

    box-shadow: 0 13px 30px rgba(8, 43, 78, 0.20);
}

.aba-numero {
    min-width: 44px;
    height: 44px;

    background: var(--branco);
    color: var(--azul-principal);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 13px;
    font-weight: 800;
}

.aba-suporte.ativo .aba-numero {
    background: var(--azul-claro);
}

.suporte-conteudos {
    min-height: 480px;

    background: var(--azul-principal);

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 22px 50px rgba(8, 43, 78, 0.20);
}

.painel-suporte {
    min-height: 480px;

    display: none;
    flex-direction: column;
    justify-content: center;

    padding: 55px;

    animation: aparecerPainel 0.4s ease;
}

.painel-suporte.ativo {
    display: flex;
}

.painel-etiqueta {
    color: var(--azul-claro);

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    margin-bottom: 16px;
}

.painel-suporte h3 {
    color: var(--branco);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 33px;

    margin-bottom: 21px;
}

.painel-suporte p {
    color: #e7f0f8;

    font-size: 16px;
    line-height: 1.8;

    margin-bottom: 15px;
}

.suporte-lista {
    list-style: none;

    margin: 5px 0 23px;
}

.suporte-lista li {
    color: #e7f0f8;

    font-size: 16px;
    line-height: 1.6;

    padding: 8px 0 8px 30px;

    position: relative;
}

.suporte-lista li::before {
    content: "✓";

    color: var(--azul-claro);

    font-size: 18px;
    font-weight: 800;

    position: absolute;
    left: 0;
    top: 6px;
}

.botao-suporte {
    width: fit-content;
    min-height: 52px;

    background: var(--azul-claro);
    color: var(--azul-principal);

    border-radius: 8px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 25px;
    margin-top: 14px;

    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;

    transition: 0.3s;
}

.botao-suporte:hover {
    background: var(--branco);
    transform: translateY(-3px);
}

.suporte-canais {
    display: flex;
    flex-wrap: wrap;

    gap: 13px;

    margin-top: 17px;
}

.suporte-canais a {
    color: var(--branco);

    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 7px;

    padding: 14px 19px;

    font-size: 14px;
    font-weight: 700;

    transition: 0.3s;
}

.suporte-canais a:hover {
    background: var(--azul-claro);
    color: var(--azul-principal);
}

.link-com-icone {
    display: inline-flex;
    align-items: center;

    gap: 10px;
}

.icone-whatsapp-texto {
    width: 21px;
    height: 21px;

    display: block;
    flex-shrink: 0;

    fill: currentColor;
}

@keyframes aparecerPainel {

    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* ATENDIMENTO */

.atendimento {
    background: var(--cinza-fundo);

    padding: 85px 0;
}

.atendimento-conteudo {
    background: var(--branco);

    border-radius: 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 45px;

    padding: 50px;

    box-shadow: 0 18px 45px rgba(8, 43, 78, 0.10);
}

.detalhe-atendimento {
    color: var(--azul-medio);

    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.atendimento-texto h2 {
    color: var(--azul-principal);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.2;

    margin: 12px 0 14px;
}

.atendimento-texto p {
    color: var(--cinza-texto);

    font-size: 17px;
    line-height: 1.6;
}

.botao-atendimento-whatsapp {
    min-height: 65px;

    background: var(--verde-whatsapp);
    color: var(--branco);

    border-radius: 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 13px;

    padding: 0 28px;

    font-size: 16px;
    font-weight: 800;

    white-space: nowrap;

    transition: 0.3s;
}

.botao-atendimento-whatsapp:hover {
    background: var(--verde-whatsapp-hover);
    transform: translateY(-4px);
}

.icone-whatsapp-atendimento {
    width: 29px;
    height: 29px;

    fill: currentColor;
}


/* RODAPÉ */

.rodape {
    background: #202020;
    color: var(--branco);

    padding: 55px 0 0;
}

.rodape-topo {
    min-height: 105px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.logo-rodape {
    width: 290px;

    display: flex;
    flex-direction: column;
    align-items: center;

    color: var(--branco);
}

.logo-rodape-desenho {
    width: 205px;
    height: 30px;

    display: block;

    position: relative;
}

.linha-rodape {
    width: 200px;
    height: 25px;

    border-radius: 50%;

    position: absolute;
    left: 0;
}

.linha-rodape-superior {
    border-bottom: 4px solid var(--branco);
    top: -12px;
}

.linha-rodape-inferior {
    border-top: 3px solid #a8c7e5;
    top: 13px;
}

.logo-rodape-texto {
    display: flex;
    flex-direction: column;
    align-items: center;

    line-height: 1;
    text-transform: uppercase;
}

.logo-rodape-texto strong {
    color: var(--branco);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.logo-rodape-texto small {
    color: #a8a8a8;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 6px;

    margin-top: 6px;
}

.botao-retorne-rodape {
    background: var(--turquesa);
    color: var(--branco);

    border-radius: 17px;

    padding: 21px 38px;

    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;

    transition: 0.3s;
}

.botao-retorne-rodape:hover {
    background: var(--turquesa-escuro);
    transform: translateY(-3px);
}

.linha-divisoria-rodape {
    width: 100%;
    height: 1px;

    background: #555555;

    margin: 5px 0 45px;
}

.rodape-links {
    display: grid;
    grid-template-columns: 0.9fr 0.9fr 1fr 1.1fr;

    gap: 60px;
}

.coluna-rodape {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.coluna-rodape h3,
.area-rodape h3 {
    color: #c3ddf6;

    font-size: 21px;
    line-height: 1.3;

    margin-bottom: 16px;
}

.coluna-rodape a {
    color: var(--branco);

    font-size: 16px;
    line-height: 1.45;

    margin-bottom: 10px;

    transition: 0.3s;
}

.coluna-rodape a:hover {
    color: var(--turquesa);
    padding-left: 4px;
}

.coluna-endereco p,
.area-rodape p {
    color: var(--branco);

    font-size: 16px;
    line-height: 1.5;

    margin-bottom: 5px;
}

.titulo-redes {
    margin-top: 19px;
}

.redes-sociais {
    display: flex;
    align-items: center;

    gap: 18px;
}

.rede-social {
    width: 47px;
    height: 47px;

    background: #c3ddf6;
    color: var(--azul-principal) !important;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 !important;

    font-size: 25px !important;
    font-weight: 800;

    transition: 0.3s;
}

.rede-social:hover {
    background: var(--turquesa);
    color: var(--branco) !important;

    padding-left: 0 !important;

    transform: translateY(-4px);
}

.rede-linkedin {
    font-size: 20px !important;
}

.rodape-inferior {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 80px;

    margin-top: 65px;
    padding: 35px 0 45px;

    border-top: 1px solid #555555;
}

.whatsapp-rodape {
    color: var(--branco);

    display: inline-flex;
    align-items: center;

    gap: 10px;

    font-size: 16px;
    line-height: 1.5;

    transition: 0.3s;
}

.whatsapp-rodape:hover {
    color: var(--turquesa);
}

.rodape-final {
    border-top: 1px solid #555555;

    padding: 25px 0;

    text-align: center;
}

.rodape-final p {
    color: #cfcfcf;

    font-size: 14px;
}


/* WHATSAPP FLUTUANTE */

.whatsapp-flutuante {
    width: 68px;
    height: 68px;

    background: var(--verde-whatsapp);
    color: var(--branco);

    border: 4px solid var(--branco);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    position: fixed;
    right: 24px;
    bottom: 92px;
    z-index: 1100;

    line-height: 0;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);

    transition: 0.3s;
}

.icone-whatsapp-flutuante {
    width: 37px;
    height: 37px;

    display: block;
    flex-shrink: 0;

    fill: currentColor;

    transform: translate(0.5px, -0.3px);
}

.whatsapp-flutuante:hover {
    background: var(--verde-whatsapp-hover);

    transform: scale(1.08);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.30);
}


/* COOKIES */

.aviso-cookies {
    width: 79%;

    background: var(--azul-cookie);
    color: var(--branco);

    border-radius: 5px 5px 0 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 23px 25px;

    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 1050;

    transform: translateX(-50%);

    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.12);
}

.aviso-cookies.oculto {
    display: none;
}

.aviso-cookies p {
    font-size: 15px;
    line-height: 1.5;
}

.cookies-acoes {
    display: flex;
    align-items: center;

    gap: 25px;

    white-space: nowrap;
}

.cookies-acoes a,
.botao-configuracoes {
    background: transparent;
    color: var(--branco);

    font-size: 14px;
    font-weight: 600;
}

.botao-aceitar {
    background: #eeeeee;
    color: var(--azul-cookie);

    border: 3px double var(--azul-principal);
    border-radius: 4px;

    padding: 13px 22px;

    font-size: 14px;
}


/* RESPONSIVIDADE */

@media (max-width: 1100px) {

    .logo {
        min-width: 210px;
    }

    .menu {
        gap: 20px;
    }

    .acessos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rodape-links {
        gap: 35px;
    }

}


@media (max-width: 900px) {

    .cabecalho-conteudo {
        min-height: 85px;
    }

    .botao-negociar-topo {
        display: none;
    }

    .botao-menu {
        display: flex;
    }

    .menu {
        width: 100%;

        background: var(--branco);

        position: absolute;
        top: 85px;
        left: 0;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 0;

        max-height: 0;

        overflow: hidden;
        visibility: hidden;

        padding: 0 5%;

        box-shadow: 0 15px 25px rgba(8, 43, 78, 0.12);

        transition: 0.4s;
    }

    .menu.ativo {
        max-height: 320px;
        visibility: visible;

        padding-top: 10px;
        padding-bottom: 18px;
    }

    .menu a {
        padding: 17px 0;
        border-bottom: 1px solid #eeeeee;
    }

    .menu a::after {
        display: none;
    }

    .hero {
        min-height: 620px;

        padding: 160px 0 80px;
    }

    .hero h1 {
        font-size: 49px;
    }

    .hero p {
        font-size: 22px;
    }

    .clientes-logos {
        max-width: 520px;

        grid-template-columns: 1fr;
    }

    .suporte-layout {
        grid-template-columns: 1fr;
    }

    .suporte-abas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .atendimento-conteudo {
        flex-direction: column;
        align-items: flex-start;
    }

    .rodape-links {
        grid-template-columns: repeat(2, 1fr);

        gap: 50px;
    }

    .aviso-cookies {
        width: 92%;

        flex-direction: column;
        align-items: flex-start;

        gap: 16px;
    }

    .cookies-acoes {
        width: 100%;

        justify-content: space-between;

        gap: 12px;
    }

    .whatsapp-flutuante {
        bottom: 145px;
    }

}


@media (max-width: 600px) {

    .container {
        width: 88%;
    }

    .cabecalho-conteudo {
        min-height: 78px;
    }

    .menu {
        top: 78px;
    }

    .logo {
        min-width: auto;
        align-items: flex-start;
    }

    .logo-desenho {
        width: 125px;
        height: 22px;
    }

    .linha-logo {
        width: 125px;
        height: 20px;
    }

    .logo-texto strong {
        font-size: 14px;
    }

    .logo-texto small {
        font-size: 8px;
        letter-spacing: 4px;
    }

    .hero {
        min-height: 540px;

        padding: 130px 0 65px;
    }

    .hero h1 {
        font-size: 37px;
    }

    .hero p {
        font-size: 18px;
    }

    .botao-hero {
        min-width: 180px;
        min-height: 60px;

        font-size: 14px;
    }

    .clientes,
    .suporte,
    .atendimento {
        padding: 70px 0;
    }

    .titulo-secao h2,
    .suporte-cabecalho h2,
    .atendimento-texto h2 {
        font-size: 31px;
    }

    .acessos-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 12px;
    }

    .acesso-card {
        min-height: 165px;
    }

    .suporte-abas {
        grid-template-columns: 1fr;
    }

    .painel-suporte {
        min-height: auto;

        padding: 38px 25px;
    }

    .painel-suporte h3 {
        font-size: 27px;
    }

    .botao-suporte {
        width: 100%;
    }

    .atendimento-conteudo {
        padding: 30px 22px;
    }

    .botao-atendimento-whatsapp {
        width: 100%;

        padding: 0 15px;

        font-size: 14px;
    }

    .rodape {
        padding-top: 40px;
    }

    .rodape-topo {
        flex-direction: column;
        align-items: flex-start;

        padding-bottom: 30px;
    }

    .logo-rodape {
        width: 230px;
        align-items: flex-start;
    }

    .botao-retorne-rodape {
        width: 100%;
        text-align: center;
    }

    .rodape-links {
        grid-template-columns: 1fr;

        gap: 38px;
    }

    .rodape-inferior {
        grid-template-columns: 1fr;

        gap: 35px;

        margin-top: 50px;
    }

    .aviso-cookies {
        width: 100%;

        border-radius: 0;

        padding: 18px;
    }

    .cookies-acoes {
        flex-wrap: wrap;
    }

    .cookies-acoes a {
        display: none;
    }

    .whatsapp-flutuante {
        width: 58px;
        height: 58px;

        right: 16px;
        bottom: 155px;
    }

    .icone-whatsapp-flutuante {
        width: 32px;
        height: 32px;
    }

}