/*
Theme Name: Bootstrap 5.1.3
Theme URI: https://edydias.com.br
Author: Ulisses
Author URI: https://edydias.com.br
Description: A basic theme using the Bootstrap 5.1.3 framework.
Version: 2
Text Domain: bootstrap
*/

/*
 * GLOBAL
 */
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: normal;
  src: local('Century Gothic'), url('assets/fonts/century-gothic-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Century Gothic Bold';
  font-style: bold;
  font-weight: bold;
  src: local('Century Gothic Bold'), url('assets/fonts/century-gothic-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Galano Grotesque';
  font-style: normal;
  font-weight: normal;
  src: local('Galano Grotesque'), url('assets/fonts/galano-grotesque.otf') format('opentype');
}

html, body {
  font-family: 'Century Gothic', sans-serif;
}

/*
 * NAVBAR
 */
.navbar {
  padding: 0rem 1rem;
  z-index: 2;
}
.navbar-light .navbar-nav .nav-link:hover {
  background-color: #eaeaea;
}
.nav-link {
  padding: 1.5rem 1rem;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  padding: 3rem 1rem;
}
.navbar .nav-link {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.custom-logo-link{
  margin-right:20px;
}
.dropdown-menu {
  border-radius: 0;
  margin: 0;
}
/*
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
*/
.navbar-top .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1rem;
  font-weight: normal;
}
.navbar-nav .nav-item .nav-link .fa-whatsapp{
  color: #11bb15;
  padding-left: 5px;
  padding-right: 5px;
}
#nav-group{
  transition: top 0.5s ease;
  border-top: 4px solid #cfa954;
  border-bottom: 2px solid #cfa954;
}
.nav-group-on-scroll{
  top: -165px !important;
}
.header-phone{
  display:block!important;
}
.header-phone .nav-link{
  padding-top: 10px;
  padding-bottom: 10px;
}


/*
 * MOBILE SIDEBAR STYLE
 */
#sidebar {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  z-index: 9999;
  background: #ffffff;
  color: #000000;
  transition: all 0.3s;
  overflow-y: scroll;
}
#sidebar.active {
  left: 0;
}
#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff00;
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
  color: #cfa954;
}
#dismiss:hover {
  background: #fff0;
  color: #ffffff;

}
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-top: -65px;
  z-index: 9999;
}
.overlay.active {
  display: block;
  opacity: 1;
}
#sidebar .sidebar-header {
  padding: 0px 0px 0px 30px;
  background-color: #212529!important;
  border-top: 4px solid #cfa954;
  border-bottom: 2px solid #cfa954;
}
#sidebar .sidebar-header .custom-logo {
  width: 175px;
  height: auto;
}
#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}
#sidebar ul p {
  color: #fff;
  padding: auto;
}
#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color:#f0f8ff;
}
#sidebar ul li a:hover {
  color: #9e9d9e;
  background: #fff;
}
#sidebar .nav-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
  color: #fff;
  background: #cfa954;
}
#sidebar a[data-toggle="collapse"] {
  position: relative;
}
#sidebar .dropdown-menu{
  transform: none !important;
  position: static !important;
  font-size: 0.8rem;
  padding-left: 5px;
}
#sidebar .dropdown-menu.show {
  display: block;
  background-color: #888888;
  border: 0;
}
#sidebar .search-form-sidebar{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}
#sidebar .search-form-sidebar .form-group {
  margin-bottom: 0;
}

/*
 * FLOATING BACKTOP BUTTON
 */
#scroll {
  position:fixed;
  right:10px;
  bottom:130px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#000;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:0px;
  border: 1px solid #fff;
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#545454;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}
#menu-header-menu{
  text-align: center;
  margin-top: 90px;
}
#menu-header-menu .menu-item a{
  color: #cfa954;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * GERAL ####################################################################################################################
 */
.page{
  min-height: 100vh;
  margin-top: 0px;
}
@media only screen and (max-width: 770px){
  .page{
    margin-top: 0px;
  }
}
/*.btn, .btn-lg, .card, .card-img-top{
  border-radius:10px !important;
}*/
.page-interna .title{
  background-color: #e6e6e6;
}

/*
 * JUMBOTRON
 */
.jumbotron {
  border-radius: 0;
  margin-bottom:0;
}


/*
 * SLIDER CAROUSEL
 */
#SliderCarousel,
#SliderCarousel .container,
#SliderCarousel .container .row{
  min-height: 400px;
}
@media only screen and (max-width: 770px){
  #SliderCarousel,
  #SliderCarousel .container,
  #SliderCarousel .container .row{
    min-height: 310px;
  }
}


/*
 * HOME
 */
.btn-primary{
  background-color: #CFA954 !important;
  border-color: #CFA954 !important;
}
.btn-primary:hover{
  background-color: #CFA954 !important;
  border-color: #CFA954 !important;
}
.wpcf7-form label{
  width:100%;
}
.wpcf7-form-control {
  border: 1px solid #d2aa54;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 7px;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea{
  width:80%;
}
.wpcf7-submit {
  background-color: #d2aa54;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.align-middle-end{
  display: flex;
  justify-content: end;
  align-items: center;
}
.align-middle-start{
  display: flex;
  justify-content:start;
  align-items: center;
}
.align-middle-center{
  display: flex;
  justify-content:center;
  align-items: center;
}
.zoom {
  transition: ease .50s;
  -webkit-transition: ease .50s;
}
.zoom:hover {
  transform: scale(1.1);
  -wekbit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.page-home .search-bar{
  margin-top: -170px;
  z-index: 1;
  position: relative;
}
.page-home .search-bar .input-group .btn-primary{
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
}
.page-home .search-bar .form-control{
  padding-top:20px!important;
  padding-bottom:20px!important;
}
.page-home .search-bar .form-control,
.page-home .search-bar .form-select {
  font-size: 0.9rem;
  font-weight: 600;
  color:#CFA954 !important;
}
.page-home .search-bar .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#CFA954 !important;
  opacity: 1; /* Firefox */
}
.page-home .search-bar .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#CFA954 !important;
}
.page-home .search-bar .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:#CFA954 !important;
}
/*
.page-home .search-bar .container{
  background-color: #ffffff78;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 5px;
}*/
.page-home .search-bar #categoria_select{
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-home .nav-pills{
  position:relative!important;
}
.page-home .nav-pills .nav-link.active, 
.page-home .nav-pills .show>.nav-link {
  color: #cfa954;
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 5px;
  margin-top: 10px;
}
.page-home .nav-pills .nav-link:focus, 
.page-home .nav-pills .nav-link:hover {
  color: #ffffff;
  background-color: #9b7f41;
}
.nav-pills .nav-link {
  color: #fff;
  background-color: #cfa954;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 5px;
  margin-top: 10px;
}


.page-home .categorias{
  margin-top:100px;
}
.page-home .categorias .card{
  border:0;
}
.page-home .btn-destaque {
  position: relative;
  margin: 0 auto;
  top: -80px;
  left: 50%;
  background-color: #cfa954;
  border: 1px solid;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.avalie-seu-imovel{
  background-color:#e5e5e5;
}
.avalie-seu-imovel ul{
  list-style: none;
}
.avalie-seu-imovel h2{
  font-size: 1.6rem;
  font-weight: 600;
}
.avalie-seu-imovel h3{
  font-size: 1.3rem;
  font-weight: 700;
}
.avalie-seu-imovel p{
  font-weight: 600;
  font-size: 1.1rem;
  color: #cfa954;
}
.avalie-seu-imovel .btn-secondary {
    width: 100%;
}
.home-contato{
  background-color:#faf5e9;
}
.home-contato .wpcf7-textarea{
  height: 120px;
}
.home-contato h2{
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
}
.page-home .categorias a {
  text-decoration:none;
  color:#000;
}
.page-home .categorias .card .card-body {
  margin-top: -45px;
  background-color: transparent;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-home .categorias .card .card-body h5{
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}
.page-home ul.detalhes{
  list-style: none;
  margin-top: -135px!important;
  text-shadow: 1px 0px 4px #ffffff;
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff8a;
  margin-left: 10px!important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.page-home ul.detalhes .categoria{
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 0px 4px #ffffff;
}
.page-home ul.detalhes .titulo{
  font-weight: 600;
  font-size: 1.6rem;
  text-shadow: 1px 0px 4px #ffffff;
}
.page-home ul.detalhes .quartos{
  font-size: 0.9rem;
}
.lancamento {
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.6rem;
  color: #fff;
  background-color: #000;
  margin-top: 5px;
  margin-left: 5px;
  padding: 2px 7px;
}
.lancamento2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  color: #fff;
  background-color: #000;
  margin-top: 5px;
  margin-left: 5px;
  padding: 2px 7px;
}
.status {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  color: #fff;
  background-color: #cfa954;
  margin-top: 5px;
  margin-left: 5px;
  padding: 2px 7px;
}

/*
 * IMOVEL
 */
.center-h-v {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-sobre .title,
.page-servicos .title,
.page-imovel .title,
.page-imovel-detalhes .title,
.page-contato .title{
  background-color: #E6D39B;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-sobre .title h1,
.page-servicos .title h1,
.page-imovel .title h1,
.page-imovel-detalhes .title h1,
.page-contato .title h1{
  font-size: 1.7rem;
  font-weight: 600;
}


.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #cfa954;
  border-color: #cfa954;
  font-weight: 600;
}


.page-imovel .list-group-item {
  z-index: 2;
  color: #fff;
  background-color: #cfa954;
  border-color: #cfa954;
  font-weight: 600;
}
.page-imovel .list-group{
  border: 1px solid #cfa954;
  position: sticky;
  top: 0;
}
.page-imovel form{
  padding:7px;
}
.page-imovel .list-group label,
.page-imovel-detalhes .list-group label{
  font-size: 0.8rem;
  font-weight: 600;
  color: #6c757d;
}
.page-imovel .total1{
  font-size: 1.2rem;
  color: #4e5052;
  font-weight: 600;
  margin-bottom: 0;
}
.page-imovel .total2{
  font-size: 1.4rem;
  color: #000000;
  font-weight: bolder;
  margin-bottom: 0;
}
.page-imovel .total3{
  font-size: 0.9rem;
  color: #4e5052;
  margin-top: 15px;
  margin-bottom: 0;
}
.page-imovel .total3 b{
  color:#000;
}
.card-listagem .card-subtitle{
  font-size: 0.6rem;
  text-transform: uppercase;
  background-color: #cfa954;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.card-listagem .card-title{
  color:#000;
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 600;
}
.card-listagem .codigo{
  color:#000;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.card-listagem .detalhes{
  font-size:0.8rem;
  font-size: 0.8rem;
  position: absolute;
  width: 70%;
}
.card-listagem b{
  font-size:0.9rem;
}
.card-listagem .fa-solid{
  font-size:1rem;
}
.card-link{
  text-decoration: none;
  color: #6a6a6a!important;
}
.foto-destaque-p{
  width: 300px;
  height: 200px;
}
.list-group,
.page-imovel-detalhes .list-group{
  border: 1px solid #cfa954;
  position: sticky;
  top: 0;
}
.list-group form,
.page-imovel-detalhes .list-group form{
  padding:7px;
}
.card-img-responsive {
  border-top-left-radius: 5px!important;
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  border-bottom-left-radius: 5px!important;
  margin-top: 11px;
  margin-bottom: 11px;
  width:40%;
}
.card-imovel{
  border: 1px solid #cfa954;
}
.card-imovel .tipo-imovel{
  background-color: #212529;
  display: inline-block;
  color: #fff;
  padding: 3px 15px;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 400;
}
.card-imovel .valor{
  font-weight: 600;
  font-size: 1.8rem;
}
.card-imovel .grupo-ambientes{

}
.card-imovel .ambientes{
  list-style: none;
}
.card-imovel .ambientes .valor {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  font-family: 'Galano Grotesque', sans-serif;
  line-height: 0.7rem;
}
.card-imovel .ambientes .tipo{
  margin: 0;
  padding: 0;
  font-size: 0.6rem;
  font-family: 'Galano Grotesque', sans-serif;
  line-height: 1rem;
  color: #cfa954;
}
.tipo-imovel{
  background-color: #212529;
  display: inline-block;
  color: #fff;
  padding: 3px 15px;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 400;
}
.valor{
  font-weight: 600;
  font-size: 1.8rem;
}
.grupo-ambientes{

}
.ambientes{
  list-style: none;
}
.ambientes .valor {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  font-family: 'Galano Grotesque', sans-serif;
  line-height: 0.7rem;
}
.ambientes .tipo{
  margin: 0;
  padding: 0;
  font-size: 0.6rem;
  font-family: 'Galano Grotesque', sans-serif;
  line-height: 1rem;
  color: #cfa954;
}
.card-link a{
  color: initial;
}
.card-link a:hover{
  color: initial;
}

.bairro_busca {
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}




/*
 * FOOTER
 */
footer{
  background-color: black;
  font-size: 0.7rem;
  color: #ffffff8f;
  border-top: 2px solid #d2aa54;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 4px solid #d2aa54;
}
footer a{
  color:#fff;
}
footer ul{
  list-style: none;
  margin:0;
  padding:0;
}
footer .social {
  display: table;
  width: 100%;
  list-style: none;
  font-size: 2rem;
}
footer .social li {
  display: table-cell;
  text-align: center;
}
footer .social li:first-child {
  text-align: left;
}
footer .social li:last-child {
  text-align: right;
}
footer .social li a {
  display: block;
}
footer .copy{
  font-size: 0.8rem;
  background-color: #6d6d6d;
  padding-top: 20px;
  padding-bottom: 20px;  
}
footer .d-inline-block a{
  padding-right: 10px;
  padding-left: 10px;
}
footer .adress p{
  font-size: 1rem;
  margin-bottom: 0;
}
footer .adress a{
  text-decoration: none;
  margin-bottom:30px;
}
footer .adress a:hover{
  text-decoration: underline;
  color:white;
}

/*
 * RESPONSIVEL
 */
@media only screen and (max-width: 770px){
  #nav-group .justify-content-center{
    justify-content: unset!important;
  }
  .custom-logo-link img{
    width: 175px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-toggler {
    border: 0!important;
    color: #cfa954!important;
    margin-left: auto;
    margin-right: 0;
  }
  .page-home .search-bar {
    margin-top: 0px;
  }
  .search-bar .form-control{
    width: 100%;
    border-radius: 8px!important;
    margin-bottom: 15px;
  }
  .search-bar .form-select{
    width: 100%;
    border-radius: 8px !important;
    margin-bottom: 15px;
  }
  .search-bar .btn-primary{
    width: 100%;
    border-radius: 8px!important;
  }
  footer .align-middle-start img{
    margin: 0 auto;
    margin-bottom: 30px;
  }
  footer .align-middle-end{
    justify-content: center;
  }
  footer .align-middle-end img{
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .whats-stick {
    position: fixed;
    right: 15px;
    bottom: 30px!important;
    z-index: 1;
  }
  .whats-stick img{
    width: 50px;
    height: auto;
  }
  .search-bar .input-group .btn-primary{
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
  }
  #nav-group .custom-logo {
      width: 175px!important;
      height: auto;
  }
  .page-imovel .card-listagem .detalhes {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .page-imovel .foto-destaque-p {
      width: 100%;
      height: 200px;
  }
  .page-imovel .card-listagem .fa-solid {
    font-size: 0.9rem;
  }
  .page-imovel h3.vista-preco-imovel {
    text-align:left!important;
  }
  .bootstrap-select>select {
    left: 5%!important;
  }
  .page-home .search-bar .form-select{
    padding: 20px!important;
  }
  .page-home .search-bar .dropdown.form-select-multiselect{
    min-width: 100%!important;
    padding: 0px!important;
    margin-bottom: 1rem!important;
  }
  
  /* HOME DESTAQUES */
  .page-home ul.detalhes {
      margin-top: -110px!important;
      width: 94%;
  }
  .page-home ul.detalhes .categoria {
      font-size: 0.6rem;
  }
  .page-home ul.detalhes .titulo {
      font-size: 0.8rem;
  }
  .page-home ul.detalhes .bairro {
      font-size: 0.6rem;
  }
  .page-home ul.detalhes .quartos {
      font-size: 0.7rem;
  }
  .page-home .btn-destaque {
      top: -27px;
      left: 40%;
      font-size: 0.7rem;
  }
}

}


/*
  API VISTA
*/
.vista-imoveis-col{
  height: 335px;
}
.vista-imoveis-col .vista-capa-imovel{
  margin-bottom: 10px;
}
.vista-imoveis-section h2{
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
}
h3.vista-preco-imovel {
  font-weight: 600 !important;
  color: #212529 !important;
  margin-top: 5px;
  font-size: 1.2rem;
}
.vista-metas-imovel hr{
  margin: 0.1rem 0;
}
.condominio{
  font-size: 0.8rem;
}
.iptu{
  font-size: 0.8rem;
}
.card-listagem-conteudo{
  min-height: 110px;
}

/*
 * DETALHES DO IMÓVEL
 */
.page-imovel-detalhes{
  overflow-x: hidden;
}
@media only screen and (max-width: 770px){
  .page-imovel-detalhes iframe{
    width: 100%;
    height: 100%;
  }
}
.page-imovel-detalhes .container ul{
  list-style: none;
}
.page-imovel-detalhes .card-title {
    margin-bottom: 0.5rem;
    font-weight: 900;
    font-size: 1.2rem;
}
.page-imovel-detalhes .card-title1 {
    margin-bottom: 0.5rem;
    font-weight: 900;
    font-size: 1.2rem;
}
.page-imovel-detalhes .card-body span {
    font-weight: 600;
}
.page-imovel-detalhes .col-caracteristicas{
  margin:0;
  list-style: none;
  font-size:0.8rem;
}
.page-imovel-detalhes .col-caracteristicas .sim{
  color:green;
}
.page-imovel-detalhes .col-caracteristicas .nao{
  color:red;
}


/*
 * CONTATO
 */
.wpcf7-form-control.wpcf7-text, 
.wpcf7-form-control.wpcf7-textarea {
    width: 100%!important;
}

.whats-stick{
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 2;
}

#nav-group .custom-logo {
    width: 222px;
    height: auto;
}

/*
 * DROP DOWN MULTISELECT
 */
.form-select-multiselect{
  padding: 0!important;
  margin: 0!important;
  max-width:200px!important;
}
.form-select-multiselect .bootstrap-select .dropdown-menu {
  top:-3px;
}
.form-select-multiselect .dropdown-toogle{
  background-color: #fff!important;
  border: 0;
}
.form-select-multiselect .dropdown-toogle:focus{
  border: 0;
  outline: 0px!important;
  outline-offset: unset;
}
.form-select-multiselect .filter-option-inner-inner {
  font-size: 0.9rem!important;
  font-weight: 600;
  color: #cfa954;
  padding-top: 14px;
  padding-bottom: 12px;
}
.form-select-multiselect .drop-down-menu{
  top: 58px;
  left: 0px;
}
.form-select-multiselect .dropdown-item {
  font-size: 0.9rem;
  color: #cfa954;
}



.form-select-multiselect-vertical{
  padding: 0!important;
  margin: 0!important;
  max-width:100%!important;
  min-width: 100%!important;
}
.form-select-multiselect-vertical .bootstrap-select .dropdown-menu {
  top:-3px;
}
.form-select-multiselect-vertical .dropdown-toogle{
  background-color: #fff!important;
  border: 0;
}
.form-select-multiselect-vertical .btn.dropdown-toggle.btn-light {
  border: 1px solid #ced4da!important;
  background-color: #fff!important;
}
.form-select-multiselect-vertical .dropdown-toogle:focus{
  border: 0;
  outline: 0px!important;
  outline-offset: unset;
}
.form-select-multiselect-vertical .filter-option-inner-inner {
  font-size: 1rem!important;
  font-weight: 100;
  color: #000;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
.form-select-multiselect-vertical .drop-down-menu{
  top: 58px;
  left: 0px;
}
.form-select-multiselect-vertical .dropdown-item {
  font-size: 0.9rem;
  color: #000;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #cfa954;
}


/*
 * MOBILE SIDEBAR STYLE
 */
#sidebar-right {
  width: 40%;
  position: fixed;
  top: 0;
  right: -45%;
  height: 100vh;
  z-index: 9999;
  background: #ffffff;
  color: #000000;
  transition: all 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
}
/*
 * SIDEBAR RIGHT RESPONSIVEL
 */
@media only screen and (max-width: 770px){
  #sidebar-right {
    width: 100%;
    right: -100%;
  }
}
#sidebar-right.active {
  right: 0;
}
.bodylock{
  margin: 0; 
  height: 100%; 
  overflow: hidden;

}
#sidebar-right #dismiss-right {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff00;
  position:relative;
  top: 10px;
  right: -88%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2rem;
  color: #cfa954;
}
#sidebar-right#dismiss-right:hover {
  background: #fff0;
  color: #ffffff;

}
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-top: 0px;
  z-index: 9999;
}
.overlay.active {
  display: block;
  opacity: 1;
}
#sidebar-right .sidebar-header {
  padding: 0px 0px 0px 30px;
  background-color: #212529!important;
  border-top: 4px solid #cfa954;
  border-bottom: 2px solid #cfa954;
}
#sidebar-right .sidebar-header .custom-logo {
  width: 175px;
  height: auto;
}
#sidebar-right ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}
#sidebar-right ul p {
  color: #fff;
  padding: auto;
}
#sidebar-right ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color:#f0f8ff;
}
#sidebar-right ul li a:hover {
  color: #9e9d9e;
  background: #fff;
}
#sidebar-right .nav-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar-right ul li.active>a,
#sidebar-right a[aria-expanded="true"] {
  color: #fff;
  background: #cfa954;
}
#sidebar-right a[data-toggle="collapse"] {
  position: relative;
}
#sidebar-right .dropdown-menu{
  transform: none !important;
  position: static !important;
  font-size: 0.8rem;
  padding-left: 5px;
}
#sidebar-right .dropdown-menu.show {
  display: block;
  background-color: #888888;
  border: 0;
}
#sidebar-right .search-form-sidebar{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}
#sidebar-right .search-form-sidebar .form-group {
  margin-bottom: 0;
}
#sidebar-right .form-control,
#sidebar-right .form-select {
  text-transform: uppercase;
  font-size: 0.9rem;
  padding-top: 12px;
  padding-bottom: 12px;
}
#sidebar-right .pesquisar{
  position: sticky;
  bottom: 0px;
  padding: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
}
#sidebar-right .pesquisar .btn-primary{
  border-radius:0;
}
.breadcrumb a{
  text-decoration: none;
  color: #cfa954;
  font-size: 0.9rem;
  font-weight: 600;
}
.breadcrumb a:hover{
  text-decoration: none;
  color: #cfa954;
  font-size: 0.9rem;
  font-weight: 600;
}
.breadcrumb span{
  text-decoration: none;
  color: #cfa954;
  font-size: 0.9rem;
  font-weight: 600;
}
.search-panel .title{
  margin-top: 1rem;
  font-weight: 700;
  font-size: 0.9rem;
}