.footer {
  background: #f9f9f9;
}
.footer .content-brand {
  margin-right: auto;
  width: 17rem;
}
@media (max-width: 500px) {
  .footer .content-brand {
    width: 13rem;
    margin-bottom: 1.5rem;
  }
}
.footer .content-brand .icon-brand {
  width: 100%;
}
.footer .container-top {
  padding: 4rem 0;
}
@media (max-width: 500px) {
  .footer .container-top {
    flex-direction: column;
    padding: 2.5rem 2rem;
  }
}
.footer .container-bottom {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.footer .column {
  margin: 0 1.8rem;
}
@media (max-width: 500px) {
  .footer .column {
    margin: 0 0;
  }
}
.footer .column .mask {
  width: 1.2rem;
  height: 1.2rem;
  background-color: black;
  margin-right: 0.5rem;
}
.footer .column .t-column {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 500px) {
  .footer .column .t-column {
    font-size: 1.3rem;
    color: var(--secondary);
  }
}
.footer .column .sub-t-column {
  opacity: 0.7;
  font-size: 0.85rem;
  margin: 0.5rem 0;
  white-space: nowrap;
  display: flex;
  color: black;
}
.footer .column .sub-t-column:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .footer .content-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .footer .content-column {
    gap: 1.5rem;
  }
}
.footer .bar-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.0745098039);
  font-size: 0.8rem;
}
@media (max-width: 800px) {
  .footer .bar-footer .container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.footer .sub-bar-column {
  font-size: 0.8rem;
  opacity: 0.8;
  color: black;
}/*# sourceMappingURL=footer.css.map */