@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&family=Montserrat:wght@600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Ubuntu", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
  height: 100vh;
  color: #fff;
  background: #003b65;
  background-image: url("../../images/background/bg-dot-op15.png"),
    linear-gradient(65deg, rgba(0, 59, 101, 0.5) 60%, rgba(9, 23, 45, 0.8) 100%);
}

body::after {
  content: "";
  background: url("../../images/background/bg-arabesco.png");
  background-size: 100%;
  opacity: 0.15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

a,
a:active,
a:visited {
  color: #fff;
  text-decoration: none;
}

.input-login {
  background: #ffffff;
  width: calc(100% - 33px);
  height: 29px;
  margin-left: 33px;
  padding: 8px 10px 7px 10px;
  font-size: 0.8em;
  border: 1px solid;
  border-radius: 0px;
  outline: none;
  margin-bottom: 5px;
}

.input-login:disabled {
  background: #dddddd;
  cursor: not-allowed;
}

.input-login.input-pid {
  width: 100%;
  margin-left: 0;
  padding: 8px 10px 7px 10px;
}

.input-group {
  position: relative;
}

#login-label {
  position: absolute;
  height: 29px;
  width: 40px;
  top: 0;
  left: 0;
  background: no-repeat url("../../images/background/bg-input-user-login.png");
  background-size: cover;
  z-index: 9;
}

#password-label {
  position: absolute;
  height: 29px;
  width: 40px;
  top: 0;
  left: 0;
  background: no-repeat url("../../images/background/bg-input-pass-login.png");
  background-size: cover;
  z-index: 9;
}

#entrar {
  background: #0b71af;
  color: #fff;
  border: none;
  width: 100%;
  height: 29px;
  font-size: 1em;
  font-weight: bold;
  padding: 7px;
  cursor: pointer;
  padding: 3px;
}

#loading {
  display: none;
  width: 100%;
  height: 29px;
  text-align: center;
  background: #0b71af;
  color: #fff;
  font-size: 1.2em;
  padding: 5px;
}

.loading-local {
  animation: loading-local-anime 1s ease-in-out infinite;
}

@keyframes loading-local-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#error {
  display: none;
  background: #ffd2da;
  color: #800022;
  text-align: center;
  padding: 10px 20px;
}

.yellow-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #f9c20f;
  z-index: 99;
}

/* MOBILE */
@media only screen and (max-width: 959px) {
  .input-login {
    width: calc(100% - 41px);
    height: 39px;
    margin-left: 41px;
    padding: 7px 10px 7px 17px;
    font-size: 1em;
    margin-bottom: 10px;
  }

  #login-label,
  #password-label {
    width: 50px;
    height: 39px;
  }

  #entrar,
  #loading {
    height: 34px;
    padding: 7px;
  }

  .balloon {
    display: none;
  }

  .wrap {
    padding-top: 12px;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
  }

  .wrap > .flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  /* SYSTEM */
  .wrap > .flex > .system {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .wrap.dot > .flex > .system,
  .wrap.pid > .flex > .system {
    padding-bottom: 0;
    justify-content: center;
  }

  .wrap > .flex > .system > .label {
    width: 180px;
    padding: 0 0 3px 5px;
    color: #f9c20f;
    font-size: 0.8em;
    cursor: default;
  }

  .wrap > .flex > .system > .logo {
    width: 180px;
  }

  .wrap.dot > .flex > .system > .logo,
  .wrap.pid > .flex > .system > .logo {
    width: 100px;
  }

  .wrap > .flex > .system > .logo > img {
    width: 100%;
  }
  /* END SYSTEM */

  /* CONTENT */
  .wrap > .flex > .content {
    min-height: calc(100vh - 250px);
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrap.pid > .flex > .content {
    margin-top: 25px;
  }

  .wrap > .flex > .content > .login-box {
    width: 100%;
    z-index: 9;
  }

  .wrap > .flex > .content > .login-box > .login-form {
    background-image: linear-gradient(
      160deg,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.4) 25%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.2) 75%,
      rgba(0, 0, 0, 0.4) 75%,
      rgba(0, 0, 0, 0.4) 100%
    );
    background-size: 17.54px 6.39px;
    padding: 10px 15px 15px 15px;
  }

  .wrap > .flex > .content > .login-box > .login-form > .title {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1em;
    letter-spacing: 5px;
    font-weight: 600;
    cursor: default;
    margin-bottom: 10px;
  }

  .wrap > .flex > .content > .login-box > .login-form > .forgot-pass {
    text-align: right;
    margin-bottom: 15px;
    font-size: 0.9em;
  }

  .wrap.pid > .flex > .content > .login-box > .login-form > .form-pid-select {
    float: left;
    width: 30%;
  }

  .wrap.pid > .flex > .content > .login-box > .login-form > .form-pid-document {
    float: left;
    width: calc(70% - 10px);
    margin-left: 10px;
  }

  .wrap.pid > .flex > .content > .login-box > .login-form > .pid-label {
    width: 100%;
    font-size: 0.8em;
  }

  .wrap.pid > .flex > .content > .login-box > .login-form > .pid-captcha {
    width: 303px;
    padding: 15px 0;
    margin-left: -15px;
  }

  .wrap.pid > .flex > .content > .login-box > #help {
    width: 100%;
    height: 25px;
    color: #a8b9c9;
    padding-top: 5px;
    font-size: 0.8em;
    text-align: center;
  }

  .wrap > .flex > .content > .message {
    display: none;
  }
  /* END CONTENT */

  /* FOOTER */
  .wrap > .flex > .footer {
    /* height: 115px; */
    width: 100%;
    max-width: 1250px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .wrap > .flex > .footer > .contact,
  .wrap > .flex > .footer > .message,
  .wrap > .flex > .footer > .ombudsman {
    font-size: 0.8em;
  }

  .wrap > .flex > .footer > .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    order: 2;
  }

  .wrap > .flex > .footer > .message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    order: 1;
  }

  .wrap > .flex > .footer > .message > .logo img {
    width: 65px;
  }

  .wrap > .flex > .footer > .message > .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .wrap > .flex > .footer > .message > .text > .slogan {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .wrap > .flex > .footer > .message > .text > div {
    text-align: center;
  }

  .wrap > .flex > .footer > .ombudsman {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    order: 3;
  }

  .wrap > .flex > .footer > .contact > .title,
  .wrap > .flex > .footer > .ombudsman > .title {
    font-weight: bold;
  }

  .wrap > .flex > .footer > .contact > div,
  .wrap > .flex > .footer > .ombudsman > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }

  .wrap > .flex > .footer > .contact > div > .icon {
    margin-right: 5px;
    display: none;
  }

  .wrap > .flex > .footer > .ombudsman > div > .icon {
    margin-left: 5px;
    display: none;
  }
  /* END FOOTER */

  /* MSG NAVEGADOR INCOMPATIVEL */
  #incompatible-browser {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: -997;
    transition: opacity 150ms;
  }

  #incompatible-browser.show {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 997;
    transition: opacity 150ms;
  }

  #incompatible-browser > #clickoff-incompatible-browser {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
  }

  #incompatible-browser > .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 648px;
    height: 400px;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 5px;
    z-index: 999;
  }

  #incompatible-browser > .content > .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
    transition: all 150ms;
  }

  #incompatible-browser > .content > .close:hover {
    color: #b50626;
    transition: all 150ms;
  }

  #incompatible-browser > .content > .title {
    background: #f2dedf;
    color: #b50626;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
  }

  #incompatible-browser > .content > .message {
    color: #333333;
    padding: 30px;
    font-size: 16px;
  }

  #incompatible-browser > .content > .message > p {
    margin-bottom: 10px;
  }

  #incompatible-browser > .content > .message > .list-browser {
    width: 80%;
    margin: 30px 0 0 10%;
    text-align: center;
  }

  #incompatible-browser > .content > .message > .list-browser > table {
    width: 100%;
    border-collapse: collapse;
  }

  #incompatible-browser > .content > .message > .list-browser > table .header {
    background: #e4b909;
    color: #003b65;
    height: 30px;
    text-align: center;
    font-weight: bold;
  }

  #incompatible-browser > .content > .message > .list-browser > table .items {
    height: 30px;
    text-align: center;
    color: #333333;
    border-bottom: 1px solid #ccc;
  }
  /* END MSG NAVEGADOR INCOMPATIVEL */
}
/* END MOBILE */

/* DESKTOP */
@media only screen and (min-width: 960px) {
  .balloon {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 180px;
    height: 180px;
    font-size: 1.1em;
    background-image: url("../../images/background/bg-splash.svg");
    background-size: cover;
    color: #a8b9c9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .wrap {
    padding-top: 12px;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
  }

  .wrap > .flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  /* SYSTEM */
  .wrap > .flex > .system {
    height: 120px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .wrap.dot > .flex > .system,
  .wrap.pid > .flex > .system {
    padding-bottom: 0;
    justify-content: center;
  }

  .wrap > .flex > .system > .label {
    width: 250px;
    padding: 0 0 3px 5px;
    color: #f9c20f;
    font-size: 1.1em;
    cursor: default;
  }

  .wrap > .flex > .system > .logo {
    width: 250px;
  }

  .wrap.dot > .flex > .system > .logo,
  .wrap.pid > .flex > .system > .logo {
    width: 120px;
  }

  .wrap > .flex > .system > .logo > img {
    width: 100%;
  }
  /* END SYSTEM */

  /* CONTENT */
  .wrap > .flex > .content {
    min-height: calc(100vh - 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrap > .flex > .content > .login-box {
    width: 450px;
    z-index: 9;
  }

  .wrap > .flex > .content > .login-box > .login-form {
    background-image: linear-gradient(
      160deg,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.4) 25%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.2) 75%,
      rgba(0, 0, 0, 0.4) 75%,
      rgba(0, 0, 0, 0.4) 100%
    );
    background-size: 17.54px 6.39px;
    padding: 15px 20px 20px 20px;
  }

  .wrap > .flex > .content > .login-box > .login-form > .title {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9em;
    letter-spacing: 5px;
    font-weight: 600;
    cursor: default;
    margin-bottom: 10px;
  }

  .wrap > .flex > .content > .login-box > .login-form > .forgot-pass {
    text-align: right;
    margin: 5px 0 15px 0;
    font-size: 0.9em;
  }

  .wrap.pid > .flex > .content > .login-box > .login-form > .form-pid-select {
    float: left;
    width: 30%;
  }

  .wrap.pid > .flex > .content > .login-box > .login-form > .form-pid-document {
    float: left;
    width: calc(70% - 10px);
    margin-left: 10px;
  }

  .wrap.pid > .flex > .content > .login-box > .login-form > .pid-label {
    width: 100%;
  }

  .wrap.pid > .flex > .content > .login-box > .login-form > .pid-captcha {
    width: 303px;
    padding: 20px 20px 20px 54px;
  }

  .wrap.pid > .flex > .content > .login-box > #help {
    width: 100%;
    height: 30px;
    color: #a8b9c9;
    padding-top: 10px;
    text-align: center;
  }

  .wrap > .flex > .content > .message {
    width: 100%;
    max-width: 1250px;
    margin: 40px 20px 0 20px;
    border: 1px solid #a8b9c9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrap > .flex > .content > .message > .list {
    padding: 0 10px 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .wrap > .flex > .content > .message > .title {
    margin-top: -12px;
    padding: 0 10px;
    cursor: default;
    color: #a8b9c9;
    background: #003b65;
    font-size: 0.9em;
  }

  .wrap > .flex > .content > .message > .list > .item {
    width: 25%;
    text-align: center;
    color: #a8b9c9;
    border-left: 1px solid #a8b9c9;
    margin: 5px 0 10px 0;
    padding: 10px 15px;
    font-size: 0.7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrap > .flex > .content > .message > .list > .item:first-child {
    border-left: 1px solid transparent;
  }

  .wrap > .flex > .content > .message > .list > .item img {
    width: 40px;
  }

  .wrap > .flex > .content > .message > .list > .item > .title {
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
  }
  /* END CONTENT */

  /* FOOTER */
  .wrap > .flex > .footer {
    /* height: 115px; */
    width: 100%;
    max-width: 1250px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .wrap > .flex > .footer > .contact,
  .wrap > .flex > .footer > .message,
  .wrap > .flex > .footer > .ombudsman {
    font-size: 0.8em;
  }

  .wrap > .flex > .footer > .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .wrap > .flex > .footer > .message {
    max-width: 420px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }

  .wrap > .flex > .footer > .message > .logo img {
    width: 65px;
  }

  .wrap > .flex > .footer > .message > .text > .slogan {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .wrap > .flex > .footer > .ombudsman {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .wrap > .flex > .footer > .contact > .title,
  .wrap > .flex > .footer > .ombudsman > .title {
    font-weight: bold;
  }

  .wrap > .flex > .footer > .contact > div,
  .wrap > .flex > .footer > .ombudsman > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
  }

  .wrap > .flex > .footer > .contact > div > .icon {
    margin-right: 5px;
  }

  .wrap > .flex > .footer > .ombudsman > div > .icon {
    margin-left: 5px;
  }
  /* END FOOTER */

  /* MSG NAVEGADOR INCOMPATIVEL */
  #incompatible-browser {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: -997;
    transition: opacity 150ms;
  }

  #incompatible-browser.show {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 997;
    transition: opacity 150ms;
  }

  #incompatible-browser > #clickoff-incompatible-browser {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
  }

  #incompatible-browser > .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 648px;
    height: 400px;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 5px;
    z-index: 999;
  }

  #incompatible-browser > .content > .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
    transition: all 150ms;
  }

  #incompatible-browser > .content > .close:hover {
    color: #b50626;
    transition: all 150ms;
  }

  #incompatible-browser > .content > .title {
    background: #f2dedf;
    color: #b50626;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
  }

  #incompatible-browser > .content > .message {
    color: #333333;
    padding: 30px;
    font-size: 16px;
  }

  #incompatible-browser > .content > .message > p {
    margin-bottom: 10px;
  }

  #incompatible-browser > .content > .message > .list-browser {
    width: 80%;
    margin: 30px 0 0 10%;
    text-align: center;
  }

  #incompatible-browser > .content > .message > .list-browser > table {
    width: 100%;
    border-collapse: collapse;
  }

  #incompatible-browser > .content > .message > .list-browser > table .header {
    background: #e4b909;
    color: #003b65;
    height: 30px;
    text-align: center;
    font-weight: bold;
  }

  #incompatible-browser > .content > .message > .list-browser > table .items {
    height: 30px;
    text-align: center;
    color: #333333;
    border-bottom: 1px solid #ccc;
  }
  /* END MSG NAVEGADOR INCOMPATIVEL */
}
/* END DESKTOP */
