footer{
  background: var(--red-color);
}

footer .logo-footer img{
  width: 100%;
}

footer ul{
  padding: 0 !important;
}

footer h6{
  color: var(--white-color);
  font-weight: 600;
  cursor: default;
}

footer ul li{
  color: var(--white-color);
  cursor: default;
}

footer a{
  color: var(--white-color);
  transition: 0.5s;
}

footer a:hover{
  color: var(--text-color);
}

footer p{
  color: var(--white-color);
}

footer ul li{
  margin-top: 0.5rem;
}

.footer{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.separador-footer{
  content: '';
  width: 50%;
  height: 1px;
  background: #DBDBDB;
  
}

.copy{
  font-size: 14px;
}

.logo-ajuste{
  width: 18%;
}

