@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0;500;0,600;0,800;0,900;1,600&display=swap');

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #454546;
}

article,
footer,
header {
  width: 100%;
  float: left;
  overflow: hidden;
}
header{
  min-height: 120px;
  background: #025F5D;
}
article {
  min-height: 300px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(242, 242, 242, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(242, 242, 242, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f2f2f2", GradientType=1);
}

.logo h1,
.logo h2 {
  background: url(../images/logo-siensa.svg) no-repeat center;
  text-indent: -500000px;
  float: left;
  width: 150px;
  height: 40px;
  margin: 0 !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.navbar-light {
  z-index: 5;
  padding: 0;
}

.error {
  color: #f32516;
  top: 21px !important;
  font-size: 11px;
}

.menu {
  background: #025F5D;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  padding: 14px 20px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  font-weight: 800;
  border-color: #DD6517;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar>.container {
  border-bottom: 1px solid #ffffff4f;
  padding: 33px 0 !important;
}

.sombra {
  width: 100%;
  height: 280px;
  float: left;
  z-index: 2;
  position: absolute;
  background: url(../images/sombra.png) repeat-x top;
}

.carregando {
  display: none;
}

.rede-sociais {
  margin-left: 30px;
}

.rede-sociais a {
  margin-left: 7px;
  float: left;
}

.ico-busca {
  font-size: 20px;
  color: #fff !important;
  padding-right: 22px;
  border-right: 1px solid #ffffff38;
  margin-right: 15px;
}

.i2 {
  display: none;
}

.rede-sociais span {
  width: 28px;
  height: 28px;
  float: left;
  background: url(../images/icones-redes-sociais.png) no-repeat;
}

.rede-sociais .facebook span {
  background-position: right;
}

.rede-sociais .instagram span {
  background-position: left;
}

.whatsapp span {
  background-position: right;
}

.facebook p,
.instagram p,
.whatsapp p {
  display: none;
}

.whatsapp-fixo {
  background: #00ab5ded;
  color: #fff !important;
  font-size: 50px;
  position: fixed;
  padding: 18px 30px;
  right: 0;
  bottom: 30%;
  z-index: 5;
  border-radius: 20px 0 0 20px;
}

.navbar>.container {
  position: relative;
}

.btao-busca {
  position: absolute;
  right: 0;
  top: 0px;
}

.btao-busca a {
  background: #025F5D !important;
  border-radius: 0 0 15px 15px !important;
  padding: 8px 25px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

/*
.select2-container .select2-selection--single{
  height: 58px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  padding-top: 25px;
  padding-left: 12px !important;
  font-size: 14px;
}
.select2-results__option{
  font-size: 14px;
  text-transform: uppercase;
}
.select2-container{
  width: 100% !important;
}.select2-dropdown{
  z-index: 10000000000 !important;
}
.select2-container--default .select2-selection--single{
  border-color: #ced4da !important;
}
*/
.pesquisa #form .select2-container--default .select2-selection--single {
  border-color: #57A9D8 !important;
  border-radius: 0 !important;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #171b2762;
  z-index: 99999999;
}

/*
.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: #025F5D !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;
}
.seg-faixa-preco label {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  position: relative;
  font-size: 14px;
  height: auto !important;
  color: #444;
}*/
.form-floating {
  width: 100%;
  float: left;
  position: relative;
}

/*
.whatsapp p{
  float: left;
  color: #000;
  margin-left: 12px;
  margin-bottom: 0;
}*/
.detalhe {
  width: 100%;
  height: 250px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  position: absolute;
  top: 0;
  left: 0;

  z-index: 1;
}

.modal-title {
  color: #025F5D;
  font-size: 20px;
  font-weight: 800;
}

.topo-capa {
  background: url(../images/topo.jpg) no-repeat center bottom #58A9D8;
  min-height: 900px;
  width: 100%;
  float: left;
  padding-top: 150px;
  position: relative;
}

.topo-capa h2 {
  font-size: 45px;
  color: #025F5D;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 50px;
}

.topo-capa .container {
  position: relative;
  z-index: 2;
}

.topo-capa h2 small {
  font-size: 30px;
  font-weight: 500;
  width: 100%;
  float: left;
}

.btao-confira {
  background: #025F5D;
  padding: 23px 35px;
  border-radius: 8px;
  color: #025F5D !important;
  font-size: 24px;
  line-height: 25px;
  float: left;
}

.position-absolute .btao-busca {
  display: none;
}

.btao-confira:hover {
  background: #025F5D;
  font-weight: 500;
}

.btao-confira span {
  width: 32px;
  margin-right: 15px;
  height: 42px;
  background: url(../images/icone.svg) no-repeat center;
  float: left;
}

.rede-sociais .facebook p,
.rede-sociais .instagram p {
  display: none;
}

/*Busca*/
.pesquisa {
  margin-top: 30px;
  max-width: 470px;
  width: 100%;
  float: left;
  border-radius: 20px 20px 0 0;
  border: 2px solid #025F5D;
  padding: 25px 34px;
  border-bottom: none !important;
}

.pesquisa h3 {
  color: #025F5D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
  width: 100%;
  float: left;
}

.pesquisa #form {
  float: left;
  width: 100%;
}

.rounded-end {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.busca #floatingSelect {
  text-transform: uppercase;
  font-size: 13px;
}

.pesquisa .form-select,
.pesquisa .form-control {
  border-radius: 0 !important;
  border-color: #57A9D8;
  box-shadow: none !important;
  font-size: 14px;

}

.pesquisa .btn,
.busca .btn {
  background: #025F5D;
  padding: 20px 75px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  border-color: #025F5D;
}

.seg-form {
  border-radius: 10px !important;
  overflow: hidden;
}

.color-v {
  color: #025F5D;
}

.background-v {
  background: #025F5D;
}

.titulo {
  padding: 30px 0;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.titulo h1 {
  font-size: 40px;
  color: #025F5D;
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing: 2px;
  bottom: 10px;
  text-transform: uppercase;
}

.breadcrumb,
.breadcrumb a {
  color: #454546 !important;
  font-size: 15px;
  z-index: 1;
  position: relative;
}

.breadcrumb-item.active {
  color: #454546 !important;
}

.institucional,
.fale-conosco,
.trabalhe-conosco,
.galeria-de-fotos,
.noticias-list,
.noticia_view,
.imoveis-list,
.imoveis-view {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.cinza {
  background-color: #F1F3F2;
}

.galeria figure {
  width: 100%;
  float: left;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

.busca {
  width: 100%;
  float: left;
  background: #025F5D;
  padding: 17px 0;
}

.busca .form-control {
  background: none;
  height: 70px;
  padding: 15px 40px;
  font-size: 16px;
  color: #fff;
}

.busca .form-floating>label {
  color: #fff;
  font-size: 16px;
  padding: 20px 40px;
  font-weight: 700;
}

.busca form {
  position: relative;

}

.busca button {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  right: 25px;
  font-size: 20px;
  padding: 20px;
}

/**/
.imoveis-list-empreendimentos {
  width: 100%;
  float: left;
  padding: 50px 0 100px 0;
  overflow: hidden;
}

.imoveis-list-empreendimentos h3 {
  font-size: 30px;
  color: #025F5D;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 80px;
}

.imoveis-item {
  float: left;
  background: #000;
  width: 100%;
  position: relative;
  height: 340px;
  overflow: hidden;
  border: 0.5px solid #fff;
}

.imoveis-item .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;
}

.imoveis-item .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);
}

.imoveis-item .detalhe-i p {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

.imoveis-item .valor {
  background: #fff;
  color: #000;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  min-width: 112px;
  padding: 6px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.logo-condominio {
  position: absolute;
  width: 85px;
  height: 65px;
  top: 0px;
  right: 20px;
  z-index: 3;
}

.imoveis-item:hover .img-capa {
  transform: scale3d(1, 1, 1);
  opacity: 0.8;
  -webkit-transform: scale3d(1, 1, 1);
}

.owl-dots {
  display: flex;
  flex-wrap: nowrap;
  padding: 50px 0;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-next {
  background: url(../images/proximo.png) no-repeat center !important;
  width: 50px;
  height: 50px;
  float: right;
  text-indent: -50000000px;
  right: -60px;
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url(../images/anterior.png) no-repeat center !important;
  width: 50px;
  height: 50px;
  text-indent: -50000000px;
  left: -60px;
  position: absolute;
}

.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}

.owl-carousel .owl-dot {
  width: 100px;
  height: 4px;
  background: #A6A6A6 !important;
  margin-right: 5px;
}

.owl-carousel button.owl-dot {
  background: #A6A6A6 !important;
}

.owl-carousel button.owl-dot.active {
  background: #666666 !important;
}

/*Institucional*/
.institucional h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.institucional p {
  font-size: 16px;
  line-height: 25px;
}

/*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;
}

/*Galeria*/
.galeria-de-fotos h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.galeria-view h1 {
  color: #222;
  font-size: 40px;
  font-weight: 600;
}

.galeria-view p {
  font-size: 16px;
  color: #222;
  line-height: 27px;
}

/*Imoveis*/
.item-imoveis-list {
  width: 100%;
  float: left;
  height: 100%;
}

.item-imoveis-list h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #454546;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.seg-inf {
  width: 100%;
  float: left;
}

.item-imoveis-list p {
  font-size: 15px;
  color: #454546;
  line-height: 18px;
  margin-bottom: 0;
  width: 100%;
  float: left;
}

.figure {
  width: 100%;
  position: relative;
}

.valor-list {
  font-size: 18px !important;
  font-weight: 800;
}

.ref {
  float: left;
  font-size: 13px;
  color: #454546;
}

.tipo {
  background: #eee;
  padding: 0px 12px;
  color: #025F5D;
  font-weight: 800;
  border-radius: 12px;
  font-size: 13px;
  text-transform: uppercase;
}

.item-imoveis-list figure {
  width: 100%;
  height: 250px;
  overflow: hidden;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;

}

.btn-whatsapp {
  padding: 15px 30px;
  background: #00AB5D;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
}

.btn-whatsapp:hover {
  background: #009954;
}

.btn-local {
  padding: 15px 30px;
  background: transparent;
  color: #333 !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  border: 2px solid #ddd;
}

.btn-local:hover {
  background: #ddd;
}

.i-terreno,
.i-construcao,
.i-dormitorio,
.i-vaga,
.i-banheiro,
.i-financiamento {
  font-size: 14px;
}

.i-terreno span,
.i-construcao span,
.i-dormitorio span,
.i-vaga span,
.i-banheiro span,
.i-financiamento 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-financiamento span {
  background: url(../images/icone-financiamento.png) 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;
}

.valor h3 {
  font-size: 35px;
  margin-bottom: 25px;
}

.seg-foto-min {
  width: 100%;
  height: 100px;
  float: left;
  overflow: hidden;
  border-radius: 3px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  border: none;
  opacity: 1;
}

.carousel-indicators .active {
  background: #666666;
}

.imoveis-view h1 {
  font-size: 35px;
  font-weight: 600;
  color: #025F5D;
  letter-spacing: 1px;
}

.imoveis-view h4 {
  font-size: 18px;
  font-weight: 700;
}

.imoveis-view .texto p {
  font-size: 14px;
  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 {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 3px;
  width: 100%;
  float: left;
}

.item-caracteristicas .bi {
  font-size: 10px;
  color: #025F5D;
}

.vendido2 {
  background: #025F5D;
  padding: 5px 25px;
  color: #fff;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 800;
}

.seg-foto,
.seg-foto-full {
  width: 100%;
  float: left;
  text-align: center;
}

.seg-galeria-imoveis {
  background: #eee;
  width: 100%;
  float: left;
  border-radius: 5px;
  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;
}

.vendido {
  width: 100%;
  height: 100%;
  position: relative;
  background: #00000046;
}

.vendido p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 800;
}

.imoveis-list h3 {
  font-size: 40px;
  color: #025F5D;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}


/*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 {
  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 {
  background: #00A650;
}

.compartilha.whatsapp:hover {
  background: #01803e;
}

.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;
}

.veja-mais {
  padding: 12px 35px;
  font-size: 16px;
  color: #222 !important;
  background: #025F5D;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
}

.veja-mais:hover {
  background: #91b635;
}

/*PAGINAÇÃO*/
.page-link {
  font-weight: 700 !important;
  padding: 9px 12px !important;
  font-size: 18px;
  background: #fff;
  border: 2px solid #025F5D;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #025F5D !important;
  margin-right: 8px;
  border-radius: 30px !important;
}

.page-link:hover {
  background: #454546;
  color: #fff !important;
  border-color: #454546;
}

#pesquisa-error {
  color: #b10c0c !important;
}

/*Fale Conosco*/
.fale-conosco p {
  font-size: 18px;
  line-height: 27px;
}

.fale-conosco a {
  color: #025F5D;
}

.fale-conosco .btn-success {
  background: #025F5D;
  padding: 20px 45px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  border-color: #025F5D;
}

.fale-conosco .form-control {
  border-radius: 15px !important;
}

.mapa {
  width: 100%;
  height: 350px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ddd
}

/*Rodape*/
footer {

  background: #fff;
  padding: 50px 0;
}

footer p {
  color: #454546;
  font-size: 15px;
  margin-bottom: 0;
}

footer .sm {
  background: url(../images/logo-studiomega.svg) no-repeat center;
  width: 165px;
  height: 39px;
  float: left;
  text-indent: -500000px;
}

.logo-imobbi {
  background: url(../images/logo-imobbi.svg) no-repeat center;
  width: 130px;
  height: 25px;
  float: left;
  text-indent: -500000px;
  margin-right: 35px;
}

footer .border-bottom {
  border-color: #025F5D !important;
  border-width: 3px !important;
}

footer .nav-link {
  color: #454546 !important;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
}

footer .nav-link:hover {
  font-weight: 800;
}

/*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: #025F5D;
  cursor: pointer;
  align-self: normal;
  font-weight: 800;

}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

.whatsapp-mb {
  display: none;
  font-size: 25px;
  color: #fff;
}

.navbar-toggler {
  border: none;
  color: #FFF;
  font-size: 36px;
  padding: 5px;
  box-shadow: none !important;
}

.position-absolute .navbar-toggler {
  color: #fff;
}

/*MEDIA*/
@media (max-width:1390px) {
  .seg-rodape {
    width: 300px;
  }

  .redes-sociais-rodape .facebook span {
    margin-right: 10px;
  }

  .redes-sociais-rodape .facebook p {
    text-indent: inherit;
    color: #fff;
    float: left;
    font-size: 13px;
  }

  .redes-sociais-rodape .facebook {
    margin-bottom: 8px;
  }

  footer .nav-link {
    padding: 10px 12px;
  }
}

@media (max-width:1190px) {
  .busca-topo {
    display: none;
  }

  .menu-rodape .nav-link {
    padding: 6px 10px;
    font-size: 17px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
  }

  .seg-galeria-imoveis .slide {
    display: block;
  }

  .navbar-nav .nav-link {
    text-align: center;
  }

  .seg-foto-full,
  .seg-galeria-imoveis .row {
    display: none;
  }

  .navbar-collapse {
    background:#025F5D;
    margin-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }

  .btao-busca {
    position: relative;
    top: inherit;
    right: inherit;
  }

  .btao-busca a {
    font-size: 14px !important;
  }

  .navbar-nav {
    padding: 20px;
  }

  .seg-rodape {
    width: 100%;
    border-radius: 0 0 50px 50px;
  }

  .seg-rodape img {
    float: left;
  }

  .redes-sociais-rodape {
    margin-top: 0 !important;
    width: 210px;
    float: right;
  }

  .position-absolute .btao-busca {
    display: block;
  }

  .pesquisa {
    display: none;
  }

  .btao-confira {
    padding: 23px 30px;
    font-size: 23px;
  }

  .topo-capa {
    min-height: 600px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
  }

  .topo-capa h2 {
    font-size: 35px;
    color: #025F5D;
    font-weight: 900;
    line-height: 39px;
    margin-bottom: 30px;
  }

  .btao-confira {
    padding: 23px 30px;
    font-size: 20px;
  }
  .i2 {
    display: block;
  }

  .ico-busca {
    margin-right: 0;
    width: 36px;
    text-align: center;
    padding: 0;
    border: none;
    font-size: 24px;
  }
  .rede-sociais {
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 8px 20px;
  }
  footer img {
    width: 200px;
    height: 50px;
  }
}

@media (max-width:990px) {
  .seg-foto figure {
    height: 400px;
  }

  .i-terreno,
  .i-construcao,
  .i-dormitorio,
  .i-vaga,
  .i-banheiro {
    font-size: 13px;
  }

  .imoveis-view h1,
  .titulo h1 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .imoveis-list h3,
  .valor h3 {
    font-size: 25px;
  }

  footer p {
    text-align: center;
  }
  .navbar-collapse {
    background: #0000005e;
  }
  .topo-capa {
    min-height: 700px;
    background: url(../images/bg-2.jpg) no-repeat bottom center;
    padding-top: 90px;
  }

  .navbar-light {
    position: relative !important;
  }

  footer .nav-link {
    padding: 10px 7px;
    font-size: 13px;
  }

  .btao-confira {
    padding: 23px 20px;
  }

  .navbar-toggler {
    padding: 0 !important;
  }

  .busca .form-control {
    padding: 15px 30px;
  }

  .busca button {
    right: 0;
  }

  .busca .form-floating>label {
    padding: 20px 30px;
  }

 

  .navbar-nav {
    margin-top: 20px;
  }

  .navbar-light {
    background: #025F5D;
  }

 

  .sombra {
    display: none;
    background: none;
  }

  .navbar>.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .whatsapp-fixo {
    bottom: 20px;
    font-size: 40px;
    position: fixed;
    padding: 11px 20px;
  }

  
}

@media (max-width: 767px) {
  .sombra {
    display: none;
    background: none;
  }

  .navbar>.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  

  .i1 {
    display: none;
  }

  footer .nav-link {
    padding: 5px 0;
  }

  .topo-capa h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .topo-capa h2 small {
    font-size: 23px;
  }

  .topo-capa h2 {
    text-align: center;
  }

  .topo-capa {
    padding-top: 60px;
  }

  .item-imoveis-capa {
    height: 500px;
  }

  .topo-capa {
    min-height: 550px;
  }

  .item-imoveis-capa .seg-detalhe {
    padding: 20px;
    border-radius: 30px 30px 0 0;
  }

  .btn-whatsapp,
  .btn-local {
    width: 100%;
    margin-top: 15px;
    float: left;
  }

  .rede-sociais .whatsapp span {
    width: 50px;
    height: 50px;
  }

  .rede-sociais .whatsapp {
    padding: 18px;
  }

  footer .nav-link {
    width: 100%;
    text-align: center;
  }

  .seg-rodape {
    width: 350px
  }

  .redes-sociais-rodape {
    margin-top: 25px !important;
    float: left;
  }

  .seg-foto figure {
    height: 350px;
  }

  .breadcrumb-item {
    text-align: center;
  }
}