/* PALETA DE CORES 

#fff
#f1f3f7
#f6f6f6
#a8a4a4
#233032
#2f86d6
rgba(47, 134, 214, 1)*/

/* GLOBAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth; /* Rolagem suave */
}

section {
  scroll-margin-top: 90px; /* Margem para compensar o header */
}

.limitar-secao {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.realce-azul {
  color: #2f86d6;
  font-weight: bold;
}

.realce-branco {
  color: #fff;
  font-weight: bold;
}

html {
  scroll-behavior: smooth; /* Rolagem suave */
}

section {
  scroll-margin-top: 80px; /* Margem para compensar o header */
}

.cabecalho,
.contato {
  background-color: #2f86d6;
}

/* CABECALHO */
.cabecalho {
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px 0;
}

.titulo {
  font-weight: bold;
  font-size: 18px;
}

.titulo,
.subtitulo {
  color: #fff;
}
.container-logo img {
  width: 60px;
  height: 60px;
}

.texto-logo-alfatech {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  text-align: left;
  line-height: 20px;
  padding-left: 10px;
}

.container-logo {
  display: flex;
  padding: 15px 0;
}

.menu {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.menu li {
  list-style-type: none;
  text-transform: uppercase;
}

.menu a:link,
.menu a:visited {
  color: #fff;
  font-weight: 700;
}

.menu a:hover,
.menu a:active {
  color: #233032;
  font-weight: 700;
}
/* TABELA PREÇOS */

.planos {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabela-planos tbody td {
  text-align: center;
  padding: 20px 40px;
  border-bottom: 1px solid #f1f3f7;
  border-right: 1px solid #f1f3f7;
  font-size: 14px;
}

.titulo-tabela {
  font-size: 11px;
  color: #617c80;
}

.tabela-planos .preco {
  font-size: 25px;
}
.tabela-planos th,
.destaque-fundo-cinza {
  background-color: #f6f6f6;
}

.texto-negrito {
  font-weight: 550;
}

.celula-invisivel {
  visibility: hidden;
}

/* CONTATO */
.contato {
  color: #fff;
  padding-bottom: 15px;
}

.container-contato {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px 0;
}

/* RODAPE */

.rodape {
  background-color: #f1f3f7;
  padding: 15px 0;
}

.rodape p,
.realce-rodape {
  font-size: 16px;
  text-align: center;
}
