* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Arial, sans-serif;
  line-height: 1.65; }

img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

body,
.body-wrap {
  width: 100% !important;
  height: 100%;
  background: #efefef;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

a {
  color: #71bc37;
  text-decoration: none; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.button {
  display: inline-block;
  color: white;
  background: #36cd85;
  border: solid #36cd85;
  border-width: 5px 10px 4px;
  font-weight: bold;
  border-radius: 4px; 
}
.formemail{
  width: 70%;
}

.regra{
font-size: 18px;
color:#343434;
}
.regra span{
  color:#e26918;
}
.destaque{
  color:#36cd85;
  font-size:22px;
  font-weight: 700;
  line-height: auto;
  text-align: center;
}
.participe{
  color:#e26918;
  font-size: 25px;
  font-weight: 700;
}
.subtitulo{
  color:#343434;
  line-height: 0;
  font-size: 17px;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  line-height: 1.25; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px;
  color:#36cd85;
  text-transform: uppercase;
  font-weight: 700; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

p, ul, ol {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
 }
.subtitle{
  font-size: 20px;
  color: #343434;
  font-weight: 700;
}
.subtitle span{
  color:#e26918;
}
.container {
  display: block !important;
  clear: both !important;
  margin: 0 auto !important;
  max-width: 800px !important; }
  .container table {
    width: 100% !important;
    border-collapse: collapse; }
  .container .masthead {
    padding: 0;
    background: #71bc37;
    color: white; }
    .container .masthead h1 {
      margin: 0 auto !important;
      max-width: 90%;
      text-transform: uppercase; }
  .container .content {
    background: white;
    padding: 30px 35px; }
    .container .content.footer {
      background: none; }
      .container .content.footer p {
        margin-bottom: 0;
        color: #888;
        text-align: center;
        font-size: 14px; }
      .container .content.footer a {
        color: #888;
        text-decoration: none;
        font-weight: bold; }
