body {
  background-attachment: fixed;
  background-color: rgb(204, 255, 153);  
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(204, 255, 153)), to(rgb(229, 255, 204)));
  background-image: -webkit-linear-gradient(top, rgb(204, 255, 153), rgb(229, 255, 204));
  background-image: -moz-linear-gradient(top, rgb(204, 255, 153), rgb(229, 255, 204));
  background-image: -ms-linear-gradient(top, rgb(204, 255, 153), rgb(229, 255, 204));
  background-image: -o-linear-gradient(top, rgb(204, 255, 153), rgb(229, 255, 204));
  background-image: linear-gradient(top, rgb(204, 255, 153), rgb(229, 255, 204));  
  font-family: Georgia, "Times New Roman", Times, serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
  display:block;
}

article, footer {
  margin: auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;  
  width: 85%;
  max-width: 590px;
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(179, 204, 155);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
article#promocao {
  color: rgb(178, 34, 34);
}

article#google {
  text-align: center;
}
article#google p {
  text-align: justify;
}
article#google iframe {
  width: 425px;
  max-width: 90%;
  height: 350px;
  border-style: none;
  -moz-box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.5);
  -webkit-box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.5);
  box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.5);
}
article#pagamento {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
article#pagamento img {  
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-style: none;
}
p {
  font-size: 1em;
}
img.icone {
  width: 1.5em;
  border-style: none;
  vertical-align: middle;
}
h2 {
  text-align: justify;
  font-size: 1.2em;
}
h1 {
  font-size: 1.5em;
}
article.fotos {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
article.fotos img {
  width: 65%;
  max-width: 400px;
  -moz-box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.5);
  -webkit-box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.5);
  box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.5);
  border-style: none;
}
article table {
  border-spacing: 0;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
article table tr.cor {
  background-color: rgb(204, 255, 153);
}

footer {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  article, footer {
    width: 95%;
  }

  article#google iframe {
    width: 95%;
  }

  article.fotos img {
    width: 80%;
  }
}