h1 {
  font-family: ivymode, sans-serif;
}

h2 {
  font-family: ivymode, sans-serif;
}

p {
  font-family: "articulat-cf", sans-serif;
}

.redes {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.redes img {
  width: 45px;
}

.loc-footer img {
  width: 20px;
}

.footer-cima-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.footer-esquerda {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
  flex: 1;
}

.footer-esquerda p {
  font-size: 14px;
  color: #fffcf6 !important;
  max-width: 400px;
  letter-spacing: 1px;
}

.footer-esquerda img {
  width: 85px;
}

.meio-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}

.meio-footer h3 {
  color: #fffcf6;
  font-size: 25px;
}

.loc-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  font-size: 16px;
  max-width: 395px;
}

.loc-footer a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fffcf6 !important;
  font-size: 16px;
  line-height: 1.2;
}

.footer-esquerda h3 {
  color: #fff;
  font-size: 25px;
}

.mv-footer {
  background-color: #060817;
  color: #ffffff;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.6;
}
