@media screen and (max-width: 990px) {
  main {
    align-self: center;
    padding: 0 12px;
  }

  #teclado {
    display: none;
    position: fixed;
  }
}
