* {
  box-sizing: border-box;
}

/* Estilos para o Calendly link */
.calendly-link {
  text-align: center;
  margin-top: 20px;
}

.calendly-link a {
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  transition: color 0.3s ease;
}

.calendly-link a:hover {
  color: #0056b3;
}

.calendly-link a:active {
  color: #004299;
}

.calendly-link a:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.5);
}





body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-image:url(https://www.intranet.csadm.com.br/links/img/planodefundoo.jpg);
  background-size:cover;    
    
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.title {
  text-align: center;
  margin-top: 10px;
  color: #fbfeff;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}

.logo {
  width: 150px;
  height: 150px;
  border: 3px solid #fbfeff;
  border-radius: 50%;
}

.button {
  margin-top: 20px;
  padding: 10px 20px; /* Ajuste o padding para dar mais espaço ao redor do texto */
  font-size: 20px;
  text-align: center;
  border: none; /* Remove a borda padrão do botão */
  border-radius: 5px; /* Ajusta para um valor mais sutil */
  font-family: 'Arial', sans-serif; /* Troca para uma fonte mais suave */
  background-color: #007BFF; /* Cor de fundo azul */
  color: white; /* Cor da fonte branca */
  cursor: pointer; /* Muda o cursor para indicar que é clicável */
  transition: background-color 0.3s ease; /* Suaviza a transição de cores */
}
.button:hover {
  background-color: #0056b3; /* Cor de fundo um pouco mais escura ao passar o mouse */
}

.button:active {
  background-color: #004299; /* Cor de fundo ainda mais escura ao clicar */
}

.button:focus {
  outline: none; /* Remove o contorno ao focar (clique ou tab) */
  box-shadow: 0 0 0 2px rgba(0,123,255,0.5); /* Adiciona um sombreado ao focar */
}

.empresa {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 120px;
    height: 120px;
  }
}

.social-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.social-logo {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.tables-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.numeros,
.email,
.ramais,
.grupo  {
  margin: 10px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Fonte mais moderna e suave */
  background-color: none;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra de texto mais suave */
  letter-spacing: 0.05em; /* Espaçamento entre letras para uma leitura mais fácil */
  line-height: 1.5; /* Espaçamento entre linhas para melhor legibilidade */
  font-weight: 400; /* Peso da fonte - 'normal'. Você pode experimentar com 300 para uma fonte mais fina ou 500 para uma fonte mais grossa dependendo da fonte */
} 
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #0d0202;
}

h2 {
  color: white;
}
.btnDeslogar{
  margin-top: 20px;
  padding: 2px;
  font-size: 20px;
  text-align: center;
  border-radius: 18%;
  font-family: monospace;
}

    
