footer {
  background: #181818;
  /*width: 90%;*/
  /*display: inline-block;*/
  padding: 100px 5%;
  overflow: hidden;
  font-size: 18px;
  position: relative;
  clear: both;
}
footer h1 {
  font: 3.25em "ExoRegular";
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
footer .social {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 10px 0;
}
footer .social li {
  display: inline-block;
  float: left;
  margin: 5px;
}
footer .social li a {
  width: 59px;
  height: 59px;
  display: block;
}
footer .social li a span {
  display: none;
}
footer .social li a.facebook {
  background: url(../img/sprite.png) no-repeat -300px;
}
footer .social li a.youtube {
  background: url(../img/sprite.png) no-repeat -420px;
}
footer .social li a.instagram {
  background: url(../img/sprite.png) no-repeat -60px;
}
footer .social li a.twitch {
  background: url(../img/sprite.png) no-repeat 0;
}
footer .social li a.twitter {
  background: url(../img/sprite.png) no-repeat -480px;
}
footer .social li a.discord {
  background: url(../img/sprite.png) no-repeat -540px;
}
/*footer .social li a.azubu {
  background: url(../img/sprite.png) no-repeat -120px;
}
footer .social li a.google {
  background: url(../img/sprite.png) no-repeat -180px;
}
footer .social li a.forum {
  background: url(../img/sprite.png) no-repeat -240px;
}*/
/*footer .social li a.blug {
  background: url(../img/sprite.png) no-repeat -360px;
}*/

footer .footer-links {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}
footer .footer-links .links {
  margin: 0 3% 0 0;
}
footer .footer-links .links li {
  display: list-item;
  color: #fff;
  margin: 0 1em 10px 1.3rem;
  padding-left: 1.3rem;
}
footer .footer-links .links li a, footer .footer-links .links li .footer-link-title {
  color: #fff;
  font: 0.875em "ExoRegular";
  text-transform: uppercase;
}
footer .footer-links .links li ul {
  display: none;
}
footer .footer-links .links li ul li a {
  text-transform: inherit;
  pointer-events: inherit;
  font: 0.875em "ExoRegular";
  text-transform: uppercase;
}
footer .footer-links .links li ul li a:hover {
  text-decoration: underline;
}
footer .footer-links .links:first-child li {
  list-style: none;
}
footer .bottom {
  display: inline-block;
  width: 98%;
}
footer .bottom a {
  font: 0.875em "RobotoLight";
  color: #e87000;
  text-align: center;
  display: block;
  margin-bottom: 1.3rem;
}
footer .bottom p {
  font: 0.875rem "RobotoLight";
  color: #fff;
  text-align: center;
  margin-bottom: 1.3rem;
}
footer .bottom .copyright {
  font: 0.875em "RobotoLight";
  color: #929292;
  text-align: center;
  font-size: 1.1rem;
}
footer div.footer-info {
  margin-top: 40px;
  width: 100%;
  display: flex;
  position: relative;
}

footer div.footer-info div.companies {
  /*display: table;*/
  height: auto;
  display: block;
  clear: both;
  text-align: center;
}

/*footer div.footer-info div.companies div.row{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  }*/

footer div.footer-info div.companies div.row div.cell {
  padding: 0 10px;
  height: 60px;
  /*float: left;*/
  margin: 5px 0;
}

footer div.footer-info div.companies img {
  width: auto;
  height: 60px;
}

footer div.footer-info div.classificacao {
  width: 300px;
  height: 60px;
  display: flex;
  background-color: #fff;
  font-family: "Arial Narrow OS";
  border-radius: 5px;
  margin: 0 5px;
}

footer div.footer-info div.classificacao div.age {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  height: 100%;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-family: "Arial Narrow OS";
}

footer div.footer-info div.classificacao div.age.orange {
  background-color: #e2001a;
}
footer div.footer-info div.classificacao div.age.green {
  background-color: #00a44f;
}
footer div.footer-info div.classificacao div.age.yellow {
  background-color: rgb(251, 193, 2);
}
footer div.footer-info div.classificacao div.age.red {
  background-color: #e20018;
}

footer div.footer-info div.classificacao div.text {
  color: #8f8f8f;
  padding: 5px;
  width: 80%;
}

footer div.footer-info div.classificacao div.text p {
  font-size: 0.7rem;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #8f8f8f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.classificacao-etaria > span {
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  justify-content: center;
  font-family: "Arial Narrow OS";
  padding: 3px;
}
.classificacao-etaria {
  background-color: #000;
  border-radius: 5px;
}

footer div.footer-info div.classificacao div.textpendente p {
  font-size: 0.7em;
  text-align: center;
  margin: 0;
  padding: 20px 0; /*classificação pendente*/
}

footer div.footer-info div.classificacao div.text p strong {
  text-transform: uppercase;
  color: #8f8f8f;
}

footer div.footer-info p {
  font-size: 0.8em;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  text-align: left;
  clear: both;
}

@media (min-width: 1000px) {
  footer .footer-links .links {
    margin: 0 3% 0 0;

    flex: 1;
  }
  footer div.footer-info div.companies {
    clear: none;
  }
  footer div.footer-info div.companies div.row div.cell.publisher {
    border-left: solid 1px #5d5d5d;
  }
  footer div.footer-info div.companies div.row div.cell {
    float: left;
  }
  footer div.footer-info div.companies div.row div.cell.publisher {
    border-left: solid 1px #5d5d5d;
  }
  footer h1 {
    text-align: left;
  }
  footer .social {
    justify-content: flex-start;
  }
  footer .social li:first-child {
    margin-left: 0;
  }
  footer .footer-links {
    justify-content: flex-start;
  }
  footer .footer-links .links li {
    display: inherit;
    margin: 0;
    padding: 7.5px 0;
  }
  footer .footer-links .links li ul {
    display: block;
  }
  footer .footer-links .links li ul li a {
    color: #8f8f8f;
    padding: 7.5px 0;
  }
  footer .bottom p {
    text-align: left;
  }
  footer .bottom a {
    text-align: left;
  }
  footer .bottom .copyright {
    text-align: right;
    margin-top: -40px;
  }
}

@media (max-width: 900px) {
  footer div.footer-info div.classificacao {
    width: 100%;
  }
  footer div.footer-info {
    flex-direction: column;
  }
}

.dpo-logo {
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
}

.dpo-logo__image {
  width: 100%;
  transform: scale(2);
}
