
.footer1-bg {
  background-color: var(--azulcrescento2);
  display: flex;
  justify-content: center;
}

.footer2-bg {
  /*background-color: var(--azulcrescento3);*/
  background: rgb(0,138,216);
  background: linear-gradient(90deg, rgba(0,138,216,1) 0%, rgba(4,87,134,1) 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: space-evenly;
}

.footer {

  display: grid;
  grid-template-columns: 1fr;
  padding-top: 0px;
  padding-bottom: 0px;
  color: var(--cinzafonteft);
}

.formatacao-footer {
  color: var(--azulcrescento);
}

.lista1-ft,
.lista2-ft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 30px;
}

.lista1-ft li,
.lista2-ft li {
  padding-bottom: 10px;
}

.lista1-ft a,
.lista2-ft a {
  color: rgb(255, 255, 255);
  gap: 5px;
  transition: 0.3s;
  padding: 10px;
  box-sizing: border-box;
}


.lista2-ft a:hover {
  color: rgb(21, 170, 207);

}
.lista2-ft a:hover::before {
  width: 14px;
}

.iconft img{
  height: 50px;
  width: auto;
  padding-bottom: 0px;
}


.containerft {


}


.copyright {
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.creditos {
  font-size: 8px;
  color: rgb(143, 143, 143);
  padding-left: 70px;
  padding-bottom: 10px;
}

.creditos a {
  color: rgb(146, 145, 145);
}

@media (max-width: 847px) {
  img {
    height: 50px;
  }
}


@media (max-width: 994px) {
  .footer2-bg {
    display: flex;

    flex-wrap: wrap;
  }
}



