/*
Theme Name: Kabral
Author: Tok digital
Author URI: http://tokdigital.cc/
*/


* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  list-style: none;
  text-decoration: none;
   scroll-behavior: smooth;
}

img{width: 100%;}
.flex{display: flex;}
.f-wrap{flex-wrap: wrap;}
.j-center{justify-content: center;}
.j-between{justify-content: space-between;}
.a-center{align-items: center;}
.a-end{align-items: flex-end;}
.a-start{align-items:flex-start;}
.bk-grey{background: #FCFCFC;}
p{
  color: #484848;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}
h1{
  font-size: 80px;
  text-transform: uppercase;
  color: white;
  font-weight: 300;
}
h2{
 font-size: 30px;
  color: #134c8c;
  font-weight: 500;
/*    text-transform: lowercase;*/
  text-align: center; 
}
h2::first-letter{text-transform: uppercase!important;}
h3{
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #484848;
  text-transform: lowercase;
}
h3::first-letter{text-transform: uppercase;}
label{
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #484848;
}
.container,
.content{
  max-width: 1215px;
  width: 90%;
  margin: 0 auto;
}
/*----HEADER--*/
.thumb-less{max-height: 169px!important;}
.thumb-principal h2{
  font-size: 45px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  margin-top: 7%;
}
.thumb-principal{
  max-height: 415px;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.header-office-infos{
  background: #484848;
  padding: 20px 0;
  color: white;
  position: relative;
  z-index: 1;
}
.header-office-infos .social{
  max-width: 85px;
  font-size: 20px;
  width: 100%;
}
.header-office-infos .social li{margin-right: 15px;}
.header-office-infos .phones{
  max-width: 750px;
  width: 100%;
}
.header-office-infos .phones span{
  text-transform: uppercase;
  margin-left: 10px;
}
.header-office-infos .phones li:nth-child(2){
  font-weight: 500;
  font-size: 18px;
}
.header-office-infos .phones li{
  padding-right: 15px;
  border-right: 2px solid white;
}
.header-office-infos .phones li:last-child{border: none;}
.header-office-infos .search-realty input{
  background: transparent;
  color: white;
  border: none;
}
.header-office-infos .search-realty input::placeholder{
  color: white;
  font-weight: 400;
}
.header-office-infos .search-realty{
  border-left: 2px solid white;
  padding-left: 5px;
}
#menu-main-menu{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  height: 105px;
}
.content-logo-menu{position: relative;}
.content-logo-menu figure{
  height: 100px;
  max-width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.content-menu-logo{
  position: relative;
  z-index: 1;
  background-image: radial-gradient(circle,white, rgba(255, 255, 255, 0.5));
  transition: 0.5s;
}
.content-menu-logo figure{
  max-width: 160px;
  height: 105px;
  position: relative;
  width: 100%;
  margin: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-menu-fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
/*    background-image: url('imagens/destacada.jpg');*/
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}
.scroll-menu-fixed figure{
  max-width: 130px;
  height: 70px;
  transition: 0.5s;
}
.scroll-menu-fixed .content{
  max-width: none;
  background-image: radial-gradient(circle,white, #ffffff80);
  width: 100%;
}
.scroll-menu-fixed .menus{font-size: 15px;}
.menus{
  width: 30vw;
  height: 100%;
  max-width: 410px;
  text-transform: uppercase;
  font-weight: 300;
}
.menu-client,
.menu-login{position: relative;} 
.user-logout i{
  margin-left: 5px;
  color: #484848;
}
.user-logout{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  text-transform: uppercase;
  font-weight: 300;
}
.slide-principal{
  height: 95vh;
  width: 100%;
  top: 0;
}
.slide-thumb{
  background-size: cover!important;
  background-position: center!important;
}
.blanket{
  display: flex!important;
  justify-content: center;
  align-items: center;
  background: #4848486b;
  width: 100%;
  height: 100%;
}
.slide-principal .slick-track,
.slide-principal .slick-list{height: 100%;}
.form-content-filters{
  position: absolute;
  z-index: 1;
  top: 80vh;
  left: 50%;
  transform: translateX(-58%);
  width: fit-content;
  max-width: 975px;
  width: 80vw;
  min-width: auto;
}
.form-content-filters label{font-size: 12px;}
.content-filters{
  max-width: 975px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border-top-right-radius: 0;
  height: 80px;
  overflow: hidden;
  border-bottom-right-radius: 0;
  transition: 0.5s;
}
/* .form-content-filters{
  min-width: auto;
  width: 80vw;
} */
.home .buttons-filter{right: -80px;}
.buttons-filter{
  position: absolute;
  right: -160px;
  background: #0E4B8E;
  display: flex;
  border-top-right-radius: 10px;
  padding: 0!important;
  border: none!important;
  width: auto!important;
}
.buttons-filter button{
  background: transparent;
  color: white;
  height: 90px;
  width: 80px;
  border: 1px solid #0E4B8E;
  cursor: pointer;
  transition: 0.5s;
}
.buttons-filter button:hover{
  border: 1px solid white;
  transition: 0.5s;
}
.buttons-filter .open-filter{
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  align-items: center;
  padding: 30px 0 10px 0;
}
.buttons-filter .open-filter i:first-child{font-size: 25px;}
.buttons-filter .open-filter i:last-child{font-size: 15px;}
.buttons-filter .search-realtys{
  font-size: 30px;
  border-top-right-radius: 10px;
}
.content-filters > div{
  padding: 20px 10px;
  border: 1px solid #C6C6C6;
  border-bottom: none;
  border-right: none;
  width: 100%;
}
.content-filters .neighb{border-top: 1px solid #c6c6c6!important;}
.content-filters .city,
.content-filters .realty-type{border-left: 1px solid #c6c6c6!important;}
.content-filters .city,
.content-filters .neighb,
.content-filters .realty-type,
.content-filters .business-type{
  max-width: 305px;
  width: calc(100% / 3);
  border-top: none;
  border-left: none;
}
.home .content-filters .realty-type,
.home .content-filters .business-type{max-width: 250px;}
.home .content-filters .code{max-width: 170px;}
.content-filters .max-total-area,
.content-filters .min-total-area{
/*.content-filters .max-value,*/
  max-width: 165px;
  width: calc(100% / 6);
}
.min-value .labelsvalue{justify-content: space-between;}
.content-filters .min-value{
  max-width: 345px;
  width: calc(100% / 2);
}
.content-filters .total-area{max-width: 330px;}
.content-filters .dormitory{
  max-width: 243px;
  border-left: none;
}
.content-filters .bathroom,
.content-filters .suite,
.content-filters .garage,
.content-filters .dormitory{
  max-width: 243px;
  width: calc(100% / 4);
}
.content-filters select,
.content-filters input{
  width: 100%;
  border: none;
  background: transparent;
  color: #484848;
  font-size: 13px;
  font-weight: 300;
}
.content-filters .total-area .content-min-max input{width: 60px!important;}
/*
#slider{
  height: 5px;
  border: 1px solid #0E4B8E;
  background: #0E4B8E;
}
.ui-slider-range{
  background-color:#0E4B8E;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}
.content-slider-value{
  position: relative;
  margin: 10px 0;
}
.ui-slider-handle{
  position: absolute;
  height: 15px;
  width: 15px;
  background: #0e4b8e;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
*/
.buttons-filter-close button{height: 80px;}
.content-headers{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.icon-realty{display: none;}
.realty-type{position: relative;}
.list-sidebar li:first-child select,
.realty-type select{padding-left: 20px;}
.icon-realty{
  display: block;
  position: absolute;
  width: 20px;
  left: 10px;
  bottom: calc(100% - 50% - 10px);
}
.list-sidebar li:first-child{position: relative;}
.list-sidebar .icon-realty{
  bottom: 25px;
  left: 0;
}
/*-----HOME-----------*/
.adc-to-list > a{
  display: block;
  width: fit-content;
  margin: 10px auto 0;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 10px;
}
#close-notice{
  position: absolute;
  right: 0;
  background: #134c8c;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 20px;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.adc-to-list p a{font-weight: 600;}
.adc-to-list p{font-size: 16px;}
.adc-to-list{
  padding: 10px;
  position: fixed;
  top: 50%;
  width: 50%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  background: #E5EBF3;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0 rgba(72, 72, 72, 0.5);
}
.log-to-visit{
  display: block;
  padding: 0 15px;
}
.log-to-visit span{  
  margin: 10px 0;
  display: inline-block;
  font-size: 15px;
  width: 80%;
  padding: 5px 0;
}
.slide-secundary{
  height: 250px;
  margin: 50px 0;
}
.slide-secundary .slick-track,
.slide-secundary .slick-list{height: 100%;}
.slide-secundary  div{
  background-size: cover!important;
  background-position: center!important;
}
.slide-secundary a{
  display: block;
  width: 100%;
  height: 100%;
}
.slide-secundary .slick-arrow{
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  z-index: 1;
  font-size: 0;
  color: white;
}
.slide-secundary .slick-prev{left: 0;}
.slide-secundary .slick-prev:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f053';
  font-size: 25px;
}
.slide-secundary .slick-next{right: 0;}
.slide-secundary .slick-next:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  font-size: 25px;
}
.realty-item{
  max-width: 380px;
  margin: 0 auto 30px;
  width: 30%;
  position: relative;
  background: white;
  box-shadow: 5px 7px 10px 0 rgba(72, 72, 72, 0.12);
}
.realty-item figure{
  height: 280px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.realty-item figure figcaption{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #48484891;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
   transition: 0.5s;
}
.realty-item img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
/*
.list-realty .realty-item img,
.content-tabs .realty-item img{
  max-width: 105%;
  max-height: 105%;
}
*/
.realty-item >span{
  background: #134c8c;
  color: white;
  padding: 5px 10%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: block;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 14px;
}
.realty-item-body{
  position: relative;
  padding: 15px;
}
.realty-item-body .list-links-hover{
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  background: white;
  overflow: hidden;
  transition: 0.5s;
  left: 0;
}
.realty-item-body .list-links-hover li{
  width: 20%;
  height: 100%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.realty-item-body .list-links-hover .open-visit{
  position: relative;
}
.realty-item:hover .list-links-hover{
  height: 55px;
  top: -55px;
  transition: 0.5s;
}
.realty-item:hover figcaption{
  opacity: 1;
  transition: 0.5s;
}
.realty-item:hover .list-links-hover:after{
  content: '.';
  height: 1px;
  width: 92%;
  position: absolute;
  bottom: 0;
  background: #E6E6E6;
  left: 50%;
  transform: translateX(-50%);
}
.realty-item .realty-info{
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.realty-item .realty-footer{
  clear: both;
  color: #484848;
  padding-top: 15px;
  border-top: 1px solid #E6E6E6;
}
.item-menu-footer-visit{display: none;}
.realty-item .realty-info h2{
  text-align: left;
  font-size: 20px;
  margin-bottom: 5px;
}
.realty-item .realty-info p{
  position: relative;
  padding-left: 20px;
}
.realty-item .realty-info p:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f3c5';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.realty-item .realty-price p{
  color: #134c8c;
  font-size: 25px;
  font-weight: 500;
}
.realty-item .realty-price p small{font-size: 16px;}
.realty-item .realty-price{text-align: right;}
.item-schedule-visit{
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  display: none;
  background: #48484854;
  justify-content: center;
  align-items: center;
}
.item-schedule-visit .schedule-visit button{border: 1px solid #484848;}
.item-schedule-visit .schedule-visit button,
.item-schedule-visit .schedule-visit h4{background: #484848;}
.item-schedule-visit .schedule-visit h4 i,
.item-schedule-visit .schedule-visit h4{font-size: 15px;}
.item-schedule-visit .schedule-visit h4 span{
  text-transform: capitalize;
  font-size: 14px;
  color: #484848;
  background: #ffffff;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
}
.item-schedule-visit form{
  display: block!important;
  width: 20%;
  min-width: 300px;
  position: relative;
}
.item-schedule-visit .open-whats,
.item-schedule-visit .schedule-visit p{display: none;}
.drag-me:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0dd';
  color: #ff000099;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}
.drag-me{
  position: absolute;
  top: -35px;
  left: 0;
  background: #ff000099;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
}
.close-visit{
  position: absolute;
  right: 0;
  color: white;
  padding: 15px 20px;
  font-size: 15px;
  cursor: pointer;
  display: none;
}
.realty-item .schedule-visit h4{
  font-size: 14px;
  margin-bottom: 10px;
}
.realty-item .schedule-visit p{display: none;}
.realty-item .schedule-visit h4 i{font-size: 18px;}
.realty-item .schedule-visit textarea::placeholder,
.realty-item .schedule-visit input::placeholder{font-size: 14px;}
.realty-item .share-hover:hover .share-realty{display: flex;}
.realty-item .share-hover > i{
  transform: rotate(0);
  transition: 0.5s; 
}
.realty-item .share-hover:hover > i{
  transform: rotate(200deg);
  margin-top: 15px;
  transition: 0.5s;
}
.realty-item .share-realty{
  right: 10px;
  transform: translateX(0);
  left: inherit;
  top: 5px;
  box-shadow: 2px 0px 5px 0 rgba(72, 72, 72, 0.5);
  background: white;
  display: none;
}
.content-tabs{
  margin-top: 30px;
  max-height: 610px;
  height: 100%;
  margin-bottom: 100px;
/*    margin-bottom: 80px;*/
}
.head-tab li{
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #E6E6E6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.head-tab .current,
.head-tab li:hover{
  background: #E6E6E6;
  transition: 0.5s;
}
.head-tab{
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 50px;
}

.slide-realty .realty-item{margin: 0 20px;}
.slide-realty .slick-list{padding-bottom: 30px;}
.slide-realty .slick-arrow{
  background: #134c8c;
  color: white;
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  top: -40px;
  font-size: 0;
  position: absolute;
  cursor: pointer;
}
.slide-realty .slick-next{right: 0;}
.slide-realty .slick-next:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  font-size: 25px;
  margin-left: 3px;
}
.slide-realty .slick-prev{right: 45px;}
.slide-realty .slick-prev:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f104';
  font-size: 25px;
  margin-right: 3px;
}
.slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button{
  font-size: 0;
  height: 8px;
  width: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin: 0 5px;
  transition: 0.5s;
  background: white;
}
.slick-dots .slick-active button{
  background: #e6e6e6;
  transition: 0.5s;
}
.content-tabs .tab-sale > a,
.content-tabs .tab-location > a{
  display: table;
  margin-left: auto;
  font-size: 20px;
  color: #484848;
  font-weight: 500;
}
.call-for-u{
  position: relative;
  margin: 30px 0;
  background-image: url(../img/ligamos-pra-vc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-call-for-u{
  padding: 50px 0;
  background: #48484891;
}
.inner-call-for-u h4{
  font-size: 32px;
  font-weight: 400;
  color: white;
  margin-right: 5%;
  text-transform: uppercase;
}
.inner-call-for-u input{
  max-width: 230px;
  width: 100%;
  margin-right: 5%;
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  padding-left: 10px;
  height: 40px;
  color: white;
  font-size: 18px;
}
.inner-call-for-u input::placeholder{
  color: white;
  font-size: 18px;
  border-left: 2px solid white;
  padding-left: 2px;
}
.inner-call-for-u form{width: 55%;}
.inner-call-for-u button{
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.blok-medium{width: calc(100% / 2 - 20px);}
.icon-left{flex-direction: row-reverse;}
.content-block{
  margin: 30px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-block{
  padding: 50px 0;
  background: #48484891;
}
.inner-block h4{
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 25px;
  width: 60%;
  text-align: left;
  margin-right: 5%;
}
.inner-block i{
  font-size: 35px;
  color: white;
}
.icon-left h4{
  margin-right: 0!important;
  text-align: right;
}
.icon-left i{margin-right: 5%!important;}
.block-big h4{width: auto;}
.blog-item{
  max-width: 385px;
  width: 29vw;
/*    min-width: 325px;*/
  padding: 10px;
  position: relative;
  box-shadow: 4px 7px 19px 3px rgba(72, 72, 72, 0.11);
  border-radius: 10px;
}
.list-blog{
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-item figure{
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 285px;
  height: 35vh;
  overflow: hidden;
}
.blog-item img{
  height: auto;
  width: 100%;
}
.blog-item span{
  text-transform: uppercase;
  background: #134c8c;
  display: block;
  width: 65px;
  height: 60px;
  text-align: center;
  padding: 10px 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: 30px;
  left: 10px;
}
.blog-item h4{
  font-size: 18px;
  color: #484848;
  font-weight: 500;
  margin: 10px 0;
}
.blog-item h4::first-letter{text-transform: uppercase;}
.blog-item .comments{
  margin-bottom: 10px;
  font-size: 16px;
}
.blog-item .comments i{
  color:#134c8c;
  font-size: 18px;
}
.blog-item .desc{
  font-weight: 300;
  text-align: left!important;
}
.blog-item .link{
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #134c8c;
  transition: 0.5s;
}
.blog-item:hover .link{
  letter-spacing: 2px;
  transition: 0.5s;
}
.comments > h3{margin-bottom: 30px;}
/*---FOOTER----*/
.main-footer{
  padding-top: 50px;
  clear: both;
  padding-bottom: 50px;
}
.content-logo-social figure{max-width: 150px;}
.main-footer .list-social a i{
  font-size: 25px;
  color: #134c8c;
}
.main-footer .list-social li{margin-left: 15px;}
.inner-footer{
  border-top: 1px solid #134c8c;
  margin-top: 50px;
}
.inner-info-useful{
  margin: -25px 0 0 auto;
  padding: 0 15% 0 20px;
  color: #7F7F7F;
  background: white;
  max-width: 1060px;
}
.inner-info-useful span{
  display: block;
  float: left;
  font-size: 30px;
  margin-right: 10px;
}
.inner-info-useful li{width: 25%;}
.inner-info-useful label{font-size: 16px;}
.inner-footer-sede > div{max-width: 235px;}
.inner-footer-sede{margin-top: 50px;}
.inner-footer-sede h4{
  color: #484848;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10%;
}
.inner-footer-sede .item-sede p{
  line-height: 1.5;
  margin-bottom: 10px;
}
.inner-footer-sede .item-sede .phones{color:#484848;}
.inner-footer-sede .item-sede .phones i{margin-right: 5px;}
.inner-footer-sede .item-sede .phones small{
  font-size: 14px;
  margin-left: 5px;
}
.inner-footer-sede .item-menu a{
  color:#484848;
  line-height: 1.5;
  padding-left: 10px;
}
.inner-footer-sede .item-menu li{
  position: relative;
  
}
.inner-footer-sede .item-menu li:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
}
.content-news{
  background: #134c8c;
  padding: 80px 0;
  margin-top: 50px;
  position: relative;
}
.content-news h2{
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.content-news p{
  color: white;
  font-size: 18px;
}
.content-news .fail-send,
.content-news .sucess-email{
  background: none;
  text-align: center;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.form-news{
  width: 50%;
  border-bottom: 1px solid white;
  padding-left: 10px;
}
.form-news input{
  width: 90%;
  height: 40px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: white;
}
.form-news input::placeholder{
  color: white;
  border-left: 1px solid white;
  padding-left: 5px;
}
.form-news input:-webkit-autofill,
.form-news input:-webkit-autofill:hover, 
.form-news input:-webkit-autofill:focus{
  -webkit-text-fill-color: white!important;
   -webkit-box-shadow: 0 0 0px 1000px #134c8c inset;
}
.form-news button{
  background: transparent;
  border: none;
  color: white;
  font-size: 23px;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
/*----PÃGINA DE IMÃ“VEIS----*/
.page-realty .list-realty{
  flex-wrap: wrap;
  justify-content: space-between;
/*    position: relative;*/
}
.page-realty .list-realty .item-list{max-width: none!important;}
.item-list .realty-item-body{position: unset;}
.page-realty .list-realty .realty-item{
  width: 48%;
  max-width: 380px;
  margin: 30px 0 0 0;
}
.right-content{
  width: 65%;
  max-width: 803px;
  margin: 30px 0 0 auto;
  float: right;
}
.head-realty label{font-size: 15px;}
.order-realty-by{
  border: none;
  color: #484848;
  font-weight: 300;
  font-size: 14px;
  width: 240px;
  margin-top: 10px;
}
.head-realty span:first-child{margin-right: 5px;}
.head-realty span:last-child{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.head-realty span{
  background: white;
  color: #484848;
  font-size: 20px;
  height: 35px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #484848;
  border-radius: 5px;
  cursor: pointer;
}
.head-realty span.current{
  color: white;
  background:#484848;
}
.head-realty{
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 50px;
  box-shadow: 12px 10px 10px -6px rgba(72,72,72,0.12);
}
.sidebar-realty{
  max-width: 382px;
  width: 33%;
  float: left;
  padding: 30px;
  margin-top: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 12px 10px 10px -6px rgba(72,72,72,0.12);
}
.sidebar-realty > label{
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.sidebar-realty .list-sidebar li{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-realty .list-sidebar li input,
.sidebar-realty .list-sidebar li select{
  width: 100%;
  border: none;
  font-size: 14px;
  color: #484848;
  margin-top: 10px;
  height: 40px;
}
.sidebar-realty .list-sidebar .half{
  justify-content: space-between;
  margin-top: 15px;
}
.slidevaluecontainer{margin-top: 15px;}
.sidebar-realty .list-sidebar .half p{width: 40%;}
.sidebar-realty .content-min-max input{
  width: 25%!important;
  min-width: 75px;
}
.btn{
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn i{margin-right: 5px;}
.btn-blue{
  color: white;
  background: #134c8c;
  border: 1px solid #134c8c;
  transition: 0.5s;
}
.sidebar-realty button{
  display: inherit;
  margin: 30px auto 0 auto;
}
.item-list{
  width: 100%!important;
  max-width: none;
  display: flex;
  box-shadow:none;
}
.item-list figure{
  max-width: 370px;
  width: 35vw;
}
.item-list > span{
  left: 23%;
  padding: 5px 5%;
}
.item-list .realty-item-body{
  width: 50%;
  border: 1px solid #E6E6E6;
  border-left: 0;
  height: fit-content;
}
.item-list .realty-info{float: none;}
.item-list .realty-price{margin: 20px 0;}
.item-list .list-links-hover{
  max-width: 370px;
  left: 0;
  top: 290px!important;
}
.item-list:hover .list-links-hover{
  top: 225px!important;  
  border: 1px solid #e6e6e6;
  border-top: none;
}
.item-list .list-links-hover:after{display: none;}
.navigation{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.navigation .page-numbers{
  color: #484848;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0 5px;
  box-shadow: 2px 3px 10px 0 rgba(72, 72, 72, 0.12);
  transition: 0.5s;
}
.navigation .page-numbers:hover,
.navigation .page-numbers.current{
  background: #134c8c;
  box-shadow: none;
  color: white;
  transition: 0.5s;
}
.navigation .next{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.navigation .prev{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.no-relaty{
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #0e4b8e;
}
/*---------SINGLE IMOVEL--------------*/
.single-realty-head{
  margin: 30px auto 0;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.scroll-realty-head{
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 10;
  background: white;
  margin-top: 0;
  justify-content: center;
  max-width: none;
  padding: 10px 0;
  box-shadow: 0px 6px 7px -5px rgba(72,72,72,0.5);
  transition: 0.5s;
}
.scroll-realty-head .type-adress{
  margin-right: 50px;
  transition: 0.5s;
}
.scroll-realty-head .business-price{
  margin-left: 50px;
  transition: 0.5s;
}
.scroll-realty-head .business-price h2{font-size: 22px;}
.scroll-realty-head .type-adress .type{font-size: 18px;}
.scroll-realty-head .type-adress strong{margin-top: 15px;}
.scroll-realty-head .business-price span{font-size: 14px;}
.type-adress{
/*
  max-width: 195px;
  max-width: 30%;
*/
  width: fit-content;
}
.type-adress .type{
  text-transform: capitalize;
  color: #124c8c;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.type-adress small{
  color: #484848;
  margin-left: 10px;
  font-size: 15px;
  display: inline-block;
}
.menu-single-realty li a{
  text-transform: uppercase;
  border-right: 1px solid #e6e6e6;
  padding: 0 20px;
  color: #7F7F7F;
  font-weight: 500;
  cursor: pointer;
}
.menu-single-realty li:last-child a{border: none;}
.menu-single-realty li:hover a,
.menu-single-realty li .current{
  color: black;
  transition: 0.5s;
}
.business-price span{
  text-transform: uppercase;
  font-weight: 500;
  background: #124c8c;
  color: white;
  padding: 8px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: inherit;
  text-align: center;
}
.business-price small{font-size: 16px;}
.business-price li:first-child{margin-right: 15px;}
.relty-thumb-principal{
  max-width: 935px;
  width: 90%;
  margin: 50px auto 0;
  background-size: cover;
  background-position: center;
}
.relty-thumb-principal{
  z-index: 9;
  margin-top: 15px;
  max-height: 600px;
  height: calc(100vh - 300px);
}
.single-realty-infos{
  padding: 60px 30px 50px;
  box-shadow: 10px 10px 10px 0 rgba(72, 72, 72, 0.12);
  margin-bottom: 80px;
  max-width:935px;
  position: relative;
  clear: both;
}
.single-realty-infos .item-info{
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0;
}
.single-realty-infos .item-info > div:first-child{
  max-width: 180px;
  width: 80%;
}
.single-realty-infos .item-info label{
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.single-realty-infos  .buttons{
  text-align: center;
  padding: 50px 0;
}
.single-realty-infos  .buttons a{
  text-transform: uppercase;
  padding: 20px 35px;
  margin-right: 30px;
}
.single-realty-actions li{
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
}
.single-realty-actions{
 clear: both;
  max-width: 850px;
  margin-right: auto;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
}
.share-realty{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  border-radius: 5px;
  box-shadow: 7px 7px 8px 0 rgba(72, 72, 72, 0.12);
  opacity: 0;
  transition: 0.5s;
}
.share-realty li{padding: 0;}
.share-realty a{
  font-size: 18px;
  padding: 0 5px;
}
.share-hover:hover .share-realty,
.single-realty-actions li:hover .label-hover{
  opacity: 1;
  transition: 0.5s;    
}
.single-indication{
  position: absolute;
  right: 90px;
  top: 0px;
  max-width: 340px;
  padding: 20px 10px;
  width: 50vw;
  background: white;
  box-shadow: 10px 10px 10px 0 rgba(72, 72, 72, 0.12);
  text-align: center;
  display: none;
  transition: 0.5s;
  z-index: 1;
}
.single-indication input{
  width: 100%;
  height: 30px;
  margin-bottom: 0;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  padding-left: 5px;
  font-weight: 300;
}
.single-indication input::placeholder{
  text-transform: uppercase;
  font-size: 14px;
  color: #484848;
}
.single-indication textarea{
  height: 70px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin: 10px 0 0;
  font-weight: 300;
  color: #484848;
  padding: 5px;
}
.single-indication button{
  padding: 2px 0;
  width: 50%;
  text-transform: capitalize;
}
.close-indication{
  font-size: 15px;
  position: absolute;
  top: -10px;
  right: 0;
  background: #134c8c;
  color: white;
  padding: 6px 10px;
  border-radius: 20px;
}
/*.content-similar-realty{position: relative;}*/
.slide-too .realty-item{margin: 0 20px 30px!important;}
.realty-too{margin-bottom: 50px;}
.realty-too,
.similar-realty{
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.blog-single-realty{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.single-realty .call-for-u{margin: 50px 0;}
.list-espec li{margin-bottom: 15px;}
.scroll-pass-form{
  position: absolute;
  right: 0;
}
.content-realty-details{position: relative;}
.close-content-visit-interest{
  position: absolute;
  font-size: 15px;
  color: white;
  padding: 20px 20px;
  right: 0;
  cursor: pointer;
}
.open-content-visit-interest{
  cursor: pointer;
  display: inherit;
  text-align: right;
  display: none;
}
.open-content-visit-interest span{
  font-size: 30px;
  color: white;
  padding: 10px 35px;
  border-top-right-radius: 10px;
  height: 55px;
  display: inline-block;
  border-top-right-radius: 10px;
}
.open-content-visit-interest span:first-child{
  background: #134c8c;
  border-top-left-radius: 10px;
  position: relative;
  z-index: 1;
}
.open-content-visit-interest span.span-whats{
  background: #2cb63d;
  margin-left: -15px;
  position: relative;
  z-index: 0;
}
.schedule-visit{
  border-radius: 10px;
  background: white;
  box-shadow: 6px 6px 8px rgba(127,127,127,0.15);
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
.schedule-visit h4{
  background: #134c8c;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 0;
  margin-bottom: 20px;
}
.schedule-visit h4 i{
  font-size: 25px;
  margin-right: 5px;
}
.schedule-visit textarea::placeholder,
.schedule-visit input::placeholder{
  text-transform: uppercase;
  font-size: 16px;
  color: #484848;
  font-weight: 300;
}
.schedule-visit input{
  font: 300 16px 'Roboto'; 
  width: 95%;
  margin-bottom: 10px;
  height: 30px;
  border: 1px solid #e6e6e6;
  padding-left: 5px;
}
.schedule-visit textarea{
  width: 95%;
  border: 1px solid #e6e6e6;
  padding: 5px;
  margin-bottom: 15px;
  height: 70px;
}
.schedule-visit button{
  text-transform: capitalize;
  padding: 4px 0;
  width: 80%;
  font-size: 16px;
  margin-bottom: 10px;
}
.schedule-visit p{text-transform: uppercase;}
.open-whats{
  background: #2cb63d;
  color: white;
  display: inherit;
  width: 80%;
  margin: 10px auto 0;
  font-size: 16px;
  padding: 5px 0;
}
.open-whats:first-letter{text-transform: uppercase;}
.map-single-realty{margin-left: 20px;}
.sucess-email{
  background: #E5EBF3;
  width: 95%;
  margin: 15px auto 0;
  border-radius: 10px;
  padding: 5px 0;
  text-transform: uppercase;
  text-align: center;
  clear: both;
}
.fail-email{
  margin-top: 15px;
  text-transform: uppercase;
  color: #ff000099;
  font-weight: 500;
  text-align: center;
}
.inner-call-for-u .sucess-email{
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 15px;
  background: transparent;
}
/* SEARCH */
.realty-not-found{
  font-weight: 500;
  color: black;
  margin: 50px 0 30px 0;
  background: #fae5e8;
  padding: 10px;
  border-radius: 10px;
}
.search .search-not-found input{
  width: 100%;
  height: 40px;
  border: 1px solid #C6C6C6;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding-left: 5px;
  color: #484848;
}
.search .search-not-found input::placeholder{font-weight: 300;}
.search .search-not-found button{
  padding: 5px 25px;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search .search-not-found{
  margin-top: 30px;
  width: 80%;
  margin: 30px auto 50px;
}
.search .form-content-filters{
  position: relative;
  transform: inherit;
  top: inherit!important;
  left: inherit;
  margin: 50px auto;
}
.search .content-filters{
  height: 100%;
  border: 1px solid #C6C6C6;
  border-radius: 10px;
  border-top-right-radius: 0;
}
.search .content-filters .neighb,
.search .content-filters .business-type{max-width: 303px;}
.search .buttons-filter .open-filter{display: none;}
.search .buttons-filter{right: -80px;}
.search .content-blog{flex-flow: row;}
.search .blog-item{width: 48%;}
/*EMPRESA*/
.content-about .list-blog .blog-item{margin: 0 5px;}
.content-about .list-blog .slick-list{padding-bottom: 30px;}
.page-template-default .single-title{display: none;}
.page-template-default .content-about{margin-top: 50px;}
.page-template-default .content-about > h2{
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
}
.page-template-default .content-about p{margin-bottom: 10px;}
.page-template-default .wp-block-button{margin-top: 30px;}
.page-template-default .wp-block-button a{
  background-color: #134c8c;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 8px;
}
.page-template-default .wp-block-image{
  max-height: 455px;
  overflow: hidden;
  max-width: 515px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}
.page-template-default .content-blog{margin-top: 50px;}
/*CONTATO*/
.content-contact{margin: 50px auto 80px;}
.content-contact h3{
  text-transform: uppercase;
  margin-bottom: 50px;
}
.content-contact-form form{
  max-width: 730px;
  width: 60%;
  text-align: center;
}
.content-contact-form form textarea{
  padding: 5px 0 0 5px;
  border: 1px solid #C6C6C6;
  width: 100%;
  margin-bottom: 20px;
  height: 240px;
}
.content-contact-form form input{
  max-width: 350px;
  width: 48%;
  height: 40px;
  padding-left: 5px;
  margin-bottom: 15px;
  border: 1px solid #C6C6C6;
}
.content-contact-form form textarea::placeholder,
.content-contact-form form input::placeholder{text-transform: uppercase;}
.content-contact-form .contact-hour{
  max-width: 375px;
  width: 40%;
  padding: 50px 20px;
  height: fit-content;
  background: #fafbfc;
}
.content-contact-form .contact-hour h3:nth-child(4){margin-top: 50px;}
.content-contact-form .contact-hour h3{
  text-align: left;
  margin-bottom: 20px;
}
.content-contact-form .contact-hour p{text-transform: uppercase;}
.content-contact-form .contact-hour .attendance p{width: 50%;}
.content-contact-form .contact-hour .attendance i{
  font-size: 25px;
  float: left;
  color: #134c8c;
  margin-top: 5px;
  margin-right: 10px;
}
.content-contact-form .contact-hour .attendance span{font-weight: bold;}
.page-template-page-contact .item-head-office{
  border-top: 1px solid #134c8c;
  margin-bottom: 100px;
}
.page-template-page-contact .item-head-office h4{
  text-transform: uppercase;
  font-weight: 400;
  color: #134c8c;
  background: white;
  max-width: 55%;
  margin: 0 0 0 auto;
  transform: translateY(-90%);
  padding: 0 0 0 10px;
  font-size: 18px;
}
.page-template-page-contact .item-head-office ul{margin: 30px auto;}
.page-template-page-contact .item-head-office ul li{
  max-width: 210px;
  text-align: center;
}
.page-template-page-contact .item-head-office ul li i{
  font-size: 22px;
  margin-bottom: 30px;
}
.page-template-page-contact .item-head-office ul li a i{
  font-size: 18px;
  margin: 0 5px 0 0;
}
.page-template-page-contact .item-head-office .map iframe{
  width: 100%;
  max-height: 290px;
  filter: grayscale(100%);
}
.content-contact .fail-email,
.content-contact .sucess-email{margin: 0 auto 30px;}
/*BLOG*/
.content-blog{margin-top: 50px;}
.content-blog #sidebar{
  max-width: 325px;
  width: 40%;
  box-shadow: -15px 20px 15px -20px rgba(72, 72, 72, 0.11);
  padding: 30px 15px;
  border-radius: 10px;
  height: fit-content;
  margin: 0 0 0 30px;
  min-width: 300px;
}
.widget_tag_cloud{margin-top: 30px;}
.content-blog #sidebar h2{
  font-size: 18px;
  color: #484848;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
}
.content-blog #sidebar form{
  position: relative;
  margin-bottom: 30px;
}
.content-blog #sidebar form button{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  font-size: 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #484848;
}
.content-blog #sidebar input[type=text]{
  border: 1px solid #c6c6c6;
  height: 40px;
  width: 100%;
  padding-left: 5px;
}
.content-blog #sidebar input[type=text]::placeholder{
  font-size: 15px;
  font-weight: 300;
}
.content-posts-blog .content-blog > h3,
.content-posts-blog .content-blog > h2,
.content-blog #sidebar form label{display: none;}
.content-posts-blog{
  max-width: 850px;
  width: 100%;
}
.content-posts-blog .content-blog{
  margin: 0;
  width: 100%;    
}
.content-posts-blog .content-blog .list-blog{
  padding: 0;
  margin: 0 0 50px 0;
  border: none;
}
.content-posts-blog .content-blog .list-blog .blog-item{margin-bottom: 30px;}
.content-blog #sidebar .cat-item{
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}
.content-blog #sidebar .my-social,
.content-blog #sidebar #categories-4{margin-bottom: 30px;}
.content-blog #sidebar .my-social a{padding: 0 10px;}
.content-blog #sidebar .my-social i{
  font-size: 22px;
  color: #134c8c;
}
.content-blog #sidebar #tag_cloud-2 a{
  font-size: 14px!important;
  font-weight: 300;
  padding: 5px;
  margin: 5px;
  display: inline-block;
  box-shadow: 8px 8px 8px -5px rgba(72, 72, 72, 0.11);
}
.content-blog #sidebar .tagcloud{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
#sidebar .current-cat{
  color: #134c8c;
  font-weight: 500!important;
}
#sidebar .current_tag{
  background: #E5EBF3;
  box-shadow: 5px 5px 8px -3px rgba(72, 72, 72, 0.4)!important;
}
.content-blog > h4{
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0 30px 0;
}
/*SINGLE BLOG*/
.inner-single-blog figure img{height: auto;}
.inner-single-blog figure{
  max-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.inner-single-blog{
  position: relative;
  border: 1px solid #C6C6C6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 25px 30px 20px -20px rgba(72, 72, 72, 0.11);
  margin-bottom: 50px;
}
.inner-single-blog .post-date{
  background: #134c8c;
  display: inline-block;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 30px;
  left: -3px;
}
.body-inner-single-blog p{margin-bottom: 10px;}
.body-inner-single-blog ol{
  margin: 10px 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.body-inner-single-blog ol li:before{
  content: counter(my-awesome-counter) ". ";
  color: #134c8c;
  font-weight: 400;
}
.body-inner-single-blog ol li{
  list-style-position: inside;
  color: #484848;
  font-size: 14px;
  font-weight: 300;
  counter-increment: my-awesome-counter;
  line-height: 1.5;
}
.body-inner-single-blog h2{
  font-size: 22px;
  margin: 10px 0;
}
.body-inner-single-blog{padding: 20px 10px;}
.body-inner-single-blog h1{
  font-size: 30px;
  color: #484848;
  text-transform: inherit;
}
.body-inner-single-blog h1:first-letter{text-transform: uppercase;}
.body-inner-single-blog > .comments{margin: 15px 0;}
.body-inner-single-blog > .comments i{
  font-size: 18px;
  color: #134c8c;
  margin-right: 5px;
}
.body-inner-single-blog .wp-block-quote{
  background: #fae5e8;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
}
.body-inner-single-blog .wp-block-quote cite{display: none;}
#comments{
  text-align: left;
  font-weight: 400;
}
.comment-body .comment-author img{
  width: 60px;
  height: 60px;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
}
.comment-body .comment-author .says{display: none;}
.comment-body .comment-author .fn{
  font-style: normal;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.comment-body .commentmetadata{
  font-size: 14px;
  font-weight: 300;
}
.comment-body > p{
  clear: both;
  width: 90%;
  margin: 20px 0 0 auto;
}
.comment-body{margin-bottom: 30px;}
.comment-body .reply{
  width: 90%;
  margin: 15px 0 0 auto;
  font-size: 14px;
  color: #134c8c;
}
.comments .children{
  width: 90%;
  margin: 0 0 0 auto;
  border-top: 1px solid #C6C6C6;
  padding-top: 20px;
}
.comment-reply-title{
  text-align: left;
  margin-top: 50px;
  font-weight: 400;
}
.comment-respond form .comment-form-url,
.comment-respond form label,
.comment-notes{display: none;}
.comment-respond form{
  margin-top: 30px;
  text-align: center;
}
.comment-respond form textarea::placeholder,
.comment-respond form input::placeholder{
  text-transform: uppercase;
  font-weight: 300;
}
.comment-respond form input{
  width: 100%;
  height: 40px;
  border: 1px solid #c6c6c6;
  padding-left: 5px;
}
.comment-respond form #comment{
  width: 100%;
  border: 1px solid #C6C6C6;
  height: 235px;
  margin-bottom: 10px;
  padding: 5px 0 0 5px;
}
.comment-form-author{
  width: 48%;
  float: left;
}
.comment-form-email{
  width: 48%;
  float: right;
}
.form-submit{
  clear: both;
  margin-top: 70px;
}
.footer-inner-single-blog{margin-top: 30px;}
.footer-inner-single-blog ul span{
  color: #484848;
  font-size: 18px;
  margin-right: 10px;
}
.footer-inner-single-blog .tags a{
  font-size: 14px!important;
  font-weight: 300;
  padding: 5px;
  margin: 0 5px 0 0;
  display: inline-block;
  box-shadow: 8px 8px 8px -5px rgba(72, 72, 72, 0.11);
}
.footer-inner-single-blog .share a{
  font-size: 20px;
  color: #134c8c;
  margin-right: 10px;
}
/* ANUNCIE */
/*.page-id-1627 .single-title{display: none;}*/
/*.page-id-1627 .content-about{margin-top: 50px;}*/
/*
.page-id-1627 .content-about h3{
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 22px;
}
*/
.page-id-1627 .single-title{display: none;}
.page-id-1627 .content-about{margin-top: 50px;}
.page-id-1627 .content-about h3{
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 22px;
}
.title-announce:nth-child(3){margin-top: 50px;}
.title-announce{  
  width: 65%;
  margin: 30px auto;
  background: #f8f9fa;
  padding: 20px 0 20px 50px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0E4B8E;
  font-size: 18px;
}
/*
.page-id-1627  .content-about ul{
  width: 55%;
  margin: 0 auto 30px;
  font-size: 14px;
  font-weight: 300;
}
*/
.page-id-1627  .content-about ul{
  width: 55%;
  margin: 0 auto 30px;
  font-size: 14px;
  font-weight: 300;
}
.fom-announce div{margin-top: 20px!important;}
.fom-announce div,
.fom-announce p{
  width: 55%;
  margin: 0 auto 15px;
  align-items: flex-end;
}
.fom-announce p.flex input{width: 48%;}
.fom-announce p input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  height: 50px;
  font-weight: 300;
}
.fom-announce p input::placeholder{
  text-transform: uppercase;
  color: #484848;
  font-size: 14px;
  font-weight: 500;    
}
.fom-announce button{
  font-size: 15px;
  padding: 10px 50px;
}
.type-realty-select{
  width: 48%!important;
  margin: 0!important;
}
.fom-announce select{
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  height: 40px;
  font-weight: 300;
}
.page-id-1627 .sucess-email{
  position: absolute;
  top:52%;
  right: 0;
  width: 50%;
  left: 0;
}
.page-id-1627 .fail-send{
  position: absolute;
  top: 62%;
  font-size: 18px;
  right: 0;
  text-align: center;
  left: 0;
  color: #ff000099;
}
/* INDIQUE UM IMÃ“VEL */
.page-id-1617  h4{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #134c8c;
  margin-bottom: 20px;
  clear: both;
}
.page-id-1617  ol li{
  list-style-type: decimal;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  list-style-position: inside;
}
.page-id-1617  .form-indicate-realty textarea{
  padding-top: 10px;
  height: 90px!important;
}
.page-id-1617  .form-indicate-realty textarea,
.page-id-1617  .form-indicate-realty input{
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 40px;
  padding-left: 10px;
}
.page-id-1617  .form-indicate-realty textarea::placeholder,
.page-id-1617  .form-indicate-realty input::placeholder{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}
.page-id-1617  .first-part{
  float: right;
  margin-top: -170px;
  width: 48%;
  margin-bottom: 30px;
}
.page-id-1617  .second-part{
  clear: both;
  display: none;
}
.page-id-1617  .second-part button{
  height: 40px;
  padding: 0 50px;
  margin: 5px 0 0 auto;
  display: block;
}
.page-id-1617  .form-indicate-realty label{
  font-weight: 300;
  text-transform: uppercase;
}
.page-id-1617  .first-part div.flex{align-items: flex-end;}
.page-id-1617  .form-indicate-realty input[type=radio]{
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 30px;
  border-radius: 2px;
}
.page-id-1617  .form-indicate-realty input[type=radio]:checked{background: #e6e6e6;}
.page-id-1617  .first-part div.flex label:first-child{
  margin-bottom: 10px;
  display: inline-block;
}
.page-id-1617  .realty-infos div input{
  width: 100%;
  margin-bottom: 10px;
}
.page-id-1617  .realty-infos div,
.page-id-1617  .second-part input{width: 48%;}
.page-id-1617  h4:nth-child(4){margin-top: 50px;}
.page-id-1617  .form-indicate-realty{
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.page-id-1617  ul li{
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}
.page-id-1617  ul li strong{font-weight: 400;}
.page-id-1617  .wp-block-image{
  max-width: none;
  height: auto;
  margin-top: 50px;
}
/* AGENDAMENTOS E FAVORITOS*/
.inner-tabs{
  box-shadow: 6px 6px 8px rgba(0,0,0,0.14);
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
/*    position: relative;*/
}
.item-tabs i{
  font-size: 15px;
  margin-right: 5px;
}
.item-tabs:hover,
.item-tabs.active{
  background: #E6E6E6;
  transition: 0.5s;
}
.item-tabs{
  transition: 0.5s;
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #484848;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px;
  cursor: pointer;
}
.tabs{
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 30px;
}
.item-inner-visit figure img{
  height: auto;
  width: 100%;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}
.item-inner-visit figure{
  width: 20%;
  height: 178px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 20px;
}
.item-inner-visit{
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.item-inner-visit:last-child{
  border: none;
  padding: 0;
}
.content-tabs-visit{margin-top: 50px;}
.item-inner-visit h4{
  color: #0E4B8E;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.item-inner-visit .info-item{
  max-width: 375px;
  margin-right: 20px;
  width: 35%;
  display: grid;
}
.item-inner-visit .info-item ul i{margin-right: 5px;}
.item-inner-visit .info-item ul{
  align-items: flex-end;
  font-size: 14px;
  color: #484848;
}
.item-info-second{margin: 0 auto;}
.item-info-second h4{
  font-size: 24px;
  margin-top: 20px;
}
.item-info-second h4 small{font-size: 14px;}
.item-info-second p{margin-top: 70%;}
.item-info-third{
  display: grid;
  align-items: center;
  margin:0 20px;
}
.item-info-third span{
  color: #0E4B8E;
  font-weight: 600;
  margin-right: 5px;
}
.remove-favorite i,
.cancel-visit i{font-size: 14px;}
.remove-favorite,
.cancel-visit{
  color: #EE0000;
  cursor: pointer;
}
.child-tab.favorite{display: none;}
.item-inner-visit figcaption{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #0E4B8E;
  color: white;
  text-transform: uppercase;
  padding: 5px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  width: fit-content;
}
.item-info-third.favorite{text-align: center;}
.item-info-third.favorite .btn{
  font-size: 14px;
  padding: 5px 15px;
}
/* COMPARAÃ‡ÃƒO */
.body-compare .open-visit{
  display: block;
  clear: both;
  margin: 40px 0 0 auto;
  padding: 5px 15px;
}
.remove-compare{
  display: block;
  margin: 5px 0 0 auto;
  color: #DF2228;
  font-size: 16px;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 5px 15px;
}
.content-list-compare{
  align-items: flex-end;
  margin-bottom: 30px;
}
.head-compare{
  font-size: 14px;
  font-weight: 300;
  width: 30%;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-right: 0;
}
.head-compare li:last-child{border: 0;}
.body-compare li,
.head-compare li{
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.body-compare p{
  line-height: 1.25;
  text-align: center;
}
.compare-item-thumbnail{
  padding: 0 10px 10px!important;
  overflow: hidden;
  min-height: 370px;
}
.compare-item-thumbnail figure{
  max-width: 305px;
  width: 23vw;
  position: relative;
  height: 228px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.compare-item-thumbnail figure img{
  height: auto;
  width: auto;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.compare-item-thumbnail figure figcaption{
  position: absolute;
  top: 0;
}
.compare-item-thumbnail p i{margin-right: 5px;}
.compare-item-thumbnail p{
  float: left;
  margin-right: 10px;
  width: 40%;
  text-align: left;
}
.compare-item-thumbnail h4 small{font-size: 14px;}
.compare-item-thumbnail h4{
  float: right;
  text-align: right;
  color: #134c8c;
  font-size: 24px;
  font-weight: 500;
}
.body-compare:last-child li:first-child{
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.body-compare:last-child li{border-right: 1px solid #e6e6e6;}
.compare-item-thumbnail figcaption{
  background: #134c8c;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content-tables-compare{margin-top: 50px;}
.compare-item-thumbnail div{
  overflow: hidden;
  max-width: 305px;
  width: 23vw;
}
.page-template-page-login .thumb-principal{max-height: none;}
.page-template-page-login .thumb-principal h2{margin-top: -14%;}
#loginform{
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 33%;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
}
#loginform input::placeholder{
  color: #484848;
  font-size: 14px;
  font-weight: 400;
}
#loginform p:nth-child(2) input{margin-bottom: 5px;}
#loginform input{
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  color: #484848;
  margin-bottom: 15px;
}
#loginform a,
#loginform p{
  color: #484848;
  font-size: 14px;
}
#loginform > a{
  display: inherit;
  width: fit-content;
  margin: 0 0 0 auto;
}
#loginform button{
  color: white;
  border: 0;
  background: #484848;
  width: 53%;
  margin: 15px 0;
}
/* CADASTRE-SE */
.page-id-2785 #loginform p:first-child{
  text-align: left;
  margin-left: 10px;
}
.page-id-2785 #loginform{
  position: inherit;
  top: inherit;
  left: inherit;
  transform: translate(0);
  width: auto;
  padding: 0;
  margin-top: 50px;
}
.page-id-2785 .wp-block-column:first-child{
  background: #F8F9FA;
  height: fit-content;
  padding: 30px 20px;
}
.page-id-2785 .wp-block-column:first-child h3{
  text-transform: uppercase;
  font-weight: 400;
  color: #134c8c;
  text-align: left;
  margin-bottom: 20px;
}
.page-id-2785 .wp-block-column:first-child ul li{
  margin-bottom: 15px;
  font-weight: 300;
}
.page-id-2785 #loginform input::placeholder,
.page-id-2785 .form-register input::placeholder{
  font-weight: 300!important;
  color: #484848;
  text-transform: uppercase;
  font-size: 14px;
}
.form-register{
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.form-register input{
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-left: 10px;
}
.form-register p{margin-bottom: 0!important;}
.form-register p:first-child{margin-bottom: 15px!important;}
.form-register p:nth-child(7){
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 20px!important;
  font-size: 13px;
}
.form-register p.flex input{width: 48%;}
.form-register input[type=checkbox]:checked{background: #e6e6e6;}
.form-register input[type=checkbox]{
  -webkit-appearance: unset;
  height: 15px;
  width: 15px!important;
  border-radius: 2px;
  margin: 0 5px 0 0;
}
.form-register button{
  border: 0;
  background: #484848;
  color: white;
  display: inherit;
  margin: 0 auto;
  width: 53%;
}
.print-photo{display: none;}
/* Lightbox */
.lightbox-item{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  bottom: 0;
  background: #0000007a;
  z-index: 99;
  justify-content: center;
  align-items: center;
}
.lightbox-item .btn-blue{position: fixed}
.next-item{right: 10px}
.prev-item{left: 10px}
.content-light-img{
  max-height: 90vh;
  position: relative;
  max-width: 90%;
}
.content-light-img img{
  box-shadow: 5px 5px 25px -5px rgb(0, 0, 0);
  max-height: 90vh;
  width: auto;
  max-width: 100%;
}
.close-light{
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 9px 15px;
  border: 2px solid #134c8c;
}
.close-light:hover{
  background: #134c8c;
  color: white;
}
.close-light i{margin: 0}
.lightbox-item button i{margin: 0!important;}
.lightbox-item button{
  padding: 10px 15px;
  text-align: center;
}
.content-slide-realty{
  max-width: 655px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.slide-single-realty{
  max-height: 498px;
  height: 100%;
  background: #F5F5F5;
  margin-bottom: 15px;
}
.slick-arrow:before{
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;   
  color: #e6e6e6;
}
.slick-arrow{
  position: absolute;
  z-index: 1;
  font-size: 0;
  height: 100%;
  width: 50px;
  top: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.slick-prev:before{content: '\f053';}
.slick-prev{left: 0;}
.slick-next:before{content: '\f054';}
.slick-next{right: 0;}
.slide-single-realty .item-slide img{
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.slide-single-realty .item-slide{
  max-height: 498px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  height: 90vw;
}
.slide-single-realty .item-slide:hover .image-zoom{
  opacity: 1;
  transition: 0.5s;
}
.slide-single-realty .item-slide .image-zoom{
  width: 100%;
  transition: 0.5s;
  position: absolute;
  height: 100%;
  color: white;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.nav-slide-single-realty .item-slide{
  height: 65px;
  background-size: cover!important;
  background-position: center!important;
  margin: 0 2px;
}
.slide-single-realty .slick-dots{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.slide-single-realty .slick-dots .slick-active button{background: transparent;}
.content-realty-itens{
  float: left;
  margin-left: 15px;
  min-height: 578px;
  display: flex;
  max-width: 180px;
  flex-direction: column;
  width: 20%;
}
.content-realty-itens.company .share-content{
  display: flex;
  align-items: flex-end;
  margin-top: 0;
}
.content-realty-itens.company .realty-cod{margin: 0;}
.content-realty-itens.company .share-content .share{border: 0;}
.content-realty-itens.company .share-content .label-hover{
  margin-bottom: 0;
  margin-right: 10px;
}
.content-realty-itens.company{
 float: none;
  clear: both;
  max-width: 850px;
  width: auto;
  display: flex;
  flex-direction: row;
  min-height: unset;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  margin: 0;
  padding-bottom: 30px;align-items: baseline;
}
.content-realty-itens.company .share-content .share a{
  padding: 0 5px 0;
}
.content-realty-itens .realty-cod strong{font-weight: 500;}
.content-realty-itens .realty-cod i{margin-right: 5px;}
.content-realty-itens .realty-cod{
  font-size: 15px;
  background: #242424;
  color: white;
  padding: 5px 10px;
  font-weight: 300;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 25px;
  width: fit-content;
}
.list-espec i{
  font-size: 18px;
  margin-right: 10px;
}
.content-visit-interest{
  float: right;
  max-width: 320px;
  margin-left: 30px;
  position: relative;
}
.share-content{margin-top: auto;}
.share-content .label-hover{
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block;
}
.share-content .share{border-bottom: 1px solid #E6E6E6;}
.share-content .share a{
  padding: 5px 5px 10px;
  display: inline-block;
}
.single-realty-actions li i{
  font-size: 15px;
  color: #242424;
  margin-right:5px;
}
.single-realty-actions li label{
  text-transform: capitalize;
  cursor: pointer;
  color: #242424
}
.open-indicate-realty{
  background: none;
  border: none;
}
.item-info:last-child{border-bottom: 0;}
.item-info{
  max-width: 850px;
  margin-right: auto;
  margin: 30px auto 0 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}
.content-similar-realty{
  border-top: 1px solid #E6E6E6;
  padding-top: 50px;
}
.schedule-visit input[name=c_visit]:checked:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00c';
  position: absolute;
  top: -5px;
  left: 2px;
  font-size: 20px;
  color: #134c8c;
}
.schedule-visit input[name=c_visit]{
  -webkit-appearance: none;
  width: 20px;
  position: relative;
  height: 20px;
  margin: 0 10px 0 0;
}
.want-visit{
  display: flex;
  width: 95%;
  margin: 0 auto 15px;
  align-items: center;
}
.schedule-single input[name=c_date],
.close-content-visit-interest,
.details-mobile,
.schedule-single input[name=c_hour]{display: none;}
.item-info .head-desc{margin-right: 15px;}
.business-price > div{display: none;}
.loader img{
  height: auto;
  max-width: 150px;
}
.loader{
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sending img{
  max-width: 200px;
}
.sending{
  top: 0;
  display: none;
  justify-content: center;
  align-items: center!important;
  position: absolute;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  width: 100%!important;  
}
.fom-announce{position: relative;}
.realty-adress{display: none;}
.single-product .thumb-principal{max-height: 169px;}
.single-product .thumb-principal h2{display: none;}
.order-realty-by select{
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  font-size: 15px;
  color: #484848;
}
.order-realty-by label{margin-right: 10px;}
.order-realty-by{
  display: flex;
  width: fit-content;
}
.tax-campaign .page-realty > h3{
  margin-top: 30px;
  text-transform: inherit;
}
.enterprises-destac{
  padding: 50px 0;
  margin-bottom: 80px;
}
.enterprises-destac .content > a{
  color: #484848;
  margin-left: auto;
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
}
.enterprises-destac .content{
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  padding-top: 50px
}
.item-enterprise > span{
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  padding: 8px 12px;
  min-width: 117px;
  text-align: center;
  font-size: 12px;
}
.item-enterprise:hover > div{
  background: rgba(19, 76, 140, 0.8);
  transition: 0.5s;
}
.item-enterprise{
  max-height: 280px;
  height: 35vh!important;
  margin: 0 15px;
  background-position: center!important;
  background-size: cover!important;
  display: flex!important;
  align-items: flex-end;
  position: relative;
}
.item-enterprise > div{
  transition: 0.5s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  padding: 50px 15px 15px;
  width: 100%;
}
.item-enterprise > div p{color: white;}
.item-enterprise > div p i{margin-right: 5px;}
.item-enterprise > div h2{
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
  text-align: left;
}
.slide-companys{
  padding: 50px 0;
  position: relative;
}
.slide-companys .slick-dots{
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50px);
}
.slide-companys figure{height: 90px;}
.slide-companys figure img{
  height: 100%;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.construction-companys{
  margin: 70px 0 50px;
  clear: both;
}
.realty-cmdt div:last-child{width: 100%;}
.realty-cmdt ul{
  column-count: 3;
  width: 100%;
}
.realty-cmdt ul li{
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
}
.realty-by-cmdt{margin-top: 30px;}
.realty-by-cmdt .content-item .realty-item{width: 95%;}
.realty-by-cmdt .content-item{width: calc(100% / 3);}
.inner-enterprise > a{
  width: calc(100%/2);
  margin-bottom: 25px;
}
.realty-parent{
  max-width: 835px;
  margin-bottom: 70px;
  padding: 15px;
}
.realty-parent figure span{
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  min-width: 117px;
  text-align: center;
}
.realty-parent div h2{
  margin-bottom: 25px;
  text-align: left;
}
.realty-parent div h3{
  font-weight: 500;
  text-align: left;
  margin-bottom: 25px;
}
.realty-parent div p{width: 100%;}
.realty-parent div{margin-left: 50px;}
.realty-parent figure{
  height: 35vh;
  max-height: 302px;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  position: relative;
}
.realty-parent .thumbnail{
  max-width: 393px;
  width: 100vw;
}
.realty-parent .btn{
  margin: 50px auto 0 0;
  padding: 5px 30px;
  border-radius: 5px;
}
.content-question h2{
  color: #484848;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}
.content-question{margin-top: 50px;}
.item-question{
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}
.item-question-rent{margin-bottom: 20px;}
.item-question-rent h3,
.item-question h3{
  color: #0E4B8E;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  background: #F8F9FA;
  padding: 20px;
  cursor: pointer;
}
.item-question-rent h2{
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.item-question-rent div{
  color: #484848;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  position: inherit!important;
  top: inherit!important;
}
.item-question-rent div,
.item-question div{
  border: 1px solid #F8F9FA;
  padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  background: white;
  width: 100%;
}
.page-rent{margin-top: 50px;}
.page-rent > h2{
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}
.page-id-21645 .container > h2{
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
}
.hover-message{
  position: absolute;
  background: rgba(14, 75, 142, 0.9);
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  text-transform: capitalize;
  width: max-content;
  box-shadow: 1px 1px 5px rgba(72, 72, 72, 0.5);
  display: none;
  transition: 0.3s;
}
.hover-message:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d7';
  position: absolute;
  bottom: -15px;
  color: #235a95;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.menu-item .hover-message{
  left: 50%;
  transform: translateX(-50%);
  top: -40px;    
}
.menu-item:hover .hover-message{
  display: block;
  transition: 0.3s;
}
.list-qtd-dormitorys input{display: none;}
.list-qtd-dormitorys li input[type="radio"]:checked+label{
  background: #134c8c;
  color: white;
}
.list-qtd-dormitorys li label{
  cursor: pointer;
  border: 1px solid #484848;
  height: 30px;
  width: 30px;
  display: inline-flex;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
.list-qtd-dormitorys li{
  margin: 0!important;
  padding: 0!important;
}
.list-qtd-dormitorys{
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}
.container-nexts{margin: 50px 0;}
.container-nexts .btn{
  display: block;
  margin: 30px auto 0;
  width: fit-content;
}
div.filter_rangevalue .slidevaluecontainer{width: 97%;}
div.filter_rangevalue .labelsvalue{justify-content: space-between;}
div.filter_rangevalue{
  width: calc(100% / 2);
  max-width: 345px;
}
/* RESPONSIVO */
@media only screen and (max-width: 1280px){
  div.filter_rangevalue{width: calc(100% / 3);}
  .content-filters > div{padding: 10px;}
  .content-filters{height: 60px;}
  .buttons-filter-close button{
      height: 61px;
      width: 70px;
  }
  .buttons-filter .open-filter{padding: 12px 0 10px 0;}
  .home .buttons-filter{right: -70px!important;}
  .buttons-filter{right: -140px;}
  .buttons-filter button{
      height: 61px;
      width: 70px;
  }
  .search .buttons-filter{right: -70px;}
  .content-realty-itens{
      margin-left: 10px;
      max-width: 140px;
  }
  .content-visit-interest{max-width: 290px;}
  .single-realty-head{
      padding-bottom: 15px;
      margin-bottom: 15px;
  }
  .header-office-infos{padding: 15px 0;}
  .thumb-less{max-height: 159px!important}
}
@media only screen and (max-width: 1200px){
  .home .content-filters .realty-type{max-width: 220px!important;}
  .home .content-filters .city{max-width: 210px!important;}
  li.filter_rangevalue{width: 45%!important;}
  li.filter_rangevalue .labelsvalue{
      width: 100%!important;
      justify-content: space-between!important;
  }
  .page-enterprise .sidebar-realty .list-sidebar{justify-content: end;}
  .page-enterprise .sidebar-realty .list-sidebar li:first-child{margin-right: 50px;}
  .content-enterprise-list{margin-top: 50px;}
  .page-enterprise{
      display: flex;
      flex-flow: column-reverse;
  }
  .single-product .thumb-principal{max-height: 158px;}
  .schedule-single{display: none;}
  .content-visit-interest{
      position: fixed;
      bottom: 0;
      z-index: 1;
      right: 15px;
      margin: 0;
  }
  /* HOME */
  .blog-home .slick-list{padding-bottom: 30px;}
  .blog-home .blog-item{margin: 0 10px;}
  .blog-home .blog-item,
  .slide-realty .realty-item{max-width: none;}
  .header-office-infos .phones{display: none;}
  .open-mobile-phones{
      color: white;
      font-size: 18px;
  }
  .open-mobile-phones i{margin-right: 10px;}
  .open-menu-mobile{
      font-size: 40px;
      color: #484848;
      background: transparent;
      border: none;
      padding: 0 30px 0 50px;
  }
  .menu-login{
      text-transform: uppercase;
      font-size: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 50px 0 30px;
  }
  .menu-login:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    content: '\f007';
    position: absolute;
    left: 50%;
    color: #484848; 
    transform: translateX(-50%);
    font-size: 35px;
  } 

  .menu-mobile .menu-login:before{left: 40%;}

  .content-menu-logo .content{
      justify-content: space-between;
      width: auto;
  }
  .ft-we-attend{
      width: 90%;
      margin: 30px auto 0;
      text-align: center;
  }
  .ft-we-attend >p {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 500;
      text-transform: uppercase;
  }
  .ft-we-attend .list-attend{flex-wrap: wrap;}
  .ft-we-attend .list-attend li{margin: 10px 5px;}
  /*BLOG*/
  .inner-call-for-u input{max-width: 200px;}
  .content-posts-blog .blog-item{width: 40vw;}
  .content-single-blog{display: block;}
  .content-single-blog .content-posts-blog{max-width: none;}
  .content-blog #sidebar{box-shadow: 25px 25px 15px -20px rgba(72, 72, 72, 0.11);}
  .inner-single-blog{
      max-width: 535px;
      float: right;
  }
  #comments{clear: both;}
  /*PÃGINA DE IMÃ“VEIS*/
  .right-content{
      max-width: none;
      float: none;
      width: 100%;
  }
  .head-realty{margin-bottom: 0;}
  .realty-item .list-links-hover{
      height: 55px;
      top: -55px;
      transition: 0.5s;
  }
  .realty-item figcaption{
      opacity: 1!important;
      transition: 0.5s!important;
  }
  .sidebar-realty{
      float: none;
      max-width: none;
      position: relative;
      padding: 15px;
      width: auto;
  }
  .tax-business_type .page-realty{
      display: flex;
      flex-flow: column-reverse;
  }
  .sidebar-realty .list-sidebar{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      display: none;
  }
  .sidebar-realty .list-sidebar li{
      width: 30%;
      margin-bottom: 25px;
  }
  .sidebar-realty .list-sidebar .half{width: 47%;}
  .sidebar-realty .list-sidebar li:nth-child(6),
  .sidebar-realty .list-sidebar li:nth-child(7){width: 35%;}
  .sidebar-realty .list-sidebar li:nth-child(7){margin: 0 auto 20px 50px;}
  .sidebar-realty button{
      position: absolute;
      right: 30px;
      bottom: 60px;
      display: none;
  }
  .sidebar-realty > label{
      display: flex;
      padding: 10px 0;
      margin: 0;
      justify-content: space-between;
  }
  .page-realty .list-realty .realty-item{
      width: 48%;
      max-width: none;
  }
  .item-list .list-links-hover{top: 225px!important;}
  .item-list > span{left: 20%;}
  /*IMÃ“VEL*/
  .similar-realty .realty-item{
      max-width:none;
      margin: 0 5px;
  }
  .similar-realty .slick-list{padding-bottom: 30px;}
  .search .content-filters .neighb, .search .content-filters .city, .search .content-filters .realty-type, .search .content-filters .business-type{width: 27.5vw;}
  .search .content-filters .max-total-area, .search .content-filters .min-total-area, .search .content-filters .max-value, .search .content-filters .min-value{width: 13.5vw;}
  .search .content-filters .bathroom, .search .content-filters .suite, .search .content-filters .garage, .search .content-filters .dormitory{width: 20.5vw;}
  .open-content-visit-interest{display: block;}
  /* SEARCH */
  .content-posts-blog .content-blog .list-blog{justify-content: center;}
  .blog-single-realty .blog-item{
      max-width: none;
      margin: 0 5px;
  }
  .blog-single-realty .slick-list{padding-bottom: 30px;}
  /* ANUNCIE */
  .title-announce{width: 100%;}
  .fom-announce div, .fom-announce p,
  .page-id-1627 .content-about ul{width: 95%;}
  .fom-announce div,
  .fom-announce p{display: block;}
  .type-realty-select,
  .fom-announce p.flex input{
      width: 100%!important;
      margin-bottom: 10px!important;
  }
  .fom-announce button{
      margin: 30px auto;
      display: inherit;
  }
  /* COMPARAÃ‡ÃƒO */
  .content-list-compare::-webkit-scrollbar{
      border: 1px solid #e6e6e6;
      border-radius: 10px;
  }
  .content-list-compare::-webkit-scrollbar-thumb{
      background:#e6e6e6;
      border-radius: 5px;
  }
  .content-list-compare{
      overflow: overlay;
      max-width: 90%;
      margin: 0 auto 30px;
  }
  .head-compare{min-width: 150px;}
  .compare-item-thumbnail div,
  .compare-item-thumbnail figure{width: 75vw;}
  /* LOGIN */
  .user-logout{margin-right: 50px;}
  /* MENU MOBILE */
  .menu-mobile{
      background: rgba(255, 255, 255, 0.9);
      padding: 10px 0;
      width: 50%;
      position: fixed;
      top: 159px;
      display: none;
  }
  .menu-mobile .menus{
      width: auto;
      max-width: none;
      display: flex;
      flex-wrap: wrap;
  }
  .menu-mobile #menu-main-menu-right li:last-child{border: 0;}
  .menu-mobile .menus li{
      width: 100%;
      text-align: center;
      padding: 15px 0;
      border-bottom: 1px solid #c6c6c6;
  }
  .scroll-menu-mobile{top: 70px;}
  .header-office-infos{z-index: 2;}
  .header-office-infos .phones{
      background: rgba(255, 255, 255, 0.95);
      position: absolute;
      color: #484848;
      width: fit-content;
      top: 100%;
      padding: 35px 15px 15px;
      box-shadow: 6px 6px 8px rgba(0,0,0,0.14);
  }
  .header-office-infos .phones li{
      padding-right:0;
      border-right:0;
      text-align: center;
      margin-bottom: 10px
  }
  .close-phones{
      position: absolute;
      top: 5px;
      right: 5px;
      margin-left: 0!important;
  }
}
@media only screen and (max-width: 768px){
  .home .content-filters .code{max-width: 119px;}
  .home .content-filters .business-type{max-width: 155px;}
  .home .content-filters .city,
  .home .content-filters .realty-type{max-width: 170px!important;}
  .realty-by-cmdt .content-item{width: calc(100% / 2);}
  .item-list .list-links-hover{max-width: 270px;}
  .content-realty-itens .list-espec{
      column-count: 3;
      margin-bottom: 30px;
  }
  .details-mobile{
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: flex-end;
      border-bottom: 1px solid #E6E6E6;
      padding-bottom: 15px;
      margin-bottom: 30px;
  }
  .list-espec li{margin-bottom: 25px;}
  .share-content .share{border-bottom: 0;}
  .details-mobile .share-content{
      display: flex;
      align-items: baseline;
  }
  .content-realty-itens .realty-cod{margin: 0;}
  .share-content .label-hover{
      margin-right: 10px;
      margin-bottom: 0;
  }
  .share-content .share a{padding: 5px 5px 0;}
  .content-realty-itens > .share-content,
  .content-realty-itens > .realty-cod{display: none;}
  .content-realty-itens{
      max-width: none;
      float: none;
      margin: 0;
      flex-direction: inherit;
      width: 100%;
      display: block;
  }
  .content-slide-realty{max-width: none;}
  /*HOME*/
  .buttons-filter{
      right: -70px;
      display: flex;
      flex-wrap: wrap;
      width: 70px!important;
      border-bottom-right-radius: 10px;
  }
  .blog-item{
      min-width: auto;
      margin: 0 5px;
  }
  .blanket{align-items: end;}
  .blanket h1{
      margin-top: 40vw;
      font-size: 70px;
      text-align: center;
      width: 95%;
  }
  .slide-principal{height: 90vh;}
  .buttons-filter .open-filter{border-top-right-radius: 10px;}
  .buttons-filter .search-realtys{
      border-bottom-right-radius: 10px;
/*        display: none;*/
  }
  .content-filters .neighb, .content-filters .city, .content-filters .realty-type, .content-filters .business-type{width: 26.5vw;}
  .content-filters .max-total-area, .content-filters .min-total-area, .content-filters .max-value, .content-filters .min-value{width: 13.2vw}
  .content-filters .bathroom, .content-filters .suite, .content-filters .garage, .content-filters .dormitory{width: 20vw;}
  .slide-secundary{height: 110px;}
  .content-blocks{display: block;}
  .blok-medium{width: auto;}
  .blog-home .blog-item{margin: 0 10px;}
  .blog-home .slick-list{padding-bottom: 30px;}
  .inner-info-useful li{width: 30%;}
  .inner-info-useful{
      padding: 0 3% 0 20px;
      max-width: 530px;
  }
  .inner-footer-sede{
      margin-top: 50px;
      display: block;
      column-count: 2;
      column-gap: 30%;
  }
  .inner-footer-sede .item-sede{margin-bottom: 55px;}
  .content-news .content{
      display: block;
      text-align: center;
  }
  .form-news{
      width: 80%;
      margin: 25px auto 0;
  }
  .thumb-principal h2{margin-top: 30vw;}
  /*EMPRESA*/
  .wp-block-columns{justify-content: center;}
  .wp-block-column:not(:last-child){margin-right: 0!important;}
  .wp-block-column:not(:first-child){margin-left: 0!important;}
  .wp-block-columns{display: block!important;}
  .page-template-default .wp-block-image{margin: 0 auto 20px;}
  .page-template-default .content-about p{
      margin-top: 10px;
      text-align: center;
  }
  .page-template-default .wp-block-button{text-align: center;}
  .blog-item .comments{text-align: left!important;}
  .list-blog .slick-list{padding-bottom: 30px;}
  /*CONTATO*/
  .content-contact-form{display: block;}
  .content-contact-form form{width: auto;}
  .content-contact-form .contact-hour{
      max-width: none;
      width: auto;
      margin-top: 30px;
      column-count: 2;
  }
  .contact-hour > h3{width: 60%;}
  .content-contact-form .contact-hour h3:nth-child(4){margin-bottom: 50px;}
  /*BLOG*/
  .inner-call-for-u{
      flex-wrap: inherit;
      padding: 50px 15px;
  }
  .inner-call-for-u h4{
      position: relative;
      padding-left: 35px;
  }
  .inner-call-for-u h4 i{
      position: absolute;
      left: 0;
      top: 20px;
  }
  .inner-call-for-u form button{
      position: absolute;
      right: 15px;
      top: 30px;
  }
  .inner-call-for-u form{
      position: relative;
      width: 75%;
      text-align: center;
      margin-top: 20px;
  }
  .inner-call-for-u input{
      max-width: none;
      display: inherit;
      margin: 0 auto 10px 0;
      width: 80%;
  }
  .content-blog #sidebar{
      width: auto;
      max-width: none;
      margin: 0 0 30px;
  }
  .inner-single-blog{
      float: none;
      max-width: none;
  }
  /*PÃGINA DE IMÃ“VEIS*/
  .sidebar-realty .list-sidebar li:nth-child(6), .sidebar-realty .list-sidebar li:nth-child(7){width: 30%;}
  .sidebar-realty .list-sidebar li:nth-child(7){margin: 0 auto 20px 30px;}
  /*IMÃ“VEL*/
  .menu-single-realty{
      flex-wrap: wrap;
      max-width: 45%;
      justify-content: center;
  }
  .single-realty-head{margin-top: 20px;}
  .menu-single-realty li a{
      width: 140px;
      padding: 0;
      display: block;
      margin-bottom: 10px;
  }
  .menu-single-realty li:nth-child(2) a{border: none;}
  .menu-single-realty li:nth-child(3) a,
  .menu-single-realty li:first-child a{
      padding-right: 30px;
      text-align: right;
  }
  .menu-single-realty li:nth-child(2) a,
  .menu-single-realty li:last-child a{
      padding-left: 30px;
      text-align: left;
  }   
  .slide-single-realty .slick-next:after{
      color: #c6c6c6;
      right: 15px;
  }
  .slide-single-realty .slick-prev:after{
      color: #c6c6c6;
      left: 15px;
  }
  #map{
      height: 400px!important;
      max-width: 400px!important;
      width: 55vw!important;
  }
  .similar-realty .realty-item{
      max-width: none;
      margin: 0 5px;
  }
  .similar-realty .slick-list{padding-bottom: 30px;}
/*
  .content-visit-interest{
      position: fixed;
      bottom: 0;
      top: inherit;
      right: 15px;    
  }
*/
  .scroll-realty-head{margin: 0;}
  .search .buttons-filter .search-realtys{display: block;}
  .search .content-filters .neighb, .search .content-filters .city, .search .content-filters .realty-type, .search .content-filters .business-type{width: 26.5vw;}
  .search .content-filters .max-total-area, .search .content-filters .min-total-area, .search .content-filters .max-value, .search .content-filters .min-value{width: 13.2vw;}
  .search .content-filters .bathroom, .search .content-filters .suite, .search .content-filters .garage, .search .content-filters .dormitory{width: 19.8vw;}
  /* INDIQUE UM IMÃ“VEL */
  .page-id-1617  .first-part div.flex{display: block;}
  .page-id-1617  .first-part div.flex a{
          display: inherit;
          text-align: center;
          max-width: 200px;
          margin: 15px 0 0 auto;
  }
  .page-id-1617  .second-part p:nth-child(3){text-align: left;}
  /* AGENDAMENTOS E FAVORITOS */
  .item-inner-visit{flex-wrap: wrap;}
  .item-inner-visit figure{width: 35%;}
  .item-info-third{
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 20px 0 0;
  }
  /* LOGIN */
  #loginform{width: 50%;}
  .page-template-page-login .thumb-principal h2{margin-top: 45%;}
  /* CADASTRE-SE*/
  .page-id-2785 .form-register p:first-child{text-align: left;}
  .page-id-2785 .wp-block-column:first-child{margin-bottom: 30px;}
  .form-register p.flex input{width: 100%;}
  .page-id-2785 form p.flex{
      display: block;
      margin-top: 0;
  }
}
@media only screen and (max-width: 500px){
  .home .buttons-filter .search-realtys{width: 100%;}
  .home .form-content-filters{top: 60vh;}
  .home .content-filters .city,
  .home .content-filters .realty-type,
  .home .content-filters .code,
  .home .content-filters .business-type{max-width: none!important;}
  .home .content-filters .code{width: 50%;}
  .home .content-filters{height: 120px;}
  .list-qtd-dormitorys li{
      width: auto!important;
      box-shadow: none!important;
  }
  li.filter_rangevalue,
  .filter_rangevalue{
      width: 100%!important;
      max-width: none!important;
  }
  .slidevaluecontainer{width: 95%!important;}
  .page-id-21645 .container > h2{font-size: 18px;}
  .content-question h2{font-size: 20px;}
  .item-question-rent h3, .item-question h3{font-size: 15px;}
  .item-question{width: 100%;}
  .realty-parent .btn{margin: 30px auto 0 0;}
  .realty-parent{
      display: block;
      padding: 0;
  }
  .realty-parent div{
      margin: 0;
      padding: 20px 20px 30px;
  }
  .item-enterprise{margin: 0;}
  .page-enterprise .sidebar-realty .list-sidebar li:first-child{margin-right: 0;}
  .page-enterprise .sidebar-realty .list-sidebar li,
  .inner-enterprise > a,
  .realty-by-cmdt .content-item,
  .item-list .realty-item-body{width: 100%;}
  .order-realty-by{margin-bottom: 15px;}
  .head-realty,
  .item-info,
  .item-info:last-child{flex-wrap: wrap;}
  .realty-adress{display: flex;}
  .content-realty-itens .realty-cod{margin-bottom: 20px;}
  .details-mobile{flex-wrap: wrap;}
  .share-content .share a{padding: 5px 10px 0;}
  .single-indication{right: 75px;}
  .slide-single-realty .slick-dots li button{margin: 0 2px;}
  .item-info .head-desc{margin-bottom: 10px;}
  .realty-desc{display: block;}
  .share-content .share{
      flex-wrap: wrap;
      font-size: 25px;
  }
  .business-price > div{display: block;}
  .type-adress > div{display: none;}
  .open-indicate-realty,
  .single-realty-actions li{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .content-realty-itens .list-espec{
      column-count: 2;
      -webkit-columns: 2;
  }
  /*HOME*/
  .single-realty-actions{align-items: center;}
  .open-mobile-phones{display: none;}
  .header-office-infos .social{justify-content: space-evenly;}
  .open-menu-mobile{
      font-size: 30px;
      padding: 0 30px 0 30px;
  }

  .blanket h1{
      margin-top: 50vw;
      font-size: 35px;
  }
  .form-content-filters{
      width: 95vw;
      transform: translateX(-50%);
      top: 70vh;
  }
  .home .buttons-filter{right: 0!important;}
  .buttons-filter{
      border-bottom-left-radius: 10px;
      width: 100%!important;
      bottom: -49px;
      right: 0;
  }
  .buttons-filter button{width: 50%;}
  .buttons-filter .search-realtys{
      display: block;
      border-top-right-radius: 0;
  }
  .content-filters .neighb, .content-filters .city, .content-filters .realty-type, .content-filters .business-type{width: 41.6vw;}
  .buttons-filter .open-filter{
      border-top-right-radius: 0;
      border-right: 1px solid white;
      border-bottom-left-radius: 10px;
      padding: 5px 0 5px 0;
  }
  .content-filters{
      border-radius: 0;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
  }
  .buttons-filter button{height: 50px;}
  .content-filters .neighb,
  .content-filters .city,
  .content-filters .realty-type,
  .content-filters .business-type{
      width: 50%;
  }
  .content-filters .city{
      border-right: 1px solid #c6c6c6;
      border-top: 1px solid #c6c6c6;
  }
  .content-filters .bathroom, .content-filters .suite, .content-filters .garage, .content-filters .dormitory,
  .content-filters .max-total-area, .content-filters .min-total-area, .content-filters .max-value, .content-filters .min-value{width: 23.5vw;}
  label{font-size: 13px;}
  .slide-secundary{height: 80px;}
  .content-tabs .tab-sale > a, .content-tabs .tab-location > a{margin: 20px auto 0;}
  .enterprises-destac .content > a{margin: 20px auto 0;}
  .inner-call-for-u h4{
      font-size: 24px;
      padding: 0;
  }
  .inner-call-for-u input{margin-right: 0;}
  .inner-call-for-u input:first-child{margin-right: 15%;}
  .inner-call-for-u button{
      font-size: 25px;
      top: -10px;
      position: relative;
  }
  .inner-block{
      padding: 30px 0;
      display: block;
      text-align: center;
  }
  .inner-block h4{
      width: 90%;
      margin: 0 auto 20px;
  }
  .icon-left h4{
      text-align: center;
      margin: 0 auto 20px!important;
  }
  .content-news h2{
      font-size: 25px;
      margin-bottom: 20px;
  }
  .form-news{
      width: 100%;
      padding: 0;
  }
  .form-news input{width: 74vw;}
  .inner-info-useful li{
      width: 45%;
      margin-bottom: 20px;
  }
  .inner-info-useful{
      padding: 0 20px;
      max-width: none;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
  }
  .inner-info-useful li:first-child{margin-right: 20px;}
  .content-logo-social figure{max-width: 160px;}
  .inner-footer-sede{
      column-count: inherit;
      column-gap: 0;
      margin-top: 30px;
  }
  .inner-info-useful:before{
      width: 65%!important;
      left: 50%!important;
      transform: translateX(-50%);
  }
  .inner-info-useful:before,
  .inner-footer-sede .item-menu:before,
  .inner-footer-sede .item-sede:before{
      content: '.';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 100%;
      background: #134c8c;
      font-size: 0;
  }
  .inner-footer-sede .item-sede{
      margin: 0 auto 55px;
      text-align: center;
      position: relative;
      padding-bottom: 30px;
  }
  .inner-footer-sede > div{
      max-width: 250px;
      margin: 0 auto;
      padding-bottom: 30px;
  }
  .inner-footer-sede > div:last-child{
      position: relative;
      text-align: center;
  }
  .ft-we-attend{margin: 50px auto 0;}
  .menu-footer{
      width: fit-content;
      margin: 0 auto;
      text-align: left;
  }
  .menu-login:before{
    font-size: 30px;
  } 
  /*EMPRESA*/
  .thumb-principal h2{
      margin-top: 60vw;
      width: 95%;
      font-size: 32px;
  }
  /*CONTATO*/
  .content-contact-form form p{display: block;}
  .content-contact-form form input{
      max-width: none;
      width: 100%;
  }
  .content-contact-form .contact-hour{column-count: inherit;}
  .contact-hour > h3{width: auto;}
  .content-contact-form .contact-hour > p:nth-child(n+2){text-align: center;}
  .content-contact-form .contact-hour h3:nth-child(4){margin-bottom: 30px;}
  .page-template-page-contact .item-head-office h4{max-width: 85%;}
  .page-template-page-contact .item-head-office ul{flex-wrap: wrap;}
  .page-template-page-contact .item-head-office ul li{
      width: 50%;
      margin-bottom: 20px;
  }
  /*BLOG*/
  .content-posts-blog .content-blog .list-blog,
  .content-blog{display: block;}
  .content-posts-blog .blog-item{width: auto;}
  .content-blog #sidebar{
      margin: 0 auto;
      box-shadow: 25px 22px 15px -20px rgba(72, 72, 72, 0.11);
  }
  .content-blog #sidebar .open-list i{
      font-size: 12px;
      margin-right: 10px;
  }
  .content-blog #sidebar .open-list{
      margin: 0;
      padding-bottom: 20px;
      display: flex;
      justify-content: space-between;
      text-transform: capitalize;
  }
  .content-blog #sidebar .tagcloud,
  .widget_categories ul{display: none;}
  #sidebar > ul > li{border-bottom: 1px solid #c6c6c6;}
  .widget_search,
  .widget_text,
  .content-blog #sidebar form{margin-bottom: 20px;}
  .content-blog #sidebar .my-social li{border-bottom: 0;}
  .inner-call-for-u{flex-wrap: wrap;}
  .inner-call-for-u h4 i{
      position: inherit;
      top: 0;
  }
  .inner-call-for-u form{width: 85%;}
  .footer-inner-single-blog{display: block;}
  .footer-inner-single-blog .tags{
      margin-bottom:20px;
      flex-wrap: wrap;
  }
  #comments{margin-top: 30px;}
  .comment-form-author{
      width: auto;
      float: none;
  }
  .comment-form-email{
      width: auto;
      float: none;
      margin-top: 15px;
  }
  /*PÃGINA DE IMÃ“VEIS*/
  .sidebar-realty button{
      position: inherit;
      right: inherit;
      bottom: inherit;
      margin: 0 auto;
  }
  .sidebar-realty .list-sidebar li{width: 45%;}
  .page-realty .list-realty .realty-item,
  .sidebar-realty .list-sidebar .half,
  .sidebar-realty .list-sidebar li:nth-child(6), .sidebar-realty .list-sidebar li:nth-child(7),
  .sidebar-realty .list-sidebar li:nth-child(3){width: 100%;}
  .sidebar-realty .list-sidebar li:nth-child(7){margin: 0 auto 20px;}
  .item-list{
      display: block;
      border: 1px solid #E6E6E6;
      padding-bottom: 55px;
  }
  .item-list figure{
      height: 140px;
      max-width: 180px;
      float: left;
      margin: 10px;
  }
  .item-list > span{
      left: 22%;
      top: 10px;
  }
  .item-list .list-links-hover{max-width: none;}
  .item-list .realty-info{
      float: left;
      width: auto;
      max-width: 155px;
  }
  .item-list .realty-item-body{
      border: none;
      padding: 10px;
  }
  .item-list .realty-price{float: right;}
  .item-list .list-links-hover{
      top: calc(100% - 55px)!important;
      border-top: 1px solid #e6e6e6;
  }
  .realty-item .realty-price p{font-size: 22px;}
  /*IMÃ“VEL*/
  .single-realty-head{
      position: relative;
      display: block;
  }
  .type-adress p{
      display: flex;
      justify-content: space-between;
      align-items: baseline;
  }
  .type-adress strong{margin-top: 5px;}
  .type-adress{
      width: auto;
      max-width: none;
      text-align: center;
  }
  .business-price{justify-content: center;}
  .business-price li:first-child{margin-right: 0;}
  .slide-single-realty .slick-next:after,
  .slide-single-realty .slick-prev:after{font-size: 30px;}
  .single-realty-infos{
      padding: 0 10px 30px;
      margin-top: 50px;
  }
  .single-realty-infos .item-info > div:first-child{
      width: 30%;
      margin-right: 10px;
      max-width: none;
  }
  .single-realty-infos .item-info:nth-child(4){display: block;}
  .single-realty-infos .item-info:nth-child(4) #local{
      display: flex;
      justify-content: space-between;
      width: auto;
  }
  .single-realty-infos .item-info:nth-child(4) #local label{margin-right: 10px;}
  .schedule-visit{display: none;}
  .open-content-visit-interest{display: block;}
  .map-single-realty{margin-left: 0;}
  #map{
      margin-top: 20px;
      width: 90vw!important;
  }
  .single-realty-infos .buttons a{
      display: block;
      margin: 0 auto 20px;
      width: 80%;
  }
  .single-realty-infos .buttons{padding: 20px 0 0;}
  .single-indication{width: 70vw;}
  .single-realty-head .business-price h2{font-size: 25px;}
  .business-price span{
      margin: 0 auto 5px;
      width: fit-content;
  }
  .single-realty-infos{box-shadow: none;}
  .menu-single-realty{
      margin-top: 20px;
      max-width: none;
  }
  .scroll-realty-head{
      position: fixed;
      padding: 10px;
  }
  .scroll-realty-head .business-price{
      top: 10px;
      right: 10px;
  }
  .content-filters .business-type{min-width: auto;}
  /*SEARCH*/
  .search .form-content-filters{
      width: 90vw;
      margin-top: 20px;
      margin-bottom: 80px;
  }
  .search .buttons-filter{
      right: 0;
      border-top-right-radius: 0;
  }
  .search .buttons-filter .search-realtys{
      border-bottom-left-radius: 10px;
      width: 100%;
  }
  .search .content-filters .city{width: 44.8vw;}
  .search .content-filters .neighb,
  .search .content-filters .business-type,.search .content-filters .realty-type{width: 44.5vw;}
  .search .content-filters .city{border-left: none;}
  .search .content-filters{
      border-top-right-radius: 10px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .search .content-filters .bathroom, .search .content-filters .suite, .search .content-filters .garage, .search .content-filters .dormitory,
  .search .content-filters .max-total-area, .search .content-filters .min-total-area, .search .content-filters .max-value, .search .content-filters .min-value{
          width: 44.5vw;
          max-width: none;
  }
  .search .content-filters .bathroom,
  .search .content-filters .min-total-area,
  .search .content-filters .min-value{border-left: none;}
  /* ANUNCIE */
  .title-announce{padding: 20px 10px;}
  /* INDIQUE UM IMOVEL */
  .page-id-1617  .first-part{
      float: none;
      width: 100%;
      margin-top: 30px;
  }
  .page-id-1617  .first-part div p{text-align: left;}
  .page-id-1617  .realty-infos div, .page-id-1617  .second-part input{
      width: 100%;
      margin-bottom: 10px;
  }
  .page-id-1617  .realty-infos,
  .page-id-1617  .second-part p{
      display: block;
      margin: 0;
  }
  .page-id-1617  .second-part button{margin: 20px auto 0;}
  .page-id-1617  .realty-infos div{margin: 0;}
  .page-id-1617  ul li{margin-bottom: 15px;}
  /* AGENDAMENTOS E FAVORITOS */
  .item-inner-visit figure{
      width: 100%;
      margin: 0 0 10px;
  }
  .item-inner-visit .info-item{width: 100%;}
  .item-inner-visit .info-item ul{margin-top: 20px;}
  .item-info-second{
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      width: 100%;
  }
  .item-info-second p{margin-top: 0;}
  .item-info-third{
      flex-wrap: wrap;
      align-items: baseline;
  }
  .item-info-third p{margin-bottom: 10px;}
  .item-tabs{font-size: 0;}
  .item-tabs i{
      font-size: 25px;
      margin: 0;
  }
  .child-tab.favorite .item-info-second{margin-top: 10px;}
  /* LOGIN */
  #loginform{width: 90%;}
  .page-template-page-login .thumb-principal h2{margin-top: 65%;}
  .user-logout {
      margin-right: 30px;
      margin-left: 0;
  }
  .menu-mobile{width: 100%;}
 
}
@media only screen and (max-width: 375px){
  .home .content-filters{height: 100px;}
  .order-realty-by label{margin-bottom: 5px;}
  .content-realty-itens .realty-cod{margin-bottom: 20px;}
  .order-realty-by,
  .business-price{flex-wrap: wrap;}
  /*HOME*/
  .blanket h1{margin-top: 55vw;}
  .content-filters .realty-type{width: 45%;}
  .content-filters > div{padding: 5px;}
  label{font-size: 12px;}
  .content-filters{height: 50px;}
  .content-filters .business-type{min-width: auto;}
  /*PÃGINA DE IMÃ“VEIS*/
  .item-list figure{
      max-width: 140px;
      margin: 5px;
  }
  .item-list > span{left: 21%;}
  .item-list > span,
  .realty-item figure figcaption{font-size: 12px;}
  .item-list > span{top: 5px;}
  /*IMÃ“VEL*/
  .menu-single-realty{margin-top: 10px;}
  .menu-single-realty li a{font-size: 14px;}
  .scroll-realty-head .type-adress strong{margin-top: 5px;}
  .single-realty-infos .buttons a{width: auto;}
  .details-mobile{flex-wrap: wrap;}    
}
@media only screen and (max-width: 320px) and (min-width: 200px){
  /*HOME*/
  .single-indication{
      right: 35px;
      top: 30px;
  }
  .single-realty-actions{
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-around;
  }
  .open-menu-mobile{padding: 0 20px 0 35px;}
  .blanket h1{margin-top: 60vw;}
  .content-filters .dormitory{width: 28vw;}
  .content-filters .max-total-area, .content-filters .min-total-area, .content-filters .max-value, .content-filters .min-value{width: 50%;}
  .content-filters .garage{width: 22vw;}
  .content-filters .bathroom{width: 25vw;}
  .content-filters .suite{width: 19.5vw;}
  .inner-call-for-u input:first-child{margin-right: 0;}
  .inner-call-for-u input{margin-bottom: 20px;}
  .inner-info-useful{padding: 0 5px;}
  .inner-info-useful li{width: 45%;}
  .inner-info-useful li:first-child{margin-right: 5px;}
  /*EMPRESA*/
  .attendance{
      flex-wrap: wrap;
      justify-content: center;
  }
  .content-contact-form .contact-hour .attendance p{
      width: 60%;
      margin-bottom: 10px;
  }
  /*BLOG*/
  .inner-call-for-u h4{
      text-align: center;
      margin-right: 0;
  }
  .inner-call-for-u form{width: 100%;}
  .inner-call-for-u form button{right: 0;}
  .thumb-principal h2{margin-top: 75vw;}
  /*PÃGINA DE IMÃ“VEIS*/
  .item-list figure{max-width: 110px;}
  .slide-single-realty{
      margin-top: 10px;
  }
  .single-realty-actions li{font-size: 25px;}
  .header-office-infos{padding: 10px 0;}
  .content-menu-logo figure{height: 85px;}
  .thumb-less{max-height: 129px!important;}
  .single-realty-head{margin-top: 10px;}
  .business-price span{font-size: 14px;}
  .single-realty-head .business-price h2{font-size: 22px;}
  .menu-single-realty,
  .slide-single-realty,
  .type-adress strong{margin-top: 5px;}
/*
  .open-content-visit-interest span{
      height: 40px;
      padding: 5px 25px;
  }
*/
  .content-visit-interest{
      width: 95%;
      right: 8px;
  }
  .scroll-menu-fixed figure{height: 65px!important;}
  .scroll-realty-head{
      margin-top: 0;
      padding: 5px;
      top: 65px;
  }
  .single-realty-infos .item-info:nth-child(4) #local,
  .single-realty-infos .item-info:nth-child(3){display: block;}
  .single-realty-infos .buttons a{padding: 20px;}
  .scroll-realty-head .type-adress p,
  .scroll-realty-head .business-price span{font-size: 12px;}
  .scroll-realty-head .type-adress strong,
  .scroll-realty-head .type-adress .type span{font-size: 14px;}
  .scroll-realty-head .business-price h2{font-size: 18px;}
  .content-visit-interest{z-index: 2;}
  .menu-mobile{top: 129px;}
  .scroll-menu-mobile{top: 65px!important;}
  .business-price > div{margin-bottom: 20px;}
}
@media print {
  .item-info,
  .content-slide-realty{
      max-width: none;
      float: none;
  }
  .content-realty-itens{
      float: none;
      min-height: 0;
      max-width: none;
      flex-direction: column;
      width: auto;
      margin: 0;
  }
  .list-espec{
      display: flex;
      flex-wrap: wrap;
  }
  .list-espec li{
      margin-right: 15px;
  }
  .item-info{
      border: 0;
      margin-top: 15px;
  }
  .realty-cod{
      color: black!important;
      background: white!important;
      padding: 0!important;
      font-size: 18px!important;
  }
  .realty-cod i,
  .share-content,
  .nav-slide-single-realty,
  .slide-single-realty,
  #fotos,
  #message,
  .call-for-u,
  .content-blog,
  .main-footer,
  .map-single-realty,
  #local,
  .content-similar-realty,
  .single-realty-actions,
  .menu-single-realty,
  .menu-main-menu-left-container,
  .menu-main-menu-right-container,
  .user-logout,
  .thumb-principal,
  .header-office-infos .search-realty,
  .social,
  .content-visit-interest{display: none!important;}
  .single-realty-infos .item-info:nth-child(5){
      padding: 0;
      border: 0;
  }
  .single-realty-infos{
      max-width: none;
      box-shadow: none;
      padding: 0;
  }
  .single-realty-head{
      margin-top: 40px;
      position: inherit!important;
      max-width: 1100px;
  }
  .type-adress{max-width: none;}
  .header-office-infos{
      padding: 10px 0;
      background: white;
      color: #484848;
      max-width: 550px;
      margin: 0 0 0 auto;
  }
  .header-office-infos > div{
      justify-content: flex-start;
      width: fit-content;
      align-items: flex-start;
  }
  .content-menu-logo .content,
  .content-menu-logo{width: fit-content;}
  .content-headers{
      position: inherit;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
  }
  .header-office-infos .phones li:nth-child(2),
  .header-office-infos .phones li{font-size: 12px;}
  .content-menu-logo figure{
      width: 150px;
  }
  .content-menu-logo figure img{
      width: 150px;
      height: 100%;
      position: inherit;
      transform: translate3d(0,0,0);
  }
  .header-office-infos .phones{width: 550px;}
  .type-adress .type span{font-size: 18px;}
  .business-price span{
      background: white;
      color: #124c8c;
      border: 1px solid #124c8c;
  }
  .print-photo li{
      height: 120px;
      width: 120px;
      margin: 0 10px;
      overflow: hidden;
      margin-bottom: 15px;
  }
  .print-photo li img{
      height: 100%;
      width: auto;
  }
  .print-photo{
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  .scroll-realty-head{
      box-shadow: none;
      justify-content: space-between;
  }
}