﻿@import './reset.css';
@import './colors.css';
@import './buttons.css';
@import './text.css';

body {
  font-family: 'Catamaran', sans-serif;
  color: var(--text-light);
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: -0.04rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section {
  display: flex;
  justify-content: center;
}

a,
a:visited,
a:link {
  color: var(--blue);
  text-decoration: none;
}

.small {
  font-size: small
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85vw;
}

#access-to-systems {
  background-image: url("../public/images/fundo-topo.png");
  background-size: cover;
  background-blend-mode: overlay;
  min-height: 60vh
}

#access-to-systems .welcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem
}

#access-to-systems .welcome img {
  padding: 1.5rem;
}

#access-to-systems .welcome h1 {
  font-size: 1.8rem;
  font-weight: 800;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

#access-to-systems .welcome h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

#access-to-systems .welcome p {
  font-size: 1.2rem;
  padding-top: 3rem;
  padding-bottom: 2em
}

#access-to-systems .systems-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

#access-to-systems .systems-buttons a {
  margin-bottom: 1rem
}

#password-alert {
  display: block;
}

#password-alert p {
  padding: .8rem 20px;
  font-size: .95rem;
  text-align: center
}

#password-alert hr {
  position: relative;
  top: -8px;
  width: 80vw;
  border: 0;
  border-top: 1px solid var(--blue)
}

#invoice-due-date .container {
  padding: 3rem 0;
}

#invoice-due-date .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem
}

#invoice-due-date .container .text {
  display: flex;
  flex-direction: column;
  align-items: end
}

#invoice-due-date .container .table {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 1.5rem
}

#invoice-due-date .container h1 {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2rem;
}

#invoice-due-date .container h2 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.5rem 2.2rem
}

#invoice-calendar {
  font-size: 1.2rem;
  text-align: center;
  padding: 2.3rem 1rem;
  background-color: #2029d02f;
}

#invoice-calendar .container h2 {
  font-size: 1.8rem;
  font-weight: 800;
}

#invoice-calendar .container p {
  margin-bottom: 2rem
}

#invoice-calendar .container img {
  width: 300px;
  margin: 1rem;
  border-radius: 1.3rem;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2)
}

footer a {
  text-decoration: underline !important;
  font-weight: 700;
}

footer .contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(from var(--pink) r g b / .8);
  background-image: url("../public/images/brand/piece-smile-brand.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-blend-mode: multiply;
  padding: 2rem 16px;
}

footer .contacts .title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  padding-top: 1.5rem
}

footer .contacts .subtitle {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding: 0rem 1rem 1rem 1rem
}

footer .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 1rem 0;
  justify-items: center;
  text-align: center
}

footer .grid h3 {
  font-size: 1.4rem;
  font-weight: 900;
  padding: .9rem 0;
}

footer .grid p {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1rem
}

footer .grid .phone-number {
  font-size: 1.1rem;
  font-weight: 800;
}

footer .institutional-infor {
  font-size: .95rem;
  color: var(--high-pure);
  background-color: var(--blue);
  padding: 1rem;
  text-align: center
}

footer .institutional-infor p {
  line-height: 1.2rem
}