@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i");

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

html,
body {
  padding: 0;
  font-family: "Open Sans";
  margin: 0;
  background:#151515;
}

.DownloadButOff {
  -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
  -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
  box-shadow:inset 0px 1px 0px 0px #f29c93;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
  background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
  background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
  background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
  background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
  background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
  background-color:#fe1a00;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #d83526;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #b23e35;
}
.DownloadButOff:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
  background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
  background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
  background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
  background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
  background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
  background-color:#ce0100;
}
.DownloadButOff:active {
  position:relative;
  top:1px;
}

.DownloadButOn {
  -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
  -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
  box-shadow:inset 0px 1px 0px 0px #a4e271;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
  background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
  background-color:#89c403;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #74b807;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #528009;
}
.DownloadButOn:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
  background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
  background-color:#77a809;
}
.DownloadButOn:active {
  position:relative;
  top:1px;
}

.botao{
  width:250px;
  margin:0 auto;
  display: inline-block;
  position:relative;
  margin-top:-110px;
}

.ver{
  margin-top:150px;
}

.alert{
  font-size: 12px !important;
  font-family: "Open Sans"; 
  color: red;
}

.alert2{
  font-size: 12px !important;
  font-family: "Open Sans"; 
  color: green;
}

.alert3{
  font-size: 16px !important;
  font-family: "Open Sans"; 
  color: green;
}

  .clickAds{
    width:300px;
    height:250px;
    background: red;
    position:relative;
    bottom:-150px;
    
    opacity: 0.001;
    z-index:99999999;
    cursor:pointer;
}
.container {
  width: 1130px;
  margin: 0 auto;
}

.tituloSite{
  font-family: "Open Sans"; 
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding-top: 15px;
  font-style: italic;
}


#topo {
  background: url('../img/bg_1.png') repeat-x;
  height: 57px;
  text-align: center;
  border-bottom: 1px solid #2d2d2d;
}
#topo a {
  display: inline-block;
  margin: 14px 0 0;
}
#topo a img {
  max-width: 100%;
  height: auto;
  display: block;
}
#saudacao {
  background: #151515;
  padding: 20px 0;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #242424;
}
#saudacao h1 {
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}
#colunas {
  width: 100%;
  float: left;
}
#colunas .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#colunas .esq,
#colunas .dir {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
#colunas .esq {
  width: 500px;
}
#colunas .dir {
  width: 500px;
}
#colunas .esq .conteudo,
#colunas .dir .conteudo {
  margin: 12px 8px;
  border: 1px solid #2f2f2f;
}
#colunas .dir .conteudo .fb-page {
  height: 435px;
  overflow: hidden;
}
#banner {
  text-align: center;
  margin: 0 0 12px;
}
#banner a {
  display: inline-block;
  border: 1px solid #353535;
}
#banner a img {
  max-width: 100%;
  height: auto;
  display: block;
}
#voltar {
  margin: 0 0 12px;
}
#voltar a {
  background: url(../images/bt_retornar.png) top no-repeat;
  width: 210px;
  height: 35px;
  display: block;
  margin: 0 auto;
}
#voltar a:hover {
  background-position: bottom;
}
#aviso{
  padding: 10px 0;
}
#aviso p {
  background: #151515;
  width: 100%;
  float: left;
  padding: 20px;
  font-size: 13px;
  color: #9f9f9f;
  text-align: center;
  border: 1px solid #282828;
  margin: 0 0 15px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .container {
    width: 970px;
  }
  #colunas .esq,
  #colunas .dir {
    width: 100% !important;
  }
} /* tablets */
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  #colunas .container {
    display: block;
    text-align: center;
  }
  #colunas .esq,
  #colunas .dir {
    display: inline-block;
  }
} /* celulares */
@media (max-width: 767px) {
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #saudacao{
      /*margin-top:100px;*/
  }
  #saudacao h1 {
    font-size: 16px;
  }
  #colunas .esq,
  #colunas .dir {
    display: block;
  }
  #colunas .esq .conteudo,
  #colunas .dir .conteudo {
    margin: 12px 0;
  }
  #colunas .esq .conteudo iframe,
  #colunas .dir .conteudo iframe {
    width: 100%;
    height: auto;
  }
  #colunas .esq .conteudo iframe {
    height: 480px !important;
  }
}

.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}
.fb_reposition {
  overflow: hidden;
  position: relative;
}
.fb_invisible {
  display: none;
}
.fb_reset {
  background: none;
  border: 0;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}
.fb_reset > div {
  overflow: hidden;
}
@keyframes fb_transform {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fb_animate {
  animation: fb_transform 0.3s forwards;
}
.fb_dialog {
  background: rgba(82, 82, 82, 0.7);
  position: absolute;
  top: -10000px;
  z-index: 10001;
}
.fb_dialog_advanced {
  border-radius: 8px;
  padding: 10px;
}
.fb_dialog_content {
  background: #fff;
  color: #373737;
}
.fb_dialog_close_icon {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 15px;
  position: absolute;
  right: 18px;
  top: 17px;
  width: 15px;
}
.fb_dialog_mobile .fb_dialog_close_icon {
  left: 5px;
  right: auto;
  top: 5px;
}
.fb_dialog_padding {
  background-color: transparent;
  position: absolute;
  width: 1px;
  z-index: -1;
}
.fb_dialog_close_icon:hover {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 -15px transparent;
}
.fb_dialog_close_icon:active {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 -30px transparent;
}
.fb_dialog_iframe {
  line-height: 0;
}
.fb_dialog_content .dialog_title {
  background: #6d84b4;
  border: 1px solid #365899;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.fb_dialog_content .dialog_title > span {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif)
    no-repeat 5px 50%;
  float: left;
  padding: 5px 0 7px 26px;
}
body.fb_hidden {
  height: 100%;
  left: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -10000px;
  transform: none;
  width: 100%;
}
.fb_dialog.fb_dialog_mobile.loading {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif)
    white no-repeat 50% 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10001;
}
.fb_dialog.fb_dialog_mobile.loading.centered {
  background: none;
  height: auto;
  min-height: initial;
  min-width: initial;
  width: auto;
}
.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
  width: 100%;
}
.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
  background: none;
}
.loading.centered #fb_dialog_loader_close {
  clear: both;
  color: #fff;
  display: block;
  font-size: 18px;
  padding-top: 20px;
}
#fb-root #fb_dialog_ipad_overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#fb-root #fb_dialog_ipad_overlay.hidden {
  display: none;
}
.fb_dialog.fb_dialog_mobile.loading iframe {
  visibility: hidden;
}
.fb_dialog_mobile .fb_dialog_iframe {
  position: sticky;
  top: 0;
}
.fb_dialog_content .dialog_header {
  background: linear-gradient(from(#738aba), to(#2c4987));
  border-bottom: 1px solid;
  border-color: #1d3c78;
  box-shadow: white 0 1px 1px -1px inset;
  color: #fff;
  font: bold 14px Helvetica, sans-serif;
  text-overflow: ellipsis;
  text-shadow: rgba(0, 30, 84, 0.296875) 0 -1px 0;
  vertical-align: middle;
  white-space: nowrap;
}
.fb_dialog_content .dialog_header table {
  height: 43px;
  width: 100%;
}
.fb_dialog_content .dialog_header td.header_left {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
  width: 60px;
}
.fb_dialog_content .dialog_header td.header_right {
  font-size: 12px;
  padding-right: 5px;
  vertical-align: middle;
  width: 60px;
}
.fb_dialog_content .touchable_button {
  background: linear-gradient(from(#4267b2), to(#2a4887));
  background-clip: padding-box;
  border: 1px solid #29487d;
  border-radius: 3px;
  display: inline-block;
  line-height: 18px;
  margin-top: 3px;
  max-width: 85px;
  padding: 4px 12px;
  position: relative;
}
.fb_dialog_content .dialog_header .touchable_button input {
  background: none;
  border: none;
  color: #fff;
  font: bold 12px Helvetica, sans-serif;
  margin: 2px -12px;
  padding: 2px 6px 3px 6px;
  text-shadow: rgba(0, 30, 84, 0.296875) 0 -1px 0;
}
.fb_dialog_content .dialog_header .header_center {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}
.fb_dialog_content .dialog_content {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif)
    no-repeat 50% 50%;
  border: 1px solid #4a4a4a;
  border-bottom: 0;
  border-top: 0;
  height: 150px;
}
.fb_dialog_content .dialog_footer {
  background: #f5f6f7;
  border: 1px solid #4a4a4a;
  border-top-color: #ccc;
  height: 40px;
}
#fb_dialog_loader_close {
  float: left;
}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
  text-shadow: rgba(0, 30, 84, 0.296875) 0 -1px 0;
}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
  visibility: hidden;
}
#fb_dialog_loader_spinner {
  animation: rotateSpinner 1.2s linear infinite;
  background-color: transparent;
  background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
@keyframes rotateSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}
.fb_iframe_widget iframe {
  position: absolute;
}
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100%;
}
.fb_iframe_widget_fluid_desktop iframe {
  min-width: 220px;
  position: relative;
}
.fb_iframe_widget_lift {
  z-index: 1;
}
.fb_iframe_widget_fluid {
  display: inline;
}
.fb_iframe_widget_fluid span {
  width: 100%;
}
</style>
</head>
<body>
<style>
#dm_banner {
  display: block !important;
  width: 468px !important;
  height: 63px !important;
  clear: both !important;
  border: 0 !important;
  margin: 12px auto;
  position: relative;
  z-index: 999999999999;
}
#dm_banner * {
  display: block !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #ffe;
  text-decoration: none !important;
  cursor: pointer !important;
  text-align: left !important;
  border: 0 !important;
  text-transform: none !important;
}
#dm_banner a {
  display: block !important;
  width: 468px !important;
  height: 63px !important;
}
#dm_banner_s1,
#dm_banner_s2 {
  width: 275px;
  overflow: hidden !important;
  margin: 0 0 0 73px;
  text-shadow: 0.08em 0.08em 0.01em #333 !important;
}
#dm_banner_s1 {
  font-size: 15px !important;
  color: #ffe !important;
  height: 27px;
  line-height: 34px !important;
}
#dm_banner_s2 {
  font-size: 18px !important;
  color: #ff0 !important;
  height: 25px;
  line-height: 25px !important;
  word-spacing: -1px;
  word-break: break-all !important;
}
#dm_banner:hover {
  opacity: 0.9 !important;
}
#dm_topbar * {
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #111 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
#dm_topbar a {
  display: block;
}
#dm_topbar_link:hover {
  opacity: 0.65;
  color: #000 !important;
}
#dm_topbar_close {
  float: right;
  width: 20px;
  text-align: center;
  font-weight: 700;
  color: #999 !important;
}
#dm_topbar_close:hover {
  color: #111 !important;
}
#dm_topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  color: #111;
  border-bottom: 1px solid #aaa;
  background: #fae896 url() repeat-x top;
  z-index: 9999999999999;
}
#dm_topbar_block {
  float: left;
  width: 895px;
  line-height: 36px;
  margin-left: 3%;
}
#dm_topbar_link {
  border: 1px solid #988e63;
  border-radius: 3px;
  padding: 4px 8px;
  background: #fef9e3 url(/) repeat-x top;
}
#dm_topbar_close {
  line-height: 36px;
  margin-right: 3%;
}
.dm_frame_div * {
  display: block;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #fff;
  text-decoration: none !important;
  border: 0 !important;
  text-transform: none !important;
}
.dm_frame_div {
  display: block;
  float: left;
  position: absolute;
  background: rgba(24, 28, 32, 0.75);
  z-index: 999999999999;
}
.dm_frame_a {
  width: 320px;
  height: 240px;
  cursor: pointer !important;
  background: #fff;
}
.dm_frame_img {
  width: 320px;
  height: 240px;
}
.dm_frame_img:hover {
  opacity: 0.9;
}
#dm_video_close {
  font-size: 14px !important;
  position: absolute;
  float: right;
  width: 22px;
  height: 24px;
  line-height: 24px;
  text-align: center !important;
  color: #eee !important;
  border: 1px solid #111;
  top: 2%;
  right: 3%;
  margin: 2% 0;
  cursor: pointer !important;
  background: #181c20;
}
#dm_video_close:hover {
  color: red !important;
}
#dm_loading_fade,
#dm_download_fade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999999999999;
}
#dm_loading_fade *,
#dm_download_fade * {
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
}
#dm_loading_box,
#dm_download_box {
  position: fixed;
  left: 50%;
  top: 48%;
  border: 5px solid #ddd;
  border-radius: 14px;
  background: #fff;
}
#dm_loading_img,
#dm_download_loading {
  border: 7px solid #ddd;
  width: 304px;
  height: 35px;
  border-radius: 12px;
  margin: 20px auto;
}
#dm_loading_img img,
#dm_download_loading img {
  border: 2px solid #444;
  border-radius: 6px;
}

img {
  max-width: 100%;
}

#dm_loading_box {
  width: 500px;
  height: 200px;
  margin: -100px 0 0 -250px;
}
#dm_loading_text {
  font-family: Arial;
  text-align: center;
  font-size: 21px;
  color: #999;
  padding: 50px 30px;
}
#dm_download_box {
  width: 425px;
  height: 124px;
  margin: -60px 0 0 -210px;
}
#dm_download_button {
  border: 0;
  margin: 20px;
}
@media only screen and (max-width: 540px) {
  #dm_topbar_block {
    width: auto !important;
  }
}
@media only screen and (max-width: 500px) {
  #dm_banner {
    height: 60px !important;
    border-left: 2px solid #005ab5 !important;
    background-position: right top !important;
  }
  #dm_banner,
  #dm_banner a {
    width: 100% !important;
    max-width: 400px !important;
    min-width: 350px !important;
  }
  #dm_banner_s1,
  #dm_banner_s2 {
    font-size: 15px !important;
    width: 63% !important;
    max-width: 270px !important;
    margin: 0 0 0 10px !important;
  }
  #dm_topbar * {
    font-size: 13px !important;
  }
  #dm_topbar_block {
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 465px) {
  #dm_topbar * {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 440px) {
  #dm_topbar * {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 400px) {
  #dm_banner,
  #dm_banner a {
    max-width: 350px !important;
    min-width: 310px !important;
  }
  #dm_banner_s1,
  #dm_banner_s2 {
    width: 59% !important;
    max-width: 210px !important;
  }
  #dm_topbar * {
    font-size: 14px !important;
  }
  #dm_topbar a {
    max-width: 170px !important;
  }
  #dm_topbar_block {
    line-height: 36px !important;
  }
  #dm_topbar_text {
    display: none !important;
  }
}
@media only screen and (max-width: 360px) {
  #dm_banner,
  #dm_banner a {
    max-width: 310px !important;
    min-width: 270px !important;
  }
  #dm_banner_s1,
  #dm_banner_s2 {
    width: 52% !important;
    max-width: 161px !important;
  }
}
@media only screen and (max-width: 320px) {
  #dm_banner,
  #dm_banner a {
    max-width: 270px !important;
    min-width: 230px !important;
  }
  #dm_banner_s1 {
    font-size: 14px !important;
    width: 105px !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  #dm_banner_s2 {
    display: none !important;
  }
}
@media only screen and (max-width: 280px) {
  #dm_banner {
    max-width: 120px !important;
    min-width: 120px !important;
  }
  #dm_banner_s1 {
    display: none !important;
  }
}