main {
    width: 100%;
    font-size: 12px;
}

header {
    width: 100%;
}

header section.logo {
    width: 100%;
    height: 70px;
    margin-left: 11%;
    background-image: url(../_img/logo630.png);
    background-repeat: no-repeat;
    background-size: 280px;
}

header nav#menu {
    width: 100%;
    margin-left: -8.5px;
}

header nav#menu ul li:focus {
    background-image: linear-gradient(darkorange, orange, white);
}

header nav#menu ul li img {
    width: 32px;
    float: left;
    padding: 0;
    margin-left: 30%;
    margin-top: 20%;
}

header nav#menu ul li p {
    display: none;
}

.contatoAcesso {
    top: 130px;
}

#content {
    
}

/*----------------------------------------------*/
.container{
  width: 200px;
  height: 170px;
  margin-left: 20%;
  display: block;
  text-align: center;
  position: relative;
}

.container img {
    width: 120px;
    border-radius: 5px;
}

img.seta {
    width: 24px;
}
 
.wall{
  display: none;
  width: 100%;
  height: 100%;
}
 
.wall:target{
  display: block;
}
/*----------------------------------------------*/

.footer {
    width: 100%;
    height: 180px;
    font-size: 10px;
    bottom: -70px
}

.parceiros {
   display: none;
}

.socialmedia {
    position: relative;
    left: 65%;
    width: 110px;
    bottom: 190px;
    height: 70px;
}

.socialmedia h3 {
    right: -6%;
}

.socialmedia img {
    position: relative;
    width: 24px;
    right: -20px;
}

.suporte {
    bottom: -55px;
}

.regras {
    bottom: -65px;
}

.footer hr {
    position: relative;
    bottom: 185px;
}

.footer p {
    position: relative;
    bottom: 185px;
}