/* ====================== VARIÁVEIS ====================== */
:root {
  --yellow: #f7d007;
  --dark: #0f1720;
  --gap-section: 60px;
}
section  {
  margin: var(--gap-section) 0;
}
/* ====================== RESET ====================== */
.body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background: #fff;
}

/* ====================== CABEÇALHO ====================== */
.topo {
  background: #000;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  font-size: 20px;
  align-items: center;
}

.topo a {
  color: var(--yellow);
  text-decoration: none;
  margin-right: 20px;
  font-weight: 600;
}

.faixa-texto {
  color: #F7D007;       /* amarelo */
  font-weight: 700;     /* negrito */
  font-size: 16px;      /* ajuste se quiser maior */
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: default;
}

/* efeito ao passar o mouse */
.faixa-texto:hover {
  transform: scale(1.12);
  color: #fff;          /* opcional: muda para branco ao passar o mouse */
}


/* ====================== MENU ====================== */
.menu {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: sticky;
  top: 0;
  background: white;
  z-index: 999;
  font-size: 22px;
  margin-top: 50px;

}

.menu ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.menu a:hover {
  color: var(--yellow);
  transform: scale(1.15);
}

/* ---- MENU MOBILE BOTÃO ---- */
.hamburguer {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* ====================== BANNER ====================== */
.banner {
  display: flex;
  padding: 40px 30px;
  min-height: 80vh;
  align-items: flex-start;   /* puxa tudo para cima */
  background: url("img/banner1.jpg");
  background-size: cover;
  background-position: center;
}


/* LADO ESQUERDO */
.banner-esquerda {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 5px;      /* sobe tudo */
}


.logo {
  width: 170px;
}

.img-seguranca {
  width: 110%;
  height: auto;
  margin-top: 120px;

}

/* LADO DIREITO */
.banner-direita {
  flex: 1;
  text-align: center;
  margin-top: 10px;      /* sobe tudo */
}


.img-camera {
  width: 80%;
  margin-bottom: 25px;
}

/* BOTÃO */
.btn-saiba-mais {
  display: inline-block;
  background: var(--yellow);
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  color: black;
  font-weight: 700;
  transition: 0.3s;
}

.btn-saiba-mais:hover {
  transform: scale(1.1);
}

/* ====================== ANIMAÇÕES ====================== */
.animar-esquerda {
  opacity: 0;
  transform: translateX(-80px);
  animation: slideLeft 1s forwards;
}

@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animar-direita {
  opacity: 0;
  transform: translateX(80px);
  animation: slideRight 1s forwards;
}

@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ====================== RESPONSIVO ====================== */
@media (max-width: 900px) {

  .menu ul {
    display: none;
  }

  .hamburguer {
    display: block;
    position: absolute;
    right: 20px;
  }

  .banner {
    flex-direction: column;
    text-align: center;
  }

  .banner-esquerda,
  .banner-direita {
    width: 100%;
  }

  .img-seguranca,
  .img-camera {
    width: 90%;
  }
}

/* ====================== PRODUTOS ====================== */
.produtos {
  padding: 60px 20px;
  background: #f6f7f9;  /* fundo leve, contraste com banner */
}

.container-produtos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;

  gap: 0;          /* remove o espaço entre as imagens */
  padding: 0 0;    /* remove o espaçamento lateral */
}

/* Estilo das imagens */
.produto {
  width: calc(100% / 5); /* cinco imagens lado a lado */
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease; /* animação de crescimento + cor */
  cursor: pointer; /* indica que pode interagir */
}

/* Ao passar o mouse: cresce e clareia a imagem */
.produto:hover {
  transform: scale(1.12);       /* aumenta */
  filter: brightness(1.2);       /* clareia a imagem */
}

/* Primeira e última imagem com cantos arredondados */
.primeira {
  border-radius: 15px 0 0 15px;
}

.ultima {
  border-radius: 0 15px 15px 0;
}

/* ====================== ANIMAÇÃO ENTRANDO DA ESQUERDA ====================== */
.animar-esquerda {
  opacity: 0;
  transform: translateX(-80px);
  animation: slideLeft 1s forwards;
}

@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ====================== RESPONSIVO ====================== */
@media (max-width: 900px) {
  .container-produtos {
    flex-direction: column;
    align-items: center;
  }

  .produto {
    width: 100%;  /* ocupa mais espaço em celular */
    margin-bottom: 20px;
  }

  .primeira, .ultima {
    border-radius: 15px;  /* todos arredondados no mobile */
  }
}

/* ====================== SERVIÇOS ====================== */
.servicos {
  padding: 60px 20px;
  background: #f6f7f9;  /* fundo leve */
}

/* Container em grid, sem espaçamento entre células */
.container-servicos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  /* 4 imagens por linha */
  gap: 0; /* remove o espaço entre células */
  width: 100%;
  margin: 0 auto;
}

/* Cada imagem ocupa 100% da célula do grid, altura fixa e recorte para preencher */
.servico {
  width: 100%;             /* ocupa toda a célula do grid */
  height: 280px;           /* altura fixa para uniformizar */
  object-fit: cover;       /* recorta para preencher sem distorcer */
  display: block;          /* remove espaços inline padrão das imgs */
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: transform .3s ease, filter .3s ease;
  border-radius: 0;        /* zera para controle preciso nas classes primeira/ultima */
}

/* Hover: aumenta e clareia */
.servico:hover {
  transform: scale(1.1);
  filter: brightness(1.15);
}

/* Se quiser bordas arredondadas apenas na primeira/última imagem,
   aplique nas imagens (não no container) */
.primeira {
  border-radius: 15px 0 0 15px;
}

.ultima {
  border-radius: 0 15px 15px 0;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .container-servicos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .container-servicos {
    grid-template-columns: repeat(1, 1fr);
  }
}

.container-servicos img:last-child {
  border-radius: 0 15px 15px 0;
}

@media (max-width: 900px) {
  .container-servicos img:nth-child(2) {
    border-radius: 0 15px 15px 0;
  }
}
/* Primeira sempre arredondada */
.container-servicos img:first-child {
  border-radius: 15px 0 0 15px;
}

/* Última sempre arredondada */
.container-servicos img:last-child {
  border-radius: 0 15px 15px 0;
}

/* DESKTOP – 4 por linha */
.container-servicos img:nth-child(4) {
  border-radius: 0 15px 15px 0;
}

/* TABLET – 2 por linha */
@media (max-width: 900px) {
  .container-servicos img:nth-child(2) {
    border-radius: 0 15px 15px 0;
  }
}

/* CELULAR – 1 por linha (todas ficam arredondadas) */
@media (max-width: 600px) {
  .container-servicos img {
    border-radius: 15px;
  }
}



/* ====================== ANIMAÇÃO DE BAIXO PARA CIMA ====================== */
.animar-baixo {
  opacity: 0;
  transform: translateY(80px);
  animation: slideUp 1s forwards;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Delay sequencial para cada imagem (entra uma por vez) */
.servico:nth-child(1) { animation-delay: 0.2s; }
.servico:nth-child(2) { animation-delay: 0.4s; }
.servico:nth-child(3) { animation-delay: 0.6s; }
.servico:nth-child(4) { animation-delay: 0.8s; }
.servico:nth-child(5) { animation-delay: 1s; }

/* ====================== RESPONSIVO ====================== */
@media (max-width: 900px) {
  .container-servicos {
    flex-direction: column;
    align-items: center;
  }

  .servico {
    width: 100%;
    margin-bottom: 20px;
  }

  .primeira, .ultima {
    border-radius: 15px; /* todos arredondados no mobile */
  }
}

/* Espaço entre seções */
section {
  padding: 60px 0;
}

/* --- SEÇÃO CONTATOS --- */
.faixa-imagens {
  display: flex;
  width: 100%;
  gap: 0;
  padding: 0;
}

/* CADA BLOCO DA IMAGEM */
.imagem-simples,
.imagem-com-botao {
  width: 33.333%;
  height: 715px; /* >>> AQUI DEFINIMOS ALTURA PADRÃO PREMIUM */
  position: relative;
  overflow: hidden;
}

/* TODAS AS IMAGENS */
.imagem-simples img,
.imagem-com-botao img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* preenche igual à imagem 1 */
  object-position: center;
  display: block;

  transform: translateX(-40px);
  opacity: 0;
  animation: slideIn 0.8s forwards;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* HOVER */
.imagem-simples img:hover,
.imagem-com-botao img:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

/* PRIMEIRA E ÚLTIMA COM ARREDONDAMENTO */
.imagem-simples:first-child img {
  border-radius: 20px 0 0 20px;
}
.imagem-simples:last-child img {
  border-radius: 0 20px 20px 0;
}

/* BOTÃO SOBRE A IMAGEM DO MEIO */
.botao-especialista {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: #f7c400;
  color: #000;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  z-index: 10;
  transition: 0.3s ease;
}

.botao-especialista:hover {
  background: #000;
  color: #f7c400;
  transform: translateX(-50%) scale(1.05);
}

/* ANIMAÇÃO */
@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .faixa-imagens {
    flex-direction: column;
  }

  .imagem-simples,
  .imagem-com-botao {
    width: 100%;
    height: 260px;
  }

  .imagem-simples img,
  .imagem-com-botao img {
    border-radius: 20px;
  }
}


/* ======================= ESPAÇO ENTRE SEÇÕES ======================= */
.depoimentos {
  padding: 70px 0;
  text-align: center;
  background: #0a0a0a; /* fundo preto premium */
  color: #fff;
}

/* ======================= TÍTULOS ======================= */
.titulo-depoimentos {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.subtitulo-depoimentos {
  font-size: 18px;
  color: #bbbbbb;
  margin-bottom: 40px;
}

/* ======================= CONTAINER ======================= */
.depoimentos-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* ======================= CARDS ======================= */
.depoimento-card {
  background: #111;
  padding: 25px;
  width: 300px;
  border-radius: 20px;
  transition: 0.4s ease;
  border: 1px solid #222;
}

/* IMAGENS REDONDAS */
.depoimento-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid #333;
  transition: 0.4s ease;
}

/* NOME */
.depoimento-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

/* TEXTO */
.depoimento-card p {
  font-size: 16px;
  color: #ccc;
}

/* ======================= HOVER PREMIUM ======================= */
.depoimento-card:hover {
  transform: translateY(-10px) scale(1.05);
  border-color: #ffcc00; /* amarelo padrão SEGMAX */
  background: #181818;
}

.depoimento-card:hover img {
  border-color: #ffcc00;
  transform: scale(1.1);
}

/* ======================= ANIMAÇÃO ENTRANDO DA ESQUERDA ======================= */
.animar-esquerda {
  opacity: 0;
  transform: translateX(-60px);
  animation: slideEsquerda 1s forwards;
}

@keyframes slideEsquerda {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ============================== SEÇÃO INSTALAÇÕES ============================== */
.instalacoes {
  background: #000;
  padding: 60px 0;
  display: flex;
  align-items: center;
  color: #fff;
}

/* CONTAINER GERAL */
.instalacoes-conteudo {
  display: flex;
  width: 90%;
  margin: auto;
  gap: 40px;
}

/* TEXTO ESQUERDO */
.instalacoes-texto {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* CENTRALIZA VERTICAL */
  align-items: center; /* CENTRALIZA HORIZONTAL */
  text-align: center;  /* Ajusta textos */
}


.instalacoes-texto h2 {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
}

.subtitulo-instalacoes {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 30px;
}

/* GRID 3 EM CIMA E 2 EM BAIXO */
.instalacoes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 em cima */
  gap: 20px;
}

.instalacoes-grid .inst-card:nth-child(4),
.instalacoes-grid .inst-card:nth-child(5) {
  grid-column: span 1; /* cada um ocupa um espaço */
}

/* CARD */
.inst-card {
  background: #111;
  padding: 20px;
  text-align: center;
  border-radius: 14px;
  transition: 0.3s ease;
}

/* IMAGEM REDONDA */
.inst-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  border: 2px solid #333;
  transition: 0.3s ease;
}

/* TÍTULO / SUBTÍTULO */
.inst-card h3 {
  margin: 8px 0 4px;
  font-size: 17px;
  font-weight: 600;
}

.inst-card p {
  font-size: 14px;
  color: #ccc;
}

/* HOVER */
.inst-card:hover {
  transform: translateY(-6px);
  background: #11111180;
}

.inst-card:hover img {
  transform: scale(1.15);
  border-color: #ffcc00;
}

/* IMAGEM LATERAL DIREITA */
.instalacoes-imagem {
  width: 50%;
}

.instalacoes-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* ANIMAÇÃO */
.animar-esquerda {
  opacity: 0;
  transform: translateX(-45px);
  animation: slideEsquerda 0.8s forwards;
}

@keyframes slideEsquerda {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .instalacoes {
    height: auto;
  }

  .instalacoes-conteudo {
    flex-direction: column;
  }

  .instalacoes-texto,
  .instalacoes-imagem {
    width: 100%;
  }

  .instalacoes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ======== SEÇÃO FALE COM UM ESPECIALISTA ======== */

.secao-especialista {
    background: #000;
    padding: 120px 20px;
    text-align: center;
}

.secao-especialista h2 {
    color: #FFD900;
    font-size: 2.4rem;
    margin-bottom: 40px;
    font-weight: 700;
}

/* BOTÃO */
.btn-especialista {
    display: inline-block;
    background: #fff;          /* BOTÃO BRANCO */
    color: #000;               /* TEXTO PRETO */
    padding: 16px 30px;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    text-decoration: none;     /* REMOVE SUBLINHADO */
}

/* HOVER: AMARELO */
.btn-especialista:hover {
    background: #FFD900;       /* AMARELO */
    color: #000;
    transform: scale(1.05);
}


/* ===================== RODAPÉ FINAL ===================== */

.rodape-final {
    background: url("img/banner-fundo.jpg") center/cover no-repeat;
    padding: 80px 40px;
    color: #fff;
}

.rodape-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

/* Colunas */
.coluna {
    flex: 1;
}

.coluna h3 {
    font-size: 1.4rem;
    margin-bottom: 14px;
    font-weight: 700;
    color: #FFD900;
}

.coluna p {
    font-size: 1rem;
    margin: 5px 0;
}

/* Logo */
.logo-rodape {
    width: 140px;
    margin-bottom: 10px;
}

/* Lista de links */
.mapa-links {
    list-style: none;
    padding: 0;
}

.mapa-links li {
    margin: 6px 0;
}

.mapa-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.mapa-links a:hover {
    color: #FFD900;
    padding-left: 6px;
}

/* Ícones */
.icone {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Coluna direita */
.coluna-direita p {
    margin-bottom: 12px;
}

/* Responsivo */
@media (max-width: 900px) {
    .rodape-container {
        flex-direction: column;
        text-align: center;
    }

    .icone {
        width: 24px;
    }
}

/* ===================== RODAPÉ FINAL ===================== */

.rodape-final {
    background: url("img/banner-fundo.jpg") center/cover no-repeat;
    padding: 80px 40px;
    color: #fff;
}

.rodape-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

/* Colunas */
.coluna {
    flex: 1;
}

.coluna h3 {
    font-size: 1.4rem;
    margin-bottom: 14px;
    font-weight: 700;
    color: #FFD900;
}

.coluna p {
    font-size: 1rem;
    margin: 5px 0;
}

/* Logo */
.logo-rodape {
    width: 140px;
    margin-bottom: 10px;
}

/* Lista de links */
.mapa-links {
    list-style: none;
    padding: 0;
}

.mapa-links li {
    margin: 6px 0;
}

.mapa-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.mapa-links a:hover {
    color: #FFD900;
    padding-left: 6px;
}

/* Ícones */
.icone {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Coluna direita */
.coluna-direita p {
    margin-bottom: 12px;
}

/* Responsivo */
@media (max-width: 900px) {
    .rodape-container {
        flex-direction: column;
        text-align: center;
    }

    .icone {
        width: 24px;
    }
}
/* ===================== RODAPÉ FINAL (CORRIGIDO) ===================== */

.rodape-final {
    background: url("img/banner-fundo.jpg") center/cover no-repeat;
    padding: 100px 0 60px 0;
    color: #fff;
    width: 100%;
}

.rodape-container {
    width: 100%;
    max-width: 1500px;   /* DIMINUI PARA AJUDAR O LAYOUT */
    margin: auto;
    padding: 0 40px;     /* REDUZIDO PARA A COLUNA DIREITA CABER */
    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* AGORA NUNCA QUEBRA */
    align-items: start;
    gap: 40px;
}

/* Coluna esquerda */
.coluna-esquerda {
    text-align: left;
}

/* Coluna do meio */
.coluna-meio {
    text-align: center;
}

/* Coluna direita */
.coluna-direita {
    text-align: right;
}

/* Títulos */
.coluna h3 {
    font-size: 1.7rem;
    margin-bottom: 18px;
    font-weight: 700;
    color: #FFD900;
}

/* Textos */
.coluna p {
    font-size: 1.25rem;
    margin: 12px 0;
    line-height: 1.6;
}

/* Logo */
.logo-rodape {
    width: 160px;
    margin-bottom: 25px;
}

/* Lista Meio */
.mapa-links {
    list-style: none;
    padding: 0;
}

.mapa-links li {
    margin: 12px 0;
}

.mapa-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    transition: 0.3s ease;
}

.mapa-links a:hover {
    color: #FFD900;
    padding-left: 6px;
}

/* Ícones */
.icone {
    width: 26px;
    margin-right: 8px;
    vertical-align: middle;
    transition: 0.3s;
}

.icone:hover {
    filter: brightness(1.4);
}

/* Linha final */
.linha-final {
    text-align: center;
    margin-top: 50px;
    font-size: 1.1rem;
    opacity: 0.7;
    letter-spacing: 1px;
}

/* RESPONSIVO */
@media (max-width: 900px) {
    .rodape-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .coluna-esquerda, 
    .coluna-direita {
        text-align: center;
    }
}
/* LINHA FINAL SEPARADORA */
.linha-final {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.25); 
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    opacity: 0.8;
    letter-spacing: 1px;
}

/* botão fixo com a atendente */
#chat-open-btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
}

#chat-open-btn img {
    width: 120px;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

/* janela de chat */
.chat-box {
    width: 300px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    display: none;
    z-index: 99999;
}

.chat-header {
    background: #000;
    color: yellow;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.chat-header span {
    cursor: pointer;
    font-weight: bold;
}

.chat-body {
    padding: 15px;
}

.chat-body label {
    display: block;
    margin-top: 10px;
}

.chat-body input,
.chat-body textarea {
    width: 100%;
    padding: 7px;
    margin-top: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.chat-body button {
    width: 100%;
    padding: 10px;
    background: #000;
    color: yellow;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.chat-body button:hover {
    background: yellow;
    color: #000;
}

/* mensagens de retorno */
#messages {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
/* Balão de fala ao lado da atendente */
#chat-msg-rotativo {
    position: absolute;
    right: 130px;        /* distancia da foto */
    bottom: 70px;        /* altura do balão */
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    max-width: 160px;
    font-size: 14px;
    color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    font-weight: 600;
    display: block;
}

/* Triângulo da fala */
#chat-msg-rotativo::after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.atendente {
  position: relative;
  display: inline-block;
}

.foto {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/* a bolinha verde da foto */
.online {
  position: absolute;
  right: 5px;
  bottom: 60px;
  width: 16px;
  height: 16px;
  background: #00ff00;
  border: 2px solid white;
  border-radius: 50%;
}
/* se quiser bolinha do nome também */
.online-bolinha {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #00ff00;
  border-radius: 50%;
  margin-left: 5px;
}

/* deixa a bolinha colada na foto */
.foto-atendente {
  position: relative;
  display: inline-block;
}


/*--titulos*/
.titulo-secao {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}

/* Cada imagem precisa estar dentro de um bloco */
.box-servico {
  text-align: center;
}

/* Texto abaixo das imagens */
.descricao-servico {
  font-size: 20px;
  margin-top: 6px;
  font-weight: 600;
  color: #000;
}

/* DESKTOP – 4 por linha */
.container-servicos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

/* TABLET – 2 por linha */
@media (max-width: 900px) {
  .container-servicos {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* CELULAR – 1 por linha */
@media (max-width: 600px) {
  .container-servicos {
    grid-template-columns: 1fr;
  }

  .servico {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .servico {
    height: 180px;
  }
}

header nav {
  display: flex;
  justify-content: center;   /* centraliza na horizontal */
  align-items: center;       /* centraliza na vertical */
}
.header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coluna-direita a {
  color: white;
  text-decoration: none;
}
.coluna-direita a:hover {
  opacity: 0.8;
}



footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;   /* Centraliza tudo */
  text-align: center;
}

.rodape-container {
  width: 100%;
  display: flex;
  justify-content: center;   /* Centraliza as colunas lado a lado */
  flex-wrap: wrap;
  margin: 0 auto;
}

.coluna {
  text-align: center;        /* Texto centralizado */
  margin: 10px 20px;
}

.linha-final {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

/* Estilos específicos para garantir prioridade e funcionamento */
.secao-especialista { text-align: center; padding: 30px 15px; }

.secao-especialista .btn-whatsapp {
  display: inline-block;
  background: #ffffff;            /* fundo branco */
  color: #000000;                 /* texto preto */
  padding: 14px 28px;             /* tamanho do botão */
  border-radius: 10px;            /* cantos arredondados */
  border: 2px solid #000000;      /* borda preta */
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  -webkit-tap-highlight-color: transparent;
}

/* Hover para desktop */
.secao-especialista .btn-whatsapp:hover,
.secao-especialista .btn-whatsapp:focus {
  background: #F7D007;            /* amarelo (identidade) */
  color: #000000;                 /* garante contraste */
  border-color: #F7D007;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Acessibilidade: tecla TAB */
.secao-especialista .btn-whatsapp:focus {
  outline: 3px solid rgba(247,208,7,0.25);
  outline-offset: 3px;
}

/* Responsivo: botão mais largo em telas pequenas */
@media (max-width: 480px) {
  .secao-especialista .btn-whatsapp {
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    padding: 16px;
    font-size: 17px;
  }
}
