﻿/*FILTERS*/
/* Footer */
/* Footer Fim */
/* Imovel */
/* Imovel Fim */
/* Modal */
/* Modal Fim */
/* Destaques */
/* Destaques Fim */
/* Quem Somos */
/* Quem Somos Fim */
/* Atendimento */
/* Atendimento Fim */
/* Fale Conosco */
/* Fale Conosco Fim */
/* Empreendimento */
/* Empreendimento Fim */
/* Panels */
/* Panels Fim */
body {
  font-family: "Inter-Medium, sans-serif";
  font-size: 12pt;
  font-weight: normal;
}

body.default {
  background-color: #f6f6f6;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.container-full-height {
  min-height: calc(100vh - 400px); /* E utilizado para o rodape nao ficar no meio da pagina - calculo: 100% do viewport - (head + footer) */
}

input[type=text]:required, input[type=password]:required, select:required, textarea:required {
  border: solid 1px #09364D;
}

.icone-mensagem-ok, .icone-mensagem-pergunta {
  font-size: 25pt;
  color: green;
}

.icone-mensagem-atencao {
  font-size: 25pt;
  color: #ffd800;
}

.icone-mensagem-erro {
  font-size: 25pt;
  color: red;
}

.icone-mensagem-informacao {
  font-size: 25pt;
  color: #0094ff;
}

.dxlpLoadingCard {
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-collapse: collapse;
  position: fixed;
  left: 45%;
  top: 45%;
  z-index: 30000;
  display: none;
}

.dxlpLoadingDiv {
  border: none;
  background-color: #000000;
  opacity: 0.3;
  left: 0px;
  top: 0px;
  z-index: 29999;
  display: none;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
}

a {
  color: #09364D;
}

a:focus, a:hover {
  color: #09364D;
}

.section-mensagem-pagina-contato a:focus, .section-mensagem-pagina-contato a:hover {
  color: #fff;
}

.modal .modal-dialog .modal-content {
  border-radius: 0px;
}

.warp-bxslider {
  padding-left: 20px !important;
  padding-right: 10px !important;
}

.dataGrid {
  box-sizing: border-box;
  display: block;
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  height: 35px;
  line-height: 17px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  text-size-adjust: 100%;
  white-space: nowrap;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-left: 0;
  margin-bottom: 10px !important;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.painel-controle-list {
  font-family: "Inter-Light, sans-serif";
}

.painel-controle-item-titulo {
  font-family: "Inter-Medium, sans-serif";
}

.fa-correio:before {
  content: url(/images/btn/16/correios.png);
}

.imgLink {
  cursor: pointer;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #9F111B;
  border-color: #9F111B;
}

.logo-alinhada {
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* sm */
@media only screen and (min-width: 576px) {
  .logo-alinhada {
    margin-left: 0px;
  }
}
/* md */
@media only screen and (min-width: 768px) {
  .logo-alinhada {
    margin-left: -30px;
  }
}
/* lg */
@media only screen and (min-width: 992px) {
  .logo-alinhada {
    margin-left: -30px;
  }
}
/* xl */
@media only screen and (min-width: 1200px) {
  .logo-alinhada {
    margin-left: -30px;
  }
}
.cabecalho-alinhado {
  padding-left: 0px;
  padding-right: 0px;
}

/* sm */
@media only screen and (min-width: 576px) {
  .cabecalho-alinhado {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* md */
@media only screen and (min-width: 768px) {
  .cabecalho-alinhado {
    padding-left: 45px;
    padding-right: 25px;
  }
}
/* lg */
@media only screen and (min-width: 992px) {
  .cabecalho-alinhado {
    padding-left: 45px;
    padding-right: 25px;
  }
}
/* xl */
@media only screen and (min-width: 1200px) {
  .cabecalho-alinhado {
    padding-left: 45px;
    padding-right: 25px;
  }
}
.menu-inferior-alinhado {
  margin-right: 0px;
}

/* sm */
@media only screen and (min-width: 576px) {
  .menu-inferior-alinhado {
    margin-right: 0px;
  }
}
/* md */
@media only screen and (min-width: 768px) {
  .menu-inferior-alinhado {
    margin-right: -30px;
  }
}
/* lg */
@media only screen and (min-width: 992px) {
  .menu-inferior-alinhado {
    margin-right: -30px;
  }
}
/* xl */
@media only screen and (min-width: 1200px) {
  .menu-inferior-alinhado {
    margin-right: -30px;
  }
}
.menu-alinhado {
  justify-content: normal;
  margin-right: auto;
}

/* sm */
@media only screen and (min-width: 576px) {
  .menu-alinhado {
    justify-content: normal;
    margin-right: auto;
  }
}
/* md */
@media only screen and (min-width: 768px) {
  .menu-alinhado {
    justify-content: normal;
    margin-right: auto;
  }
}
/* lg */
@media only screen and (min-width: 992px) {
  .menu-alinhado {
    justify-content: right;
    margin-right: -50px;
  }
}
/* xl */
@media only screen and (min-width: 1200px) {
  .menu-alinhado {
    justify-content: right;
    margin-right: -50px;
  }
}
.img-tamanho {
  max-height: 220px;
  padding-top: 30px;
}

.img-centralizar {
  margin: auto;
  display: block;
}

/* sm */
@media only screen and (min-width: 576px) {
  .img-centralizar {
    margin: auto;
    display: block;
  }
}
/* md */
@media only screen and (min-width: 768px) {
  .img-centralizar {
    margin: auto;
    display: block;
  }
}
/* lg */
@media only screen and (min-width: 992px) {
  .img-centralizar {
    margin: auto;
    display: unset;
  }
}
/* xl */
@media only screen and (min-width: 1200px) {
  .img-centralizar {
    margin: auto;
    display: unset;
  }
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #09364D;
}

.multiselect-container .multiselect-all .form-check-label {
  font-size: 9pt;
}

.multiselect-container .multiselect-option .form-check, .multiselect-container .multiselect-group .form-check, .multiselect-container .multiselect-all .form-check {
  padding: 0px 5px 0 25px;
}

.multiselect-container .multiselect-option:hover, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-all:focus {
  background-color: #09364D !important;
}

.multiselect-container .multiselect-option .form-check-label:hover,
.multiselect-container .multiselect-group .form-check-label:hover,
.multiselect-container .multiselect-all .form-check-label:hover {
  color: #fff !important;
}
