html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #FFF; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ol, ul {
  list-style: none; }

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  height: 100%; }

body {
  height: 100%;
  background: url(/imagens/bg.jpg) no-repeat center bottom;
  background-size: cover; }

#bgl {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 70vw;
  height: 50vh;
  margin-left: -35vw;
  margin-top: .25vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: table; }
  #bgl p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #333; }
    #bgl p strong {
      font-weight: bold; }
    #bgl p img {
      width: 100%;
      max-width: 240px;
      height: auto;
      display: block;
      margin: 0 auto; }
    #bgl p span.large {
      line-height: 1.5;
      font-size: 1.2em;
      font-family: Georgia, serif; }
    #bgl p span.medium {
      font-size: 1em;
      line-height: 1.4; }
      #bgl p span.medium a {
        color: #00508C;
        text-decoration: none; }
        #bgl p span.medium a:underline {
          text-decoration: underline; }
    #bgl p span.small {
      font-size: .9em;
      font-family: Georgia, serif;
      font-style: em; }

@media only screen and (min-device-width: 768px) {
  #bgl p {
    font-size: 18px; }
    #bgl p img {
      max-width: 300px; } }
