* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	background: 1;
}

body {
  background: #f5f5f5;
  color: #333;
  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;

}

.logo {
  text-align: center;     /* centraliza o texto */
  margin: auto;         /* garante centralização */
  padding-top: 20px;      /* espaço do topo */
}

.header {
  background: #0d47a1;
  padding: 15px 0;
  color: #fff;
}

.container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}

.hero {
  height: 90vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #0b3c78;
  color: #fff;
  text-decoration: none;
}

.titulo-planos {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.card {
	background: #fff;
	padding: 25px;
	width: 220px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.destaque {
  border: 2px solid #0b3c78;
}

.sobre, .cadastro {
  padding: 40px 20px;
  text-align: center;
}

form {
  max-width: 400px;
  margin: auto;
}

form input, form select, form button {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
}

.footer {
  background: #0b3c78;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  font-size: 24px;
  padding: 12px;
  border-radius: 50%;
  text-decoration: none;
}
.header .container .logo {
	text-align: center;
	font-weight: bold;
}

.teste {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.teste h2 {
  text-align: left;
}

.teste p {
  margin-bottom: 12px;
  line-height: 1.6;
}