/* [project]/components/footer.module.css [app-client] (css) */
.footer-module__oqRDSq__footer {
  z-index: 40;
  background-color: var(--background);
  min-height: 48px;
  color: var(--foreground);
  border-top: 1px solid #2a5f8a1a;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .footer-module__oqRDSq__footer {
    padding: .5rem 3rem;
  }
}

.footer-module__oqRDSq__leftSide {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.footer-module__oqRDSq__mainLogo {
  width: auto;
  height: 24px;
  color: var(--foreground);
  transition: opacity .2s;
}

.footer-module__oqRDSq__mainLogo:hover {
  opacity: .85;
}

.footer-module__oqRDSq__letterJ {
  opacity: .95;
  margin-right: -1px;
  padding: 0 1px;
  font-weight: 800;
  line-height: 1.1;
  transition: color .3s;
  display: inline-block;
  position: relative;
  transform: skewX(-10deg);
}

.footer-module__oqRDSq__iaText {
  letter-spacing: .05em;
  margin-right: .5px;
}

.footer-module__oqRDSq__domain {
  color: var(--primary-color);
  opacity: .6;
  letter-spacing: -.02em;
  font-size: .7rem;
  font-weight: 400;
  transform: translateY(.5px);
}

.footer-module__oqRDSq__mainLogo.footer-module__oqRDSq__linkLogo:hover .footer-module__oqRDSq__letterJ {
  color: var(--secondary-color);
}

.footer-module__oqRDSq__subLogos {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-direction: row;
  align-items: flex-end;
  gap: .75rem;
  margin: 0 -.25rem;
  padding: .25rem;
  display: flex;
  overflow-x: auto;
}

.footer-module__oqRDSq__subLogos::-webkit-scrollbar {
  display: none;
}

.footer-module__oqRDSq__secondaryLogo {
  color: var(--foreground);
  opacity: .85;
  letter-spacing: .01em;
  white-space: nowrap;
  width: auto;
  height: 24px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.footer-module__oqRDSq__tenantSpecificSecondaryLogo {
  width: auto;
  height: 18px;
}

.footer-module__oqRDSq__institutionalSubLogos {
  filter: grayscale();
}

.footer-module__oqRDSq__defaultMinutaiaLogo {
  height: 20px;
}

.footer-module__oqRDSq__defaultSubLogos, .footer-module__oqRDSq__defaultSubLogos .footer-module__oqRDSq__linkLogo {
  align-items: center;
}

.footer-module__oqRDSq__defaultSubLogos:has(.footer-module__oqRDSq__linkLogo + .footer-module__oqRDSq__linkLogo) {
  transform: translateY(-2px);
}

.footer-module__oqRDSq__defaultSubLogos .footer-module__oqRDSq__linkLogo + .footer-module__oqRDSq__linkLogo:before {
  content: "";
  opacity: .25;
  background-color: currentColor;
  flex: none;
  width: 1px;
  height: 12px;
  margin-right: .75rem;
  transform: translateY(3px);
}

.footer-module__oqRDSq__defaultSubLogos .footer-module__oqRDSq__conectaLogo {
  transform: translateY(4px);
}

.footer-module__oqRDSq__defaultSubLogos .footer-module__oqRDSq__jurisprudenciaLogo {
  transform: translateY(4.5px);
}

.footer-module__oqRDSq__defaultSubLogos .footer-module__oqRDSq__linkLogo:only-child .footer-module__oqRDSq__conectaLogo {
  transform: none;
}

.footer-module__oqRDSq__conectaLogo {
  opacity: .85;
  width: auto;
  height: 12px;
  display: block;
}

.footer-module__oqRDSq__jurisprudenciaLogo {
  opacity: .85;
  width: auto;
  height: 18px;
  display: block;
}

.footer-module__oqRDSq__linkLogo {
  cursor: pointer;
  align-items: flex-end;
  transition: all .2s;
  display: flex;
}

.footer-module__oqRDSq__subLogos span.footer-module__oqRDSq__linkLogo:hover, .footer-module__oqRDSq__leftSide span.footer-module__oqRDSq__linkLogo:hover, .footer-module__oqRDSq__subLogos div.footer-module__oqRDSq__linkLogo:hover, .footer-module__oqRDSq__leftSide div.footer-module__oqRDSq__linkLogo:hover, .footer-module__oqRDSq__subLogos a.footer-module__oqRDSq__linkLogo:hover, .footer-module__oqRDSq__leftSide a.footer-module__oqRDSq__linkLogo:hover {
  opacity: .75;
  transform: translateX(1px);
}

.footer-module__oqRDSq__highlightE {
  transition: color .3s;
}

.footer-module__oqRDSq__subLogos span:nth-child(2).footer-module__oqRDSq__linkLogo:hover .footer-module__oqRDSq__highlightE {
  color: var(--secondary-color);
  opacity: .9;
}

.footer-module__oqRDSq__subLogos span:first-child.footer-module__oqRDSq__linkLogo:hover .footer-module__oqRDSq__highlightE, .footer-module__oqRDSq__subLogos span:nth-child(3).footer-module__oqRDSq__linkLogo:hover .footer-module__oqRDSq__highlightE, .footer-module__oqRDSq__subLogos span:nth-child(4).footer-module__oqRDSq__linkLogo:hover .footer-module__oqRDSq__highlightE {
  color: inherit;
}

[data-theme="dark"] .footer-module__oqRDSq__mainLogo, [data-theme="dark"] .footer-module__oqRDSq__secondaryLogo {
  color: #fff;
  opacity: .9;
}

[data-theme="dark"] .footer-module__oqRDSq__mainLogo:hover, [data-theme="dark"] .footer-module__oqRDSq__secondaryLogo:hover {
  opacity: 1;
}

@media not all and (min-resolution: .001dpcm) {
  @supports ((-webkit-appearance: none)) {
    .footer-module__oqRDSq__letterJ {
      -webkit-font-smoothing: antialiased;
      margin-right: -2px;
      padding: 0 2px;
      transform: skewX(-8deg);
    }
  }
}

.footer-module__oqRDSq__newTag {
  background-color: var(--secondary-color, #ff6b00);
  color: #fff;
  opacity: .95;
  pointer-events: none;
  z-index: 1;
  border-radius: 2px;
  padding: 0 2px;
  font-size: .45rem;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
  top: -1px;
  right: -15px;
  transform: translateY(0);
  box-shadow: 0 1px 1px #0000001a;
}

.footer-module__oqRDSq__planInfo {
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.footer-module__oqRDSq__logoWrapper {
  align-items: center;
  margin: 0;
  padding: 0;
  display: inline-flex;
  position: relative;
}

@media (max-width: 767px) {
  .footer-module__oqRDSq__footer {
    flex-direction: column;
    gap: .5rem;
    height: auto;
    min-height: 48px;
    padding: .5rem;
  }

  .footer-module__oqRDSq__leftSide {
    justify-content: center;
    width: 100%;
  }

  .footer-module__oqRDSq__planInfo {
    margin-left: .75rem;
  }

  .footer-module__oqRDSq__subLogos {
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .25rem;
  }

  .footer-module__oqRDSq__secondaryLogo {
    font-size: .8125rem;
  }

  .footer-module__oqRDSq__mainLogo {
    font-size: .875rem;
  }

  .footer-module__oqRDSq__domain {
    font-size: .65rem;
  }

  .footer-module__oqRDSq__newTag {
    padding: 0 2px;
    font-size: .45rem;
    top: -1px;
    right: -15px;
  }
}

/* [project]/app/(auth)/login/page.module.css [app-client] (css) */
.page-module__SEZomW__landingPage {
  --primary: 209 49% 35%;
  --primary-foreground: 0 0% 100%;
}

.page-module__SEZomW__gradientText {
  background: linear-gradient(to right, hsl(var(--primary)) 0%, hsl(var(--primary) / .8) 100%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/* [project]/app/(auth)/login/animations.module.css [app-client] (css) */
@keyframes animations-module__ijNj3W__revealUp {
  from {
    transform: translate3d(0, 24px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animations-module__ijNj3W__revealLeft {
  from {
    transform: translate3d(-24px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animations-module__ijNj3W__revealRight {
  from {
    transform: translate3d(24px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animations-module__ijNj3W__float {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animations-module__ijNj3W__slideInFade {
  from {
    opacity: 0;
    transform: translateY(20px)scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes animations-module__ijNj3W__floatGentle {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes animations-module__ijNj3W__pulseSoft {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .8;
    transform: scale(1.05);
  }
}

.animations-module__ijNj3W__reveal {
  opacity: 0;
  transform-origin: center;
  backface-visibility: hidden;
  perspective: 1000px;
  will-change: transform, opacity;
  animation: 1s cubic-bezier(.22, 1, .36, 1) forwards animations-module__ijNj3W__revealContent;
}

.animations-module__ijNj3W__revealUp {
  animation: 1s cubic-bezier(.22, 1, .36, 1) forwards animations-module__ijNj3W__revealContent, 1.2s cubic-bezier(.22, 1, .36, 1) forwards animations-module__ijNj3W__revealUp;
}

.animations-module__ijNj3W__revealLeft {
  animation: 1s cubic-bezier(.22, 1, .36, 1) forwards animations-module__ijNj3W__revealContent, 1.2s cubic-bezier(.22, 1, .36, 1) forwards animations-module__ijNj3W__revealLeft;
}

.animations-module__ijNj3W__revealRight {
  animation: 1s cubic-bezier(.22, 1, .36, 1) forwards animations-module__ijNj3W__revealContent, 1.2s cubic-bezier(.22, 1, .36, 1) forwards animations-module__ijNj3W__revealRight;
}

.animations-module__ijNj3W__float {
  transform-origin: center;
  will-change: transform;
  animation: 3s ease-in-out infinite animations-module__ijNj3W__float;
}

.animations-module__ijNj3W__sequence1 {
  animation-delay: .2s;
}

.animations-module__ijNj3W__sequence2 {
  animation-delay: .4s;
}

.animations-module__ijNj3W__sequence3 {
  animation-delay: .6s;
}

.animations-module__ijNj3W__sequence4 {
  animation-delay: .8s;
}

.animations-module__ijNj3W__fast {
  animation-duration: .8s !important;
}

.animations-module__ijNj3W__slow {
  animation-duration: 1.4s !important;
}

@keyframes animations-module__ijNj3W__revealContent {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animations-module__ijNj3W__slideInFade {
  animation: .7s cubic-bezier(.22, 1, .36, 1) forwards animations-module__ijNj3W__slideInFade;
}

.animations-module__ijNj3W__floatGentle {
  animation: 4s ease-in-out infinite animations-module__ijNj3W__floatGentle;
}

.animations-module__ijNj3W__pulseSoft {
  animation: 2s ease-in-out infinite animations-module__ijNj3W__pulseSoft;
}

@media (prefers-reduced-motion: reduce) {
  .animations-module__ijNj3W__reveal, .animations-module__ijNj3W__revealUp, .animations-module__ijNj3W__revealLeft, .animations-module__ijNj3W__revealRight, .animations-module__ijNj3W__float, .animations-module__ijNj3W__slideInFade, .animations-module__ijNj3W__floatGentle, .animations-module__ijNj3W__pulseSoft {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

