/* CSS do rodapé e componentes globais — extraído do template na v1.5.0. */
.rodape,
  .rodape *,
  .rodape *::before,
  .rodape *::after,
  .rodape-popup-mapa,
  .rodape-popup-mapa * {
    box-sizing: border-box;
  }

  .rodape {
    position: relative;
    left: 50%;
    isolation: isolate;

    width: 100vw;
    max-width: 100vw;

    margin: 0 0 -20px -50vw;
    padding: 0 0 20px;

    overflow: visible;

    color: #ffffff;
    background-color: #02162d;
    background-image:
      radial-gradient(
        circle at 90% 10%,
        rgba(46, 159, 255, 0.20),
        transparent 24rem
      ),
      linear-gradient(
        135deg,
        #02162d 0%,
        #073a6d 100%
      );

    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;

    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .rodape::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 0;
    pointer-events: none;

    background-color: #02162d;
    background-image:
      radial-gradient(
        circle at 90% 10%,
        rgba(46, 159, 255, 0.20),
        transparent 24rem
      ),
      linear-gradient(
        135deg,
        #02162d 0%,
        #073a6d 100%
      );
  }

  .rodape-conteudo {
    position: relative;
    z-index: 1;

    width: calc(100% - 40px);
    max-width: 960px;

    margin: 0 auto;
    padding: 30px 16px 0;
  }

  .rodape-barra {
    display: block;

    width: 100%;
    height: 4px;
    min-height: 4px;

    margin: 0;
    padding: 0;

    background-color: #ffffff !important;
  }

  .rodape-aviso {
    width: 100%;
    margin: 0;
    padding: 18px 16px 24px;
  }

  .rodape-aviso p,
  .rodape-colunas p {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
  }

  .rodape-aviso-titulo {
    margin-bottom: 6px !important;
    font-weight: 700;
    text-align: left;
  }

  .rodape-aviso-texto {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
  }

  .rodape-aviso a {
    color: #ffffff !important;
    text-decoration: underline;
  }

  .rodape-colunas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;

    width: 100%;
    padding: 18px 16px 24px;
  }

  .rodape-coluna-esquerda,
  .rodape-coluna-direita {
    width: 100%;
    min-width: 0;
  }

  .rodape-coluna-direita {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
  }

  .rodape-nome,
  .rodape-redes-titulo {
    font-weight: 700;
  }

  .rodape-redes-titulo {
    width: 100%;
    text-align: center !important;
  }

  .rodape-informacoes {
    font-weight: 400;
    line-height: 1.4;
  }

  .rodape-link-email {
    color: #ffffff !important;
    text-decoration: underline !important;
    overflow-wrap: anywhere;
    cursor: pointer;
  }

  .rodape-link-email:hover {
    color: #a9d9ff !important;
  }

  .rodape-link-espaco {
    color: #ffffff !important;
    text-decoration: underline !important;
    cursor: pointer;
  }

  .rodape-link-espaco:hover {
    color: #a9d9ff !important;
    text-decoration: underline !important;
  }

  .rodape-link-endereco {
    display: inline;

    margin: 0;
    padding: 0;

    border: 0;

    color: #ffffff !important;
    background: none;

    font: inherit;
    line-height: inherit;
    text-align: left;
    text-decoration: underline !important;
    white-space: normal;
    overflow-wrap: anywhere;

    cursor: pointer;
  }

  .rodape-link-endereco:hover {
    color: #a9d9ff !important;
  }

  .rodape-link-endereco:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
    border-radius: 2px;
  }

  .rodape-divisor {
    width: 100%;
    height: 1px;

    margin-top: 30px;
    padding: 0;

    background-color: rgba(255, 255, 255, 0.45);
  }

  .rodape-redes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;

    width: 100%;
    margin: 26px 0 30px;
  }

  .rodape-rede {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    color: #061425 !important;
    text-decoration: none !important;
    font-size: 27px;

    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
  }

  .rodape-rede:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }

  .rodape-rede.facebook {
    background-color: #2874c6;
  }

  .rodape-rede.instagram {
    background-color: #ef4f7b;
  }

  .rodape-rede.x-twitter {
    color: #ffffff !important;
    background-color: #000000;
  }

  .rodape-rede.linkedin {
    background-color: #0876a8;
  }

  .rodape-rede.youtube {
    background-color: #ff3030;
  }

  .rodape-rede.tiktok {
    color: #ffffff !important;
    background-color: #111111;
  }

  .rodape-rede.whatsapp {
    color: #ffffff !important;
    background-color: #36d45c;
    border: 2px solid #ffffff;
  }

  .rodape-direitos {
    width: 100%;

    margin: 0 !important;
    padding: 18px 16px 0;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  /* POP-UP DA LOCALIZAÇÃO */

  .rodape-popup-mapa {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 24px;

    font-family: "Roboto", Arial, sans-serif;
    background-color: rgba(1, 17, 34, 0.82);
    backdrop-filter: blur(5px);
  }

  .rodape-popup-mapa.ativo {
    display: flex;
  }

  .rodape-popup-mapa-caixa {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 1120px;
    height: min(88vh, 820px);

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;

    background-color: #ffffff;
    overflow: hidden;

    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  }

  .rodape-popup-mapa-cabecalho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    padding: 20px 24px;

    color: #ffffff;
    background-image: linear-gradient(135deg, #041f3d, #0d619d);
  }

  .rodape-popup-mapa-cabecalho h2 {
    margin: 4px 0 0;
    padding: 0;

    color: #ffffff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }

  .rodape-popup-mapa-etiqueta {
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
  }

  .rodape-popup-mapa-fechar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    margin: 0;
    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;

    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.12);

    font-size: 21px;
    cursor: pointer;
  }

  .rodape-popup-mapa-corpo {
    flex: 1;
    min-height: 0;
    background-color: #e8eef4;
  }

  .rodape-popup-mapa-iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
    background-color: #ffffff;
  }

  .rodape-popup-mapa-rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    padding: 16px 24px;

    color: #17314b;
    background-color: #ffffff;
  }

  .rodape-popup-mapa-rodape p {
    margin: 0;
    padding: 0;

    font-size: 14px;
    line-height: 1.45;

    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
  }

  .rodape-popup-mapa-acoes {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }

  .rodape-popup-mapa-botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 42px;
    padding: 10px 16px;

    border: 1px solid #0b568e;
    border-radius: 6px;

    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;

    cursor: pointer;
  }

  .rodape-popup-mapa-botao-principal {
    color: #ffffff !important;
    background-color: #0b568e;
  }

  .rodape-popup-mapa-botao-secundario {
    color: #0b568e !important;
    background-color: #ffffff;
  }

  @media (max-width: 768px) {
    .rodape::before {
      top: 0;
      bottom: 0;
    }

    .rodape-conteudo {
      width: calc(100% - 24px);
      padding: 20px 0 0;
    }

    .rodape-aviso {
      padding: 16px 12px 20px;
    }

    .rodape-colunas {
      grid-template-columns: 1fr;
      gap: 34px;
      padding: 16px 12px 20px;
    }

    .rodape-coluna-direita {
      display: block;
      align-self: auto;
    }

    .rodape-redes {
      justify-content: center;
      margin: 20px 0 26px;
    }

    .rodape-rede {
      width: 42px;
      height: 42px;
      font-size: 23px;
    }

    .rodape-direitos {
      margin: 0 !important;
      padding: 16px 12px 0;
      font-size: 12px;
      line-height: 1.5;
    }

    .rodape-popup-mapa {
      padding: 10px;
    }

    .rodape-popup-mapa-caixa {
      height: 92vh;
      border-radius: 12px;
    }

    .rodape-popup-mapa-cabecalho {
      padding: 16px;
    }

    .rodape-popup-mapa-cabecalho h2 {
      font-size: 19px;
    }

    .rodape-popup-mapa-rodape {
      align-items: stretch;
      flex-direction: column;
      gap: 13px;
      padding: 14px 16px;
    }

    .rodape-popup-mapa-acoes {
      width: 100%;
    }

    .rodape-popup-mapa-botao {
      flex: 1;
      padding: 9px 11px;
      font-size: 12px;
      text-align: center;
    }
  }

  /* REMODELAÇÃO DO RODAPÉ EM QUATRO COLUNAS */

  .rodape {
    margin: 0 0 -20px -50vw;
    padding: 0;

    color: #ffffff;
    background: #041f3d;
    overflow: hidden;
  }

  .rodape::before {
    display: none !important;
  }

  .rodape-area-principal {
    position: relative;
    width: 100%;

    background-color: #062d59;
    background-image:
      radial-gradient(
        circle at 90% 8%,
        rgba(54, 167, 255, 0.38) 0%,
        transparent 33%
      ),
      radial-gradient(
        circle at 10% 92%,
        rgba(13, 112, 196, 0.28) 0%,
        transparent 32%
      ),
      linear-gradient(
        125deg,
        #041f3d 0%,
        #073d74 48%,
        #0878cf 100%
      );

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .rodape-conteudo {
    width: calc(100% - 40px);
    max-width: 960px;

    margin: 0 auto;
    padding: 52px 16px 48px;
  }

  .rodape-barra,
  .rodape-divisor {
    display: none;
  }

  .rodape-colunas {
    display: grid;
    grid-template-columns:
      minmax(0, 1.05fr)
      minmax(0, 0.55fr)
      minmax(0, 1.40fr);
    gap: 0;
    align-items: stretch;

    width: 100%;
    padding: 0;
  }

  .rodape-coluna {
    width: 100%;
    min-width: 0;
    padding: 0 28px;
  }

  .rodape-coluna:first-child {
    padding-left: 0;
  }

  .rodape-coluna:last-child {
    padding-right: 0;
  }

  .rodape-coluna + .rodape-coluna {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .rodape-colunas p {
    color: rgba(255, 255, 255, 0.90) !important;
  }

  .rodape-nome {
    margin: 0 0 13px !important;

    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.15px;
    white-space: nowrap;
  }

  .rodape-informacoes {
    margin: 0 0 15px !important;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.62;
  }

  .rodape-informacoes-fundador {
    margin-bottom: 10px !important;
  }

  .rodape-link-email,
  .rodape-link-espaco,
  .rodape-link-endereco {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-color: rgba(255, 255, 255, 0.48) !important;
    text-underline-offset: 3px;
  }

  .rodape-link-email:hover,
  .rodape-link-espaco:hover,
  .rodape-link-endereco:hover {
    color: #bfe5ff !important;
  }

  .rodape-coluna-titulo {
    margin: 0 0 20px;
    padding: 0;

    color: #ffffff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.2px;
  }

  .rodape-lista-links,
  .rodape-lista-informacoes {
    display: grid;
    gap: 11px;

    margin: 0;
    padding: 0;

    list-style: none;
  }

  .rodape-lista-links a,
  .rodape-lista-informacoes a {
    color: rgba(255, 255, 255, 0.90) !important;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none !important;

    transition: color 0.2s ease, transform 0.2s ease;
  }

  .rodape-lista-informacoes a,
  .rodape-lista-informacoes span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .rodape-lista-links a:hover,
  .rodape-lista-informacoes a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }

  .rodape-lista-informacoes li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 9px;

    color: rgba(255, 255, 255, 0.90);
    font-size: 13px;
    line-height: 1.48;
  }

  .rodape-lista-informacoes i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50%;

    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.10);
    font-size: 11px;
  }

  .rodape-redes-titulo {
    margin: 20px 0 11px !important;

    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    text-align: left !important;
  }

  .rodape-redes {
    justify-content: flex-start;
    gap: 7px;

    margin: 0;
  }

  .rodape-rede {
    width: 34px;
    height: 34px;

    border: 1px solid rgba(255, 255, 255, 0.38);

    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.11) !important;
    font-size: 15px;
  }

  .rodape-rede:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.22) !important;
  }

  /* FAIXAS BRANCAS SUPERIOR E INFERIOR */

  .rodape-faixa-superior,
  .rodape-faixa-inferior {
    position: relative;
    width: 100%;

    color: #17395f;
    background-color: #f7f9fc;
  }

  .rodape-faixa-superior {
    border-bottom: 1px solid #dbe6ef;
  }

  .rodape-faixa-inferior {
    border-top: 1px solid #dbe6ef;
  }

  .rodape-faixa-conteudo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;

    width: calc(100% - 40px);
    max-width: 960px;

    margin: 0 auto;
    padding: 22px 16px;
  }

  .rodape-faixa-conteudo-superior,
  .rodape-faixa-conteudo-inferior {
    display: block;
  }

  .rodape-aviso {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 16px;

    width: 100%;
    margin: 0;
    padding: 0;
  }

  .rodape-aviso-icone {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border: 1px solid #c9dbe9;
    border-radius: 50%;

    color: #0c609f;
    background-color: #ffffff;
    font-size: 22px;
  }

  .rodape .rodape-faixa-superior .rodape-aviso p {
    color: #17395f !important;
  }

  .rodape-aviso-titulo {
    margin: 0 0 4px !important;
    font-size: 13px;
    line-height: 1.3;
  }

  .rodape-aviso-texto {
    font-size: 12px;
    line-height: 1.55;
    text-align: left;
  }

  .rodape-aviso a {
    color: #0c609f !important;
    font-weight: 700;
    text-decoration: underline;
  }

  .rodape-direitos {
    width: 100%;
    margin: 0 !important;
    padding: 0;

    color: #315878;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
  }

  @media (max-width: 1024px) {
    .rodape-colunas {
      grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, 0.55fr)
        minmax(0, 1.40fr);
      gap: 0;
    }
  }

  @media (max-width: 768px) {
    .rodape-nome {
      font-size: 16px;
      letter-spacing: -0.2px;
      white-space: nowrap;
    }

    .rodape-conteudo {
      width: calc(100% - 24px);
      padding: 38px 12px 34px;
    }

    .rodape-colunas {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .rodape-coluna,
    .rodape-coluna:first-child,
    .rodape-coluna:last-child,
    .rodape-coluna:nth-child(odd),
    .rodape-coluna:nth-child(even) {
      padding: 24px 0;
      border-left: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .rodape-coluna:first-child {
      padding-top: 0;
      border-top: 0;
    }

    .rodape-coluna:last-child {
      padding-bottom: 0;
    }

    .rodape-coluna-titulo {
      margin-bottom: 16px;
    }

    .rodape-redes {
      justify-content: flex-start;
      margin: 0;
    }

    .rodape-rede {
      width: 36px;
      height: 36px;
      font-size: 16px;
    }

    .rodape-faixa-conteudo {
      grid-template-columns: 1fr;
      gap: 16px;

      width: calc(100% - 24px);
      padding: 20px 12px;
    }

    .rodape-aviso {
      grid-template-columns: 40px minmax(0, 1fr);
      gap: 13px;
    }

    .rodape-aviso-icone {
      width: 40px;
      height: 40px;
      font-size: 18px;
    }

    .rodape-aviso-texto {
      font-size: 12px;
      line-height: 1.5;
    }

    .rodape-direitos {
      padding-top: 0;
      border-top: 0;

      font-size: 10px;
      text-align: center;
      white-space: normal;
    }
  }

.botoes-flutuantes-wrapper,
  .botoes-flutuantes-wrapper *,
  .popup-autoagendamento-overlay,
  .popup-autoagendamento-overlay * {
    box-sizing: border-box;
  }

  .botoes-flutuantes-wrapper {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99998;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    font-family: "Roboto", Arial, sans-serif;
  }

  /* AUTOAGENDAMENTO FLUTUANTE */
  .autoagendar-flutuante-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }

  .botao-logo-autoagendar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #1479c9 0%, #073b70 100%);
    cursor: pointer;
    overflow: hidden;
    box-shadow: 2px 2px 3px #999;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .botao-logo-autoagendar:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
  }

  .botao-logo-autoagendar:active {
    transform: scale(0.98);
  }

  .icone-autoagendar {
    display: block;
    color: #ffffff;
    font-size: 29px;
    line-height: 1;
  }

  .texto-autoagendar {
    margin: 0;
    padding: 2px 7px;
    border: none;
    border-radius: 3px;
    color: #000000;
    background: #ffffff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  /* WHATSAPP FLUTUANTE */
  .contato-flutuante-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .whatsapp-float {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #25d366;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    transition: background-color 0.3s, transform 0.3s;
  }

  .whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.05);
  }

  .whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
  }

  .texto-contato-flutuante {
    padding: 2px 5px;
    border-radius: 3px;
    color: #000000;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  /* POP-UP PADRONIZADO DO AUTOAGENDAMENTO */
  .popup-autoagendamento-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: "Roboto", Arial, sans-serif;
    background-color: rgba(1, 17, 34, 0.82);
    backdrop-filter: blur(5px);
  }

  .popup-autoagendamento-overlay.ativo {
    display: flex;
  }

  .popup-autoagendamento-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1120px;
    height: min(88vh, 820px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  }

  .popup-autoagendamento-cabecalho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex: 0 0 auto;
    padding: 20px 24px;
    color: #ffffff;
    background-image: linear-gradient(135deg, #041f3d, #0d619d);
  }

  .popup-autoagendamento-etiqueta {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
  }

  .popup-autoagendamento-cabecalho h2 {
    margin: 4px 0 0;
    padding: 0;
    color: #ffffff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }

  .botao-fechar-autoagendamento {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.12);
    font-size: 21px;
    cursor: pointer;
  }

  .popup-autoagendamento-corpo {
    --hhcs-psicomanager-recorte: 32px;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background-color: #e8eef4;
  }

  .iframe-autoagendamento {
    display: block;
    width: 100%;
    height: calc(100% + var(--hhcs-psicomanager-recorte));
    border: 0;
    background-color: #ffffff;
  }

  .popup-autoagendamento-rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex: 0 0 auto;
    padding: 16px 24px;
    color: #17314b;
    background-color: #ffffff;
  }

  .popup-autoagendamento-rodape p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .popup-autoagendamento-acoes {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }

  .popup-autoagendamento-botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #0b568e;
    border-radius: 6px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
  }

  .popup-autoagendamento-botao-principal {
    color: #ffffff !important;
    background-color: #0b568e;
  }

  .popup-autoagendamento-botao-secundario {
    color: #0b568e !important;
    background-color: #ffffff;
  }

  @media (max-width: 768px) {
    .botoes-flutuantes-wrapper {
      right: 20px;
      bottom: 20px;
      gap: 14px;
    }

    .botao-logo-autoagendar,
    .whatsapp-float {
      width: 50px;
      height: 50px;
    }

    .icone-autoagendar {
      font-size: 24px;
    }

    .whatsapp-float svg {
      width: 26px;
      height: 26px;
    }

    .texto-autoagendar,
    .texto-contato-flutuante {
      font-size: 12px;
    }

    .popup-autoagendamento-overlay {
      align-items: stretch;
      padding: 10px;
    }

    .popup-autoagendamento-box {
      width: 100%;
      height: calc(100dvh - 20px);
      max-height: none;
      border-radius: 14px;
    }

    .popup-autoagendamento-cabecalho {
      gap: 14px;
      padding: 16px;
    }

    .popup-autoagendamento-cabecalho h2 {
      font-size: 20px;
    }

    .botao-fechar-autoagendamento {
      flex-basis: 40px;
      width: 40px;
      height: 40px;
      font-size: 18px;
    }

    .popup-autoagendamento-rodape {
      align-items: stretch;
      flex-direction: column;
      gap: 12px;
      padding: 14px 16px;
    }

    .popup-autoagendamento-rodape p {
      font-size: 13px;
    }

    .popup-autoagendamento-acoes {
      width: 100%;
    }

    .popup-autoagendamento-botao {
      flex: 1 1 0;
      padding: 9px 10px;
      font-size: 13px;
    }
  }

  @media (max-width: 420px) {
    .popup-autoagendamento-acoes {
      flex-direction: column-reverse;
    }

    .popup-autoagendamento-botao {
      width: 100%;
    }
  }
