﻿
.footer-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%
}

.infos:not(:last-child) {
  border-right: 2px solid grey
}

footer .footer-body {
  margin-top: 1rem;
}

.footer-bottom {
  background-color: var(--Azul-Escuro);
  color: white
}

.info-title {
  color: var(--Azul-Escuro);
  font-weight: bolder;
}

.info-list {
  list-style: none;
  padding: 0;
}



@media (max-width: 992px) and (min-width: 600px) {

  .footer-body {
    display: block
  }
}

@media screen and (max-width: 600px) {


  .footer-body {
    display: block
  }
}