/* ===== RESET E PADRÕES GERAIS ===== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  color: #233032;
}

/* Limita o conteúdo central */
.limitar-secao {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
/* ===== TOPO (HEADER) ===== */

.container-topo {
  position: relative;
  padding: 35px 0;
}

.topo-logo {
  position: relative;
}

.topo-logo img {
  width: 80px;
}

.topo-logo div {
  position: absolute;
  top: 0;
  left: 95px;
}

.topo-logo p {
  color: #2f86d6;
  font-weight: 600;
}

.topo-links {
  position: absolute;
  top: 65px;
  right: 0;
}

.topo-links a {
  font-size: 18px;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 600;
  color: #233032;
}
/* ===== BANNER PRINCIPAL ===== */

.secao-banner {
  background-color: #2f86d6;
}

.container-banner {
  position: relative;
  padding: 180px 0;
}

.banner-texto {
  color: #fff;
  width: 470px;
}

.banner-texto p {
  font-size: 16px;
  line-height: 26px;
  word-spacing: 3px;
}

.banner-texto h2 {
  font-size: 28px;
  line-height: 40px;
  margin: 20px 0;
}

.container-banner img {
  width: 50%;
  position: absolute;
  top: 100px;
  right: 0;
}
/* ===== PRIMEIRO ANÚNCIO ===== */

.secao-primeiro-anuncio {
  background-color: #23303e;
  color: #fff;
}

.container-primeiro-anuncio {
  position: relative;
  padding: 40px 0;
}

.container-primeiro-anuncio div {
  width: 600px;
}

.container-primeiro-anuncio div h2 {
  margin-bottom: 5px;
}

.container-primeiro-anuncio a {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  background-color: #2f86d6;
  color: #fff;
}

.container-primeiro-anuncio a img {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 20px;
}

.container-primeiro-anuncio a span {
  margin-left: 30px;
}
/* ===== SEÇÃO INFORMAÇÕES ===== */

.secao-informacoes {
  padding: 100px 0;
  text-align: center;
}

.secao-informacoes h2 {
  max-width: 900px;
  font-size: 32px;
  margin: 0 auto 60px;
}

.secao-informacoes h2 span {
  color: #2f86d6;
}

.container-informacoes {
  position: relative;
  height: 240px;
}

.container-informacoes .card-info {
  width: 33%;
  position: absolute;
  top: 0;
}

.container-informacoes .card2 {
  left: 33.5%;
}

.container-informacoes .card3 {
  right: 0;
}

.container-informacoes img {
  width: 100px;
}

.container-informacoes h3 {
  margin: 20px 0;
}
/* ===== SEÇÃO PLANOS ===== */

.secao-planos {
  padding: 100px 0;
  background-color: #f1f3f7;
}

.secao-planos h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 32px;
}

.secao-planos h2 span {
  color: #2f86d6;
}

/* Tabela */
.secao-planos table {
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0px 2px 40px 15px rgba(47, 134, 214, 0.2);
  background-color: #fff;
}

.secao-planos thead th {
  padding: 20px 0;
  text-align: center;
}

.secao-planos thead h3 {
  margin-bottom: 20px;
}

.secao-planos thead img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.secao-planos thead p {
  max-width: 150px;
  margin: 10px auto 0;
  font-size: 13px;
  color: #a89f9f;
}

.secao-planos tbody td {
  width: 250px;
  padding: 15px;
  text-align: center;
  font-weight: 500;
}

.linha-impar {
  background-color: #f6f6f6;
}

.linha-par {
  background-color: #ffffff;
}
/* ===== SEGUNDO ANÚNCIO ===== */

.secao-segundo-anuncio {
  background-color: #2f86d6;
}

.container-segundo-anuncio {
  position: relative;
  padding: 40px 0;
}

.container-segundo-anuncio h2 {
  color: #fff;
  width: 550px;
}

.container-segundo-anuncio a {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  background-color: #233032;
  color: #fff;
}

.container-segundo-anuncio a img {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 20px;
}

.container-segundo-anuncio a span {
  margin-left: 30px;
}

/* ===== RODAPÉ ===== */

.rodape-logo {
  width: 320px;
  position: relative;
  margin: 70px auto 40px;
}

.rodape-logo img {
  width: 80px;
}

.rodape-logo div {
  position: absolute;
  left: 95px;
  top: 0;
}

.rodape-logo p {
  color: #2f86d6;
  font-weight: 600;
}

.container-contatos {
  text-align: center;
  margin-bottom: 50px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
}

.container-copyright {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
  background-color: #f1f3f7;
}

.container-copyright span {
  color: #2f86d6;
}

