/* Reset e global */
body {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-family: Arial, sans-serif;
}

table {
  border-collapse: collapse;
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

td {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

/* Layout */
.background {
  background-color: #f4f4f4;
}

.outer-padding {
  padding: 20px 0;
}

.main-content {
  background-color: #ffffff;
}

.banner {
  padding: 15px 25px 0 25px;
}

.banner img {
  display: block;
  width: 100%;
  border: none;
}

/* Conteúdo */
.content-padding {
  padding: 20px;
  color: #404040;
  text-align: center;
}

.text-content p {
  margin-bottom: 20px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #000000;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 25px;
}

.highlight {
  color: #007bff;
}

/* Botão */
.button-section {
  padding: 0 50px 10px 50px;
}

.button td {
  border-radius: 5px;
  background-color: #007bff;
}

.button a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
}

.button a:hover {
  background-color: #0056b3;
}

/* Dicas e rodapé */
.tip-title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

.tip-text {
  font-size: 14px;
  margin-bottom: 25px;
}

.tip-footer {
  font-size: 14px;
  margin-bottom: 30px;
}

.tip-footer a {
  color: #007bff;
}

.tip-footer a:hover {
  color: #0056b3;
}

.footer {
  padding: 0 50px 40px 50px;
  text-align: center;
}

.footer img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
  opacity: 0.9;
}

/* Responsivo */
@media only screen and (max-width: 600px) {
  .main-content {
    width: 100% !important;
  }

  .content-padding {
    padding: 15px !important;
  }

  .text-content p,
  .text-content a,
  .text-content strong {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .button a {
    padding: 15px 25px !important;
    font-size: 16px !important;
  }
}