@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

a,
a:hover {
  text-decoration: none;
  color: #000;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  background: #fff;
  font-weight: 300;
}

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

.header-mapa > .navbar {
    background-color: black;
} 

article {
  min-height: 700px;
}

.capa {
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  float: left;
  padding-top: 130px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #000;
}

.capa figure {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 0;
  overflow: hidden;
  left: 0;
  opacity: 0.5;
  /*background: url(../images/capa.jpg) no-repeat center top;*/
}

.frase {
  position: relative;
  width: 100%;
  float: left;
  z-index: 3;
}

.frase h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.frase p {
  color: #fff;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 0;
}

.frase small {
  color: #fff;
  font-style: italic;
  font-size: 12px;
}

.btao-pesquisa {
  border: 1px solid #fff;
  padding: 15px 25px;
  float: left;
  margin-top: 60px;
  color: #fff;
  background: none;
  text-transform: uppercase;
  transition: background 1s;
}

.btao-pesquisa:hover {
  background: #fff;
  color: #000;
}

.whatsapp_lateral {
  width: 80px;
  height: 80px;
  float: left;
  background: url(../images/icone-whatsapp-lateral.svg) no-repeat center;
  position: fixed;
  text-indent: -8000000px;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.seg-topo {
  overflow: hidden;
  padding: 20px;
  position: absolute;
  height: 100%;
  width: 100%;
}

.menu-interno {
  background: #000;
  min-height: 140px;
}

.menu {
  position: absolute;
  height: 100%;
  overflow: hidden;
}

article {

  min-height: 300px;
}

#conteudo {
  width: 100%;
  float: left;
  position: absolute;
  top: 100%;
}

.logo {
  background: url(../images/logo-up-real-estate.svg) no-repeat center;
  text-indent: -500000px;
  float: left;
  width: 154px;
  height: 80px;
  margin: 30px 0;
}

.seg-topo .navbar {
  top: 20px;
  left: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  position: relative;
  font-size: 13px;
  padding: 5px 18px;
  border-radius: 30px;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;

}

.navbar-light .navbar-nav .nav-link:hover {
  background: #262626;
  color: #fff !important;
}

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

.navbar .rede-sociais {
  /* margin-right: 15px;*/
}

.navbar .rede-sociais span {
  width: 21px;
  height: 21px;
  float: left;
  /*background: url(../images/icone-rede-social-topo.png) no-repeat;*/
}



.sobre-nos .rede-sociais .youtube span {
  width: 80px !important;

}

.sobre-nos .rede-sociais a {
  margin: 0 20px 0 0;
}

/*.rede-sociais .facebook span {
  background-position: left;
}

.rede-sociais .instagram span {
  background-position: left;
}

.rede-sociais .youtube span {
  width: 35px;
  background-position: center;
}
*/
.rede-sociais .whatsapp span {
  /*background-position: right;*/
  background: url(../images/icone-whatsapp.png) no-repeat center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.whatsapp p {
  float: left;
  font-size: 13px;
  margin-left: 12px;
  margin-bottom: 0;
  color: #fff;
}

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

/*.rede-sociais .whatsapp p{
  display: block !important;
  font-size: 16px;
  color: #fff;
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
}*/
.rede-sociais-rodape {
  float: left;
}

.rede-sociais-rodape a {
  margin-right: 16px;
  float: left;
}

.rede-sociais-rodape span {
  width: 36px;
  height: 36px;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background: url(../images/icones-rede-social-rodape.png) no-repeat;
}

.rede-sociais-rodape .instagram span {
  background-position: left;
}

.rede-sociais-rodape .youtube span {
  background-position: center;
  width: 50px;
}

.rede-sociais-rodape .whatsapp span {
  background-position: right;
}

.navbar-toggler {
  padding: 0;
  color: #fff;
  font-size: 32px;
  border: none;
  margin-right: 80px;
  box-shadow: none !important;
}

.pesquisa2 {
  font-size: 23px;
  color: #fff;
  margin-right: 3px;
  margin-top: -3px;
}


.imoveis-view .btn {
  border-radius: 8px !important;
  background: #eee;
  color: #333;
  font-size: 14px;
  box-shadow: none;
}

.dropdown-toggle::after {
  display: none;
}

.imoveis-view .dropdown-item.active,
.imoveis-view .dropdown-item:active {
  background: #ddd;
}

.detalhe {
  width: 100%;
  height: 380px;
  position: absolute;
  z-index: 2;
  top: 0;
  background: url(../images/bg.png) repeat-x top;
}

.detalhe2 {
  width: 100%;
  height: 680px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: url(../images/bg2.png) repeat-x bottom;
}

.navbar {
  z-index: 1000;
}

.top-nav-collapse {
  backdrop-filter: blur(6px);
  background: #ffffffec;
  transition: background 1s;
  top: 0 !important;
  box-shadow: 1px 2px 20px 0px #00000014;
}

.top-nav-collapse .logo {
  width: 113px;
  background: url(../images/logo-up-real-estate-2.svg) no-repeat center;
  height: 60px;
  margin: 20px 0;
  transition: height 0.8s;
}

.top-nav-collapse.navbar-light .navbar-nav .nav-link,
.top-nav-collapse .whatsapp p {
  color: #1A1A1A;
}

.top-nav-collapse .rede-sociais .whatsapp span {
  background: url(../images/icone-whatsapp-2.png) no-repeat center;
}

.top-nav-collapse svg {
  color: #000;
}

.box1 {
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 50px;
}

.box1 h2 {
  margin-bottom: 60px;
  color: #000000;
  font-size: 30px;
  font-weight: 200;
  text-transform: uppercase;
}

.box1 .item {
  width: 100%;
  height: 330px;
  float: left;
  background: #000;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.box1 .item h3 {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 100px 0 30px 0;
  margin-bottom: 0;
  background: #000;
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.item:hover .h3 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  -webkit-transition: height .8s linear;
  transition: height .8s linear;
  transition-delay: .8s;
}
.box1 .item .img-capa{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 120%;
  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;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}
.box1 .item:hover .img-capa, .imoveis-capa .item:hover .img-capa, .condominios-capa .item:hover .img-capa  {
   transform: scale3d(1, 1 , 1);
  -webkit-transform: scale3d(1, 1 , 1);
  opacity: 0.6;
}
.imoveis-capa .img-capa, .condominios-capa  .img-capa{
left: 0;
  top: 0;
  z-index: 2;
  width: 105%;
  height: 105%;       
  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;
}

.i1 {
  background: url(../images/img-1.jpg) no-repeat center top;
}

.i2 {
  background: url(../images/img-2.jpg) no-repeat center top;
}

.i3 {
  background: url(../images/img-3.jpg) no-repeat center top;
}

/***/
.imoveis-destaque .carousel {
  background: #000;
}


.imoveis-destaque .carousel .item h2 {
  font-size: 23px;
  width: 100%;
  color: #fff;
  float: left;
  margin-bottom: 15px;
}

.imoveis-destaque .carousel .item h3 {
  font-size: 43px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  float: left;
  margin-bottom: 15px;
}

.imoveis-destaque .carousel .item p {
  color: #333;
  font-size: 16px;
  position: relative;
  width: 100%;
  float: left;
}

.imoveis-destaque .carousel .itens-classificacao {
  width: 100%;
  float: left;

}

.imoveis-destaque .carousel .itens-classificacao div {
  font-size: 14px;
  margin-bottom: 10px;

}



/**/

.carousel-capa {
  width: 100%;
  height: 800px;
  float: left;
  position: relative;
  z-index: 1;
}

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

.carousel-indicators [data-bs-target] {
  width: 45px;
  height: 5px;
  border: 0;
  border-radius: 10px;
}

.carousel-indicators .active {
  background-color: #262626;
}

.busca {
  position: relative;
  width: 100%;
  float: left;
  z-index: 5;
}

.busca h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.busca form {
  background: #0D0D0D;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ffffff1e;
}

.busca form input {
  background: none !important;
  padding: 15px;
  color: #fff !important;
}

.busca form input::placeholder {
  color: #fff;
}

.busca .btn {
  width: 100%;
  float: right;
  border-radius: 6px;
  padding: 15px;
  width: 50px;
  height: 50px;
  text-indent: -50000000px;
  background: url(../images/icone-busca.png) no-repeat;
  border: none !important;
  box-shadow: none !important;
  font-weight: 600;
}

.busca .form-control {
  border: none;
  box-shadow: none;
}

.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000d7;
  top: 0;
  left: 0;
  z-index: 999999;
}

.alert-pop {
  width: 100%;
  max-width: 400px;
  float: left;
  padding: 50px 20px;
  border-radius: 10px;
}

.spinner-border {
  --bs-spinner-width: 60px;
  --bs-spinner-height: 60px;
  --bs-spinner-border-width: 2px;
  /* border: 3px solid #fff;*/
}

.alert-pop img {
  position: absolute;
  top: 17px;
  left: 50%;
  margin-left: -12px;
}

.alert-pop .bi {
  font-size: 40px;
  color: #262626;
}

.alert-pop h2 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

/*.titulo{
  background: #eee;
  padding: 30px 0;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}*/

/*.titulo span{
  background: url(../images/detalhe-titulo.svg) no-repeat center;
  width: 236px;
  height: 281px;
  float: left;
  position: absolute;
  top: -50px;
  margin-left: -85px;
  opacity: 0.25;
  z-index: 1;
}*/
.breadcrumb,
.breadcrumb a {
  color: #333 !important;
  font-size: 15px !important;
  z-index: 1;
  position: relative;
  line-height: 20px !important;
}

.filtro-bairros {
  background: none !important;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  border-radius: 30px;
}

.dropdown-menu {
  width: 250px;
  border: none;
  margin-top: 15px;
  background: #fff;
  padding: 8px;
  max-height: 300px;
  overflow: auto;

}

.dropdown-item {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 8px;
  white-space: normal;
  text-align: center;
  line-height: 18px;
}

.dropdown-item:hover {
  background: #262626;
  color: #fff;
}



.institucional,
.fale-conosco,
.imoveis-list,
.imoveis_view,
.galeria-view {
  width: 100%;
  float: left;
  padding: 90px 0;
}

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

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.pt-100 {
  padding-top: 100px;
}

/*
*/
.imoveis-destaque {
  width: 100%;
  float: left;
  padding: 0 20px;
}

.imoveis-destaque .item {
  padding-bottom: 60px;
  background: #000;
  background: linear-gradient(226deg, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 1) 120%);
}

.imoveis-destaque .carousel {
  width: 100%;
  float: left;
  background: #000;
}

.imoveis-destaque .carousel-control-prev,
.imoveis-destaque .carousel-control-next {
  font-size: 45px;
  z-index: 3;
  width: 8%;
}

.imoveis-destaque .carousel-indicators [data-bs-target] {
  z-index: 2;

}

.imoveis-destaque .carousel-item figure {
  width: 100%;
  height: 800px;
  float: left;
  opacity: 0.5;
  margin: 0;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.imoveis-capa {
  width: 100%;
  float: left;
  padding: 100px 0 130px 0;
}

.titulo h1,
.titulo h2,
.titulo h4,
.titulo h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 50px;
}

.titulo h1 p {
  font-size: 18px;
  margin-top: 15px;
}

.imoveis-capa figure {
  width: 100%;
  float: left;
  height: 100%;
  z-index: 1;
  position: absolute !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  margin-bottom: 0;
}

.seg-inf {
  padding: 40px 30px;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.i-lancamento .seg-inf {
  background: #262626;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, #262626  91%);
}


.imoveis-capa .item {
  width: 100%;
  overflow: hidden;
  float: left;
  height: 450px;
  background: #000;
}
.i-lancamento {
  background: #262626 !important;
}

.imoveis-capa .item h3,
.imoveis-capa .item h2 {
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}

.i-lancamento h3{
   font-size: 18px !important;
   margin-bottom: 0;
}
.imoveis-capa .item p {
  font-size: 14px;
  margin-bottom: 20px;
}

.imoveis-capa .item .valor {
  font-size: 17px;
  color: #fff;
  font-weight: 800;
}


.imoveis-capa .item .saiba-mais {
  width: 100%;
  float: left;
  padding: 15px 30px;
  background: #262626;
  border: none;
  border-radius: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}

.veja-mais {
  float: left;
  padding: 15px 50px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 80px;
  color: #333 !important;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}

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

.itens-classificacao {
  column-count: 4;
}

.itens-classificacao div {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.tamanho {
  padding-left: 30px;
  background: url(../images/icone-tamanho.png) no-repeat center left;
}

.terreno {
  padding-left: 30px;
  background: url(../images/icone-terreno.png) no-repeat center left;
}

.banheiro {
  padding-left: 30px;
  background: url(../images/icone-bainhero.png) no-repeat center left;
}

.vaga {
  padding-left: 30px;
  background: url(../images/icone-vaga.png) no-repeat center left;
}

.ref {
  padding-left: 30px;
  background: url(../images/icone-referencia.png) no-repeat center left;
}

.sobre-nos {
  width: 100%;
  float: left;
  padding: 100px 0 100px 0;
  min-height: 930px;
}

.sobre-nos h2 {
  font-size: 60px;
  font-weight: 200;
  line-height: 44px;
  margin-bottom: 10px;
}

.sobre-nos h3 {
  font-size: 35px;
  font-weight: 200;
  color: #333333;
  line-height: 44px;
  margin-bottom: 35px;
}

.sobre-nos figure {
  position: absolute;
  width: 49%;
  height: 730px;
  top: 100px;
  right: 20px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.sobre-nos p {
  font-size: 18px;
  line-height: 30px;
}

.btn-fale-consoco {
  background: #262626;
  color: #fff;
  margin-top: 25px;
  float: left;
  padding: 16px 45px;
  border: 1px solid #262626;
  transition: background 0.8s;
}

.btn-fale-consoco:hover {

  color: #262626;
  background: #fff;
}

.item_equipe h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

.item_equipe p {
  width: 100%;
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

.item_equipe figure {
  width: 100%;
  float: left;
}

.condominios-capa {
  width: 100%;
  float: left;
  padding: 80px 0;
}

.condominios-capa h2 , .lancamento h2{
  margin-bottom: 50px;
  color: #000000;
  font-size: 48px;
  font-weight: 200;
}

.condominios-capa .item {
  width: 100%;
  float: left;
  height: 360px;
  position: relative;
  background: #1A1A1A;
  border: 1px solid #fff;
  background: #000;
  overflow: hidden;
}

.condominios-capa .item figure {
  width: 100%;
  position: absolute;
  height: 100%;
  float: left;
  background-size: cover !important;
  opacity: 0.5;
  z-index: 1;
  margin: 0;
  -webkit-background-size: cover !important;
}

.condominios-capa .item h3 {
  color: #fff;
  font-size: 24px;
  z-index: 2;
  width: 400px;
  text-align: center;
  position: relative;
}

.condominios-capa .item:hover figure {
  opacity: 0.3;
  backdrop-filter: blur(20px);

}

/*IMOVEIS*/
.ref {
  float: left;
  font-size: 14px;
  color: #000;
}

.tipo {
  background: #eee;
  padding: 0px 12px;
  color: #000;
  font-weight: 500;
  border-radius: 12px;
  font-size: 13px;
  text-transform: uppercase;
}

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

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

  float: left;
}

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

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

.btn-local:hover {
  background: #ddd;
}

.i-terreno,
.i-construcao,
.i-dormitorio,
.i-vaga,
.i-banheiro {
  padding: 12px;
  background: #F2F2F2;
  font-size: 16px;
  height: 100%;
}

.i-terreno span,
.i-construcao span,
.i-dormitorio span,
.i-vaga span,
.i-banheiro span {
  width: 25px;
  height: 100%;
  float: left;
  margin-right: 12px;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

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

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

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

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

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

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

#form_contato .form-control,
.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  border: 2px solid #B1B1B1 !important;
  background: #fff;
  color: #000 !important;
  font-size: 16px;
  box-shadow: none;
  border-radius: 0;
}

.valor p {
  font-size: 30px !important;
  font-weight: 500;
  margin-bottom: 25px;
}

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

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

.mapa-l {
  width: 100%;
  float: left;
  height: 350px;
}

.seg-corretor,
.seg-lateral {
  background: #F2F2F2;
}

.seg-corretor figure {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-bottom: 10px;
  background: #333;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.seg-corretor a {
  padding: 5px 25px;
  background: #4caf50;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  float: left;
}

.seg-corretor p b {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.seg-corretor p {
  font-size: 13px !important;
  margin: 0 0 5px 0;
}

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

.imoveis-view .carousel-indicators .active {
  background: #004D2C;
}

.imoveis-view h1 {
  font-size: 30px;
  margin-bottom: 0;
  position: relative;
}

.seg-dados-imoveis,
.seg-lateral {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 30px 0;
}

.seg-lateral {
  position: sticky;
  top: 0;
  left: 0;
}

.bg-none {
  background: none;
}

.slide-imoveis-view .owl-carousel .owl-item img {
  height: 600px !important;
}

.text-bg-warning {
  background: #262626 !important;
  color: #fff !important;
  font-size: 15px;
}

.imoveis-view p {
  font-size: 16px;

}

.subtitulo {
  font-size: 18px !important;
  font-weight: 500;
}

.imoveis-view .texto p {
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}

.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 {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 3px;
  width: 100%;
  float: left;
}

.area p b {
  font-size: 15px !important;
  font-weight: 600;
}

.area p {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 3px;
  width: 100%;
  float: left;
}

.item-caracteristicas .bi,
.area .bi {
  color: #262626;
}

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

/**/

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-dots {
  justify-content: center;
  margin-top: 40px;
  display: flex !important;
}

.owl-carousel .owl-dot {
  border-radius: 20px;
  width: 45px;
  height: 5px;
  background: #fff !important;
  margin: 0 5px;
  opacity: 0.3;
}

.owl-dot.active {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 43px;
  float: left;
  text-indent: -80000000px;
}

.owl-carousel .owl-nav button.owl-next {
  background: url(../images/prox2.png) no-repeat center;
  float: right;
  right: -50px;
  position: relative;

}

.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
  position: relative;
  background: url(../images/ant2.png) no-repeat center;
}

.owl-nav {
  width: 100%;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}


.seg-galeria-fotos .slide {
  display: none !important
}

.seg-galeria-fotos .owl-carousel .owl-nav button.owl-prev {
  left: 20px !important;
}

.seg-galeria-fotos .owl-carousel .owl-nav button.owl-next {
  right: 20px !important;
}

.seg-galeria-fotos .slide figure {
  width: 0;
  height: 0;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.seg-galeria2 {
  margin-top: 30px;
  padding: 0 20px;
}

.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: 0;
}

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

}

.seg-foto-full figure,
.seg-foto-min figure,
.imoveis-capa figure {
  position: relative;
}

.seg-foto-full figure::after,
.seg-foto-min figure::after,
.imoveis-capa figure::after,
.fancybox-content::after,
.imoveis-destaque .carousel-item figure::after,
.condominios-capa .item figure::after,
.ig_capa::after
 {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/marca-dagua.png) no-repeat center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

/*.fancybox-slide::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 999999999;
}*/

.seg-galeria-imoveis {

  width: 100%;
  float: left;
  border-radius: 12px;
  overflow: hidden;
}

.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: 500;
  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
}

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

/*Institucional*/
.institucional h2 {
  font-size: 36px;
  font-weight: 600;
}

.institucional h3 {
  font-size: 23px;
  font-weight: 600;
}

.institucional p {
  font-size: 17px;
  line-height: 27px;
}

/*Fale Conosco*/
.fale-conosco p,
.fale-conosco a {
  color: #000;
  font-size: 18px;
  line-height: 27px;
}

.contato-capa {
  width: 100%;
  float: left;
  background: #F2F2F2;
  padding: 80px 0 120px 0;
}

.contato-capa h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.contato-capa p {
  font-size: 18px;
  margin-bottom: 40px;
}

.contato-capa .form-control,
.contato-capa .form-floating>.form-control,
.contato-capa .form-floating>.form-control-plaintext,
.contato-capa .form-floating>.form-select,
.input-form {
  background: #fff;
  border: 2px solid #B1B1B1 !important;
  border-radius: 0;
}

.input-form {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: #fff;
  border: 2px solid #B1B1B1 !important;
  border-radius: 0;
}

.fale-conosco .form-floating>.form-control,
.fale-conosco .form-floating>.form-control-plaintext {
  border-radius: 0;
  background: none;
  color: #fff !important;
  font-size: 16px;
}

.mapa_contato {
  width: 48%;
  position: absolute;
  height: 700px;
  min-height: 300px;
  right: 20px;
  top: 90px;
}

.form-control {
  font-size: 14px;
}

.form-floating>label {
  font-size: 14px;
}

.btn-envio {
  padding: 16px 20px;
  background: #000 !important;
  border: none;
  border-radius: 0;
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  max-width: 230px;
}

.contato-capa .form-check-label {
  font-size: 14px;
}

.mapa {
  width: 100%;
  height: 450px;
  float: left;
}


#typing {
  font-family: monospace;
  white-space: pre;
  border-right: 2px solid black;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.faixa-de-preco {
  background: #fff;
  padding: 5px 40px 20px 40px;
  width: 100%;

}

.noUi-horizontal .noUi-tooltip {
  font-size: 10px;
}

.noUi-horizontal {
  height: 6px !important;
}

.noUi-connect {

  background: #333333 !important;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none !important;
}

.noUi-horizontal .noUi-handle {
  width: 15px !important;
  height: 15px !important;
  right: -5px !important;
  top: -6px !important;
  border-radius: 15px;
}

.noUi-tooltip {
  padding: 2px 5px !important;
}

.seg-faixa-preco {
  width: 100%;
  float: left;
  border: 2px solid #B1B1B1 !important;
}

.seg-faixa-preco label {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  position: relative;
  font-size: 14px;
  height: auto !important;
  color: #444;
}

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

.page-link:hover {
  background: #F2F2F2;
}

.numselecionado {
  border-color: #000;
  background: #000;
  color: #fff !important;
}

/*Rodape*/
footer {
  padding: 40px 0 40px 0;
  background: #0D0D0D;
}

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

footer .a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.img-logo {
  width: 170px;
  float: left;
}

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

footer .luno {
  background: url(../images/logo-luno.svg) no-repeat center;
  width: 70px;
  height: 38px;
  float: left;
  text-indent: -500000px;
}

footer .link {
  font-size: 15px;
  color: #fff;
}

/*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: 500;

}

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

/*MEDIA*/

@media (min-width: 1550px) {
  .container {
    max-width: 1500px;
  }
  .capa figure video{
  width: 100%;
  }
 
}
.videoC{
   width: 100%;
   height: 100%;
 }
 .segVideo{
    width: 120%;
    height: 120%;
    position: absolute;
    left: -10%;
    top: -10%;
 }
 .ig_capa{
  width: 100% ;
    height: 100% ;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    object-fit: cover;
    /*  animation: zoomInOut 10s linear infinite;
      transform-origin: center;*/
    animation: zoomInfinite 30s ease-out forwards;
 }
 /* @keyframes zoomInOut {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.1);
      }
      100% {
        transform: scale(1.2);
      }
    }*/
     @keyframes zoomInfinite {
      0% {
        transform: scale(1);
      }
      100% {
        transform: scale(1.3);
      }
    }

@media (max-width: 1500px) {
  /*.navbar .rede-sociais {
    position: absolute;
    right: 30px;
    top: 10px;
  }
**/
}

@media (max-width: 1398px) {


  .navbar .rede-sociais {
    display: none;
  }

  /* .navbar-nav {
    background: #0D0D0D;
    padding: 15px;
    border-radius: 15px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 8px 18px;
  }*/
  .navbar-toggler {
    margin-right: 0;
  }


  .navbar {
    /* backdrop-filter: blur(6px);
    background: #000000cc;*/
  }

  .imoveis-destaque .carousel-item figure {
    height: 700px;
  }


  .itens-classificacao div {
    font-size: 15px;
  }

  /*.sobre-nos figure {
    height: 470px;
  }*/
}

@media (max-width:1200px) {
  .box1 .item h3 {
    font-size: 17px;
  }
.segVideo{
    width: 1600px;
    height: 1300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -800px;
    margin-top: -650px;
 }
  .frase h2 {
    font-size: 50px;
  }

  .sobre-nos {
    min-height: 800px;
  }

  .sobre-nos h2,
  .condominios-capa h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .sobre-nos figure {
    height: 600px;

  }

  .navbar-collapse {
    padding: 30px;
    background: #00000014;
    border-radius: 5px;
    backdrop-filter: blur(60px);
    margin-bottom: 30px;
  }

  .sobre-nos h3,
  .contato-capa h2 {
    font-size: 25px;
    line-height: 27px;
  }

  .sobre-nos p,
  .contato-capa p {
    font-size: 16px;
    line-height: 27px;
  }

  .imoveis-destaque .carousel .item h3 {
    font-size: 35px;
  }

  .imoveis-destaque .carousel .item h2 {
    font-size: 20px;
  }

  .slide-imoveis-view .owl-carousel .owl-item img {
    height: 450px !important;
  }

  .imoveis-destaque,
  .seg-topo {
    padding: 8px;
  }
}

@media (max-width:990px) {
  .imoveis-destaque .carousel .item h3 {
    font-size: 27px;
  }

  .imoveis-destaque .carousel .item h2 {
    font-size: 17px;
  }

  .sobre-nos figure {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    height: 600px;
    margin-bottom: 40px;
  }

  .busca .border-end {
    border-right: none !important;
  }

  .whatsapp_lateral {
    width: 63px;
    height: 63px;
  }

  footer p {
    text-align: center;
  }

  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }

  .navbar-light .rede-sociais {
    display: none;
  }

  .seg-galeria2 {

    /*display: none;*/
  }


  .seg-galeria-fotos .slide {
    display: block !important;
  }

  .seg-galeria-fotos .slide figure {
    width: 100%;
    height: 500px;
  }

  .imoveis-destaque .carousel-item figure {
    height: 600px;
  }

  .mapa_contato {
    position: relative;
    width: 100%;
    height: 380px;
  }

  .sobre-nos h2,
  .condominios-capa h2,
  .titulo h1,
  .titulo h2,
  .titulo h4 {
    font-size: 30px;
    line-height: 30px;
  }

  .sobre-nos h3 {
    font-size: 18px;
    line-height: 13px;
  }

  .imoveis-capa,
  .box1 {
    padding: 70px 0;
  }

  .sobre-nos {
    padding: 0 0 70px 0;
  }

  footer {
    padding: 40px 0;
  }

  .condominios-capa .item h3 {
    font-size: 22px;
  }

  .box1 h2 {
    font-size: 25px;
  }

  .logo,
  .top-nav-collapse .logo {
    width: 258px;
    height: 62px;
    margin: 20px 10px;
  }

  .menu-interno {
    min-height: 100px;
  }
}

@media (max-width: 768px) {
  .sobre-nos figure {
    height: 400px;
  }

  .i-terreno,
  .i-construcao,
  .i-dormitorio,
  .i-vaga,
  .i-banheiro,
  .texto,
  .subtitulo {
    font-size: 14px !important;
  }

  .area p {
    font-size: 15px;
  }

  .frase h2 {
    font-size: 43px;
  }

  .btao-pesquisa {
    font-size: 14px;
  }

  .titulo h1,
  .titulo h2,
  .titulo h4,
  .sobre-nos h2 {
    font-size: 25px;
  }

  /*.rede-sociais-rodape span{
    width: 42px;
    height: 42px;
    background: url(../images/icones-rede-social-rodape-2x.png) no-repeat;
  }*/
  .rede-sociais-rodape .youtube span {
    width: 61px;
  }

  .sobre-nos,
  .imoveis-capa {
    padding: 40px 0;
  }

  .logo,
  .top-nav-collapse .logo {
    width: 110px;
    height: 56px;
  }


  .imoveis-destaque .carousel-item figure {
    height: 430px;

  }

  .pt-100 {
    padding-top: 25px;
  }


  .sobre-nos p {
    font-size: 14px;
    line-height: 25px;
  }

  .item_equipe p {
    font-size: 8px;
    line-height: 14px;
  }

  footer .nav {
    margin-bottom: 20px;
  }

  footer .nav li {
    width: 100%;
  }

  footer .nav .nav-link {
    width: 100%;
    text-align: center;
    padding: 3px 0;
  }


  .imoveis-capa .item h3,
  .imoveis-capa .item h2,
  .imoveis-capa .item .valor {
    font-size: 14px;
    line-height: 25px;
  }

  .imoveis-destaque .carousel .item h2,
  .imoveis-destaque .carousel .item p {
    margin-bottom: 10px;
  }



  .seg-galeria2 {
    margin-top: 15px;
  }

  footer .nav .nav-link,
  .item-caracteristicas,
  .imoveis-view .texto p,
  .imoveis-destaque .carousel .item p,
  .imoveis-destaque .carousel .itens-classificacao div {
    font-size: 14px;
  }

  .endereco p {
    width: 100%;
  }

  .seg-dados-imoveis,
  .seg-lateral {
    padding: 0;
  }


  .busca h3,
  .valor p,
  .imoveis-view h1 {
    font-size: 22px !important;
  }

  .text-bg-warning {
    font-size: 12px;
  }

  .carousel-capa figure,
  .carousel-capa {
    height: 750px;
  }

  .slide-imoveis-view .owl-carousel .owl-item img,

  .seg-galeria-fotos figure {
    height: 400px !important;
  }

  .imoveis-destaque .carousel figure {
    height: 550px !important;
  }

  .imoveis-destaque .carousel .item h3 {
    font-size: 22px;
  }

  .imoveis-destaque .carousel .item h2 {
    font-size: 15px;
  }

  .owl-carousel .owl-nav.disabled {
    display: none !important;
  }

  .imoveis-destaque .carousel .item {
    padding: 30px 20px;
  }

  .box1 h2 {
    font-size: 23px;
  }

  .carousel-indicators [data-bs-target] {
    width: 15px;
  }

  .sobre-nos h3,
  .contato-capa h2 {
    font-size: 21px;
    line-height: 24px;
  }

  .seg-foto-min figure,
  .seg-foto-min {
    height: 180px !important;
  }
}

@media (max-width: 450px) {

  .slide-imoveis-view .owl-carousel .owl-item img,

  .seg-galeria-fotos figure {
    height: 300px !important;
  }

  .seg-foto-min figure,
  .seg-foto-min {
    height: 150px !important;
  }

  .efeito-total-galeria {
    font-size: 20px;
  }

}