:root {
  --theme-red: #b41412;
}

html {
  scroll-behavior: smooth;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

div.sticky2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

#preloader .preloader {
  margin: 0;
  transform: translate(calc(-50% - 40px), calc(-50% - 40px));
}

@media screen and (max-width: 767px) {
  .top-header {
    display: none;
  }
}

.nav-menu:not(.nav-menu-social) {
  border: 0;
}
.nav-menu > li {
  float: none;
}

.navigation.navigation-portrait .nav-menus-wrapper {
  display: flex;
  flex-direction: column;
}
.navigation.navigation-portrait .nav-menus-wrapper-close-button {
  margin-left: auto;
}
.navigation.navigation-portrait .nav-menu-social {
  order: 1;
}

.properties-area .container-fluid {
  max-width: 1450px;
  margin-right: 0;
}

.hero-banner .subtitulo-banner {
  display: inline-block;
  color: #fff;
  background-color: #182044;
  font-weight: 500;
  border-radius: 30px;
  padding: 3px 18px;
  margin-bottom: 20px;
}

.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
  will-change: transform;
}

.elementos {
  margin-top: -100px;
}

.sec-heading h2 {
  margin-bottom: 15px;
}

.sombrinha {
  /* -webkit-box-shadow: 0 23px 20px -6px #f1ecec;
    box-shadow: 0 23px 20px -6px #f1ecec; */

  /* -webkit-box-shadow: 0px 14px 29px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 14px 29px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 14px 10px 1px rgba(0,0,0,0.05); */
  border: solid 1px #f1ecec;
}

.valor {
  font-family: "Roboto", sans-serif;
  /* margin-top: 9px; */
}

.nome-prop {
  line-height: 36px;
  font-size: 30px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 15px;
}
.my-float:before {
  font-size: 30px;
}
.choose-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 23px 20px -6px #f1ecec;
  box-shadow: 0 23px 20px -6px #f1ecec;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.choose-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #18253e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  z-index: -1;
}
.choose-item:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.choose-item:hover:before {
  height: 100%;
  background-color: #182044;
}
.choose-item:hover i {
  color: #fff;
}
.choose-item:hover i:after {
  background-color: #18253e;
}
.choose-item:hover h3 {
  color: #fff;
}
.choose-item:hover p {
  color: #fff;
}
.choose-item i {
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  z-index: 1;
  color: #18253e;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.choose-item i:after {
  position: absolute;
  content: "";
  left: -15px;
  bottom: -15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #e5eeff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.choose-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.choose-item p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.project-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 0px 10px;
}
.project-item:hover .inner {
  background-color: #182044;
}
.project-item:hover .inner h3 a {
  color: #fff;
}
.project-item:hover .inner h3 a:hover {
  color: #18253e;
}
.project-item:hover .inner span {
  color: #fff;
}
.project-item a {
  display: block;
}
.project-item a img {
  width: 100%;
  border-radius: 5px;
}
.project-item .inner {
  background-color: #fff;
  -webkit-box-shadow: 0 23px 20px -6px #f1ecec;
  box-shadow: 0 23px 20px -6px #f1ecec;
  padding: 25px 15px;
  border-radius: 0 15px 15px 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -51px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-item .inner h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.project-item .inner h3 a {
  color: #18253e;
}
.project-item .inner span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.property3-slide span {
  z-index: 9999;
  font-size: 20px;
}

.prop-carac li {
  line-height: 30px;
  font-size: 16px;
  margin: 10px 0px;
}

.prop-carac ul {
  list-style: none;
}
.prop-carac li {
  margin-bottom: 10px;
}
.prop-carac li:before {
  font-family: "LineIcons";
  content: "\e94c";
  margin: 0 5px 0 -30px;
  color: #4e121a;
  font-size: 20px;
}

.botao {
  background-color: #182044;
  color: #ffffff;
  border: solid 1px #182044;
  transition: 0.5s;
}

.botao:hover {
  background-color: #ffffff;
  color: #182044;
  border: solid 1px #182044;
  transition: 0.5s;
}

.botao-bordo {
  background-color: #4e121a;
  color: #ffffff;
  border: solid 1px #4e121a;
  transition: 0.5s;
}

.botao-bordo:hover {
  background-color: #ffffff;
  color: #4e121a;
  border: solid 1px #4e121a;
  transition: 0.5s;
}

.botao-red {
  background-color: var(--theme-red);
  color: #ffffff;
  border: solid 1px var(--theme-red);
  transition: 0.5s;
}

.botao-red:hover {
  background-color: #ffffff;
  color: var(--theme-red) !important;
  border: solid 1px var(--theme-red) !important;
  transition: 0.5s;
}

.botao-wpp {
  background-color: #25d366;
  color: #ffffff;
  border: solid 1px #25d366;
  transition: 0.5s;
}

.botao-wpp:hover {
  background-color: #ffffff;
  color: #25d366;
  border: solid 1px #25d366;
  transition: 0.5s;
}

.botao2 {
  background-color: #18253e;
  color: #ffffff;
  border: solid 1px #18253e;
  transition: 0.5s;
}

.botao2:hover {
  background-color: #ffffff;
  color: #18253e;
  border: solid 1px #18253e;
  transition: 0.5s;
}

.compartilhe .share {
  border: 1px solid #938e8f;
  color: #938e8f;
  padding: 10px;
  border-radius: 12px;
}

.compartilhe li {
  display: inline-block;
}

.compartilhe i {
  font-size: 18px;
  transition: 0.5s;
}

.compartilhe i:hover {
  color: #4e121a;
  transition: 0.5s;
}

/*---------- Small footer -------------------*/
footer {
  z-index: 99;
  position: relative;
}
footer a {
  text-decoration: none !important;
  transition: 0.3s;
}
footer.dark-footer {
  background: #252c41;
}
.footer-logo {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eaeef3;
  border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
  padding: 50px 0 0 0;
}
img.img-footer {
  max-width: 100%;
  /* margin-bottom: 2rem; */
}
.ft-itext {
  font-weight: 500;
  font-size: 16px;
  text-align: center !important;
  margin: 10px;
}
.ft-itext i {
  margin-right: 5px;
}
ul.social {
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
ul.social li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  line-height: 40px;
  text-align: center;
}
.footer-add {
  color: #858b9f;
  font-size: 13px;
}
.ft-copyright {
  border-top: 1px solid #eaeef3;
  padding: 15px 0 12px 0;
}
.ft-copyright p {
  margin-bottom: 0;
}
.footer-logo img {
  max-width: 185px;
}

@media only screen and (max-width: 600px) {
  .footer-widget {
    padding: 20px 0px;
    text-align: center;
  }
  .footer-responsivo {
    text-align: center;
  }
}

@media only screen and (min-width: 601px) {
  .footer-widget {
    padding: 70px 0px;
  }
}

.direita {
  text-align: right;
}
h4.widget-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
}
.footer-widget ul li {
  list-style: none;
  margin-top: 15px;
  display: block;
}
.footer-widget ul li a {
  color: #626a70;
}

footer.skin-dark-footer h4 {
  color: #f8f9fa;
}
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
  color: #858b9f;
  transition: all ease 0.4s;
  font-size: 14px;
}
footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
  color: #ffffff;
}
.widget_media_image {
  margin-top: 3rem;
}
.footer-bottom {
  padding: 0px 0;
  border-top: 1px solid #e9edf3;
}
.skin-dark-footer .footer-bottom {
  background: #ccc;
  border-top: none;
}
ul.footer-bottom-social {
  margin: 0;
  padding: 0;
}
ul.footer-bottom-social li {
  display: inline-block;
  list-style: none;
  margin-right: 17px;
  margin-top: 0;
}
ul.footer-bottom-social li a {
  color: #546e7a;
}

ul.footer-bottom-social li i {
  margin-right: 5px;
  font-size: 35px;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
  color: #858b9f;
  font-size: 14px;
  text-decoration: none;
}
/* footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
	color:#ffffff;
	opacity:1;
} */
footer a:hover,
a:focus {
  color: #ffffff;
  opacity: 1;
}
.fw {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  width: 100%;
}
.fw:last-child {
  margin: 0;
}
.fw:before {
  font-family: "themify";
  vertical-align: initial;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.fw.fw-location:before {
  content: "\e693";
}
.fw.fw-mail:before {
  content: "\e75a";
}
.fw.fw-call:before {
  content: "\e621";
}
.fw.fw-skype:before {
  content: "\e72d";
}
.fw.fw-web:before {
  content: "\e665";
}

@media screen and (max-width: 425px) {
  .top-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.other-store-link {
  width: auto;
  margin-bottom: 0px;
  display: inline-block;
}
.other-store-link:last-child {
  margin-bottom: 0;
}

.other-store-app {
  width: 220px;
  height: 70px;
  border: none;
  border-radius: 4px;
  padding: 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #858b9f;
  transition: 0.3s;
}

.other-store-app:hover {
  color: #182044;
  opacity: 1;
}

.os-app-caps span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #858b9f;
  transition: 0.3s;
}

.os-app-icon {
  margin-right: 13px;
}
.os-app-icon i {
  font-size: 32px;
}
.os-app-caps {
  font-size: 18px;
  font-weight: 600;
}
/*---------- fim -------------------*/

/*---------- PROPRIEDADE INICIO -------------------*/
/* .overlayxd{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    opacity:1;
  
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,#182044b5 100%);
   -webkit-transition:  1s ease-in-out;
    -moz-transition:  1s ease-in-out;
    -ms-transition:  1s ease-in-out;
    -o-transition:  1s ease-in-out;
    transition:  1s ease-in-out;
}
.overlayxd:hover{
   background: none;
   -webkit-transition:  1s ease-in-out;
    -moz-transition:  1s ease-in-out;
    -ms-transition:  1s ease-in-out;
    -o-transition:  1s ease-in-out;
    transition:  1s ease-in-out;
} */

.property-item .top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  opacity: 1;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, #182044b5 100%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.property-item .top:hover::before {
  opacity: 0;
  transform: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.interactive-banners-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bg-gradient-extra-dark-gray-transparent {
  background: rgba(35, 35, 35, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(35, 35, 35, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#232323', GradientType=0 );
}

.property-item {
  background-color: #fff;
  /* border-radius: 5px; */
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 5px;
  border-radius: 12px;
}

/* .property-item:hover {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px);
    background-color: #18253e;
}
.property-item:hover .bottom h3 a {
    color: #fff;
}
.property-item:hover .bottom h3 a:hover {
    color: #182044;
}
.property-item:hover .bottom .location {
    color: #fff;
}
.property-item:hover .bottom .location:hover {
    color: #182044;
}
.property-item:hover .bottom ul li {
    color: #fff;
    border-right: 1px solid #fff;
} */
.property-item .top {
  position: relative;
  overflow: hidden;
  /* border-radius: 5px; */
}
.property-item .top img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.property-item .top .baixou {
  display: inline-block;
  background: #27b737;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.property-item .top .objetivo {
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  padding: 4px 10px;
  font-size: 14px;

  right: 15px;
  top: 15px;
  left: unset;
  background: #182044;
  color: #ffffff;
}
.property-item .top .reservado {
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  color: #ffffff;

  padding: 10px 0px;
  bottom: 30px;
  left: unset;
  background-color: #182044;
  width: 100%;
  border-radius: 0px;
  text-align: center;
}
.property-item .bottom {
  padding: 30px;
}
.property-item .bottom span {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #182044;
  font-size: 15px;
}
.property-item .bottom h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}

.property-item .bottom h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

.property-item .bottom p {
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.property-item .bottom i {
  color: #4e121a;
}

.property-item .bottom h3 a {
  color: #222;
}
.property-item .bottom h3 a:hover {
  color: #182044;
}
.property-item .bottom .location {
  display: block;
  color: #222;
  font-size: 15px;
  margin-bottom: 12px;
}
.property-item .bottom .location i {
  color: #182044;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.property-item .bottom .location:hover {
  color: #182044;
}
.property-item .bottom ul {
  margin: 0;
  padding: 0;
}
.property-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  color: #222;
  /* border-right: 1px solid #18253e; */
  margin-right: 3px;
  padding-right: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 20px;
  font-size: 16px;
  margin-right: 15px;
}
.property-item .bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/*---------- PROPRIEDADE FIM -------------------*/
* COOKIE */ .box-cookies.hide {
  display: none !important;
}

.box-cookies {
  font-weight: 100;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-cookies p {
  margin-bottom: 0px;
}

.box-cookies .msg-cookies,
.box-cookies {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.box-cookies .btn-cookies {
  cursor: pointer;
  align-self: normal;
}

.btn-cookies,
.btn-politica {
  padding: 8px 20px;
  background: #182044;
  color: #fff;
  border: 1px solid #fff;
  transition: all ease 0.4s;
  border-radius: 12px;
}
.btn-cookies:hover,
.btn-politica:hover {
  padding: 8px 20px;
  background: #fff;
  color: #182044 !important;
  border: 1px solid #182044;
  transition: all ease 0.4s;
}
@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

/* COOKIE FIM*/

@media (min-width: 993px) {
  .menu-resp {
    display: none !important;
    visibility: hidden !important;
  }
}

.hide {
  display: none !important;
}
.ativo {
  color: #182044 !important;
}

.favorite {
  top: -5px;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #938e8f;
  color: #938e8f;
  border-radius: 12px;
  background: transparent;
  transition: all ease-in-out 0.3s;
  width: 135px;
}

.favorite:hover {
  border: 1px solid red;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.favorite:focus {
  outline: 0;
}
.favorite:before {
  /* content: "";
    font-family: "FontAwesome"; */
  content: "\e95e";
  font-family: LineIcons !important;

  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 9px;
}
.favorite:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 7px;
  /* right: 20px; */
  left: 40px;
}
/* .favorite:hover {
    width: 150px;
    transition: all ease-in-out 0.3s;
  } */
.favorite:after {
  content: "Favoritar";
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.favorite.favorited:before {
  content: "\e95e";
  font-family: LineIcons !important;
  color: red;
}
.favorite.favorited:after {
  content: "Favoritado!";
}

.real-estate-item-price {
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
  background-color: #b41412d1;
  border-radius: 12px;
  padding: 10px 20px;
}

/* SHAPE */
.custom-shape-divider-bottom-1639492694 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1639492694 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1639492694 .shape-fill {
  fill: #ececec;
}

.custom-shape-divider-top-1639499967 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1639499967 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1639499967 .shape-fill {
  fill: #ececec;
}
/* SHAPE */

.box-sobre {
  padding: 30px 30px 30px 30px;
  border-radius: 0px;
  background-color: rgba(0, 66, 116, 0.71);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}

.box-sobre i {
  font-size: 40px;
  padding-bottom: 20px;
  color: #fff;
}

.box-sobre h3 {
  color: #ffffff;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.box-sobre:hover {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  /* -webkit-transform: scale(1.01);
    transform: scale(1.01); */
  bottom: 10px;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.px-1px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
/* 
.smart-textimonials .item{
    color: #000000;
    background-color: #EDF9FF;
    padding: 40px;
    margin-bottom: 30px;
} */

.box-arquivos i {
  font-size: 75px;
  padding-bottom: 20px;
}

.section-contato h4 {
  padding-top: 10px;
  font-size: 20px;
}

.text-gray-contato p,
.text-gray-contato a {
  color: #858b9f;
}

.section-contato i {
  /* color: #ED212D; */
  font-size: 20px;
  width: 20px;
}

.section-contato li {
  font-size: 18px;
}

.bg-bordo {
  background-color: #ed212d;
}

.contato {
  background-color: #b41412;
  color: #fff;
  border: solid 1px #b41412;
  transition: 0.5s;
  border-radius: 12px;
  padding: 5px;
}

.contato:hover {
  background-color: #fff;
  color: #b41412 !important;
  border: solid 1px #b41412;
  transition: 0.5s;
}

.bb-white {
  border-bottom: solid 1px #fff;
}
.bg-azul {
  background-color: #182044 !important;
}

-----------------------------------------------------------------*/
/* Portfolio Single - Image
-----------------------------------------------------------------*/
.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
  display: block;
  width: 100%;
}
.portfolio-single-image-full {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin: -80px 0 80px !important;
}
.portfolio-single-video {
  height: auto !important;
}

/* Masonry Thumbs
-----------------------------------------------------------------*/
.masonry-thumbs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -2px;
}
.masonry-thumbs .grid-item {
  display: block;
  position: relative;
  /* width: 25%; */
  max-width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
  padding-top: 0;
}

.masonry-gap-0 {
  margin: 0;
}
.masonry-gap-0 .grid-item {
  padding: 0;
}

.masonry-gap-lg {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -6px;
}
.masonry-gap-lg .grid-item {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
}

.masonry-gap-xl {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
.masonry-gap-xl .grid-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.grid-item > img,
.grid-item .grid-inner > img {
  width: 100%;
  min-height: 100% !important;
  border-radius: 0;
}

.grid-1 > .grid-item {
  width: 100%;
}

.grid-2 > .grid-item {
  width: 50%;
}

.grid-3 > .grid-item {
  width: 33.3333333333%;
}

.grid-4 > .grid-item {
  width: 25%;
}

.grid-5 > .grid-item {
  width: 20%;
}

.grid-6 > .grid-item {
  width: 16.6666666667%;
}

.grid-7 > .grid-item {
  width: 14.2857142857%;
}

.grid-8 > .grid-item {
  width: 12.5%;
}

.grid-9 > .grid-item {
  width: 11.1111111111%;
}

.grid-10 > .grid-item {
  width: 10%;
}

.grid-11 > .grid-item {
  width: 9.0909090909%;
}

.grid-12 > .grid-item {
  width: 8.3333333333%;
}

@media (min-width: 576px) {
  .grid-sm-1 > .grid-item {
    width: 100%;
  }

  .grid-sm-2 > .grid-item {
    width: 50%;
  }

  .grid-sm-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-sm-4 > .grid-item {
    width: 25%;
  }

  .grid-sm-5 > .grid-item {
    width: 20%;
  }

  .grid-sm-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-sm-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-sm-8 > .grid-item {
    width: 12.5%;
  }

  .grid-sm-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-sm-10 > .grid-item {
    width: 10%;
  }

  .grid-sm-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-sm-12 > .grid-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid-md-1 > .grid-item {
    width: 100%;
  }

  .grid-md-2 > .grid-item {
    width: 50%;
  }

  .grid-md-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-md-4 > .grid-item {
    width: 25%;
  }

  .grid-md-5 > .grid-item {
    width: 20%;
  }

  .grid-md-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-md-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-md-8 > .grid-item {
    width: 12.5%;
  }

  .grid-md-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-md-10 > .grid-item {
    width: 10%;
  }

  .grid-md-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-md-12 > .grid-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid-lg-1 > .grid-item {
    width: 100%;
  }

  .grid-lg-2 > .grid-item {
    width: 50%;
  }

  .grid-lg-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-lg-4 > .grid-item {
    width: 25%;
  }

  .grid-lg-5 > .grid-item {
    width: 20%;
  }

  .grid-lg-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-lg-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-lg-8 > .grid-item {
    width: 12.5%;
  }

  .grid-lg-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-lg-10 > .grid-item {
    width: 10%;
  }

  .grid-lg-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-lg-12 > .grid-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid-xl-1 > .grid-item {
    width: 100%;
  }

  .grid-xl-2 > .grid-item {
    width: 50%;
  }

  .grid-xl-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-xl-4 > .grid-item {
    width: 25%;
  }

  .grid-xl-5 > .grid-item {
    width: 20%;
  }

  .grid-xl-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-xl-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-xl-8 > .grid-item {
    width: 12.5%;
  }

  .grid-xl-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-xl-10 > .grid-item {
    width: 10%;
  }

  .grid-xl-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-xl-12 > .grid-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 1440px) {
  .grid-xxl-1 > .grid-item {
    width: 100%;
  }

  .grid-xxl-2 > .grid-item {
    width: 50%;
  }

  .grid-xxl-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-xxl-4 > .grid-item {
    width: 25%;
  }

  .grid-xxl-5 > .grid-item {
    width: 20%;
  }

  .grid-xxl-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-xxl-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-xxl-8 > .grid-item {
    width: 12.5%;
  }

  .grid-xxl-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-xxl-10 > .grid-item {
    width: 10%;
  }

  .grid-xxl-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-xxl-12 > .grid-item {
    width: 8.3333333333%;
  }
}

.hero-banner h4 {
  color: #fff;
}

.bg-gray {
  background-color: #eee;
}
.sec-subtitulo {
  color: #707070;
  line-height: 1.2 !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  margin-bottom: 35px !important;
}

.sec-subtitulo2 {
  color: #707070;
  line-height: 1.2 !important;
  font-size: 19px !important;
  font-weight: 400 !important;
}

.top-footer {
  background-color: #eee;
  padding: 25px 0px;
}

.carac-internas li:hover i,
.carac-internas li:hover strong {
  color: var(--theme-red);
  transition: all 0.3s;
}

.carac-internas li i,
.carac-internas li strong {
  transition: all 0.3s;
}

.carac-internas li i {
  width: 20px;
}

.page-title-anuncie {
  background-color: #eee;
  padding: 35px 0px;
}

.propriedade-destaque {
  background: rgb(238, 238, 238);
  background: linear-gradient(90deg, rgba(238, 238, 238, 1) 55%, rgba(238, 238, 238, 1) 55%, rgba(37, 44, 65, 1) 55%);
  padding: 50px 0px;
}

.propriedade-destaque img {
  max-height: 500px;
  /* width: 100%; */
  border-radius: 50px 0 50px 0;
}

@media (max-width: 991px) {
  .propriedade-destaque {
    background: rgb(238, 238, 238) !important;
  }
}

.especialistas ul {
  list-style: none;
}
.especialistas li {
  margin-bottom: 10px;
}
.especialistas li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 5px 0 -30px;
  color: var(--theme-red);
  font-size: 18px;
}

.especialistas img {
  border-radius: 50px 0 50px 0;
}

.property-item h4 i {
  color: var(--theme-red) !important;
  font-size: 17px;
}

.property-price-info h2 i {
  color: var(--theme-red) !important;
  font-size: 27px;
}