/* [project]/components/Header/Header.module.css [app-client] (css) */
.Header-module__arFiJq__header {
  background: linear-gradient(135deg, #2b2862 0%, #1a1640 100%);
  width: 100%;
  box-shadow: 0 4px 20px #00000026;
}

.Header-module__arFiJq__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 2rem;
}

.Header-module__arFiJq__topBar {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.Header-module__arFiJq__logo img {
  width: 180px;
  height: auto;
}

.Header-module__arFiJq__navigation {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.Header-module__arFiJq__navLink {
  color: #fff;
  cursor: pointer;
  background-color: #ffffff1a;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .6rem 1rem;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.Header-module__arFiJq__navLink span {
  font-size: 1rem;
}

.Header-module__arFiJq__navLink:hover {
  background-color: #eb5f1a;
  transform: translateY(-2px);
}

.Header-module__arFiJq__titleSection {
  text-align: center;
  border-top: 1px solid #ffffff1a;
  padding-top: 1rem;
}

.Header-module__arFiJq__title {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 .75rem;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.Header-module__arFiJq__containerSubtitle {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.Header-module__arFiJq__subtitleButton {
  color: #fff;
  cursor: pointer;
  background-color: #ffffff1a;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  margin-top: 12px;
  padding: .6rem 1rem;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.Header-module__arFiJq__subtitleButton span {
  font-size: 1rem;
}

.Header-module__arFiJq__subtitleButton:hover {
  background-color: #eb5f1a;
  transform: translateY(-2px);
}

.Header-module__arFiJq__containerButton {
  background-color: #ffffff1a;
  padding: .5rem 2rem;
}

.Header-module__arFiJq__subtitle {
  color: #f0f2f5;
  opacity: .9;
  margin: 0;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.Header-module__arFiJq__subtitle span {
  color: #f78349;
  border-bottom: 1px solid #f78349;
  font-weight: 600;
}

@media (min-width: 800px) {
  .Header-module__arFiJq__container {
    padding: 2rem 2rem 2.5rem;
  }

  .Header-module__arFiJq__topBar {
    flex-direction: row;
    gap: 2rem;
  }

  .Header-module__arFiJq__logo img {
    width: 200px;
  }

  .Header-module__arFiJq__navigation {
    gap: 1.5rem;
  }

  .Header-module__arFiJq__navLink {
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }

  .Header-module__arFiJq__title {
    font-size: 1.75rem;
  }

  .Header-module__arFiJq__subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .Header-module__arFiJq__logo img {
    width: 220px;
  }

  .Header-module__arFiJq__title {
    font-size: 2rem;
  }
}

/* [project]/components/Footer/Footer.module.css [app-client] (css) */
.Footer-module__rnk_JG__footer {
  background-color: #2b2862;
  border-top: 3px solid #eb5f1a;
  width: 100%;
  margin-top: auto;
}

.Footer-module__rnk_JG__container {
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.Footer-module__rnk_JG__logo {
  align-items: center;
  display: flex;
}

.Footer-module__rnk_JG__logo img {
  width: auto;
  height: 50px;
}

.Footer-module__rnk_JG__divider {
  background-color: #ffffff4d;
  width: 1px;
  height: 60px;
}

.Footer-module__rnk_JG__info {
  flex: 1;
  max-width: 600px;
}

.Footer-module__rnk_JG__copyright {
  color: #fff;
  text-align: right;
  margin: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.Footer-module__rnk_JG__copyright strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .Footer-module__rnk_JG__container {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }

  .Footer-module__rnk_JG__divider {
    width: 80%;
    height: 1px;
  }

  .Footer-module__rnk_JG__logo img {
    height: 50px;
  }

  .Footer-module__rnk_JG__copyright {
    font-size: .8rem;
  }
}

@media (max-width: 480px) {
  .Footer-module__rnk_JG__logo img {
    height: 45px;
  }

  .Footer-module__rnk_JG__copyright {
    text-align: center;
    font-size: .75rem;
  }
}

/* [project]/screens/TipoProcessoScreen/TipoProcessoScreen.module.css [app-client] (css) */
.TipoProcessoScreen-module__VUEPqG__main {
  background: linear-gradient(135deg, #f5f7fa 0%, #fff 100%);
  justify-content: center;
  min-height: calc(100vh - 120px);
  padding: 4rem 2rem;
  display: flex;
}

.TipoProcessoScreen-module__VUEPqG__container {
  width: 100%;
  max-width: 1400px;
  padding: 0 1.5rem;
}

.TipoProcessoScreen-module__VUEPqG__headerSection {
  text-align: center;
  margin-bottom: 3.5rem;
}

.TipoProcessoScreen-module__VUEPqG__title {
  color: #2b2862;
  margin-bottom: .75rem;
  font-size: 2rem;
  font-weight: 700;
}

.TipoProcessoScreen-module__VUEPqG__subtitle {
  color: #6b7280;
  font-size: 1.05rem;
  font-weight: 400;
}

.TipoProcessoScreen-module__VUEPqG__cardsGrid {
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  padding: 0 .5rem;
  display: grid;
}

.TipoProcessoScreen-module__VUEPqG__cardItem {
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px #0000000f;
}

.TipoProcessoScreen-module__VUEPqG__cardItem:hover {
  border-color: #f7931e;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #f7931e2e;
}

.TipoProcessoScreen-module__VUEPqG__cardItem:active {
  transform: translateY(0);
}

.TipoProcessoScreen-module__VUEPqG__cardIcon {
  color: #f7931e;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 3rem;
  display: flex;
}

.TipoProcessoScreen-module__VUEPqG__cardIcon svg {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
}

.TipoProcessoScreen-module__VUEPqG__cardTitle {
  color: #2b2862;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.TipoProcessoScreen-module__VUEPqG__cardDescription {
  color: #6b7280;
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .TipoProcessoScreen-module__VUEPqG__cardsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    padding: 0 1rem;
  }

  .TipoProcessoScreen-module__VUEPqG__cardItem {
    padding: 32px 28px;
  }

  .TipoProcessoScreen-module__VUEPqG__cardIcon svg {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .TipoProcessoScreen-module__VUEPqG__cardsGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 0 1.5rem;
  }

  .TipoProcessoScreen-module__VUEPqG__cardItem {
    padding: 36px 32px;
  }

  .TipoProcessoScreen-module__VUEPqG__cardIcon svg {
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
  }

  .TipoProcessoScreen-module__VUEPqG__cardTitle {
    font-size: 1.15rem;
  }

  .TipoProcessoScreen-module__VUEPqG__cardDescription {
    font-size: .9rem;
  }
}

@media (min-width: 1280px) {
  .TipoProcessoScreen-module__VUEPqG__container {
    padding: 0 2rem;
  }

  .TipoProcessoScreen-module__VUEPqG__cardsGrid {
    gap: 36px;
    padding: 0 2rem;
  }

  .TipoProcessoScreen-module__VUEPqG__title {
    font-size: 2.25rem;
  }

  .TipoProcessoScreen-module__VUEPqG__subtitle {
    font-size: 1.1rem;
  }
}

/* [project]/app/page.module.css [app-client] (css) */
.page-module__E0kJGG__page {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

/*# sourceMappingURL=_33e698b0._.css.map*/