@font-face {
  font-family: 'museo_sans700';
  src: url('../fonts/museosans_0-webfont.woff2') format('woff2'), url('../fonts/museosans_0-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo_sans500';
  src: url('../fonts/museosans-webfont.woff2') format('woff2'), url('../fonts/museosans-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo_sans300';
  src: url('../fonts/museosans-300-webfont.woff2') format('woff2'), url('../fonts/museosans-300-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: 'museo_sans300';
}

article,
footer,
header {
  width: 100%;
  float: left;
}

.header-topo {
  background: url(../images/bg.png) no-repeat top center #1c1f29;
}

.header-capa {
  height: 100%;
  position: absolute;
  background: #1c1f29;
}

.article-capa {
  position: absolute;
  top: 100%;
  width: 100%;
  float: left;
}

article {
  min-height: 300px;
}

.logo {
  background: url(../images/logo-celeste-imobiliaria.png) no-repeat center;
  text-indent: -500000px;
  float: left;
  width: 166px;
  height: 100px;
  margin: 20px 0;
}

.menu-topo {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0;
  background: transparent;
}

.btao_whatsapp {
  background: #66bb6a;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 20px;
}

.btao_whatsapp:hover {
  background: #529656;
  color: #fff;
}

.topo-capa {
  position: absolute !important;
  background: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 15px;
  padding: 6px 13px;
  border-radius: 5px;
}

.nav-link-icone {
  padding: 6px 13px;
}

.navbar-light .navbar-nav .nav-link:hover {
  background: #18aff7;
}

.navbar-light .navbar-nav .bi {
  color: #0A9BE1;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  position: relative;
}

#navbarSupportedContent {
  padding-top: 40px;
}

.rede-sociais {
  float: right;
  padding: 0;
  right: 15px;
  top: 50px;
  position: absolute;
}

.rede-sociais a {
  margin-left: 8px;
  float: left;
}

.facebook span,
.instagram span {
  width: 18px;
  height: 18px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  float: left;
  background: url(../images/icone-rede-social-topo.svg) no-repeat;
}

.sombra {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  opacity: 0.2;
  background: rgb(0, 0, 0);
  /* background: -moz-radial-gradient(circle, rgba(255,255,255,0) 11%, rgba(23,26,39,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255,255,255,0) 11%, rgba(23,26,39,1) 100%);
  background: radial-gradient(circle, rgba(255,255,255,0) 11%, rgba(23,26,39,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#171a27",GradientType=1);*/
}

.facebook {
  margin-left: 20px !important;
}

.facebook span {
  background-position: left;
}

.instagram span {
  background-position: right;
}

.whatsapp span {
  background: url(../images/icone-whatsapp.svg) no-repeat center;
  width: 18px;
  height: 23px;
  float: left;
}

.telefone span {
  background: url(../images/icone-telefone.svg) no-repeat center;
  width: 15px;
  height: 23px;
  float: left;
}

.telefone {
  margin-right: 12px;
}

.whatsapp p,
.telefone p {
  float: left;
  color: #fff;
  font-size: 15px;
  margin-left: 5px;
  margin-bottom: 0;
}

.facebook p,
.instagram p {
  display: none;
}

.offcanvas {
  background: #3255A5 !important;
}

.offcanvas-title {
  color: rgba(255, 255, 255, 0.925);
  font-size: 17px;
}

.offcanvas .nav-link {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.212);
}

.offcanvas-start {
  width: 250px;
}

.carousel-capa .carousel-indicators {
  margin-bottom: 25px;
}

.carousel-capa,
.carousel-capa .carousel-inner,
.carousel-capa .carousel-item {
  height: 100%;
}

.carousel-capa figure {
  width: 100%;
  height: 100%;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;

}

.popup {
  position: absolute;
  padding: 20px;
  background: #fff;
  box-shadow: 3px 2px 23px #00000045;
  z-index: 80000;
  border-radius: 8px;
  left: 50%;
  margin-left: -250px;
  top: 150px;
}

.fecha {
  background: #e31e1e;
  color: #fff !important;
  font-size: 25px;
  padding: 0px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 30px;
}

.owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}

.owl-dot {
  width: 9px;
  height: 9px;
  background: #A6A6A6 !important;
  margin-right: 3px;
  border-radius: 25px;

}

.titulo-slide {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  flex: auto;
  flex-wrap: wrap;
  align-items: center;
}

.titulo-slide h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
  position: relative;
  font-family: 'museo_sans700';
  z-index: 2;
  text-align: left;
}

.favorito .bi-heart-fill {
  color: #3255A5;
}

.favorito form {
  margin: 0;
}

.owl-dot.active {
  background: #3255A5 !important;
}

.busca {
  position: absolute;
  width: 100%;
  bottom: 70px;
  z-index: 8;
}

.header-topo .busca {
  position: relative !important;
  bottom: 30px;
  padding-top: 30px;
}

.seg_busca_internas {
  position: absolute;
  width: 800px !important;
  left: 50%;
  margin-left: -510px;
  margin-top: -100px;
}

.seg-busca {
  width: 100%;
  float: left;
  background: #fff;
  border: 2px solid #3255A5;
  border-radius: 15px;
  overflow: hidden;
}

.input-buscar {
  width: 310px;
  float: left;
  border-right: 1px solid #eee !important;
}

.busca .form-floating>.form-select {
  padding-top: 9px !important;
}

.busca .form-floating>label {
  padding: 24px 20px
}

.input-buscar {
  border: 0;
  height: 70px;
}

.btn-busca {
  width: 85px;
  float: right;
  height: 70px;
  background: url(../images/icone-busca.png) no-repeat center;
  text-indent: -500000px;
  border: none;
}

.select-bairro .form-select {
  border: none;
  height: 70px;
}

.select-bairro {
  width: 350px !important;
  border-left: 1px solid #Eee;
  float: left;
  border-right: 1px solid #Eee;
}

.busca-rapida {
  margin-top: 20px;
}

.busca-rapida .nav-link {
  color: #fff !important;
  font-size: 15px;
  padding: 6px 15px;
  border-radius: 5px;
}

.busca-rapida .nav-link:hover {
  background: #0A9BE1;
}

.titulo {
  padding: 40px 0 80px 0;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.imoveis-view h1 {
  color: #262626;
  font-size: 34px;
  margin-bottom: 0;
  position: relative;
  font-family: 'museo_sans700';
  z-index: 2;
}

.titulo h1 {
  color: #262626;
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  font-family: 'museo_sans700';
  z-index: 2;
}

.titulo h2 {
  color: #262626;
  font-size: 30px;
  margin-bottom: 0;
  position: relative;
  font-family: 'museo_sans700';
  z-index: 2;
}

.titulo span {
  background: #0A9BE1;
  width: 180px;
  height: 9px;
  border-radius: 10px;
  float: left;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -90px;
  z-index: 1;
}

.titulo p {
  font-size: 18px;
  color: #000;
}

.breadcrumb,
.breadcrumb a {
  color: #333 !important;
  font-size: 15px;
  z-index: 1;
  position: relative;
}

.cinza {
  background: #F2F2F2;
}

.institucional,
.fale-conosco,
.trabalhe-conosco,
.galeria-de-fotos {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.galeria figure {
  width: 100%;
  float: left;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.fale-conosco p,
.fale-conosco a {
  font-size: 18px;
  color: #262626;
}

/*Imoveis */
.imoveis-list {
  width: 100%;
  float: left;
}

.capa-imoveis .col-xxl-3:nth-child(8) {
  display: none;
}

.item-imoveis-list {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.link-imovel {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

.item-imoveis-list figure {
  width: 100%;
  float: left;
  height: 240px;
  margin-bottom: 15px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.item-imoveis-list h2 {
  color: #2D344D;
  font-size: 18px;
  font-family: 'museo_sans700';
  margin-bottom: 0;
  margin-top: 20px;
}

.item-imoveis-list p {
  font-size: 18px;
  color: #2D344D;
  font-family: 'museo_sans500';
}

.item-imoveis-list p b {
  font-family: 'museo_sans700';
}

.item-i {
  width: 100%;
  float: left;
  margin-right: 0;
  border: 2px solid #eee;
  padding: 8px 12px;
  height: 100%;
  border-radius: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.item-i span {
  height: 100% !important;
}

.i-terreno {
  font-size: 14px;
  color: #2D344D;
  float: left;
  margin-right: 8px;
}

.i-terreno span {
  width: 24px;
  height: 24px;
  background: url(../images/icone-terreno.svg) no-repeat center;
  float: left;
  margin-right: 8px;
}

.i-construcao {
  font-size: 14px;
  color: #2D344D;
  float: left;
  margin-right: 8px;
}

.i-construcao span {
  width: 24px;
  height: 24px;
  background: url(../images/icone-contrucao.svg) no-repeat center;
  float: left;
  margin-right: 8px;
}

.i-dormitorio {
  font-size: 14px;
  color: #2D344D;
  float: left;
  margin-right: 8px;
}

.i-dormitorio span {
  width: 24px;
  height: 24px;
  background: url(../images/icone-dormitorios.svg) no-repeat center;
  float: left;
  margin-right: 8px;
}

.i-banheiro {
  font-size: 14px;
  color: #2D344D;
  float: left;
  margin-right: 8px;
}

.i-banheiro span {
  width: 24px;
  height: 24px;
  background: url(../images/icone-bainhero.png) no-repeat center;
  float: left;
  margin-right: 8px;
}

.i-vaga {
  font-size: 14px;
  color: #2D344D;
  float: left;
  margin-right: 8px;
}

.i-vaga span {
  width: 24px;
  height: 24px;
  background: url(../images/icone-vaga.svg) no-repeat center;
  float: left;
  margin-right: 8px;
}

.tipo {
  background: #3255A5;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  padding: 2px 10px 0 10px;
  min-width: 70px;
  font-family: 'museo_sans700';
  text-align: center;
}

.favorito {
  color: #262626;
  font-size: 14px;
}

.favorito button {
  border: none;
  background-color: transparent;

}

.condominio-list {
  width: 100%;
  float: left;
  background: #F2F2F2;
  padding-bottom: 70px;
}

.condominio-list .titulo {
  padding-bottom: 50px;
}

.seg-galeria-imoveis {
  /* max-width: 1200px;*/
}

.item-imoveis-list-condominio {
  float: left;
  background: #000;
  width: 100%;
  position: relative;
  height: 340px;
  overflow: hidden;
  border: 0.5px solid #fff;
}

.item-imoveis-list-condominio .img-capa {
  width: 100%;
  height: 100%;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  /*max-width: 100%;
  max-height: 100%;   */
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  z-index: 1;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.item-imoveis-list-condominio .detalhe-i {
  position: absolute;
  z-index: 2;
  padding: 20px;
  width: 100%;
  float: left;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 11%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 11%, rgba(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11%, rgba(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#171a27", GradientType=1);
}

.item-imoveis-list-condominio .detalhe-i p {
  color: #FFF;
  font-size: 14px;
  font-family: 'museo_sans700';
  margin-bottom: 0;
  margin-top: 20px;
}

.item-imoveis-list-condominio .valor {
  background: #fff;
  color: #0D0D0D;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  min-width: 112px;
  padding: 6px 0;
  text-align: center;
  font-size: 12px;
  font-family: 'museo_sans700';

}

.logo-condominio {
  position: absolute;
  width: 85px;
  height: 65px;
  top: 0px;
  right: 20px;
  z-index: 3;
}

.item-imoveis-list-condominio:hover .img-capa {
  transform: scale3d(1, 1, 1);
  opacity: 0.8;
  -webkit-transform: scale3d(1, 1, 1);
}

.veja-mais {
  background: #fff;
  color: #0A9BE1;
  text-align: center;
  font-size: 14px;
  padding: 15px 50px;
  border: 2px solid #0A9BE1;
  border-radius: 40px;
  font-family: 'museo_sans700';
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.veja-mais:hover {
  background: #0A9BE1;
  color: #fff;
}

.imoveis-view {
  width: 100%;
  float: left;
}

.imoveis-view .valor p {
  font-size: 18px;
  color: #000;
}

.imoveis-view .valor h3 {
  color: #0A9BE1;
  font-size: 45px;
  font-family: 'museo_sans700';
  letter-spacing: -2px;
}

.seg-dados-imoveis {
  /* border-top: 1px solid #D9D9D9;
  padding-left: 60px; max-width: 1000px;*/
  padding-top: 40px;
  padding-right: 60px;
  position: relative;
  padding-bottom: 20px;
}

.imoveis-view h4 {
  font-size: 26px;
  color: #000;
  font-family: 'museo_sans700';
  margin-bottom: 8px;
}

.seg-foto,
.seg-foto-full {
  width: 100%;
  float: left;
  text-align: center;
}

.seg-foto-full {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.seg-foto-full figure {
  width: 100%;
  height: 650px;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  margin: 0;

}

.seg-foto-min {
  width: 100%;
  height: 315px;
  float: left;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.seg-foto-min figure {
  width: 100%;
  height: 100%;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.seg-foto-full:hover .efeito-hover-galeria,
.seg-foto-min:hover .efeito-hover-galeria {
  opacity: 1;
}

.efeito-hover-galeria {
  width: 100%;
  float: left;
  opacity: 0;
  height: 100%;
  background: #00000080;
  position: absolute;
  top: 0;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  cursor: pointer;
  left: 0;
}

.efeito-total-galeria {
  width: 100%;
  float: left;
  height: 100%;
  background: #00000080;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  cursor: pointer;
  font-weight: 800;
  color: #fff;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.efeito-hover-galeria .bi {
  font-size: 50px;
  color: #fff
}

.modal-title {
  font-size: 24px;
  color: #000;
  font-family: 'museo_sans700';
}

.caracteristicas {
  width: 100%;
  float: left;
  column-count: 2;
}

.item-caracteristicas {
  color: #2D344D;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 3px;
  padding-left: 20px;

  width: 100%;
  float: left;
  background: url(../images/icone-caracteristica.png) no-repeat center left;
}

.texto {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.texto p {
  color: #2D344D;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

.btn-agenda {
  border: 2px solid #0A9BE1;
  padding: 12px 22px;
  background: #fff;
  color: #0A9BE1 !important;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 22px;
  font-family: 'museo_sans700';
  text-align: left;
  width: 240px;
  float: left;
}

.btn-agenda:hover,
.btn-whatsapp:hover,
.btn-agenda2:hover,
.btn-whatsapp2:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.212);
}

.btn-agenda2 {
  border: 2px solid #0A9BE1;
  padding: 12px 22px;
  color: #0A9BE1 !important;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 22px;
  font-family: 'museo_sans700';
  text-align: left;
  float: left;
}

.btn-whatsapp2 {
  background: #0A9BE1;
  border: 2px solid #0A9BE1;
  padding: 12px 22px;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 22px;
  font-family: 'museo_sans700';
  text-align: left;
  float: left;
}

.btn-whatsapp {
  border: 2px solid #0A9BE1;
  float: left;
  padding: 12px 22px;
  background: #0A9BE1;
  color: #fff !important;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
  font-family: 'museo_sans700';
  width: 240px;
}

.btn-whatsapp .bi {
  font-size: 35px;
  color: #fff;
  margin-right: 15px;
}

.btn-agenda .bi {
  font-size: 35px;
  color: #0A9BE1;
  margin-right: 15px;
}

.aviso {
  position: absolute;
  bottom: 20px;

}

.aviso small {
  color: #444;
  font-size: 13px;
  text-align: left;

}

.btn-whatsapp p,
.btn-agenda p {
  margin-bottom: 0;
  line-height: 22px;
}

.slide-imoveis-view {
  float: left;
  width: 100%;
  position: relative;
  background: #F2F2F2;
}

.slide-imoveis-view figure {
  width: 100%;
  float: left;
  height: 700px;
  margin: 0;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.dataTables_filter,
.dataTables_info {
  display: none !important;
}

.table.dataTable.no-footer {
  border: none !important;
}

.table>:not(caption)>*>* {
  border-color: #eee !important;
}

.btn-whatsapp3 {
  box-shadow: none !important;
  width: 165px;
  padding: 7px 20px;
  text-align: center;
  color: #111 !important;
  border-radius: 39px !important;
  background: #eee;
  font-weight: 800;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.seg-botoao {
  width: 170px;
}

.seg-botoao::after,
.seg-botoao::before {
  display: none !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 30px;
  opacity: 1;
}

.carousel-indicators .active {
  background: #0A9BE1;
}

.imoveis-view-tabela {
  width: 100%;
  float: left;
  background: rgb(242, 242, 242);
  background: -moz-linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgb(238, 238, 238) 100%);
  background: -webkit-linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgb(238, 238, 238) 100%);
  background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgb(238, 238, 238) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#ffffff", GradientType=1);
  padding-bottom: 50px;
}

.topo-tabela {
  border-bottom: 1px solid #ddd;
}

.accordion {
  padding: 15px;
  border-radius: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.accordion-header p b {
  display: none;
}

.accordion-header p {
  margin: 15px 0;
}

.accordion-body {
  background: #f2f2f2;
}

.accordion-button {
  box-shadow: none !important;
  width: 165px;
  float: left;
  padding: 10px 25px;
  text-align: center;
  color: #111 !important;
  border-radius: 39px !important;
  background: #eee;
  font-weight: 800;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;

}

.imoveis-view-tabela h2 {
  color: #262626;
  font-size: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  letter-spacing: -1px;
  font-family: 'museo_sans700';
  z-index: 2;
}

.logo-bairro {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
  border-radius: 50px;
  position: relative;
  border: 5px solid #fff;
  overflow: hidden;
  background: #fff;
}

.logo-bairro img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.imoveis-view-tabela h2 span {
  background: #0A9BE1;
  width: 180px;
  height: 9px;
  border-radius: 10px;
  float: left;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -90px;
  z-index: 1;
}

.menu-bairros .nav-link {
  background: #ddd;
  color: #333;
  padding: 4px 18px;
  margin: 5px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px;
}

.menu-bairros .nav-link:hover,
.menu-bairros .nav-link.active {
  background: #3255A5;
  color: #fff;
}

.itens-detalhes {
  border: 1px solid #ddd;
  text-align: center;
  padding-bottom: 8px;
  border-radius: 10px;
}

.itens-detalhes b {
  border-bottom: 1px solid #ddd;
  text-align: center;
  width: 100%;
  float: left;
  padding: 6px;
  margin-bottom: 6px;
}

.accordion-button:focus {
  background: #3255A5;
  color: #fff !important;
}

.accordion-button:hover {
  background: #3255A5;
  color: #fff !important;
}

.accordion-button::after {
  display: none;
}

.topo-tabela p {
  margin: 15px 0;
  text-align: center;
}

/*Paginação*/
.page-link {
  border: 1px solid #eeeeee;
  font-size: 16px;
  color: #2D344D;
  width: 50px;
  font-family: 'museo_sans500';
  text-align: center;
  border-radius: 30px !important;
  padding: 12px 0;
  margin: 8px;

}

.numselecionado {
  background: #3255A5;
  color: #fff;
}

.page-link:hover {
  background: #3255A5;
  color: #fff;
}

.pop {
  position: fixed;
  width: 100%;
  float: left;
  height: 100%;
  z-index: 8;
  top: 0;
  left: 0;
  background: #00000096;
}

.alert-pop {
  width: 100%;
  max-width: 350px;
  float: left;
}

.alert {
  width: 100%;
  float: left;
}

.alert p {
  font-size: 18px;

}

.alert .bi {
  font-size: 35px;
}

.concluido-sucesso .bi {
  color: #3255A5;
  font-size: 55px;
}

.concluido-sucesso h2 {
  color: #3255A5;
  font-size: 30px;
  font-weight: 600;
}

.btn-ok {
  background-color: #0A9BE1;
  color: #fff !important;
}

.modal.show {
  display: block;
}

/*Noticias*/
.noticias-list {
  width: 100%;
  float: left;
  padding: 0 0 50px 0;
}

.noticias-list .item h2 {
  color: #2D344D;
  font-size: 22px;
  font-family: 'museo_sans700';
  margin-bottom: 0;
}

.noticias-list .item figure {
  width: 100%;
  float: left;
  height: 260px;
  overflow: hidden;
  background-color: #2D344D;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}

.noticias-view {
  width: 100%;
  float: left;
  padding: 0 0 50px 0;
}

.noticias-view p,
.institucional p {
  font-size: 15px;
  line-height: 20px;
  color: #2D344D;
}

/*Institucional*/
.institucional {
  width: 100%;
  float: left;
  padding: 0 0 50px 0;
}

.institucional h2 {
  font-size: 30px;
  color: #3255A5;
  font-family: 'museo_sans700';
  margin-bottom: 20px;
}


/*Contato*/
.contato-rodape {
  width: 100%;
  float: left;
  padding: 65px 0;

}

.formulario-contato {
  width: 100%;
  max-width: 830px;
  border: 1px solid #D9D9D9;
  padding: 120px 0;
}

.formulario-contato .form {
  width: 100%;
  max-width: 530px;
}

.btn-envio {
  background: #0A9BE1;
  color: #fff;
  font-size: 16px;
  font-family: 'museo_sans700';
  padding: 11px 50px;
  border: none;
}

.formulario-contato .form-control {
  border-color: #D9D9D9;
  border-radius: 0;
}

.formulario-contato h3 {
  color: #262626;
  font-size: 30px;
  font-family: 'museo_sans700';
  margin-bottom: 0;
}

.formulario-contato p {
  color: #262626;
  font-size: 20px;
  margin-bottom: 35px;
}

.form-floating>label {
  padding: 16px 20px;
  color: #262626;
}

.mapa {
  width: 100%;
  float: left;
  height: 500px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  overflow: hidden;
  background: #F2F2F2;
}

/*Rodape*/
footer {
  padding: 75px 0;
  background: #F2F2F2;
}

.logo-rodape {
  width: 126px;
  float: left;
}

.menu-rodape {
  margin-bottom: 15px;
}

.menu-rodape .nav-link {
  color: #2D344D;
  font-size: 15px;
  padding: 0 28px 0 0;
  font-family: 'museo_sans500';
}

.menu-rodape .nav-link:last-child {
  padding: 0;
}

.rodape-rede-social a,
.rodape-contato a {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.facebook-rodape span,
.instagram-rodape span {
  width: 22px;
  height: 22px;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-image: url(../images/icone-rede-social-rodape.png);
  margin-right: 12px;
}

.facebook-rodape span,
.telefone-rodape span {
  background-position: top;
}

.instagram-rodape span,
.whatsapp-rodape span {
  background-position: bottom;
}

.facebook-rodape p,
.instagram-rodape p,
.telefone-rodape p,
.whatsapp-rodape p {
  color: #2D344D;
  font-size: 17px;
  font-family: 'museo_sans500';
  line-height: 15px;
}

.telefone-rodape span,
.whatsapp-rodape span {
  width: 22px;
  height: 22px;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-image: url(../images/icone-contato-rodape.svg);
  margin-right: 12px;
}

footer p {
  color: #2D344D;
  font-size: 13px;
  margin-bottom: 0;
}

footer .sm {
  background: url(../images/logo-studiomega.svg) no-repeat center;
  width: 100px;
  height: 54px;
  float: left;
  text-indent: -500000px;
}

.versao_mb {
  display: none;
}

.item-categoria-list {
  background: #000;
  width: 100%;
  height: 350px;
  float: left;
  position: relative;
  border-radius: 15px;
  overflow: hidden;

}

.item-categoria-list figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  opacity: 0.5;
  z-index: 1;
}

.item-categoria-list .detalhe-i {
  position: absolute;
  z-index: 2;
  padding: 20px;
  width: 100%;
  float: left;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 11%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 11%, rgba(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11%, rgba(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#171a27", GradientType=1);
}

.item-categoria-list p {
  color: #fff;
  font-size: 21px;
  margin: 15px 0;
  line-height: 24px;
  font-family: 'museo_sans700';
  text-align: center;
}

/*Aviso de Cookies*/

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #fffffff2;
  ;
  width: 90%;
  margin-left: 5%;
  z-index: 999999999999998;
  bottom: 10px;
  display: flex;

  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
  border: solid 1px #eeeeee;
}

.box-cookies .msg-cookies {

  font-size: 15px;
  color: #333;
  line-height: 22px;
  margin: 0;
  padding: 15px;
}

.box-cookies .btn-cookies {
  margin: 15px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}

.box-cookies .btn-cookies {
  background: #3255A5;
  cursor: pointer;
  align-self: normal;
  font-weight: 800;

}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

.navbar-light .navbar-toggler {
  padding: 0;
  border: none;
  color: #fff;
  font-size: 20px;
  opacity: 1;
  font-size: 24px;
  box-shadow: none;
}

table.dataTable td b {
  display: none !important;
}

.s2 {
  display: none !important;
}

/*MEDIA*/
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-xl {
    max-width: 1500px;
  }

  /*  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{ max-width: 1320px;   }   */
}

@media (max-width: 1500px) {
  .seg_busca_internas {
    position: absolute;
    width: 700px !important;
    margin-left: -475px;
  }
}

@media (max-width: 1398px) {
  .logo-rodape {
    width: 98px;
  }

  .menu-rodape .nav-link {
    padding: 0 20px 0 0;
  }

  .capa-imoveis .col-xxl-3:nth-child(8) {
    display: block;
  }

  .seg_busca_internas {
    position: relative;
    left: 0;
    width: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width:1200px) {
  .aviso {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    bottom: 0;
    float: left;
  }

  .slide-imoveis-view figure {
    height: 700px;
  }

  .s2 {
    display: block !important;
  }

  .s1 {
    display: none;
  }

  .imoveis-view {
    padding-top: 0 !important;
  }

  .header-topo .whatsapp {
    background: #66bb6a;
    padding: 12px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50px;
    z-index: 9999999999;
  }

  .header-topo .whatsapp span {
    width: 40px;
    height: 40px;
    background: url(../images/icone-whatsapp-2.svg) no-repeat center;
  }
}

@media (max-width:990px) {
  .rede-sociais {
    position: relative;
    top: 0;
  }

  .rede-sociais .telefone,
  .rede-sociais .facebook,
  .rede-sociais .instagram,
  .nav-link-icone,
  .rede-sociais .whatsapp p {
    display: none;
  }

  .owl-dots {
    bottom: -2px;
  }

  #navbarSupportedContent {
    padding-top: 0;
  }

  .select-bairro {
    width: 50% !important;
    padding-right: 0;
    border-bottom: 1px solid #eee;
  }

  .btn-busca {
    position: relative;
    margin-top: -70px;
  }

  .input-buscar {
    border-bottom: 1px solid #eee;
  }

  .input-buscar {
    width: 100%;
    height: 55px;
  }

  .select-bairro .form-select {
    height: 55px;
    border-right: 1px solid #eee;
  }

  .btn-busca {
    height: 55px;
    margin-top: -55px;
  }

  .capa-imoveis .col-xxl-3:nth-child(8) {
    display: none;
  }

  .titulo-slide h2 {
    text-align: center;
    font-size: 30px;
    padding: 0 30px
  }

  .topo-tabela .row {
    display: none !important;
  }

  .accordion-header p b {
    display: block;
  }

  .accordion-header p {
    margin: 0;
  }

  .accordion-header {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .slide-imoveis-view figure {
    height: 600px;
  }

  .caracteristicas {
    column-count: 1;
  }

  .formulario-contato {
    padding: 50px;
  }

  .contato-rodape {
    padding: 40px 10px;
  }

  .logo-rodape {
    display: none;
  }

  .copy {
    text-align: center;
  }

  .seg-dados-imoveis {
    padding: 40px 20px 20px 20px;
  }

  .facebook-rodape p,
  .instagram-rodape p,
  .telefone-rodape p,
  .whatsapp-rodape p {
    font-size: 14px;
  }

  .btn-whatsapp {
    width: 100%;
  }

  .btn-agenda {
    width: 100%;
    margin-right: 0;
  }

  .carousel-capa .carousel-indicators {
    margin-bottom: 27px;
  }

  .item-categoria-list .detalhe-i {
    padding: 20px 5px;
  }

  .item-categoria-list {
    height: 250px;
  }

  .item-categoria-list p {
    font-size: 19px;
  }

  .titulo {
    padding: 40px 0;
  }

  .btn-agenda2,
  .btn-whatsapp2 {
    width: 100%;
    text-align: center;
  }


}

@media (max-width: 560px) {

  .imoveis-view .valor h3,
  .imoveis-view h1 {
    font-size: 30px;
  }

  .imoveis-view h4 {
    font-size: 22px;
  }

  .btn-agenda2,
  .btn-whatsapp2 {
    margin-right: 0;
  }

  .capa-imoveis .col-xxl-3:nth-child(8) {
    display: block;
  }

  .versao_mb {
    display: flex !important;
  }

  .versao_pc {
    display: none !important;
  }

  .popup {
    position: absolute;
    padding: 20px;
    background: #fff;
    box-shadow: 3px 2px 23px #00000045;
    z-index: 80000;
    border-radius: 8px;
    left: 0;
    width: 90%;
    margin-left: 5%;
    top: 150px;
  }

  .logo {
    width: 120px;
    height: 72px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
  }

  .imoveis-view .carousel-indicators {
    display: none;
  }
}

@media (max-width: 450px) {
  .slide-imoveis-view figure {
    height: 400px;
  }

  .menu-rodape .nav-link {
    padding: 0 13px 0 0;
  }

  footer {
    padding: 40px 0;
  }

  .titulo h1 {
    font-size: 25px;
  }

  .formulario-contato {
    padding: 45px 20px;
  }

  .capa-imoveis .col-xxl-3:nth-child(8) {
    display: block;
  }

  .menu-rodape .nav-link {
    font-size: 14px;
  }

  .menu-bairros .nav-item {
    width: 100%;
    text-align: center;
  }

  .imoveis-view-tabela h2 {
    font-size: 18px;
  }

  .accordion-header p,
  .menu-bairros .nav-link {
    font-size: 13px;
  }

  .btn-whatsapp2,
  .btn-agenda2 {
    padding: 12px 8px;
    font-size: 14px;
  }

  table.dataTable th,
  table.dataTable td {
    width: 100%;
    float: left;
  }

  .table>thead {
    display: none;
  }

  .btn-whatsapp3 {
    margin-bottom: 20px;
  }

  table.dataTable td b {
    display: block !important;
    width: 100%;
    margin-right: 10px;
    float: left;
    font-size: 12px;
  }

  .table>:not(caption)>*>* {
    border: none;
  }

  table.dataTable tbody tr {
    border-top: 1px solid #eee;
  }

  table.dataTable tbody td {
    padding: 2px 10px !important;
  }

  table.dataTable tbody td.text-center span {
    padding-bottom: 25px !important;
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
    margin-bottom: 20px;


  }
}