.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;
}
.sigoeSide {
  width: 60%;
  background: linear-gradient(#3c4d73, #080a0e);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sigoeCard {
  margin: auto;
}
.sigoeSide .sigoeCard img {
  width: 600px;
  height: fit-content;
}
main.conteudo-principal {
  top: 0;
  height: calc(100dvh + 50px);
}
nav.logos img {
  width: 130px;
  height: fit-content;
}
nav.logos img:nth-child(1) {
  width: 180px;
  height: fit-content;
}
nav.logos {
  padding: 15px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
}
#caixaTextoLogin {
  margin: auto 0 0;
  box-shadow: none;
  width: calc(100% - 50px);
  background: transparent;
}
form {
  width: 100%;
}
#caixaTextoLogin h2 {
  margin: 30px auto 0;
  font-size: 30px;
}
.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;
}
@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;
  gap: 16px;
}
.formSide .about {
  position: absolute;
  top: 66px;
  width: auto;
  right: 16px;
  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%;
}
.info-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 8px 0;
}
.info-bottom .forgot-password {
  margin: 0;
}
.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;
  transition: all 0.3s ease-in-out;
  &.is-invalid {
    background-color: #ffefef;
    .login-icon svg {
      fill: #ff6363;
    }
    input {
      color: #bb1919;
    }
  }
}
.login-field .login-icon {
  pointer-events: none;
  user-select: none;
  position: relative;
  padding: 0.5rem;
}
.login-field .login-icon svg {
  fill: #bebebe;
  width: 24px;
  transition: all 0.3s ease-in-out;
}
.login-field input {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 0.5rem - 38px);
  padding: 0.5rem;
  background: transparent;
  color: #000;
}
.info-bottom {
  font-size: 14px;
  line-height: 1.2;
  text-align: justify;
}
.forgot-password {
  /* width: 100%; */
}
.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;
}
.campo-municipio-selecionado.erro {
  color: rgb(213, 0, 0);
}
.conteudo-dialogo {
  form {
    flex-direction: column !important;
  }
  &.selecao-municipio {
    padding: 14px !important;
  }
}
  main.conteudo-principal {
    top: 70px;
    height: calc(100dvh - 70px);
  }
  .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;
  }
@media (width >= 10050px) {
  .maisInformacoes {
    /* position: relative; */
  }
  header.mdl-layout__header {
    /* display: none; */
  }
}
