.top-bar-footer {
  height: 32px;
  display: none;
  justify-content: space-between;
  position: sticky;
  bottom: 0px;
}
.top-bar-footer svg {
  width: 32px;
  height: 32px;
}
.top-bar-footer.static {
  position: absolute;
  top: -32px;
  width: 100%;
}
.top-bar-footer .right {
  transform: rotate(-90deg);
}

footer.footer {
  background-color: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--3-xl) 0px var(--wp--preset--spacing--2-xl) 0px;
  position: relative;
  position: fixed;
  width: 100vw;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  footer.footer {
    position: static;
    width: 100%;
  }
}
footer.footer .footer-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer.footer .footer-content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  footer.footer .footer-content .footer-left {
    margin-bottom: var(--wp--preset--spacing--xl);
  }
}
footer.footer .footer-content .footer-left .h3 {
  margin-top: 0px;
  margin-bottom: var(--wp--preset--spacing--m);
  display: block;
}
@media (max-width: 768px) {
  footer.footer .footer-content .footer-left .h3 {
    font-size: 36px;
  }
}
footer.footer .footer-content .whatsapp-button a {
  padding: 12px 24px;
  background-color: #25D366;
  color: white;
  border-radius: 4px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
footer.footer .footer-content .whatsapp-button a svg {
  width: 20px;
  height: 20px;
}
footer.footer .footer-content .whatsapp-button label {
  display: block;
  line-height: 100%;
  font-size: 12px;
  margin-top: 5px;
}
footer.footer .footer-content .footer-right {
  color: #09090B;
  display: flex;
}
@media (max-width: 768px) {
  footer.footer .footer-content .footer-right {
    flex-direction: column;
  }
}
footer.footer .footer-content .footer-right ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}
footer.footer .footer-content .footer-right #menu-footer {
  display: flex;
  flex-direction: row;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: var(--wp--preset--spacing--xl);
}
@media (max-width: 768px) {
  footer.footer .footer-content .footer-right #menu-footer {
    flex-direction: column;
    gap: var(--wp--preset--spacing--2-xl);
    margin-bottom: var(--wp--preset--spacing--2-xl);
  }
}
footer.footer .footer-content .footer-right #menu-footer .sub-menu {
  margin-top: 16px;
  padding-left: 0px;
  width: 200px;
}
@media (max-width: 768px) {
  footer.footer .footer-content .footer-right #menu-footer .sub-menu {
    gap: 8px;
  }
}
footer.footer .footer-content .footer-right #menu-footer .sub-menu a {
  font-weight: 400;
  font-size: 14px;
}
footer.footer .footer-content .footer-right li a {
  color: #09090B;
  font-size: 16px;
  line-height: 160%;
}
footer.footer .footer-content .footer-right li.social-links ul {
  display: flex;
  padding-left: 0px;
  gap: 6px;
  flex-direction: row;
}
footer.footer .footer-content .footer-right li.social-links ul li {
  list-style: none;
}
footer.footer .footer-content .footer-right li.social-links ul a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #09090B;
  border-radius: 2px;
}
footer.footer .footer-content .footer-right li.social-links ul a img {
  width: 14px;
  height: 14px;
  filter: invert(1);
}
footer.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px solid #E2E5E6;
}
@media (max-width: 768px) {
  footer.footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
footer.footer .footer-bottom .logo {
  width: 300px;
}
footer.footer .footer-bottom .logo img {
  width: 100%;
  height: auto;
}
footer.footer .footer-bottom .copyright {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  gap: var(--wp--preset--spacing--xl);
}
@media screen and (max-width: 768px) {
  footer.footer .footer-bottom .copyright {
    flex-direction: column;
    gap: 4px;
    margin-top: var(--wp--preset--spacing--xl);
  }
  footer.footer .footer-bottom .copyright p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
footer.footer .footer-bottom .copyright a {
  font-weight: 300;
}
footer.footer .footer-bottom .footer-copyright {
  font-size: 14px;
  color: #09090B;
}