.header__top {
  align-items: center;
  background: #F58428;
  display: flex;
  min-height: 50px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 640.98px) {
  .header__top {
    flex-direction: column-reverse;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__top {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1025px) {
  .header__top {
    flex-direction: row;
  }
}
.header__top__menu {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 640.98px) {
  .header__top__menu {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__top__menu {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
  }
}
@media (min-width: 1025px) {
  .header__top__menu {
    padding: 15px 0;
  }
}
.header__top__menu a {
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease-in;
  padding: 0.5rem 1rem;
}
.header__top__menu a:hover {
  color: #14467C;
}
.header__top__menu li + li {
  border-left: 1px solid #FFFFFF;
  margin-left: 10px;
  padding-left: 10px;
}
.header__top__social {
  display: inline-flex;
}
@media (max-width: 640.98px) {
  .header__top__social {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__top__social {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
}
.header__top__social li + li {
  margin-left: 15px;
}
@media (max-width: 640.98px) {
  .header__top__social img {
    width: 28px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__top__social img {
    width: 28px;
  }
}
.header__center {
  background: #eff3f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640.98px) {
  .header__center {
    height: 0px;
    visibility: hidden;
    width: 0px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__center {
    height: 0px;
    visibility: hidden;
    width: 0px;
  }
}
@media (min-width: 1025px) {
  .header__center {
    height: 130px;
  }
}
.header__center p {
  color: #14467C;
  display: block;
  font-weight: 800;
  font-size: 0.9rem;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0px 0px 0px -20px;
}
@media (max-width: 640.98px) {
  .header__center p {
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__center p {
    visibility: hidden;
  }
}
.header__center__logo {
  padding: 5px 0;
  margin-top: 15px;
  width: 120px;
}
@media (max-width: 640.98px) {
  .header__center__logo {
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__center__logo {
    visibility: hidden;
  }
}
.header__center__img {
  bottom: 0px;
  position: relative;
  height: 100px;
  margin-left: 20px;
  max-width: 100%;
  width: 100%;
  border-left: 2px solid #f49505;
  padding-left: 10px;
}
@media (max-width: 640.98px) {
  .header__center__img {
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .header__center__img {
    visibility: hidden;
  }
}
.header__bottom {
  position: relative;
  min-height: 50px;
}
.header .ui-menu.ui-menubar {
  align-items: center;
  background: #14467C;
  border: 1px solid #14467C;
  display: flex;
  min-height: 50px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.header .ui-menu .ui-menuitem-text {
  color: white;
  font-weight: 800;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.header .ui-menu.ui-widget li > .ui-menuitem-link {
  padding: 0.5em 0em;
  margin: 0 10px;
}
.header .verticalmenu {
  background: #14467C;
}
.header .ui-state-default, .header .ui-widget-content .ui-state-default, .header .ui-widget-header .ui-state-default {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}
.header .ui-corner-all {
  border-radius: 0px;
}
.header ul {
  list-style: none;
  margin: 0;
}

.dlgLogin {
  width: 350px !important;
}
.dlgLogin .ui-widget-header .ui-inputfield, .dlgLogin .ui-widget-content .ui-inputfield {
  width: 100%;
}
.dlgLogin__btn {
  height: 30px;
  width: 100%;
}
@media (min-width: 1025px) {
  .dlgLogin__btn {
    margin: -5px 0px 5px;
  }
}

@media (min-width: 1025px) {
  .dlg__dlgEsqueceuEmail {
    width: 450px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlg__dlgEsqueceuEmail {
    width: 450px !important;
  }
}
.dlg__dlgEsqueceuEmail__btn {
  height: 30px;
  width: 100%;
}
@media (min-width: 1025px) {
  .dlg__dlgEsqueceuEmail__btn {
    margin: -5px 0px 5px;
  }
}

@media (min-width: 1025px) {
  .dlg__dlgEsqueceuSenha {
    width: 450px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlg__dlgEsqueceuSenha {
    width: 450px !important;
  }
}
.dlg__dlgEsqueceuSenha__btn {
  height: 30px;
  width: 100%;
}
@media (min-width: 1025px) {
  .dlg__dlgEsqueceuSenha__btn {
    margin: -5px 0px 5px;
  }
}

#formLoginAreaRestrita .acessoRestrito {
  background: #f49505;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
  position: relative;
  transition: 0.5s;
  top: 5px;
  z-index: 800;
}
#formLoginAreaRestrita .acessoRestrito:hover {
  background: #b77005;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formLoginAreaRestrita .acessoRestrito {
    left: calc(50% - 65px);
  }
}
@media (max-width: 640.98px) {
  #formLoginAreaRestrita .acessoRestrito {
    left: calc(50% - 65px);
  }
}

#form-login {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
}
#form-login .manual {
  min-height: 35px;
  color: #1B231B;
  background: #71d071;
  border: 3px solid #468046;
  margin: 0px 0px 20px 0px;
  text-shadow: none;
  padding: 0 10px;
  transition: 0.5s;
}
#form-login .manual:hover {
  background: #99f599;
  border: 3px solid #6fc26f;
}
#form-login .panelLogin {
  width: 350px;
}
#form-login .panelLogin .ui-widget-content .ui-inputfield {
  width: 100%;
}
#form-login .panelLogin__acoes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#form-login .panelLogin__acoes__btn {
  margin: 5px 0;
  height: 30px;
  width: 100%;
}
#form-login .panelLogin__acoes__link {
  margin: 5px 0;
}

.principal__background {
  background: url("../imgs/final.png") no-repeat fixed;
  background-size: cover;
  background-position: center;
}
.principal__text {
  background-color: #fcf8e3;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  padding-top: 0% !important;
  font-weight: bolder !important;
  border-radius: 5px;
  border: #c99e56 4px solid;
}
.principal__text__position {
  align-content: center;
  position: relative !important;
  text-align: center;
  width: 70%;
}
.principal__text__boasVindas {
  font-size: 12pt !important;
  margin: 1%;
  font-weight: bolder !important;
}
.principal__text__boasVindas__detalhes {
  font-size: 10pt !important;
  margin-right: 20%;
  margin-left: 20%;
}

#formCadLogin .meusDados__panel {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  #formCadLogin .meusDados__columnAction {
    width: 60px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formCadLogin .meusDados__columnAction {
    width: 60px;
  }
}
#formCadLogin .meusDados__btn {
  width: 100%;
}
#formCadLogin .ui-panel .ui-panel-content {
  padding: 0;
}

#formCadLogin {
  margin: 0 auto;
  max-width: 1200px;
}
#formCadLogin .panelCadLogin__btn {
  height: 30px;
  width: 100%;
}

@media (min-width: 1025px) {
  .dlgContatos {
    top: 15px !important;
    width: 800px !important;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .dlgContatos {
    left: 0px !important;
    height: 100% !important;
    top: 0px !important;
    width: 100% !important;
  }
}
.dlgContatos .ui-datatable .ui-datatable-data td, .dlgContatos .ui-datatable .ui-datatable-data-empty td {
  font-size: 12px;
  line-height: normal;
}
.dlgContatos__dataTable {
  overflow: auto;
}
@media (min-width: 1025px) {
  .dlgContatos__dataTable .columnCPF {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .dlgContatos__dataTable .columnOcupacao {
    width: 140px;
  }
}
@media (min-width: 1025px) {
  .dlgContatos__dataTable .columnTelefone {
    width: 115px;
  }
}

.dlgDocumentos {
  width: 600px !important;
}

#formBotaoSair {
  margin: 0 auto 10px;
  max-width: 1200px;
}
#formBotaoSair .acessoRestrito {
  background: #f49505;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  padding: 5px;
  position: relative;
  transition: 0.5s;
  top: 5px;
  z-index: 800;
}
#formBotaoSair .acessoRestrito:hover {
  background: #b77005;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formBotaoSair .acessoRestrito {
    left: calc(50% - 65px);
  }
}
@media (max-width: 640.98px) {
  #formBotaoSair .acessoRestrito {
    left: calc(50% - 65px);
  }
}

#formAdm {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 1025px) {
  #formAdm .tabela__columnBtn {
    width: 100px;
    text-align: center;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  #formAdm .tabela__columnBtn {
    width: 100px;
    text-align: center;
  }
}
#formAdm .tabela__columnBtn .buttonColumn {
  width: 31px;
  height: 31px;
}
#formAdm .ui-datatable .ui-datatable-data td, #formAdm .ui-datatable .ui-datatable-data-empty td {
  line-height: normal;
  font-size: 1.3rem;
}

.footerBanner {
  margin-top: 20px;
}
.footerBanner img {
  width: 100%;
  max-width: 100%;
  position: relative;
  bottom: -10px;
}

.footer {
  background: #eff3f7;
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .footer {
    border-right: 2px solid #f8a562;
    border-left: 1px solid #f8a562;
    border-bottom: 2px solid #f8a562;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer {
    border-right: 1px solid #f8a562;
    border-left: 1px solid #f8a562;
    border-bottom: 1px solid #f8a562;
  }
}
@media (max-width: 640.98px) {
  .footer {
    border-right: 1px solid #f2cfb3;
    border-left: 1px solid #f2cfb3;
    border-bottom: 1px solid #f2cfb3;
  }
}
.footer__logo {
  display: block;
}
@media (max-width: 640.98px) {
  .footer__logo {
    margin: 0;
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__logo {
    margin: 0px 25px 10px;
  }
}
@media (min-width: 1025px) {
  .footer__logo {
    margin: 0 3% 5px;
  }
}
.footer__logo img {
  max-width: 100%;
  width: 100px;
}
.footer__social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640.98px) {
  .footer__social {
    top: 5px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__social {
    top: 20px;
  }
}
@media (min-width: 1025px) {
  .footer__social {
    top: 20px;
  }
}
.footer__social__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 640.98px) {
  .footer__social__list {
    margin-bottom: 5px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__social__list {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .footer__social__list {
    margin-bottom: 15px;
  }
}
.footer__social__list li + li {
  margin-left: 14px;
}
.footer__social__address {
  text-align: center;
}
.footer__social__address p {
  font-weight: normal;
  font-size: 1.3rem;
  color: #4F4F4F;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.6em;
}
.footer__social__address a {
  color: #4F4F4F;
  font-weight: 800;
}
.footer__copyright {
  align-items: center;
  border-top: 1px solid rgba(249, 164, 96, 0.5);
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin: 0 3%;
}
@media (max-width: 640.98px) {
  .footer__copyright {
    flex-direction: column;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__copyright {
    flex-direction: column;
  }
}
.footer__copyright span {
  position: relative;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
  color: #14467C;
}
@media (max-width: 640.98px) {
  .footer__copyright span {
    margin-bottom: 10px;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__copyright span {
    margin-bottom: 5px;
  }
}
@media (max-width: 640.98px) {
  .footer__copyright .separador {
    height: 0;
    visibility: hidden;
  }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
  .footer__copyright .separador {
    height: 0;
    visibility: hidden;
  }
}
@media (min-width: 1025px) {
  .footer__copyright .separador {
    margin: 0 4px;
  }
}

@media (max-width: 640.98px) {
  .dlg {
    left: 0px !important;
    height: 100% !important;
    top: 0px !important;
    width: 100% !important;
  }
}
.dlg__button {
  height: 30px;
  width: 100%;
}

.fulldlg {
  left: 0px !important;
  height: 100% !important;
  top: 0px !important;
  width: 100% !important;
}

.scrollPanel {
  border: none !important;
  overflow: auto;
}
@media (min-height: 701px) {
  .scrollPanel {
    max-height: 90vh;
  }
}
@media (min-height: 601px) and (max-height: 700.98px) {
  .scrollPanel {
    max-height: 87vh;
  }
}
@media (min-height: 501px) and (max-height: 600.98px) {
  .scrollPanel {
    max-height: 85vh;
  }
}
@media (min-height: 401px) and (max-height: 500.98px) {
  .scrollPanel {
    max-height: 80vh;
  }
}
@media (min-height: 351px) and (max-height: 400.98px) {
  .scrollPanel {
    max-height: 76vh;
  }
}
@media (max-height: 350.98px) {
  .scrollPanel {
    max-height: 70vh;
  }
}

.scrollPanelWithButton {
  border: none !important;
  overflow: auto;
}
@media (min-height: 701px) {
  .scrollPanelWithButton {
    max-height: 75vh;
  }
}
@media (min-height: 601px) and (max-height: 700.98px) {
  .scrollPanelWithButton {
    max-height: 73vh;
  }
}
@media (min-height: 501px) and (max-height: 600.98px) {
  .scrollPanelWithButton {
    max-height: 70vh;
  }
}
@media (min-height: 401px) and (max-height: 500.98px) {
  .scrollPanelWithButton {
    max-height: 68vh;
  }
}
@media (min-height: 351px) and (max-height: 400.98px) {
  .scrollPanelWithButton {
    max-height: 65vh;
  }
}
@media (max-height: 350.98px) {
  .scrollPanelWithButton {
    max-height: 60vh;
  }
}

@-moz-document url-prefix() {
  .ui-icon.download {
    -moz-transform: scale(0.3);
    margin: -17px 0 0 -17px !important;
  }
}
.ui-icon.download {
  top: 0px;
  left: 0px;
  margin: 15px 0px 0px 20px;
  background-position: 0 0 !important;
  width: 65px;
  height: 65px;
  zoom: 0.3;
  background-image: url("../imgs/download.png") !important;
}

/*# sourceMappingURL=style.css.map */
