@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,800;0,900;1,600&display=swap');

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

body {
  font-family: 'Montserrat', sans-serif;
}

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

article {
  min-height: 300px;
}

.logo {
  background: url(../images/logo-premier.png) no-repeat center;
  text-indent: -500000px;
  float: left;
  width: 200px;
  height: 47px;
  margin: 17px 0;
}

.navbar-light {
  background-color: #171B27 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 5px;
}

.navbar-toggler {
  float: left;
  border: none;
  margin: 24px 32px 24px 0;
  box-shadow: none;
  padding: 0;
}

.navbar-toggler .bi {
  font-size: 32px;
  color: #fff;
  padding: 0;
}

.nav-link {
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 20px;
}

.nav-link:hover {
  background: #FFC300;
  color: #171B27 !important;
  font-weight: 600;
}

/*
.rede-sociais{
  float: right;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 8px;
} */
.rede-sociais a {
  margin-left: 12px;
  float: left;
}

.rede-sociais span {
  width: 32px;
  height: 32px;
  float: left;
  background: url(../images/icones-rede-social.png) no-repeat;
}

.facebook span {
  background-position: left;
}

.instagram span {
  background-position: center;
}

.whatsapp span {
  background-position: right;
}

/*
.whatsapp p{
  float: left;
  color: #000;
  margin-left: 12px;
  margin-bottom: 0;
}*/
.facebook p,
.instagram p,
.whatsapp p {
  display: none;
}

.bg-dark,
.text-bg-dark {
  background-color: #171B27 !important;
}

.buscar p {
  color: #DBAB0F;
  font-size: 18px;
  margin: 0;
}

.condominios {
  width: 100%;
  float: left;
  padding: 60px 0;
}

.condominios h2 {
  color: #171B27;
  font-size: 40px;
  margin-bottom: 30px;
}

.condominios .item {
  width: 100%;
  float: left;
  height: 415px;
  border-radius: 15px;
  background: #171B27;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.condominios .item h3 {
  background: #D2AE6D;
  color: #202020;
  padding: 12px;
  float: left;
  position: absolute;
  bottom: 20px;
  font-size: 24px;
  z-index: 3;
}

.efeito {
  background: #000000;
  width: 100%;
  float: left;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.condominios .item:hover .efeito {
  opacity: 0.5;
}

.sobre-capa {
  background: #D2AE6D;
  width: 100%;
  float: left;
}

.sobre-capa h2 {
  font-size: 25px;
  color: #171B27;
  font-weight: 800;
  margin-bottom: 50px;
}

.sobre-capa p {
  font-size: 18px;
  color: #171B27;
  line-height: 25px;
}

.sobre-capa img {
  bottom: -100px;
  z-index: 5;
  position: relative;
  right: -10px;
}

.seg-sobre-capa {
  padding: 60px 0 60px 60px;
}

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

.titulo h1 {
  color: #171B27;
  font-size: 38px;
  margin-bottom: 0;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: -2px;
}

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

.breadcrumb-item.active {
  color: #333 !important;
}

.institucional,
.fale-conosco,
.imoveis-list,
.imoveis-view {
  background: url(../images/sombra.png) no-repeat center top;
  width: 100%;
  float: left;
  padding: 80px 0;
}

.imoveis-view {
  padding: 50px 0;
}

.cinza {
  background: url(../images/sombra.png) no-repeat center top #f8f8f8;
}

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

.item-imoveis-capa {
  width: 100%;
  float: left;
  height: 550px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.item-imoveis-capa .seg-detalhe {
  background: #171b27e0;
  padding: 35px;
  width: 100%;
  float: left;
  border-radius: 50px 50px 0 0;
}

.item-imoveis-capa .seg-detalhe h2 {
  margin: 0 0 10px 0;
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}

.item-imoveis-capa .seg-detalhe p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.item-imoveis-capa .seg-detalhe b {
  margin: 0;
  font-size: 15px;
  color: #FFC300;
  font-weight: 600;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #171b2762;
  z-index: 99999999;
}

.carousel-indicators [data-bs-target] {
  background-color: #ddd;
}

.carousel {
  padding-bottom: 0px;
}

.carregando {
  display: none;
}

/*Institucional*/
.institucional h2 {
  color: #171B27;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}

.institucional p {
  font-size: 17px;
  color: #171B27;
  line-height: 27px;
  text-align: justify;
}

/*Videos*/
.videos h2 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.videos figure {
  width: 100%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}

.videos figure {
  position: relative;
}

.videos figure span {
  background: rgba(0, 0, 0, 0.445);
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
}

.videos figure span .bi {
  color: #fff;
  font-size: 60px;
}

/*Imoveis*/
.item-imoveis-list {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.item-imoveis-list h2 {
  font-size: 19px;
  color: #171B27;
  margin: 0;
  font-weight: 600;
}

.item-imoveis-list p {
  font-size: 15px;
  color: #171B27;
  margin-bottom: 0;
}

.figure {
  width: 100%;
  position: relative;
}

.valor-list {
  font-size: 20px !important;
}

.ref {
  float: left;
  font-size: 14px;
  color: #333;
}

.tipo {
  background: #FFC300;
  padding: 0px 12px;
  color: #171B27;
  font-weight: 800;
  border-radius: 12px;
  font-size: 13px;
  text-transform: uppercase;
}

.item-imoveis-list figure {
  width: 100%;
  height: 240px;
  overflow: hidden;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  border-radius: 10px;
}

.item-imoveis-list figure span {
  background: #000000bf;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.item-imoveis-list figure span p {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #FFC300;
}

.i-terreno,
.i-construcao,
.i-dormitorio,
.i-vaga,
.i-banheiro {
  color: #333;
  font-size: 14px;
}

.i-terreno span,
.i-construcao span,
.i-dormitorio span,
.i-vaga span,
.i-banheiro span {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.i-terreno span {
  background: url(../images/icone-terreno.svg) no-repeat center;
}

.i-construcao span {
  background: url(../images/icone-contrucao.svg) no-repeat center;
}

.i-dormitorio span {
  background: url(../images/icone-dormitorios.svg) no-repeat center;
}

.i-vaga span {
  background: url(../images/icone-vaga.svg) no-repeat center;
}

.i-banheiro span {
  background: url(../images/icone-bainhero.png) no-repeat center;
}

.i-terreno .bi,
.i-construcao .bi,
.i-dormitorio .bi,
.i-vaga .bi {
  margin-right: 5px;
}

.valor p {
  font-size: 15px;
  color: #171B27;
}

.valor h3 {
  font-size: 35px;
  color: #171B27;
  margin-bottom: 25px;
}

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

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

.carousel-indicators .active {
  background: #c59c19;
}

.imoveis-view h1 {
  font-size: 45px;
  color: #171B27;
  font-weight: 600;
  letter-spacing: -2px;
}

.imoveis-view h4 {
  font-size: 18px;
  color: #171B27;
  font-weight: 700;
}

.imoveis-view .texto p {
  font-size: 14px;
  color: #171B27;
  text-align: justify;
}

.seg-galeria-imoveis .slide {
  display: none;
}

.caracteristicas {
  width: 100%;
  float: left;
  column-count: 2;
  margin-bottom: 20px;
}

.texto {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.item-caracteristicas {
  color: #171B27;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 3px;
  width: 100%;
  float: left;
}

.item-caracteristicas .bi {
  color: #c59c19;
  font-size: 10px;
}

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

.seg-galeria-imoveis {
  background: #eee;
  width: 100%;
  float: left;
  border-radius: 15px;
  overflow: hidden;
}

.seg-foto figure {
  width: 100%;
  float: left;
  height: 550px;
  overflow: hidden;
  margin-bottom: 0;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.imoveis-list h3 {
  font-size: 35px;
  color: #171B27;
  margin-bottom: 35px;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
  bottom: 10px;
}

.veja-mais {
  padding: 12px 35px;
  font-size: 16px;
  color: #333;
  background: transparent;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #ccc;
  font-weight: 700;
}

.veja-mais:hover {
  background: #ccc;
  color: #333;
}

/*Noticias*/
.noticias-list h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.noticias-list .item figure,
.galeria-de-fotos .item figure {
  width: 100%;
  float: left;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}

.noticias-list .item .img-capa,
.galeria-de-fotos .item .img-capa {
  position: relative;
  left: 0;
  top: 0;
  max-width: 120%;
  max-height: 120%;
  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;
}

.noticias-list .item:hover .img-capa,
.galeria-de-fotos .item:hover .img-capa {
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  opacity: 0.6;
}

.noticias-list .item p {
  font-size: 15px;
  color: #333;
}

.noticias-list h3 {
  font-size: 30px;
  text-align: center;
  color: #222;
  font-weight: 800;
  margin-bottom: 30px;
}

.compartilha,
.btao_whatsapp {
  padding: 6px 20px;
  color: #FFF !important;
  font-size: 15px;
  border-radius: 30px;
}

.compartilha .bi {
  font-size: 18px;
  margin-right: 5px;
}

.compartilha.facebook {
  background: #1541a0;
  margin-right: 15px;
}

.compartilha.facebook:hover {
  background: #0c2d74;
}

.compartilha.whatsapp,
.btao_whatsapp {
  background: #3fb779;
}

.compartilha.whatsapp:hover {
  background: #349965;
}

.noticia_view h1 {
  font-size: 46px;
  color: #222;
  text-align: center;
  font-weight: 700;
  line-height: 48px;
}

.noticia_view p {
  font-size: 16px;
  color: #222;
  text-align: justify;
  line-height: 27px;
}

.subtitulo {
  font-size: 15px;
  color: #333;
  text-align: center !important;
  padding: 0 50px;
}

.buscar {
  position: relative;
}

.buscar .form-control {
  width: 395px;
  height: 44px;
  border-radius: 8px;
  background: #2B303C;
  border: none;
  color: #fff;
}

.btn-buscar {
  width: 30px;
  height: 44px;
  float: left;
  border: none;
  text-indent: -500000px;
  background: url(../images/ico-busca.svg) no-repeat center;
  z-index: 5;
  position: absolute;
  right: 10px;
}

.btn-whatsapp {
  padding: 15px 30px;
  background: #4caf50;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  text-align: center;
}

.btn-whatsapp:hover {
  background: #439e46;
}

.btn-local {
  padding: 15px 30px;
  background: transparent;
  color: #c59c19 !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  border: 2px solid #c59c19;
}

.btn-local:hover {
  background: #c59c19;
  color: #fff !important;
}

.modal-title {
  color: #171B27;
  font-weight: 700;
}

.fale-conosco p {
  font-size: 17px;
  color: #171B27;
  line-height: 27px;
}

.fale-conosco .btn-dark {
  padding: 12px 30px;
  border-radius: 50px;
}

.fale-conosco figure {
  width: 100%;
  float: left;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd
}

/*PAGINAÇÃO*/
.page-link {
  font-weight: 700 !important;
  padding: 9px 12px !important;
  font-size: 18px;
  background: #fff;
  border: 2px solid #eee;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #222 !important;
  margin-right: 8px;
  border-radius: 30px !important;
}

.page-link:hover {
  background: rgb(241, 181, 14);
  border-color: rgb(241, 181, 14);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }

}

/*Rodape*/
footer {
  background: #262626;
}

.seg-rodape {
  background: #202020;
  padding: 80px 20px;
  float: left;
  width: 100%;
}

footer p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}

footer .im {
  background: url(../images/logo-imobbi.svg) no-repeat center;
  width: 130px;
  height: 24px;
  float: left;
  text-indent: -500000px;
}

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

.menu-rodape {
  border-bottom: 3px solid #D2AE6D;
}

.menu-rodape .nav-link {
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  color: #fff;
  font-size: 19px;
  border-radius: 50px;
}

.menu-rodape .nav-link:hover {
  background: #D2AE6D;
  color: #000;
}

.seg-rodape img {
  margin-bottom: 20px;
}

.seg-rodape .whatsapp {
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin-bottom: 9px;
  float: left;
}

.seg-rodape .whatsapp .bi {
  font-size: 30px;
}

.seg-rodape .whatsapp b {
  font-size: 25px;
}

.seg-rodape .facebook {
  width: 27px;
  height: 27px;
  text-indent: -50000px;
  float: left;
  background: url(../images/icones-rede-social.png) no-repeat left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.seg-rodape .instagram {
  width: 27px;
  height: 27px;
  text-indent: -50000px;
  float: left;
  background: url(../images/icones-rede-social.png) no-repeat center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  margin: 0 8px;
}

.rede-social-rodape {
  width: 100%;
  float: left;
}

.rede-social-rodape p {
  text-align: left;
  font-size: 17px;
  float: left;
}

/*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: #000;
  cursor: pointer;
  align-self: normal;
  font-weight: 800;

}

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

/*MEDIA*/

@media (max-width: 1400px) {
  .seg-sobre-capa {
    padding-left: 0;
  }

  .menu-rodape .nav-link {
    padding: 6px 18px;
    font-size: 18px;
  }

  .seg-rodape {
    border-radius: 0 0 30px 30px;
    padding: 30px;
  }


}

@media (max-width:1190px) {
  .busca-topo {
    display: none;
  }

  .menu-rodape .nav-link {
    padding: 6px 10px;
    font-size: 17px;
  }

  .seg-galeria-imoveis .slide {
    display: block;
  }

  .seg-foto-full,
  .seg-galeria-imoveis .row {
    display: none;
  }


}

@media (max-width:990px) {
  .seg-foto figure {
    height: 400px;
  }

  .i-terreno,
  .i-construcao,
  .i-dormitorio,
  .i-vaga,
  .i-banheiro {
    font-size: 13px;
  }

  footer .nav-item {
    width: 100%;
    float: left;
    text-align: center;
  }

  .imoveis-view h1,
  .titulo h1 {
    font-size: 35px;
  }

  .imoveis-list h3,
  .valor h3 {
    font-size: 30;
  }

  footer p {
    text-align: center;
  }
}

@media (max-width: 768px) {

  .rede-topo .facebook,
  .rede-topo .instagram {
    display: none;
  }

  .item-imoveis-capa {
    height: 500px;
  }

  .item-imoveis-capa .seg-detalhe {
    padding: 20px;
    border-radius: 30px 30px 0 0;
  }

  .sobre-capa img {
    bottom: 50px;
    z-index: 5;
    position: relative;
    right: 0;
  }

  .btn-whatsapp,
  .btn-local {
    width: 100%;
    margin-top: 15px;
    float: left;
  }
}

@media (max-width: 450px) {}