@import url("styles/themes/theme-luiza.min.css");
.factory-flag{ visibility: hidden; }

/* Header / Navbar */
#top-nav {
  padding: 5px 0;
}

#top-nav .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: auto;
}

#top-nav .navbar-brand img {
  height: 125px;
  width: auto;
}

#top-nav .navbar-header {
  display: flex;
  align-items: center;
}

#top-nav .navbar-nav {
  display: flex;
  align-items: center;
}

#top-nav .navbar-nav > li > a {
  line-height: 125px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Footer */
footer img {
  height: 275px !important;
  width: auto;
}

footer > .container-fluid > .row {
  display: flex !important;
  flex-wrap: nowrap !important;
}

footer .footer-logo-col {
  text-align: center;
}

footer .footer-logo-text {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 1px;
  color: #fff;
}

footer .footer-col {
  padding-top: 20px;
  padding-bottom: 20px;
  float: none !important;
  flex-shrink: 0;
}

footer .footer-heading {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 20px;
}

footer .footer-heading:first-child {
  margin-top: 0;
}

footer .footer-company {
  font-weight: bold;
  margin-bottom: 8px;
}

footer .footer-col p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
}

footer .footer-col .fa-check {
  margin-right: 6px;
}

footer .footer-map iframe {
  border-radius: 4px;
}

/* Legal Pages */
.legal-page {
  padding-top: 160px;
  padding-bottom: 60px;
  max-width: 800px;
  color: #ffffff;
}

.legal-page .legal-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.legal-page .legal-section-title {
  font-size: 17px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 12px;
}

.legal-page .legal-subsection-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 8px;
}

.legal-page p,
.legal-page ul {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.7;
}

.legal-page ul {
  padding-left: 20px;
}

@media (max-width: 767px) {
  #top-nav .navbar-brand img {
    height: 55px;
  }
}
