* {
  margin: 0;
  padding: 0;
}

#container2 {
  width: 1024px;
  position: absolute;
  top: 444px;
  left: 0px;
  background-color: #333333;

  visibility: collapse;
  z-index: 999999;
}
#texto {
  margin: 0 0 5px;
  padding: 5px;
  width: 671px;
  font: 1em/1.5 Verdana, Sans-Serif;
  background: #fff;
  border: 1px solid #f9f9f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#keyboard {
  margin: 0;
  padding: 5px;
  list-style: none;
}
#keyboard li {
  float: left;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #f9f9f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.capslock,
.tab,
.left-shift {
  clear: left;
}
#keyboard .tab,
#keyboard .delete {
  width: 70px;
}
#keyboard .capslock {
  width: 80px;
}
#keyboard .return {
  width: 77px;
}
#keyboard .left-shift {
  width: 95px;
}
#keyboard .right-shift {
  width: 109px;
}
.lastitem {
  margin-right: 0;
}
.uppercase {
  text-transform: uppercase;
}
#keyboard .space {
  clear: left;
  width: 681px;
}
.on {
  display: none;
}
#keyboard li:hover {
  position: relative;
  top: 1px;
  left: 1px;
  border-color: #e5e5e5;
  cursor: pointer;
}

#frPayNow {
  width: 88%;
  margin: 0 auto;
  aspect-ratio: 9/16;
  margin-top:15px;
  background-color: #eee;
  border: 0;
  overflow: hidden !important;
}
#frPayNow header {
  display: none !important;
}
#frPayNow main {
  margin-top: 0 !important;
}
