.footer {
  align-items: stretch;
  flex-direction: column;
  overflow-x: clip;
}
.footer .container {
  display: flex;
  flex-direction: column;
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.footer-contaner {
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
}
.footerleftcontainer {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 56px;
  flex-grow: 3;
  flex-shrink: 1;
  margin-top: 0;
  padding: 72px 48px 64px max(28px, calc((100% - 1170px) / 2));
  min-width: 0;
}
.footerleftcontainer > .footer-nav-groups {
  flex: 1 1 auto;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  max-width: 280px;
}
.footerlogo {
  display: flex;
  height: 42px;
}
.footerlogo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.footer-tagline {
  margin: 0;
  font-family: var(--font-family-sora);
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .72);
}
.footer-region {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px 8px 13px;
  border: 1px solid rgba(222, 241, 117, .3);
  border-radius: 40px;
  font-family: var(--font-family-sora);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .3px;
  color: var(--manz);
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease;
}
.footer-region svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}
.footer-region:hover {
  background: rgba(222, 241, 117, .12);
  border-color: rgba(222, 241, 117, .6);
  color: var(--manz);
}
.footer-nav-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 56px;
  min-width: 0;
}
.footer-nav {
  flex: 0 0 auto;
  min-width: 0;
}
.footer-nav-title {
  margin: 0 0 20px;
  font-family: var(--font-family-sora);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}
.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav-list a {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  font-family: var(--font-family-sora);
  font-size: 15.5px;
  font-weight: 500;
  color: var(--manz);
  text-decoration: none;
  white-space: nowrap;
  transition: color .25s ease;
}
.footer-nav-list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: var(--manz);
  transition: width .3s var(--anim-ease, cubic-bezier(.23, 1, .32, 1));
}
.footer-nav-list a:hover {
  color: #fff;
}
.footer-nav-list a:hover::after {
  width: 100%;
  background: #fff;
}
.footer-nav-list a:focus-visible,
.footer-region:focus-visible,
.footer-legal-links a:focus-visible {
  outline: 2px solid var(--manz);
  outline-offset: 3px;
  border-radius: 4px;
}
.footerrightcontainer {
  align-items: flex-start;
  background-color: var(--manz);
  display: flex;
  flex-direction: column;
  gap: 0;
  width: auto;
  flex: 0 0 calc(440px + max(28px, (100% - 1170px) / 2));
  margin-top: -50px;
  padding: 46px max(56px, calc((100% - 1170px) / 2)) 48px 56px;
  border-radius: 30px 30px 0 0;
}
.footer .tens-dudas {
  margin: 0 0 4px;
  font-family: var(--font-family-sora);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2px;
  color: rgba(27, 40, 72, .65);
}
.footer .contactanos {
  margin: 0 0 22px;
  min-height: 0;
  font-family: var(--font-family-sora);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.3px;
  color: var(--governor-bay);
  white-space: nowrap;
}
.footer .infoklozercom {
  display: inline-block;
  margin: 0 0 26px;
  min-height: 0;
  font-family: var(--font-family-sora);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.5px;
  color: var(--blue-zodiac);
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  border-bottom: 2px solid transparent;
  transition: border-color .25s ease, color .25s ease;
}
.footer .infoklozercom:hover {
  color: var(--governor-bay);
  border-bottom-color: var(--governor-bay);
}
.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 40px;
  background: var(--blue-zodiac);
  font-family: var(--font-family-sora);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(27, 40, 72, .22);
  transition: background .25s ease, transform .25s var(--anim-ease, cubic-bezier(.23, 1, .32, 1)), box-shadow .25s ease;
}
.footer-cta svg {
  width: 19px;
  height: 19px;
  transition: transform .25s var(--anim-ease, cubic-bezier(.23, 1, .32, 1));
}
.footer-cta:hover {
  background: var(--governor-bay);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(27, 40, 72, .28);
}
.footer-cta:hover svg {
  transform: translateX(3px);
}
.footer-cta:focus-visible {
  outline: 2px solid var(--blue-zodiac);
  outline-offset: 3px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 26px 0 0;
  list-style: none;
  width: 100%;
  border-top: 1px solid rgba(27, 40, 72, .16);
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 15px;
  border: 1px solid rgba(27, 40, 72, .22);
  border-radius: 40px;
  font-family: var(--font-family-sora);
  font-size: 14px;
  font-weight: 500;
  color: var(--blue-zodiac);
  text-decoration: none;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.footer-social svg {
  width: 15px;
  height: 15px;
}
.footer-social a:hover {
  background: var(--blue-zodiac);
  border-color: var(--blue-zodiac);
  color: var(--manz);
}
.footer-social a:focus-visible {
  outline: 2px solid var(--blue-zodiac);
  outline-offset: 3px;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 32px;
  margin: 0 max(28px, calc((100% - 1170px) / 2));
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.footer-legal {
  margin: 0;
  font-family: var(--font-family-sora);
  font-size: 13.5px;
  color: rgba(255, 255, 255, .62);
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-legal-links a {
  font-family: var(--font-family-sora);
  font-size: 13.5px;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  transition: color .25s ease;
}
.footer-legal-links a:hover {
  color: var(--manz);
}
@media screen and (max-width: 1100px) {
  .footer-nav-groups {
    gap: 36px 56px;
  }
  .footerleftcontainer {
    gap: 48px;
    padding: 56px 36px 52px 28px;
  }
  .footerrightcontainer {
    flex: 0 0 380px;
    padding: 40px 40px 44px;
  }
  .footer-bottom {
    margin: 0 28px;
  }
}
@media screen and (max-width: 900px) {
  .footer-contaner {
    flex-wrap: wrap;
  }
  .footerleftcontainer {
    flex-direction: column;
    gap: 40px;
    padding: 48px 28px 44px;
    width: 100%;
    flex: 1 1 100%;
  }
  .footerrightcontainer {
    flex: 1 1 100%;
  }
  .footer-brand {
    max-width: 420px;
  }
  .footerrightcontainer {
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0;
    padding: 36px 28px 40px;
    border-radius: 30px 30px 0 0;
  }
  .footer-bottom {
    margin: 0 28px;
    justify-content: flex-start;
    padding-bottom: 76px;
  }
  .footer .contactanos,
  .footer .infoklozercom {
    font-size: 23px;
  }
  .footer .contactanos {
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer-nav-list a::after,
  .footer-cta,
  .footer-cta svg,
  .footer-social a,
  .footer-region {
    transition: none;
  }
  .footer-cta:hover {
    transform: none;
  }
  .footer-cta:hover svg {
    transform: none;
  }
}
@media screen and (max-width: 900px) {
  .footer-nav-groups {
    gap: 36px 56px;
  }
}
