#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:2000;
  background: url('fundo.png') repeat;
  display:none;
  width: 100%;
  height: 100%;
}
.outer {
  width:96%;
  /*height:360px;*/
  /*border:2px solid #999;*/
  margin-top: 2%;
  display: none;
  text-align: center;
}
  .outer p > a {
    display: block;
  }
@media(max-width: 1024px) {
  .outer {
    margin-top: 4%;
  }
}

.close {
  text-align: center;
  background: url("fechar.png") no-repeat;
  border: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
  float: unset;
  opacity: unset;
}
.para_close {
    margin: 0 0 16px 0;
    text-align: center;
}