footer {
  background: #050c26;
  color: #fff;
  padding-top: 50px;
}

.subtitulo-footer {
  color: #ccc;
  font-size: 10px;
}

.sub-footer {
  padding-top: 20px;
  font-size: 10px;
  border-top: 1px solid #233163;
  margin-top: 20px;
  padding-bottom: 20px;
}

.redes-sociais a {
  text-decoration: none;
}

.redes-sociais-img {
  width: 25px;
  height: 20px;
  padding-right: 5px;
}

@media screen and (max-width: 1090px) {
  .footer-1,
  .logo-footer {
    text-align: center;
  }
  .footer-1 p {
    font-size: 10px;
  }

  .footer-item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 593px) {
  /*.logo img{
       width: 160px;
    }*/

  .footer-endereco {
    margin-top: 20px !important;
  }
}
