/*Base*/
*::after, * *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5% !important; }

body {
  box-sizing: border-box; }

/*-------------------------------------------------------------------------------*/
/*tipografia*/
body {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  line-height: 1.7; }

.titulo-secao {
  font-size: 3rem;
  padding: 1rem;
  font-weight: 700;
  display: block;
  background-image: linear-gradient(to right, #4b9ec4, #b7cfda);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

/*-------------------------------------------------------------------------------*/
body {
  background: #ededed;
  font-family: "Raleway", sans-serif;
  text-align: center; }

.overflow-hidden {
  height: 100%;
  overflow: hidden; }

.loader-container {
  display: flex;
  background-image: linear-gradient(to top right, #4b9ec4, #4b9ec4, #3144a4);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  justify-content: center;
  align-items: center; }

.logo-loader {
  margin-top: -15rem;
  filter: drop-shadow(5px 5px 5px #222);
  width: 15rem;
  height: auto; }

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.outline {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, 150%); }

.loader > div {
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  filter: drop-shadow(5px 5px 5px #222);
  -webkit-animation: bounce 1.48s ease-in-out infinite both;
  animation: bounce 1.48s ease-in-out infinite both; }

.loader > div:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader > div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes beat {
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

/*HOME*/
.ui-datepicker-unselectable.gesloten span.ui-state-default {
  background: #999999 !important;
  border-color: #999999 !important; }

.ui-datepicker-unselectable.verhuurt span.ui-state-default {
  border-color: #4b9ec4 !important;
  color: #c2d4dd !important; }

.ui-state-disabled {
  opacity: 1 !important; }

.filtro {
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  height: 100%; }
  .filtro-item {
    height: 100%; }

.filtro.filtro-item {
  height: 100%; }

.filtro_form {
  display: none; }
/*
.publicacoes-item {
  height: 100%; }
*/
.pdf-icone {
  height: 3rem;
  width: 3rem;
  fill: red; }

.input-icone {
  height: 2rem;
  width: 2rem;
  fill: #444; }

td.tb-linha.descricao {
    min-width: 30rem;
}
.publicacoes {
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  overflow-x: scroll; }
  .publicacoes-item {
    width: 95%; }
  .publicacoes .table .th-topo {
    text-align: center;
    font-size: 2rem; }
  .publicacoes .table .tb-linha {
    text-align: center;
    font-size: 1.5rem; }

.datepicker-header {
  display: flex;
  justify-content: center;
  align-items: center; }

.cal-titulo {
  position: absolute;
  color: #fff !important;
  z-index: 20; }

.titulo-secao_diario {
  font-size: 3rem !important; }

.display-none {
  display: none; }

.icone-calendario {
  height: 3rem;
  width: 3rem;
  fill: #000; }
  .icone-calendario__esquerda {
    margin-left: -2rem; }
  .icone-calendario__direita {
    margin-right: -2rem; }

.publicacoes-heading {
  background-image: linear-gradient(to right, #4b9ec4, rgba(75, 158, 196, 0.77), #3144a4), url("../img/publicacoes.jpg");
  background-position: 50% 38%;
  background-size: cover;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-content: center; }
  .publicacoes-heading h2 {
    filter: drop-shadow(2px 2px 1px #222);
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center; }
	

.table-responsive > .table-bordered {
  margin: 0;
  border: 0; }

.publicacoes .table .th-topo {
  text-align: center;
  font-size: 2.3rem; }

.publicacoes .table .tb-linha {
  text-align: center;
  font-size: 1.5rem;
  /*font-size: 2.2rem;*/
  padding: 1.5rem; }

.datepicker {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  overflow: hidden; }
  .datepicker-header {
    height: 15vh;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/calendario.jpg");
    background-position: center;
    background-size: 100%; }
  .datepicker .ui-datepicker-inline {
    padding: 30px; }
  .datepicker .ui-datepicker-header {
    text-align: center;
    font-size: 2.4em;
    padding-bottom: .8em;
    letter-spacing: .1em; }
    .datepicker .ui-datepicker-header .ui-datepicker-next, .datepicker .ui-datepicker-header .ui-datepicker-prev {
      display: inline;
      float: left;
      cursor: pointer;
      font-size: 1.4em;
      padding: 0 5px;
      margin-top: -8px;
      color: #ddd; }
    .datepicker .ui-datepicker-header .ui-datepicker-next {
      float: right; }
      .datepicker .ui-datepicker-header .ui-datepicker-next:active {
        animation: move-right 1s infinite; }
      .datepicker .ui-datepicker-header .ui-datepicker-next:hover {
        animation: move-right 1s infinite; }
    .datepicker .ui-datepicker-header .ui-datepicker-prev:active {
      animation: move-left 1s infinite; }
    .datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
      animation: move-left 1s infinite; }
  .datepicker .ui-datepicker-calendar {
    width: 100%;
    text-align: center; }
    .datepicker .ui-datepicker-calendar thead {
      color: #ddd; }
    .datepicker .ui-datepicker-calendar tr th,
    .datepicker .ui-datepicker-calendar tr td {
      padding-bottom: 0.5em;
      font-size: 1.5rem; }
    .datepicker .ui-datepicker-calendar a {
      color: #fff;
      background: #4b9ec4;
      text-decoration: none;
      display: block;
      font-size: 1.5rem;
      margin: 0 auto;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 50%;
      cursor: pointer; }
    .datepicker .ui-datepicker-calendar .ui-state-highlight {
      background: #4b9ec4;
      color: #fff;
      text-decoration: none;
      display: block;
      font-size: 1.5rem;
      margin: 0 auto;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 50%; }

.ui-state-default {
  color: #fff; }

.paginacao {
  padding-top: 2rem;
  margin: 0 auto; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #4b9ec4 !important;
  border-color: #4b9ec4 !important; }

.page-link {
  color: #4b9ec4 !important; }

.label_filtro {
  font-size: 2rem; }

.filtro_form .form-control {
  font-size: 1.3rem; }
  .filtro_form .form-control:focus {
    background-color: #fff;
    border-color: #4b9ec4;
    outline: 0;
    box-shadow: 0 0 10px 0.3rem rgba(75, 158, 196, 0.25); }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.btn-form {
  width: 100%;
  padding: .5rem !important;
  font-size: 1.8rem !important;
  font-weight: bold !important; }
  .btn-form-pesquisar {
    border: 1px solid #4b9ec5 !important;
    background-color: #4b9ec5;
    color: #fff; }
    .btn-form-pesquisar:hover {
      transition: all .3s ease-in-out;
      border: 1px solid #4b9ec5;
      color: #4b9ec5;
      background-color: #fff; }
    .btn-form-pesquisar:visited {
      border: 1px solid #4b9ec5 !important;
      background-color: #4b9ec5;
      outline: none;
      color: #fff; }
  .btn-form-limpar {
    border: 1px solid red !important;
    background-color: red;
    color: #fff; }
    .btn-form-limpar:hover {
      transition: all .3s ease-in-out;
      border: 1px solid red;
      color: red;
      background-color: #fff; }

.principal .col-lg-8 {
  padding: 0 !important; }

select.form-control:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px) !important; }

#loader-wrapper {
  display: none; }

@media(max-width: 1150px){
  .header-text {
    right: 6%;
  }
}
@media (min-width: 992px) {
  .principal .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 65% !important; } }

@media (max-width: 992px) {
  .publicacoes {
    margin-top: 3rem !important; } }

@media (max-width: 576px) {

  .publicacoes .table .tb-linha {
    font-size: 1.3rem; }
  .container-fluid { 
    width: 100vw !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto; }
  nav.paginacao-p.mt-5.ml-auto {
    overflow: scroll; }
  .main {
    padding-right: 0 !important; } }

@media (min-width: 400px) {
  .titulo-secao_diario {
    font-size: 3.5rem !important; } }

@media (max-width: 340px) {
  .titulo-secao_diario {
    font-size: 3rem !important; } }

/*-------------------------------------------------------------------------------*/
/*BUSCA---------------*/
.filtro {
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  height: auto; }

.pdf-icone {
  height: 3rem;
  width: 3rem;
  fill: red; }

.input-icone {
  height: 2rem;
  width: 2rem;
  fill: #444; }

.header-img {
  width: 100%;
  background-image: url("../img/arquivo.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  height: 100%; }

.busca {
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  overflow-x: scroll;
  padding: 0 !important; }
  .busca-item {
    width: 95%; }
  .busca .table .th-topo {
    text-align: center;
    font-size: 2rem; }
  .busca .table .tb-linha {
    text-align: center;
    font-size: 1.5rem !important;
    padding: 1.5rem !important; }

.busca-header {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .busca-header__text {
    font-size: 4rem;
    position: absolute;
    z-index: 20;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 4px 7px rgba(0, 0, 0, 0.1), 0px 9px 12px rgba(0, 0, 0, 0.1); }

.cal-titulo {
  position: absolute;
  color: #fff !important;
  z-index: 20; }

.icone-calendario {
  height: 3rem;
  width: 3rem;
  fill: #000; }
  .icone-calendario__esquerda {
    margin-left: -2rem; }
  .icone-calendario__direita {
    margin-right: -2rem; }

.busca {
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  overflow-x: scroll;
  padding: 0 !important; }

.paginacao {
  padding-top: 2rem;
  margin: 0 auto; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #4b9ec4 !important;
  border-color: #4b9ec4 !important; }

.page-link {
  color: #4b9ec4 !important; }

.label_filtro {
  font-size: 2rem; }

.filtro_form .form-control {
  font-size: 1.8rem; }
  .filtro_form .form-control:focus {
    background-color: #fff;
    border-color: #4b9ec4;
    outline: 0;
    box-shadow: 0 0 10px 0.3rem rgba(75, 158, 196, 0.25); }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.btn-form {
  width: 100%;
  padding: .5rem !important;
  font-size: 1.8rem !important;
  font-weight: bold !important; }
  .btn-form-pesquisar {
    border: 1px solid #4b9ec5 !important;
    background-color: #4b9ec5;
    color: #fff; }
    .btn-form-pesquisar:hover {
      transition: all .3s ease-in-out;
      border: 1px solid #4b9ec5;
      color: #4b9ec5;
      background-color: #fff; }
  .btn-form-limpar {
    border: 1px solid red !important;
    background-color: red;
    color: #fff; }
    .btn-form-limpar:hover {
      transition: all .3s ease-in-out;
      border: 1px solid red;
      color: red;
      background-color: #fff; }

@media (min-width: 992px) {
  .principal .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 65% !important; } }

@media (max-width: 992px) {
  .busca {
    margin-top: 3rem !important; } }

/*-------------------------------------------------------------------------------*/
/*  MENU  */
.logo {
  width: 10rem;
  height: auto; }

.logo__prefeitura__container {
  display: flex;
  flex-direction: column; }

.prefeitura-texto {
  color: #292929; }
  .prefeitura-texto__superior {
    font-size: 1.5rem;
    letter-spacing: .2rem;
    font-weight: 600; }
  .prefeitura-texto__inferior {
    font-size: 3rem;
    letter-spacing: .2rem;
    font-weight: bold; }

.nav-link {
  color: #292929 !important;
  display: flex !important;
  padding: 1rem;
  margin-right: 1rem;
  font-size: 1.5rem !important; }
  .nav-link:hover {
    transition: all .5s ease-in-out;
    color: #4b9ec5 !important;
    fill: #4b9ec5; }

.menu-icon {
  margin-right: .5rem;
  height: 2.2rem;
  width: 2.2rem; }

.logo__link {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  transition: all .1s ease-out;
  box-decoration-break: clone; }
  .logo__link:link {
    text-decoration: none; }
  .logo__link:hover {
    transition: all .2s ease-in;
    transform: scale(1.02); }

.navbar-toggler {
  background-color: #292929 !important; }

.header-container {
  overflow: hidden;
  position: relative;
  height: 15rem;
  width: 100%; }

.header-item {
  height: 15rem;
  overflow: hidden; }
  .header-item_esquerda {
    background-size: cover;
    filter: blur(3px); }
    .header-item_esquerda__1 {
      background-image: url("../img/h1.jpg");
      background-position: bottom; }
    .header-item_esquerda__2 {
      background-position: center;
      background-image: url("../img/pesquisa.jpg"); }
  .header-item_direita {
    position: absolute !important;
    z-index: 20;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 59% 0, 81% 54%, 100% 100%, 0% 100%);
    background-image: linear-gradient(to right, #2c8dbb, #4b9ec4, rgba(75, 158, 197, 0.9));
    display: flex;
    justify-content: center;
    align-items: center; }

.header-text {
  position: relative;
  right: 15%;
  color: #fff;
  display: flex;
  flex-direction: column; }
  .header-text__superior {
    font-size: 3.5rem;
    padding: 1rem;
    font-weight: bolder; }

@media (max-width: 992px) {
  a.nav-link {
    justify-content: center; }
  .header-text {
    position: relative;
    right: 3%; } }

@media (max-width: 763px) {
  .header-item_direita {
    -webkit-clip-path: polygon(0% 0%, 66% 0, 76% 50%, 86% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 66% 0, 76% 50%, 86% 100%, 0% 100%); } }

@media (max-width: 562px) {
  .logo {
    width: 5rem;
    margin-right: .5rem; }
  .prefeitura-texto {
    color: #292929; }
    .prefeitura-texto__superior {
      font-size: 1.2rem;
      letter-spacing: .2rem;
      font-weight: 600; }
    .prefeitura-texto__inferior {
      font-size: 2.3rem;
      letter-spacing: .2rem; }
  .header-text {
    right: 10%; }
    .header-text__superior {
      font-size: 3rem;
      padding: 1rem; } }

@media (max-width: 450px) {
  .header-text__superior {
    font-size: 2.5rem;
    padding: 1rem; }
  .header-text__inferior {
    font-size: 2rem; } }

@media (max-width: 350px) {
  .header-text {
    right: 6%; }
    .header-text__superior {
      font-size: 3rem;
      padding: 1rem; } }

/*------------------------------------------------*/
/*   FOOTER    */
.foot-legenda p {
  font-size: 1.7rem;
  transform: translate(0, 20%);
  padding-left: 1rem; }

.bottom-pref.col-md-6 {
  display: flex; }

.logo-foot {
  filter: drop-shadow(5px 5px 5px #222);
  width: auto;
  height: 10rem;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 30; }

.input_icone_box {
  border: 1px solid #ccc !important; }

.footer {
  border-top: 5px solid #4b9ec5;
  margin-top: 10rem; }
  .footer .logo-legenda {
    position: absolute;
    transform: translate(0, -80%);
    text-align: center; }
    .footer .logo-legenda h2 {
      color: #fff;
      font-weight: bold;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 4px 7px rgba(0, 0, 0, 0.1), 0px 9px 12px rgba(0, 0, 0, 0.1); }
    .footer .logo-legenda h3 {
      color: #fff;
      font-size: 1.4rem;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 4px 7px rgba(0, 0, 0, 0.1), 0px 9px 12px rgba(0, 0, 0, 0.1); }
  .footer .bottom__texto {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    padding-left: 1rem !important; }

.foot-legenda {
  display: flex;
  align-items: center; }
  .foot-legenda svg {
    fill: #fff;
    width: 3.5rem;
    height: 3.5rem; }
  .foot-legenda p {
    transform: translate(0, 20%);
    padding-left: 1rem; }

.dev {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: .5rem;
  justify-content: flex-end; }

.bottom {
  position: relative;
  margin-top: 10rem;
  background-image: linear-gradient(to top, #292929, #4b9ec5);
  color: #fff; }

.footer__logo {
  position: absolute;
  display: flex;
  align-items: center; }

.bottom-dev {
  width: 8rem;
  display: flex;
  height: 8rem; }

.logo-dev {
  height: auto;
  max-width: 100%; }

.bottom-pref {
  margin-right: .5rem; }

@media (max-width: 992px) {
  .logo__prefeitura__container__footer {
    padding-left: 1rem  !important; } }

@media (max-width: 768px) {
  .footer__logo {
    flex-direction: row; }
  .footer__imagem__logo {
    height: 15rem;
    width: 15rem; } }

@media (max-width: 768px) {
  .bottom__texto {
    height: 16rem;
    flex-direction: column;
    font-size: 1.5rem;
    display: flex;
    margin-top: 5rem;
    align-items: center;
    padding-left: 1rem !important; }
  .bottom-pref.col-md-6 {
    display: flex;
    justify-content: center;
    margin-top: 5rem; }
  .dev.col {
    display: flex;
    justify-content: center; }
  .foot-legenda svg {
    display: none; } }
	
	.to_uppercase{
		text-transform: uppercase;
	}

/*-------------------------------------------------------------------------------*/
@media (max-width: 562px){
.header-text {
    right: 9%;
    margin-left: 5rem !important;
}
}
@media (max-width: 350px){
.header-text {
        margin-left: 3rem !important;

}}




 



img.informacoes_header_img {
    height: calc((100vw - 1rem) * (2/21));
}
img.informacoes_img {
    height: calc((100vw - 1rem) * (2/25));
}
.informacoes_header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.span_bottom {
    font-weight: 800;
}
.informacoes_header_h2 {
    font-size: calc(20px + 14 *(100vw - 425px)/(2500 - 50));
}
span.span_strong {
    font-weight: 800;
}
h2.h2_informacoes {
    font-size: calc(10px + 14 *(100vw - 425px)/(2500 - 50));
}
.informacoes_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infromacoes_container {
    margin-top: 2rem;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    padding: 1rem;
}
.col-lg-4.col-md-12.filtro.filtro-item {
    padding: 0;
}
.row.filtro_form_row {
    margin: .1rem;
}
@media(max-width: 992px){
  .informacoes_header {
    justify-content: center;
}
.informacoes_body {
    justify-content: center;
    padding: 1rem;
}
.informacoes_box {
    margin-right: 2rem;
}
img.informacoes_header_img {
    height: calc((100vw - 1rem) * (3/21));
}
img.informacoes_img {
    height: calc((100vw - 1rem) * (3/21));
}
.informacoes_header_h2 {
    font-size: calc(22px + 14 *(100vw - 425px)/(2500 - 50));
}
span.span_strong {
    font-weight: 800;
}
h2.h2_informacoes {
    font-size: calc(13px + 14 *(100vw - 425px)/(2500 - 50));
}
}
@media(max-width: 568px){
img.informacoes_header_img {
    height: calc((100vw - 1rem) * (4/21));
}
img.informacoes_img {
    height: calc((100vw - 1rem) * (4/21));
}
}
.row.filtro_form_row {
    margin: .1rem;
}
 .filtro_form_row{
    border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }

  
/*btn_cert*/

a.link_cert {
  display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: .56rem;
    border-radius: .2rem;
    font-size: calc(10px + 14 *(100vw - 425px)/(2500 - 50));
    margin-top: .5rem;
}
a.link_cert:hover{
  text-decoration: none;
  color: #fff;
}
@media(max-width: 768px){
  a.link_cert{
  font-size:  calc(13px + 14 *(100vw - 425px)/(2500 - 50))
}
}




.animation_search_cont{
  display: none;
}
.loader-container_search {
    flex-direction: column;
}
h2.msg_loading {
    text-align: center;
    text-shadow: 4px 3px 0px #356b84;
    font-size: calc(20px + 14 *(100vw - 425px)/(2500 - 50));
    color: #fff;
    font-weight: 900;
    margin: 1rem 0;
}
.logo-loader_busca   {
    margin-top: -15rem;
    filter: drop-shadow(5px 5px 5px #fff);
    width: 15rem;
    height: 15rem;
}

.loader-container_search {
  display: flex;
  background-image: linear-gradient(to top right, #4b9ec4, #4b9ec4, #3144a4);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  justify-content: center;
  align-items: center; }
@media(min-width: 1700px){
  a.nav-link p {
    margin: 0 !important;
}
a.nav-link {
    display: flex !important;
    font-size: calc(10px + 14 *(100vw - 425px)/(2500 - 50)) !important;
    align-items: center;
}
.datepicker .ui-datepicker-calendar tr th, .datepicker .ui-datepicker-calendar tr td {
    padding-bottom: 0.5em;
    font-size: calc(10px + 14 *(100vw - 425px)/(2500 - 50)) !important;
}
.datepicker .ui-datepicker-calendar a {
    display: flex !important;
    color: #fff;
    background: #4b9ec4;
    text-decoration: none;
    display: block;
    font-size: calc(10px + 14 *(100vw - 425px)/(2500 - 50)) !important;
    margin: 0 auto;
    width: calc(35px + 14 *(100vw - 425px)/(2500 - 50)) !important;
    height: calc(35px + 14 *(100vw - 425px)/(2500 - 50)) !important;
    line-height: 35px;
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}


}


/*ACCESS CONTROL CSS*/

h2.access_count {
          margin-top: 0;
          font-size: 1.7rem;
          margin-bottom: 0;
          margin-left: 1rem;
      }

      img.img_access {
          height: 3rem;
      }

      .access_info-cont {
          display: flex;
          align-items: center;
          margin-top: 1rem;
      }

      .bottom-pref.col-md-6 {
          display: flex;
          flex-direction: column;
      }
      
      #rodape {      
            padding-top: .5rem;
      }

     .foot-legenda svg {
          fill: #fff;
          width: 3rem !important;
          height: 3rem !important;
      }

       @media(max-width: 768px){
        #rodape {
            min-height: 21rem !important;
            padding: 0;
        }

        .dev{
          align-items: unset;
        }   

        .foot-legenda svg {
            display: flex !important;
        }   

        h2.access_count {
            margin-left: .8rem;
        }

        .bottom-pref.col-md-6 {
            justify-content: center;
            align-items: center;
        }
       }


       


/*APP MODAL*/
.app_modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: var(--area-box) 0;
    background: rgba(0, 0, 0, .8);
    z-index: var(--index-modal);
    display: none;
    overflow-y: auto;
}

.app_modal .message {
    text-align: center;
    margin-bottom: var(--area-normal);
}

.app_modal_box {
    display: none;
    margin: auto;
    width: 500px;
    max-width: 94%;
    padding: calc(var(--area-box) * 1.5);
    background: #ffffff;

    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);
}

.app_modal_box .title {
    font-size: var(--font-large);
    font-weight: var(--weight-light);
    color: var(--color-default);
    margin-bottom: var(--area-normal);
    padding-bottom: var(--area-normal);
    border-bottom: 1px solid #EEEEEE;
}

.app_modal_box p {
    margin: 0 0 15px 0;
}

/*APP WIDGET*/
.app_widget {
    padding: var(--area-normal);
    background: #ffffff;
    margin-bottom: var(--area-box);

    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);

    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.app_widget_title {
    color: #888888;
    border-bottom: 1px solid #cccccc;
    margin-bottom: var(--area-normal);
    padding-bottom: var(--area-small);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app_widget_title h2 {
    font-size: var(--font-normal);
}

.app_widget_title .action {
    color: #ffffff;
    background: var(--color-green);
    padding: 2px 4px;
    font-size: var(--font-small);
    cursor: pointer;
}

.app_widget_title .action:hover {
    background: var(--hover-color-green);
}

.app_widget_content {
    font-size: var(--font-small);
}

.app_widget_more {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: var(--font-small);
    color: #888888;
    margin-top: var(--area-normal);
}

.app_widget_more:hover {
    color: #333333;
    cursor: pointer;
}

.close_modal_btn {
    display: inline-flex;
    background: var(--bg-close_modal);
    position: absolute;
    right: 100%;
    padding: .5em;
    color: var(--color-white);
    font-size: var(--font-large);
    cursor: pointer;
}

img.img-modal_default {
    width: 100%;
}

.app_modal {
    z-index: 10000000;
    padding: 3rem 1rem !important;
    cursor: pointer;
}

.app_modal_box.app_modal_default {
    width: 1000px;
    position: relative;
}

span.close_modal_default.icon-x {
    color: #fff;
    cursor: pointer;
    background: #c52140;
    position: absolute;
    width: calc(30px + 14 *(100vw - 425px)/(1600 - 50));
    height: calc(30px + 14 *(100vw - 425px)/(1600 - 50));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bolder;
    right: -0.8rem;
    top: -1.3rem;
    z-index: 100002;
    font-size: calc(15px + 14 *(100vw - 50px)/(2500 - 50));
}




a.link-privacy-a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
}

a.link-privacy-a:hover {
    color: #fff;
    text-decoration: none;
}

a.link-privacy-a:link {
    color: #fff;
    text-decoration: none;
}

.bottom-dev {
    display: flex;
    align-items: center;
    width: auto;
}


.bottom__texto {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.link-developer {
    width: 95px;
}


@media (max-width: 768px) {
    .dev {
        flex-direction: column;
        align-items: center;
    }

    .bottom__texto {
        height: unset !important;
    }
}