.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 12;
}

.body,
html {
  font-family: "Urbanist";
  overflow: hidden;
  overflow-y: hidden;
}

.labelData {
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

.textoDestaque {
  color: black;
}
.sigoeCopyright {
  font-size: 13px;
  color: white;
}
.mdl-mini-footer {
  min-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  background: #192030;
  bottom: 0;
}
.copyright {
  background: rgba(189, 189, 189, 0.5);
  color: black;
  padding: 8px;
  position: absolute;
  bottom: 1rem;
  border-radius: 10px;
  margin: auto auto 0;
}
.formSide {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.conteudo-pagina {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .sigoeSide .sigoeCard img {
    width: 500px;
    height: 135px;
  }
}
.aboutButton img {
  width: 25px;
  height: fit-content;
}
.aboutButton {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.formSide .about {
  position: absolute;
  top: 1rem;
  width: auto;
  right: 1rem;
  margin: 0;
}
#dialogo_sobre {
  width: calc(100% - 2rem);
  max-width: 400px;
  padding: 1.5rem;
}
#dialogo_sobre .titulo-dialogo {
  font-size: 28px;
  padding: 0;
}
#dialogo_sobre .mdl-dialog__content {
  padding: 1rem 0 0 0;
}
#dialogo_sobre p {
  color: #2b2b2b;
  font-size: 14px;
  text-align: justify;
}

nav.parceiros {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto 50px auto;
}
nav.parceiros img {
  width: 350px;
}
@media screen and (max-width: 700px) {
  nav.logos img {
    width: 110px;
    height: fit-content;
  }
  nav.logos img:nth-child(1) {
    width: 160px;
    height: fit-content;
  }
}
@media screen and (max-width: 500px) {
  nav.logos img {
    width: 100px;
    height: fit-content;
  }
  nav.logos img:nth-child(1) {
    width: 140px;
    height: fit-content;
  }
}
@media screen and (max-width: 450px) {
  nav.logos {
    display: none;
  }
  nav.logos img:nth-child(1) {
    width: 140px;
    height: fit-content;
  }
}
/* ------ TELEGRAM ------ */
.maisInformacoes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: static;
}
.telegram-container {
  cursor: pointer;
  user-select: none;
  float: none;
  position: absolute;
  border: none;
  bottom: 100px;
}
.telegram-button {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  color: #fff;
  background: #239cd7;
  border: none;
  outline: none;
  transition: width 0.4s ease-in-out;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.telegram-button:hover {
  width: 207.8px;
}
.login-container {
  padding: 0;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  height: fit-content;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.3);
}
@media (width <= 400px) {
  .login-container {
    width: calc(100% - 3rem);
    margin: auto;
  }
}
.login-container .login-header {
  background: #192030;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  min-height: 50px;
  width: 100%;
}
.login-container .login-header h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: normal;
  margin: 0;
  font-weight: 700;
}
.login-container .login-body {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  width: 100%;
  height: 100%;
}
.login-body .login-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 45px;
  border-radius: 0.5rem;
  margin: 6px 10px;
  background: #f1f1f1;
}
.login-field .login-icon {
  pointer-events: none;
  user-select: none;
  position: relative;
  padding: 0.5rem;
}
.login-field .login-icon svg {
  fill: #bebebe;
  width: 24px;
}
.login-field input {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 0.5rem - 38px);
  padding: 0.5rem;
  background: transparent;
  color: #000;
}
.forgot-password {
  font-size: 13px;
  margin: 10px 0;
}
.link-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.send-button {
  margin: 10px 0;
}
header .mdl-layout__header-row {
  justify-content: space-between;
}
.header_about {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.header_about img {
  width: 25px;
  height: 25px;
}
.header_about span {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}
.verSenhaLogin {
  font-size: 22px;
  color: gray;
  cursor: pointer;
  position: relative;
  right: 0.5rem;
  user-select: none;
}
@media (width <= 340px) {
  .header_about span {
    display: none;
  }
}
.telegram-icon img {
  width: 45px;
  height: 45px;
}
.telegram-text {
  width: 100%;
  padding: 0 0.25rem;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
/* ESTILOS DA PÁGINA DE LOGIN QUANDO A TELA TIVER 900PX */
.sigoeSide {
  display: none;
}
.aboutButton {
  display: none;
}
.formSide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.telegram-button {
  animation: none;
  width: fit-content;
}
.telegram-text {
  padding: 0 1rem 0 0;
}
.telegram-container {
  bottom: 85px;
}
