/* GERAIS */

@font-face {
  font-family: Titillium-regular;
  src: url("../fonts/titilliumweb-regular-webfont.woff");
}

@font-face {
  font-family: Titillium-light;
  src: url("../fonts/titilliumweb-light-webfont.woff");
}

@font-face {
  font-family: Titillium-bold;
  src: url("../fonts/titilliumweb-bold-webfont.woff");
}

body {
  text-decoration: none;
  height: 100vh;
  font-family: Titillium-regular;
}

.font-light {
  font-family: Titillium-light;
}

.font-bold {
  font-family: Titillium-bold;
}

.error-div {
  color: #f00;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 300;
}

.error-border {
  border: 2px solid #f00;
}

p {
  font-size: 1rem;
  color: #243082;
}

.button {
  font-family: Titillium-bold;
  display: inline-block;
  font-weight: bold !important;
  color: #243082;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  text-decoration: none;
  margin: 0;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-primary {
  background-color: #fda000;
  border: 1px solid #fda000;
}

.button-primary:hover {
  color: #fda000;
  background-color: #243082;
  border-color: #243082;
  text-decoration: none;
}

.button-primary:focus,
.button-primary.focus,
.button-primary:not(:disabled):not(.disabled):active,
.button-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  color: #fda000;
  background-color: #243082;
  border-color: #243082;
  border-radius: 0;
  outline: none;
}

.table td,
.table th {
  vertical-align: inherit;
}

.table .label {
  margin-bottom: 0;
}

.table thead {
  background-color: #243082;
  color: #fda000;
}

.table thead td,
.table thead th {
  border: none;
}

.table tbody tr td ul {
  margin-bottom: 0;
}

.table tbody tr td ul li a i {
  background-color: #fda000;
  border: solid 1px #fda000;
  color: #fff;
  text-align: center;
  margin: 3px;
  padding: 5px;
  border-radius: .2rem;
  cursor: pointer;
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
}

.table tbody tr td ul li a:hover i,
.table tbody tr td ul li a:focus i {
  background-color: #243082;
  border: solid 1px #243082;
}

.table tbody tr td ul li a {
  text-decoration: none;
  color: #243082;
}

.table tbody tr td ul li a:hover,
.table tbody tr td ul li a:focus {
  text-decoration: none;
  color: #212529;
}

.title-page,
.description-page {
  color: #243082;
}

.title-page a{
  color: #243082;
}

/* FIM GERAIS */

/* PAGINA LOGIN  */

/* .background-login {
  background: url(../images/background-login.jpg) center center;
  background-size: cover;
}

.background-login-height {
  height: 100vh;
}

.form-signin input {
  width: 250px;
  border-radius: 0;
}

.form-signin button {
  width: 250px;
  border-radius: 0;
  background-color: #fda000;
  color: #243082;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 16px;
}

.form-signin button:hover {
  background-color: #bd7800;
  color: #243082;
  transition: 0.5s;
}

.form-signin a {
  text-decoration: none;
  color: #fda000;
} */

.auth-background{
  height: 100vh;
  background: url(../images/background-login.jpg) center center;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

.form-content label {
  color: #ffffff;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
}


.form-signin a {
  text-decoration: none;
  color: #fda000;
}


.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  border-radius: 0;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.form-group{
  margin-bottom: 8px;
}

.form-signin button:hover {
  background-color: #bd7800;
  color: #243082;
  transition: 0.5s;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* FIM PAGINA LOGIN  */

/* PAGINA INTRANET  */

.title-post {
  font-size: 20px;
  color: #fda000;
  font-weight: bold;
}

.body-content h2 {
  font-size: 20px;
  color: #243082;
}

.box-content p {
  margin-bottom: 8px;
}

.banner-intro {
  background: url(../images/banner.jpg) center center;
  background-size: cover;
  height: auto;
}

.banner-intro {
  padding-top: 70px;
}

.banner-intro-text h1 {
  font-size: 36px;
  color: #fff;
}

.banner-intro-text p {
  font-size: 20px;
  color: #fff;
  line-height: 0.8;
}

.banner-intro-text p:nth-child(2) {
  text-align: right;
}

.banner-intro-text span {
  color: #fda000;
}

.banner-intro-text a {
  color: #fff;
}

.banner-intro-text p buttom {
  padding: 0;
  border: 0;
  background-color: red;
}

.banner-intro-area {
  padding: 50px 0 70px 0;
}

.banner-intro-logo img {
  width: 139px;
  height: auto;
}

.banner-intro-logo img {
  width: 139px;
  height: auto;
}

main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-menu a {
  margin: 2px 0 2px 0;
  padding: 10px 40px;
  text-align: left;
  background-color: #243082;
  width: 250px;
  color: #fda000;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .body-menu a {
    width: 200px;
  }
}

.body-menu a:hover {
  color: #243082;
  background-color: #fda000;
  transition: 0.8s;
}

.body-menu a.active {
  color: #243082;
  background-color: #fda000;
}

.colors p {
  color: #243082;
  text-align: center;
  font-weight: bold;
  font: 18px;
}

.colors span {
  color: #fda000;
}

.date {
  font-size: 14px;
  color: #243082;
}

.body-content img {
  width: 100px;
  height: auto;
}

.body-content a.button-download {
  margin: 2px 0 2px 0;
  padding: 5px 20px;
  text-align: center;
  background-color: #fda000;
  width: 250px;
  color: #243082;
  text-decoration: none;
  font-weight: bold;
}

.body-content a.button-download:hover {
  color: #fda000;
  background-color: #243082;
  transition: 0.8s;
}

.footer-lines {
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  padding: 0 40px;
  height: 100px;
}

.numbers p {
  color: #243082;
  font-weight: bold;
  font: 18px;
}

.numbers span {
  color: #fda000;
}

footer {
  background-color: #f1f1f1;
}

.logo-footer img {
  width: 150px;
}

.text-footer p {
  text-align: center;
}

.footer-orange {
  background-color: #fda000;
  text-align: center;
}

.footer-orange p {
  color: #fff;
  padding: 5px 0 5px 0;
  font-size: 12px;
}

/* FIM INTRANET  */

/* INICIO MENU ADM */

.nav-link {
  color: #243082;
}

.nav-link.active{
  color: #fda000;
  background-color: #243082;
}

.nav-link:hover {
  color: #243082;
  background-color: #fda000;
}


/* FIM MENU ADM */

.form-group p{
  color: #fff;
}


/* INICIO PAGINADOR */

.pagination{
  border-radius: 0;
}


.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #243082;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fda000;
  background-color: #243082;
  border-color: #243082;
}

.page-link:hover {
  color: #243082;
}

/* FIM PAGINADOR */