@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins-light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/poppins-light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/poppins-light.otf") format("opentype"),
    /* Open Type Font */
    url("../fonts/poppins-light.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/poppins-light.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/poppins-light.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/poppins-light.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/poppins-bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/poppins-bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/poppins-bold.otf") format("opentype"),
    /* Open Type Font */
    url("../fonts/poppins-bold.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/poppins-bold.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/poppins-bold.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/poppins-bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Poppins-Regular", "sans-serif";
  overflow-x: hidden;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.btn-cadastro {
  color: #fff;
  font-size: 13px;
  max-width: 100%;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #6cc247;
  border-color: #6cc247;
  border-radius: 25px;
  display: inline-block;
  font-family: "Poppins-Bold";
}

.btn-cadastro:active,
.btn-cadastro:focus,
.btn-cadastro:hover {
  color: #fff;
  cursor: pointer;
  background-color: #6cc247;
  border-color: #6cc247;
  outline: none;
}

/* -------------------------------------------------------
                         Navbar
---------------------------------------------------------*/
.navbar-coimca {
  background-color: #fff;
  border-color: #f0f0f0;
  z-index: 10999;
  display: none;
  min-height: 50px;
}

.navbar-coimca .navbar-header {
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 5px;
  height: 50px;
}

.navbar-coimca .navbar-brand {
  color: #fff;
}

.navbar-coimca .navbar-brand:hover,
.navbar-coimca .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-coimca .navbar-text {
  color: #026930;
}

.navbar-coimca .navbar-nav>li>a {
  color: #026930;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins-Regular";
}

.navbar-coimca .navbar-nav>li>a:hover,
.navbar-coimca .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #026930;
}

.navbar-coimca .navbar-nav>.active>a,
.navbar-coimca .navbar-nav>.active>a:hover,
.navbar-coimca .navbar-nav>.active>a:focus {
  color: #026930;
  background-color: #f0f0f0;
}

.navbar-coimca .navbar-nav>.disabled>a,
.navbar-coimca .navbar-nav>.disabled>a:hover,
.navbar-coimca .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-coimca .navbar-toggle {
  border-color: #026930;
}

.navbar-coimca .navbar-toggle:hover,
.navbar-coimca .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-coimca .navbar-toggle .icon-bar {
  background-color: #026930;
}

.navbar-coimca .navbar-collapse,
.navbar-coimca .navbar-form {
  border-color: #026930;
  background-color: #fafafa;
}

.navbar-coimca .navbar-nav>.open>a:hover,
.navbar-coimca .navbar-nav>.open>a:focus {
  color: #026930;
  background-color: #026930;
}

.navbar-coimca .navbar-btn-favoritos {
  position: absolute;
  width: 110px;
  height: 40px;
  right: 10px;
  top: 7px;
}

.navbar-coimca .navbar-btn-favoritos a {
  display: block;
  color: #026930;
  padding-top: 10px;
  padding-right: 30px;
  text-transform: uppercase;
}

.navbar-coimca .navbar-btn-favoritos a>span {
  position: absolute;
  right: 0px;
  top: 7px;
}

.navbar-coimca .navbar-btn-favoritos a>span:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 1.8em;
  color: red;
  line-height: 1em;
  margin-left: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-coimca .navbar-btn-favoritos a:hover {
  text-decoration: none;
}

.navbar-coimca .navbar-btn-favoritos a>span:before {
  content: "\e802";
}

.navbar-coimca .navbar-btn-favoritos a:active>span:before,
.navbar-coimca .navbar-btn-favoritos a:hover>span:before {
  content: "\e803";
}

@media (max-width: 767px) {
  .navbar-coimca .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    background-color: #026930;
  }

  .navbar-coimca .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-coimca .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #026930;
  }

  .navbar-coimca .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-coimca .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-coimca .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #026930;
  }

  .navbar-coimca .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-coimca .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-coimca .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .navbar-coimca .navbar-toggle {
    float: left;
    margin-right: 0;
  }

  .navbar-coimca .navbar-header {
    float: left;
    width: auto !important;
    padding-left: 15px;
  }

  .navbar-coimca .navbar-collapse {
    clear: both;
    float: none;
  }

  body {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .navbar-coimca {
    display: block;
  }
}

/* -------------------------------------- Header ----------------------------- */
header>.container {
  width: 1300px !important;
  max-width: 100% !important;
  padding-top: 10px;
}

header .flex-h-itens {
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
}

header .flex-h-itens .h-item {
  display: flex;
  align-items: stretch;
  flex-flow: column;
  justify-content: center;
}

header .flex-h-itens .h-item.item-w-2 {
  width: 20%;
}

header .flex-h-itens .h-item.item-w-1 {
  width: 40%;
}

header .link-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header .nav.nav-pills.pull-right {
  margin-right: 10%;
}

header .nav.nav-pills.pull-left {
  margin-left: 10%;
}

header .nav.nav-pills>li>a {
  color: #026930;
  text-transform: uppercase;
  font-family: "Poppins-Regular", "sans-serif";
}

header .nav.nav-pills>li>a:active,
header .nav.nav-pills>li>a:focus,
header .nav.nav-pills>li>a:hover {
  background-color: transparent;
}

header a.link-phone {
  position: relative;
  width: 220px;
  display: block;
  padding-left: 35px;
  min-height: 25px;
  color: #006b31;
  font-size: 1.9em;
}

header a.link-phone span {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translate(0%, -50%) rotate(90deg);
}

header a.link-phone span:before {
  color: #006b31;
  font-size: 30px;
}

header .link-phone:hover,
header .link-phone:focus,
header .link-phone:active {
  text-decoration: none;
}

header .link-favoritos {
  position: relative;
  display: block;
  width: 112px;
  color: #006b31;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 35px;
  margin-top: 10px;
}

header .link-favoritos>span {
  position: absolute;
  right: 0;
  top: -3px;
}

header .link-favoritos>span::before {
  color: red;
  font-size: 1.8em;
}

header .link-favoritos>[class^="icon-"]:before {
  content: "\e802";
}

header .link-favoritos:hover>[class^="icon-"]:before {
  content: "\e803";
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .link-logo {
    width: 70%;
  }

  header a.link-phone {
    width: 190px;
    padding-left: 25px;
    min-height: 25px;
    color: #006b31;
    font-size: 1.3em;
  }

  header a.link-phone span:before {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  header a.link-phone {
    margin-top: 30px;
  }

  header a.link-favoritos {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  header .nav.nav-pills.pull-right {
    margin-right: 0%;
  }

  header .nav.nav-pills.pull-left {
    margin-left: 0%;
  }
}

/* -------------------------------------- Header - Mobile ------------------------- */
@media (max-width: 767px) {
  header.not-mobile {
    display: none;
  }

  header.mobile {
    display: block;
  }

  header.mobile .flex-h-itens {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  header.mobile .flex-h-itens .h-item {
    width: 140px;
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  header.not-mobile {
    display: block;
  }

  header.mobile {
    display: none;
  }
}

.page-home header a.link-phone {
  color: #fff;
}

.page-home header a.link-phone span:before {
  color: #fff;
}

.page-home header .nav.nav-pills>li>a {
  color: #fff;
}

.page-home header .link-favoritos {
  color: #fff;
}

/* -------------------------------------- Página Home ----------------------------- */
.page-home {
  display: block;
  width: 100%;
  min-height: 100%;
}

.page-home .sc-top {
  position: relative;
  display: block;
  height: auto;
  min-height: 90vh;
}

.page-home .sc-top.bg-01:before,
.page-home .sc-top.bg-02:before,
.page-home .sc-top.bg-03:before,
.page-home .sc-top.bg-04:before,
.page-home .sc-top.bg-05:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.page-home .sc-top.bg-01 {
  background-image: url("../img/bg/1_v2.jpg");
}

.page-home .sc-top.bg-02 {
  background-image: url("../img/bg/2_v2.jpg");
}

.page-home .sc-top.bg-03 {
  background-image: url("../img/bg/3_v2.jpg");
}

.page-home .sc-top.bg-04 {
  background-image: url("../img/bg/4_v2.jpg");
}

/* ---------------------------- Página Home --> owl-banner ---------------------- */
.page-home .section-owl-banner .container {
  padding-top: 50px;
  padding-bottom: 20px;
}

.page-home .owl-home .owl-carousel.owl-theme .item {
  display: block;
  position: relative;
  height: 144px;
  margin-bottom: 0px;
}

.page-home .owl-home .owl-carousel.owl-theme .item h2 {
  position: absolute;
  width: 100%;
  margin: 0px;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
}

.page-home .owl-home .owl-carousel.owl-theme .item .img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 238px;
  height: 144px;
  background-image: url("../img/home-item-1-branco.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/*
.page-home .owl-home .owl-carousel.owl-theme .item .img-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 700px;
  height: 144px;
  background-image: url("../img/banner-financas.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}*/

@media (max-width: 768px) {
  .page-home .section-owl-banner .container {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .page-home .owl-home .owl-carousel.owl-theme .item {
    height: auto;
    min-height: 120px;
  }

  .page-home .owl-home .owl-carousel.owl-theme .item .img {
    width: 198px;
    height: 120px;
    background-position: center center;
  }

  .page-home .owl-home .owl-carousel.owl-theme .item .img-2 {
    width: 400px;
    height: 82px;
  }

  .page-home .owl-home .owl-carousel.owl-theme .item h2 {
    font-size: 1.6em;
  }
}

@media (max-width:400px) {
  .page-home .owl-home .owl-carousel.owl-theme .item .img-2 {
    width: 270px;
    height: 55px;
  }
}

/* ------------------ Página Home --> Busca Principal ------------------- */
.page-home .section-search-main .container {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 800px !important;
  max-width: 100% !important;
}

.section-search-main .form-inline {
  width: 100%;
}

.search-main-group {
  width: 100%;
}

.search-main-group .input-group-lg {
  position: relative;
  width: 100%;
  z-index: 15;
  border-radius: 25px;
  box-shadow: 0 2px 10px 3px rgba(66, 66, 66, 0.2);
}

.search-main-group .input-group-lg>.form-control,
.search-main-group .input-group-lg>.input-group-addon {
  height: 50px;
  font-size: 16px;
  line-height: 1.3333333;
}

.search-main-group .input-group-lg>.input-group-addon {
  position: relative;
  overflow: hidden;
  color: #4c5250;
  cursor: pointer;
  border-color: #6cc247;
  background-color: rgb(108, 194, 71);
}

.search-main-group .input-group-lg>.left-options {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: left;
  align-items: stretch;
  width: 260px;
  height: 50px;
  border-radius: 25px;
  background-color: transparent;
  left: -5px;
  top: 0;
  z-index: 20;
}

.search-main-group .input-group-lg>.left-options>.opt {
  position: relative;
  background-color: #fff;
  border-color: #6cc247;
  border: 1px solid #6cc247;
  overflow: hidden;
  border-radius: 25px;
}

.search-main-group .input-group-lg>.left-options>.opt:first-child {
  width: 140px;
  z-index: 10;
}

.search-main-group .input-group-lg>.left-options>.opt:last-child {
  width: 140px;
  margin-left: -35px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  z-index: 0;
}

.search-main-group .input-group-lg>.left-options>.opt>label {
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 14px;
  color: #4c5250;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: .5px;
  font-family: "Poppins-Regular", "sans-serif";
}

.search-main-group .input-group-lg>.left-options>.opt:last-child>label {
  text-align: right;
  padding-right: 20px;
}

.search-main-group .input-group-lg>.left-options>.opt>label>input {
  position: absolute;
  left: -100px;
  top: 0;
  opacity: 0;
}

.search-main-group .input-group-lg>.left-options>.opt.active {
  background-color: #6cc247;
}

/*
.search-main-group .input-group-lg> .addon-left {
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  padding-right: 20px;
  text-transform: uppercase;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
*/
.search-main-group .input-group-lg>.addon-right {
  width: 55px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.search-main-group .form-control {
  display: block;
  width: 100%;
  font-size: 16px;
  padding-left: 250px;
  padding-right: 3px;
  background-color: #fff;
  border: 1px solid #6cc247;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.search-main-group .form-control:focus {
  border-top-color: #6cc247;
  border-bottom-color: #6cc247;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-main-group .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
}

.search-main-group .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.search-main-group .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.search-main-group .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.search-main-group .input-group-lg>.addon-right span {
  position: absolute;
  top: 5px;
  left: 4px;
  color: #4c5250;
  font-size: 30px;
}

.search-main-group .input-group-lg.input-group-mobile>.left-options {
  width: 200px;
  height: 40px;
}


.search-main-group .input-group-lg.input-group-mobile>.form-control {
  height: 40px;
  font-size: 15px;
  line-height: 1.3333333;
  padding-left: 165px;
  padding-right: 10px;
}

.search-main-group .input-group-lg.input-group-mobile>.input-group-addon {
  height: 40px;
  font-size: 15px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.search-main-group .input-group-lg.input-group-mobile>.left-options>.opt:first-child {
  width: 90px;
}

.search-main-group .input-group-lg.input-group-mobile>.left-options>.opt:last-child {
  width: 110px;
  margin-left: -35px;
}

.search-main-group .input-group-lg.input-group-mobile>.left-options>.opt>label {
  padding-top: 11px;
  color: #4c5250;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
}

.search-main-group .input-group-lg.input-group-mobile>.left-options>.opt:last-child>label {
  padding-right: 15px;
}

.search-main-group .input-group-lg.input-group-mobile>.addon-right span {
  position: absolute;
  font-size: 24px;
}

/*------------------------------------------ Loading Page ---------------------------*/
.loading-page {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 11999;
}

.loading-page>div {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-right: -17px;
}

.loading-page>div>span {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #b4b4b4;
  transform: translate(-50%, -50%);
}

.loading-page>div>span::before {
  font-size: 35px;
  margin-left: 0px;
  margin-right: 0px;
}

.loading-page.loading-page-visible {
  display: block;
}

/*-------------------------- Home -> Lista de categorias ------------------*/
.page-home .lista-categorias {
  z-index: 0;
}

.page-home .lista-categorias>.container {
  width: 700px !important;
  min-height: 400px;
  max-width: 100% !important;
  padding-bottom: 35px;
}

.page-home .lista-categorias .nav-stacked>li {
  margin-bottom: 10px;
}

.page-home .lista-categorias .nav-stacked>li>a {
  color: #494949;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #fafafa;
  text-align: center;
  border-radius: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 22px;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(72, 72, 72, 0.5);
  box-shadow: 0px 0px 7px -1px rgba(72, 72, 72, 0.5);
}

.page-home .lista-categorias .nav-stacked>li.active>a {
  font-weight: normal;
  background-color: transparent;
}

.page-home .lista-categorias .nav-stacked>li>a:hover,
.page-home .lista-categorias .nav-stacked>li>a:focus,
.page-home .lista-categorias .nav-stacked>li>a:active {
  background-color: #6cc247;
  border: 1px solid #6cc247;
  color: #fff;
}

.page-home .lista-categorias h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .page-home .lista-categorias h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .page-home .lista-categorias .nav-stacked>li>a {
    font-size: 12px;
  }
}

/*--------------------------- Page Home -> Listas de imóveis [owl-lista-imoveis] --------------------- */
.page-home .sc-imoveis>.container-fluid {
  background-color: #eff2f6;
  min-height: 200px;
}

.page-home .breadcrumb-lista {
  background: transparent;
  margin-bottom: 5px;
  margin-top: 25px;
}

.page-home .breadcrumb.breadcrumb-lista {
  padding-left: 30px;
}

.page-home .breadcrumb-lista li {
  vertical-align: middle;
}

.page-home .breadcrumb-lista>li+li:before {
  font-family: "fontello";
  padding: 0 5px;
  color: #47524d;
  content: "\f105";
}

.page-home .breadcrumb-lista li>a {
  color: #47524d;
  font-size: 1.2em;
}

.page-home .breadcrumb-lista li:first-child>a {
  font-size: 2.1em;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Poppins-Bold";
}

@media (max-width: 768px) {
  .page-home .breadcrumb.breadcrumb-lista {
    padding-left: 0px;
  }

  .page-home .breadcrumb-lista li:first-child>a {
    font-size: 1.6em;
    padding-right: 5px;
    text-transform: uppercase;
  }
}

@media (max-width: 580px) {
  .page-home .breadcrumb-lista li:last-child>a {
    color: #47524d;
    font-size: 1em;
  }

  .page-home .breadcrumb-lista li:first-child>a {
    font-size: 1.2em;
    padding-right: 5px;
    font-weight: bold;
    font-family: "Poppins-Regular";
  }
}

.page-home .sc-imoveis>.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

.owl-imoveis-wrap {
  position: relative;
  display: block;
  min-height: 200px;
}

.owl-imoveis-wrap>.owl-theme {
  padding-left: 15px;
  padding-right: 15px;
}


.owl-imoveis-wrap>.owl-theme>.owl-nav>.owl-prev,
.owl-imoveis-wrap>.owl-theme>.owl-nav>.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-flow: column;
}

.owl-imoveis-wrap>.owl-theme>.owl-nav>.owl-prev {
  left: -35px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0px;
}

.owl-imoveis-wrap>.owl-theme>.owl-nav>.owl-next {
  right: -35px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
}

.owl-imoveis-wrap>.owl-theme>.owl-nav>.owl-prev span:before,
.owl-imoveis-wrap>.owl-theme>.owl-nav>.owl-next span:before {
  color: #fff;
  font-size: 24px;
}

.owl-imoveis-wrap>.owl-theme>.owl-nav>.owl-prev span:before {
  margin-left: 0px;
}

.owl-imoveis-wrap>.owl-theme>.owl-nav [class*="owl-"] {
  opacity: 0.85;
  background: #47524d;
  color: #fff;
}

.owl-imoveis-wrap>.owl-theme>.owl-nav [class*="owl-"]:hover {
  background: #47524d;
}

.owl-imoveis-wrap>.owl-theme>.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-imoveis-wrap>.owl-theme>.owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #d6d6d6;
  border: 2px solid #ffffff;
  border-radius: 34px;
}

.owl-imoveis-wrap>.owl-theme>.owl-dots .owl-dot.active span,
.owl-imoveis-wrap>.owl-theme>.owl-dots .owl-dot:hover span {
  background: #47524d;
  outline: none;
}

@media (max-width: 768px) {
  .owl-imoveis-wrap>.owl-theme {
    padding-left: 0px;
    padding-right: 0px;
  }

  .page-home .sc-imoveis>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

}
/* -------------------------- toolbar ------------------------*/
.toolbar-left{
  position: absolute;
  left: 15px;top: 5px;
  display: inline-flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  width: auto;
  margin-top: -2px;
}
.list-btn-mobilia{
  margin-left: 12px;
}
.toolbar-left .btn-mobilia{
   display: inline-block;
   padding: 7px 12px 5px 12px;
   border-radius:15px;
   border: 2px solid #c2c2c2;
   background-color: #fff;
   color: #2c2c2c;
   text-decoration: none;
   font-family: "Poppins-Regular",sans-serif;
   font-size: 13px;
   font-weight: 400;
}
.toolbar-left .btn-mobilia.active{
   border: 2px solid #6cc247;
   background-color: #ffffff;
   color: #6cc247;
}

@media(max-width: 768px){
  .toolbar-left .btn-mobilia{
    padding: 6px 8px 5px 8px;
    border-radius:13px;
    font-size: 10px;
  }
  .toolbar-left .btn-mobilia.active{
    border: 2px solid #6cc247;
    background-color: #ffffff;
    color: #6cc247;
  }
}
/* -------------------------- btn-toolbar --------------------*/
.btn-toolbar {
  color: #ffffff;
  background-color: #6cc247;
  border-color: #6cc247;
  border-radius: 18px;
  font-family: "Poppins-Regular";
  letter-spacing: .5px;
}

.btn-toolbar:hover,
.btn-toolbar:focus,
.btn-toolbar:active,
.btn-toolbar.active,
.open .dropdown-toggle.btn-toolbar {
  color: #ffffff;
  background-color: #6cc247;
  border-color: #6cc247;
  outline: 0;
}

.btn-toolbar:active,
.btn-toolbar.active,
.open .dropdown-toggle.btn-toolbar {
  background-image: none;
}

.btn-toolbar .badge {
  color: #6cc247;
  background-color: #ffffff;
}

@media(max-width:768px){
  .wrap-toolbar .dropdown-menu{
    left: -100% !important;
  }
}

/* -------------------------- Section Filtros -----------*/
.sc-filtros,
.sc-filtros .wrap-filtros {
  background-color: #e8e9eb;
}

.sc-filtros .wrap-filtros .wrap-inner {
  padding-top: 25px;
}

.wrap-filtros {
  position: relative;
}

.wrap-filtros .wrap-inner {
  display: none;
}

.wrap-filtros.wrap-filtros-open .wrap-inner {
  display: block;
}

.wrap-filtros .wrap-inner>.container {
  width: 1200px !important;
  max-width: 100% !important;
}

.wrap-filtros .btn-toolbar {
  position: absolute;
  left: 50%;
  top: -26px;
  margin-left: -80px;
  width: 270px;
  padding: 16px 10px 12px 10px;
  font-family: "Poppins-Regular";
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  color: #4c5250;
  z-index: 99;
}


.wrap-filtros.wrap-filtros-open .btn-toolbar>span {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .wrap-filtros .btn-toolbar {
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -80px;
    width: 190px;
    padding: 10px;
    font-family: "Poppins-Regular";
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    z-index: 99;
  }

  .btn-toolbar {
    max-width: 100%;
  }
}

/* -------------------------------------------------------
               Sidebar - Busca - Estilo interno
---------------------------------------------------------*/
.side-busca {
  position: relative;
  width: 1200px;
  max-width: 100%;
  height: auto;
  padding: 15px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.side-busca .panel-enter,
.side-busca .panel-leave-to {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.side-busca .panel-enter-active,
.side-busca .panel-leave-active {
  transition: height 0.2s;
}

.side-busca .panel-enter-active,
.side-busca .panel-leave-active {
  transition: opacity 0.2s;
}

.side-busca h3 {
  color: #b0d687;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Poppins-Regular", sans-serif;
}

.side-busca .col-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.side-busca .form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ffffff;
  font-family: "Arial", "sans-serif";
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.side-busca .form-control:focus {
  border-color: #b0d687;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-busca .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.side-busca .form-control:-ms-input-placeholder {
  color: #999;
}

.side-busca .form-control::-webkit-input-placeholder {
  color: #999;
}

.side-busca .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.side-busca .form-group {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

.side-busca .form-group.w100 {
  position: relative;
  width: 100%;
}

.side-busca .form-group label {
  text-transform: uppercase;
  color: #47504f;
}

.side-busca .form-group select {
  width: 100% !important;
}

.side-busca .form-group.title-group {
  padding-bottom: 0px;
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
}

.side-busca .form-group.title-group label {
  padding-top: 0px;
  padding-bottom: 0px;
}

.side-busca .form-group.title-group-input {
  padding-bottom: 0px;
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
}

.side-busca .col-xs-6.form-group {
  margin-top: 0px;
  padding-top: 0px;
  border-bottom: 0px solid transparent;
}

.side-busca .sdivider {
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}

.side-busca .no-border-bottom {
  border-bottom: 0px solid transparent;
}

.side-busca .no-padding-bottom {
  padding-bottom: 0px;
}

.cs-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  padding-right: 5px;
  line-height: 1.7em;
  height: 24px;
  cursor: pointer;
  font-family: "Arial", "sans-serif";
  font-weight: normal;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cs-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cs-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
}

.cs-checkbox:hover input~.checkmark {
  background-color: #b0d687;
}

.cs-checkbox input:checked~.checkmark {
  background-color: #b0d687;
}

.cs-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cs-checkbox input:checked~.checkmark:after {
  display: block;
}

.cs-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cs-checkbox-choice-container label {
  margin-right: 3px;
}

.cs-checkbox-choice-container label:last-child {
  margin-right: 0px;
}

.cs-checkbox-choice {
  display: inline-block;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-family: "Arial", "sans-serif";
  font-weight: normal;
  border-radius: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cs-checkbox-choice input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cs-checkbox-choice .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 7px 0px 5px 0px;
  text-align: center;
  color: #3f3f3f;
  font-size: 11px;
  line-height: 1.6em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
}

/*
.cs-checkbox-choice:hover input ~ .checkmark {
  border: 1px solid #6bc142;
  background-color: #6bc142;
  color: #fff;
}*/

.cs-checkbox-choice input:checked~.checkmark {
  color: #fff;
  background-color: #6bc142;
  border: 1px solid #6bc142;
}

.cs-checkbox-choice .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cs-checkbox-choice input:checked~.checkmark:after {
  display: block;
}

.ck-button {
  position: relative;
  display: inline-block;
  width: 180px;
  max-width: 100%;
  height: 36px;
  overflow: hidden;
  margin: 0 auto;
}

.ck-button label input {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
}

.ck-button label span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffffff;
  padding: 8px 0px 5px 0px;
  border-radius: 18px;
  font-size: 14px;
  color: #8a8c8b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ck-button:hover span {
  background-color: #fff;
  border: 1px solid #6cc247;
  color: #565a59;
}

.ck-button label {
  float: left;
  width: 100%;
  height: 100%;
}

.ck-button label input {
  position: absolute;
  top: -20px;
}

.ck-button input:checked+span {
  background-color: #6cc247;
  border: 1px solid #6bc146;
  color: #fff;
}

.ck-button.ver-color span {
  background-color: #6cc247;
  border: 1px solid #6bc146;
  color: #fff;
}

.side-busca .close-btn {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  transform: rotate(-90deg);
}

.side-busca .close-btn>span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.side-busca .close-btn>span::before {
  color: #6bc146;
  font-size: 1.5em;
}

@media(max-width:768px) {
  .side-busca .btn-toolbar {
    letter-spacing: .5px;
  }

  .ck-button.ver label span {
    padding: 11px 0px 4px 0px;
    line-height: 100%;
    border-radius: 18px;
    font-size: 13px;
    letter-spacing: 1.2px !important;
    color: #8a8c8b;
    letter-spacing: 0px;
  }

  .ck-button.ver.ver-color label span {
    color: #fff !important;
    letter-spacing: 1.2px !important;
  }

  .side-busca .close-btn {
    display: none;
  }

  .side-busca::-webkit-scrollbar {
    width: 10px;
  }

  .side-busca::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .side-busca::-webkit-scrollbar-thumb {
    background: #395a48;
  }

  .side-busca::-webkit-scrollbar-thumb:hover {
    background: #3d4440;
  }
}

/* -------------------------- Toolbar lista Imóveis----------------*/
.wrap-toolbar .toolbar,
.wrap-toolbar {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #fafafa;
}

.wrap-toolbar .toolbar {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1010;
}

.wrap-toolbar .toolbar.affix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
}

.page-imoveis header {
  margin-bottom: 15px;
}

.wrap-toolbar .toolbar>.container-fluid {
  padding-top: 8px;
}

.wrap-toolbar .toolbar .dropdown-menu>li.active a {
  background-color: #6cc247;
  color: #fff;
}

.wrap-toolbar .btn-copy-query {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #f0f0f0;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 50%;
}

.wrap-toolbar .btn-copy-query>span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wrap-toolbar .btn-copy-query>span::before {
  color: rgb(116, 116, 116);
}


@media (max-width: 992px) {
  .wrap-toolbar .toolbar.affix {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1010;
  }
}

@media (max-width: 768px) {
  .wrap-toolbar .toolbar.affix {
    top: 50px;
  }
}

/* -------------------------- Filtros -> Toolbar -> Imóveis --------------------*/
.wrap-toolbar .toolbar>.filtros {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  height: auto;
  display: none;
  background-color: #e8e9eb;
}

.wrap-toolbar .toolbar>.filtros.filtros-open {
  width: 100%;
  display: block;
}

@media(max-width:768px) {
  .wrap-toolbar .btn-toolbar {
    font-size: 10px;
    padding: 6px 8px 6px 8px;
  }
}

/* -------------------------- Lista de Imóveis --------------------*/
.wrap-lista {
  display: block;
  position: relative;
  min-height: 90vh;
  background-color: #eff2f6;
}

.wrap-lista>.container-fluid {
  position: relative;
  padding-top: 25px;
  width: 100%;
  z-index: 0;
}

.wrap-lista.open-mapa>.container-fluid {
  padding-right: 46% !important;
}

@media (max-width: 992px) {
  .wrap-lista.open-mapa>.container-fluid {
    padding-right: 15px !important;
  }
}

.wrap-lista .col-info-results h3 {
  color: #a3aea9;
  text-align: center;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 100%;
}

.wrap-lista .lista-imoveis .owl-imgs {
  z-index: 0 !important;
}

@media (max-width: 768px) {
  .wrap-lista>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 410px) {
  .wrap-lista .lista-imoveis>.row>.col-xs-6 {
    width: 100%;
    padding: 0px;
  }

  .wrap-lista>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* -------------------------- Loaging imóveis  --------------------*/
.wrap-lista>.loading-imoveis {
  display: block;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: auto;
  z-index: 999;
}

.wrap-lista>.loading-imoveis .alert {
  padding: 15px;
}

.wrap-lista>.loading-imoveis h4 {
  text-align: center;
}

.wrap-lista>.loading-imoveis .icon-spin3:before {
  font-size: 28px;
}

/* -------------------------- load-more ------------------------*/
.page-imoveis .load-more {
  padding-top: 30px;
  padding-bottom: 10px;
}

.page-imoveis .load-more p {
  font-size: 1.5em;
  line-height: 100%;
  color: #8d8d8d;
  padding: 10px;
  text-align: center;
}

.page-imoveis .load-more .btn.btn-toolbar {
  font-size: 1.3em;
  width: 220px;
  max-width: 100%;
  padding: 12px 15px 10px 15px;
  border-radius: 25px;
}

@media(max-width:768px) {
  .page-imoveis .load-more .btn.btn-toolbar {
    font-size: 1em;
    width: 190px;
    max-width: 100%;
    padding: 9px 12px 9px 12px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-imoveis .load-more .col-lg-7 {
    text-align: center;
  }

  .page-imoveis .load-more .btn-toolbar {
    text-align: center;
  }

  .page-imoveis .load-more p {
    font-size: 1em;
    padding: 10px;
  }
}

/* -------------------------- Mapa-Imóveis ------------------------*/

.wrap-lista>.wrap-mapa {
  position: absolute;
  display: block;
  width: 45%;
  height: 100vh;
  height: calc(100vh - 50px);
  overflow: hidden;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: #ccc;
  opacity: 0;
}

.wrap-lista.open-mapa>.wrap-mapa {
  opacity: 1;
}

.wrap-lista>.wrap-mapa.affix {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 990;
}

div#mapa-imoveis.wrap-mapa.closed-mapa,
div#mapa-imoveis.wrap-mapa.closed-mapa.affix {
  display: none;
}

div#mapa-imoveis.wrap-mapa.open-mapa,
div#mapa-imoveis.wrap-mapa.open-mapa.affix {
  display: block;
}

@media (max-width: 992px) {
  .wrap-lista>.wrap-mapa {
    width: 100%;
  }

  .wrap-lista>.wrap-mapa.affix {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0;
    height: calc(100vh - 100px);
  }
}

@media (max-width: 768px) {
  .wrap-lista>.wrap-mapa.affix {
    top: 100px;
  }
}

/* -------------------------- Mapa Imóveis ------------------------*/
.wrap-lista>.wrap-mapa>.mapa-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrap-lista>.wrap-mapa>.mapa-inner .marker-info {
  width: 150px;
  height: auto;
  display: block;
}

.wrap-lista>.wrap-mapa>.mapa-inner .marker-info .img {
  display: block;
  padding-bottom: 70%;
  background-position: top center;
  -moz-background-size: auto;
  -webkit-background-size: cover;
  background-size: cover;
}

.wrap-lista>.wrap-mapa>.mapa-inner .marker-info p,
.wrap-lista>.wrap-mapa>.mapa-inner .marker-info h4 {
  color: #026930;
}

.wrap-lista>.wrap-mapa>.mapa-inner .marker-info h4 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.wrap-lista>.wrap-mapa>.mapa-inner .btn-ver-imv {
  color: #ffffff;
  background-color: #026930;
  border-color: #026930;
}

.wrap-lista>.wrap-mapa>.mapa-inner .btn-ver-imv:hover,
.wrap-lista>.wrap-mapa>.mapa-inner .btn-ver-imv:focus,
.wrap-lista>.wrap-mapa>.mapa-inner .btn-ver-imv:active,
.wrap-lista>.wrap-mapa>.mapa-inner .btn-ver-imv.active {
  color: #ffffff;
  background-color: #026930;
  border-color: #026930;
}

.wrap-lista>.wrap-mapa>.mapa-inner .btn-ver-imv:active,
.wrap-lista>.wrap-mapa>.mapa-inner .btn-ver-imv.active {
  background-image: none;
}

.wrap-lista>.wrap-mapa>.mapa-inner .btn-ver-imv .badge {
  color: #026930;
  background-color: #ffffff;
}

/*--------------------------------------------------------------------
             Lista de imóveis - Flex items
----------------------------------------------------------------------*/
.lista-v2 {
  display: block;
  background-color: #eff2f6;
}

.flex-imoveis {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: stretch;
}

.flex-imoveis>.item-box {
  width: 25%;
  padding: 10px;
}

.lista-com-mapa .flex-imoveis .item-box {
  width: 33.3333%;
}

@media(max-width: 1199px) {
  .flex-imoveis>.item-box {
    width: 33.333%;
  }

  .lista-com-mapa .flex-imoveis .item-box {
    width: 33.3333%;
  }
}

@media(max-width: 992px) {
  .flex-imoveis>.item-box {
    width: 33.333%;
  }

  .lista-com-mapa .flex-imoveis .item-box {
    width: 33.3333%;
  }

  .lista-v2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media(max-width: 768px) {
  .flex-imoveis>.item-box {
    width: 50%;
  }

  .lista-com-mapa .flex-imoveis .item-box {
    width: 50%;
  }

  .lista-v2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .flex-imoveis>.item-box {
    padding: 5px;
  }
}

@media(max-width: 600px) {
  .flex-imoveis>.item-box {
    width: 50%;
  }

  .lista-com-mapa .flex-imoveis .item-box {
    width: 50%;
  }
}

@media(max-width: 430px) {
  .flex-imoveis>.item-box {
    width: 100%;
    margin-bottom: 12px;
  }

  .lista-com-mapa .flex-imoveis .item-box {
    width: 100%;
  }
}

/*--------------------------------------------------------
            Item imóvel versão 2
----------------------------------------------------------*/
.imovel-wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.imovel-wrap>.col-w {
  width: 100%;
}

.imovel-wrap>.col-w:first-child {
  align-self: flex-start;
}

.imovel-wrap>.col-w:nth-child(2) {
  align-self: flex-start;
  flex: 1;
}

.imovel-wrap>.col-w:last-child {
  align-self: flex-end;
}

.imovel-wrap .img-content {
  display: block;
  position: relative;
  background-color: #fafafa;
  padding-bottom: 74.477958236659%;
}

.imovel-wrap .img-content>.images-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.imovel-wrap .owl-imgs {
  position: relative;
  z-index: 0;
}

.imovel-wrap .images-inner .owl-carousel.owl-theme.owl-loaded.owl-drag,
.imovel-wrap .images-inner .owl-stage-outer,
.imovel-wrap .images-inner .owl-stage,
.imovel-wrap .images-inner .owl-item,
.imovel-wrap .images-inner .item,
.imovel-wrap .images-inner .owl-item {
  height: 100%;
}

.imovel-wrap .owl-imgs,
.imovel-wrap .owl-imgs .item {
  height: 100%;
}

.imovel-wrap .owl-imgs .item {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.imovel-wrap .item-info>a,
.imovel-wrap .owl-imgs .item>a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.imovel-wrap .item-info>a:hover,
.imovel-wrap .owl-imgs .item>a:hover {
  text-decoration: none;
}

.imovel-wrap .owl-imgs .owl-prev,
.imovel-wrap .owl-imgs .owl-next {
  width: 30px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid transparent;
}

.imovel-wrap .owl-imgs .owl-prev:hover,
.imovel-wrap .owl-imgs .owl-next:hover {
  background-color: transparent;
}

.imovel-wrap .owl-imgs:hover .owl-prev,
.imovel-wrap .owl-imgs:hover .owl-next {
  background-color: transparent;
}

.imovel-wrap .owl-imgs .owl-prev {
  left: 0px;
}

.imovel-wrap .owl-imgs .owl-next {
  right: 0px;
}

.imovel-wrap .owl-imgs .owl-prev span,
.imovel-wrap .owl-imgs .owl-next span {
  color: #fff;
  opacity: 5;
  font-size: 34px;
}

.imovel-wrap .owl-imgs:hover .owl-prev span,
.imovel-wrap .owl-imgs:hover .owl-next span {
  color: #fff;
  opacity: 1;
}

.imovel-wrap .item-info {
  display: block;
  padding: 13px;
  position: relative;
}

.imovel-wrap .item-info h5,
.imovel-wrap .item-info p {
  margin-bottom: 0;
  margin-top: 0;
}

.imovel-wrap .item-info h5 {
  color: #006a2d;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.imovel-wrap .item-info p.bairro {
  color: #363636;
  font-size: 14px;
  font-family: Poppins-Regular, "sans-serif";
  text-transform: uppercase;
}

.imovel-wrap .item-info p.valor {
  color: #181818;
  font-size: 1.4em;
  font-family: "Poppins-Bold";
  letter-spacing: 0.1px;
}

.imovel-wrap .options {
  width: 100%;
  padding: 10px 10px 5px 10px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fcfcfc;
  align-self: end;
}

.imovel-wrap .options .options-left {
  width: auto;
  align-self: start;
}

.imovel-wrap .options .options-right {
  width: auto;
  align-self: end;
}

.imovel-wrap .options .options-left,
.imovel-wrap .options .options-right {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex-direction: row;
}

.imovel-wrap .options .options-left>a,
.imovel-wrap .options .options-right>a {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 5px;
  text-decoration: none;
}

.imovel-wrap .options .options-right>a.add-favoritos {
  margin-left: 5px;
}

.imovel-wrap .options .options-left>a:hover,
.imovel-wrap .options .options-right>a:hover {
  text-decoration: none;
}

.imovel-wrap .options .options-left>a>span,
.imovel-wrap .options .options-left>a>small {
  align-self: center;
}

.imovel-wrap .options .options-left>a>small {
  color: #1a1a1a;
  padding: 5px;
}

.imovel-wrap .options .options-left>a>span,
.imovel-wrap .options .options-right>a>span {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #f0f0f0;
  margin-bottom: 0px;
}

.imovel-wrap .options .options-left>a>span:before,
.imovel-wrap .options .options-right>a>span:before {
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  top: 50%;
  left: 50%;
  color: #006a2d;
  font-size: 1.3em;
  transform: translate(-50%, -50%);
}

.imovel-wrap .options a>span.icon-heart:before,
.imovel-wrap .options a>span.icon-location:before {
  font-size: 1.3em;
}

.imovel-wrap .options a>span.icon-bed:before {
  font-size: 1.2em;
  margin-left: -1px;
}

.imovel-wrap .options a>span.icon-cab:before {
  margin-left: -1px;
}

.imovel-wrap .options a.add-favoritos>span.icon-heart-empty:before {
  font-size: 1.5em;
}

.imovel-wrap .options a.add-favoritos {
  color: red;
  cursor: pointer;
}

.imovel-wrap .options a.add-favoritos>span:before {
  color: red;
}

.imovel-wrap .options a.add-favoritos.active span:before {
  color: red;
}

.imovel-wrap a.open-map {
  cursor: pointer;
}

.imovel-wrap .ribbon {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 112px;
  height: 112px;
  text-align: right;
  z-index: 99;
}

.imovel-wrap .ribbon span {
  padding: 7px 5px 5px 5px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 160px;
  display: block;
  background: #8b8b8b;
  position: absolute;
  top: 34px;
  right: -34px;
  z-index: 99;
}

.imovel-wrap .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border: 0px;
}

.imovel-wrap .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 0px;
}

.imovel-wrap .ribbon span {
  background: #006a2d;
}

.imovel-wrap-bg {
  background-color: #fafafa;
}

@media (min-width:768px) and (max-width: 992px) {
  .imovel-wrap .options {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: start;
  }

  .imovel-wrap .options>.options-left,
  .imovel-wrap .options>.options-right {
    width: 100%;
  }

  .imovel-wrap .options>.options-right {
    justify-content: center;
    align-items: center;
    align-content: end;
    margin-top: 5px;
  }
}

/*------------------------------------------------------
           Pág. Serviços
-------------------------------------------------------*/
.cadastro>.container {
  width: 1200px;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 25px;
}

.cadastro h2 {
  color: #4c5250;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: "Poppins-Bold";
}

.cadastro h4 {
  color: #006c2d;
  padding-left: 30px;
  font-size: .8em;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Poppins-Bold";
}

.cadastro ul li {
  color: #424b48;
  font-size: 14.5px;
  line-height: 160%;

}

.cadastro .btn-content {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.cadastro .btn-content ul li {
  margin-bottom: 10px;
}

/* -------------------------------------------------------
            Pág. Cadastro - Locação
---------------------------------------------------------*/
.cadastro-locacao {
  min-height: 700px;
}

.cadastro-locacao>.container {
  max-width: 1230px;
  padding-bottom: 25px;
}

.cadastro-locacao h2 {
  color: #4c5250;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Poppins-Bold";
}

.form-cadastro .form-control {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #e0e6e4;
  background-image: none;
  border: 0px solid transparent;
  border-bottom: 2px solid #e0e6e4;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.form-cadastro .form-control.is-danger {
  border-bottom: 2px solid #ca2721;
}

.form-cadastro .form-control:focus {
  border-bottom: 2px solid #006c2d;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-cadastro .form-control.is-danger:focus {
  border-bottom: 2px solid #ca2721;
}

.cadastro-locacao .flex-group .cs-checkbox .checkmark {
  background-color: #ccc;
}

.cadastro-locacao .flex-group .cs-checkbox:hover input~.checkmark {
  background-color: #b0d687;
}

.cadastro-locacao .flex-group .cs-checkbox input:checked~.checkmark {
  background-color: #b0d687;
}

.cadastro-locacao .flex-group .grow0 label {
  display: inline-block;
  padding: 0px 30px 0px 0px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.nav-info>li {
  color: #006023;
  text-transform: uppercase;
  font-weight: bold;
}

.flex-group {
  display: flex;
}

.flex-group .grow0 {
  flex-grow: 0;
}

.flex-group .grow1 {
  flex-grow: 1;
}

.sm-mt {
  margin-top: 30px;
}

.form-cadastro .form-envio {
  margin-top: 50px;
}

.form-cadastro .form-envio .alert {
  text-align: center;
}

/*---------------------------------------
  Pág. contato
----------------------------------------*/
.page-contato .contato {
  padding-bottom: 50px;
}

.page-contato .contato h1 {
  color: #4e5752;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Poppins-Bold", sans-serif;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-contato .contato h1>span {
  color: #4e5752;
  font-family: "Poppins-Regular", sans-serif;
}

.page-contato .contato .mapa-contato {
  position: relative;
  display: block;
  height: 350px;
  overflow: hidden;
}

.page-contato .contato .mapa-contato iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page-contato .contato .info-bottom {
  padding-top: 25px;
  margin-top: 25px;
}

.page-contato .contato .info-endereco {
  padding-left: 25px;
}

.page-contato .contato .info-endereco h3 {
  color: #026930;
  font-family: "Poppins-Bold", sans-serif;
}

.page-contato .contato .info-bottom a {
  color: #32393b;
}

.page-contato .contato .info-bottom a:hover,
.page-contato .contato .info-bottom a:focus {
  color: #32393b;
  text-decoration: underline;
}

.page-contato .contato .content-form {
  padding: 30px;
  border: 2px solid #c4cfcb;
}

.page-contato .contato h3.title-form {
  color: #026930;
  margin-bottom: 30px;
  font-family: "Poppins-Bold", sans-serif;
}

.page-contato .contato .content-form .btn-success {
  border-radius: 0px;
  border-color: #00682d;
  background-color: #00682d;
}

.page-contato .contato .help-block {
  font-size: 12px;
  font-weight: normal;
  color: rgba(154, 32, 1, 1);
}

@media(max-width: 768px) {
  .page-contato.contato .info-endereco {
    padding-left: 0px;
  }
}

/* -------------------------- Pág. do imóvel ----------------------*/
.imovel {
  display: block;
  width: 100%;
}

.imovel>.container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.imovel .owl-fotos {
  margin-top: 25px;
}

.imovel .owl-fotos .item {
  height: auto;
  padding-bottom: 100%;
  background-color: #f0f0f0;
}

.owl-fotos .item {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.owl-fotos .item .zoom {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 104, 45, .5);
}

.owl-fotos .item .zoom>span {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
}

.owl-fotos .item .zoom>span:before {
  color: #fff;
}

.owl-fotos.owl-theme .owl-nav [class*='owl-'] {
  color: rgba(0, 104, 45, 1);
  font-size: 14px;
  /*margin: 5px;*/
  padding: 7px 7px;
  border: 1px solid rgba(0, 104, 45, 1);
  width: 35px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}

.owl-fotos.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(255, 255, 255, .4);
  color: rgba(0, 104, 45, 1);
}

.owl-fotos .owl-next,
.owl-fotos .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.owl-fotos .owl-next span:before,
.owl-fotos .owl-prev span:before {
  font-size: 1.4em;
  margin-left: 5px;
}

.owl-fotos .owl-next {
  right: -7px;
  display: flex;
  border-left: 0px solid transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.owl-fotos .owl-prev {
  left: -7px;
  display: flex;
  border-left: 0px solid transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.imovel .title h2 {
  color: #4e5754;
  font-weight: 600;
  font-family: "Poppins-Bold", sans-serif;
}

.imovel .title>p {
  color: #006023;
  text-transform: uppercase;
}

.imovel .title h2 span {
  color: #4d5651;
  font-size: 14px;
  padding: 8px 16px 6px 16px;
  vertical-align: top;
  display: inline-block;
  background-color: #c2ceca;
  font-family: "Poppins-Regular", "sans-serif";
}

.imovel .price h2 {
  color: #006023;
  font-weight: 600;
  padding-top: 0px;
  font-family: "Poppins-Bold", sans-serif;
}

.imovel .price h2 span {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins-Regular", "sans-serif";
}

.imovel .bloco-preco,
.imovel .bloco-titulo {
  display: block;
  min-height: 70px;
}

.imovel .bloco-titulo>.title {
  text-transform: uppercase;
}

.imovel hr {
  border-bottom: 1px solid #d5dcda;
}

.imovel .bloco-info h4 {
  color: #006023;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins-Regular", sans-serif;
}

.imovel .col-descricao {
  padding-top: 25px;
}

.imovel .btn-mapa {
  color: #fff;
  font-size: 13px;
  max-width: 100%;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #6cc247;
  border-color: #6cc247;
  border-radius: 25px;
  display: inline-block;
  font-family: "Poppins-Bold";
}

.imovel .btn-mapa:active,
.imovel .btn-mapa:focus,
.imovel .btn-mapa:hover {
  color: #fff;
  cursor: pointer;
  background-color: #6cc247;
  border-color: #6cc247;
  outline: none;
}

.imovel iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  top: 0;
  left: 0;
}

.imovel .btn-cadastro {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.imovel .btn-cadastro.btn-inverse {
  display: block;
  background-color: #fff;
  color: #00682d;
}

.imovel .btn-cadastro.btn-inverse>span:before {
  transform: rotate(90deg);
}

.imovel .btn-cadastro>span.icon-whatsapp:before {
  font-size: 20px;
}

.page-imovel {
  min-height: 600px;
}

.page-imovel .compartilhar {
  padding: 25px;
  width: 500px;
  text-align: center;
  max-width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.imovel .content-form {
  padding: 25px 25px 0px 25px;
  border: 2px solid #c3d2cd;
}

.imovel .content-form p.form-title {
  color: #00682d;
  font-size: 1.6em;
  line-height: 100%;
  text-align: center;
  padding: 40px 20px 0px 20px;
  font-family: "Poppins-Bold", sans-serif;
}

.imovel .content-form p.form-subtitle {
  color: #323232;
  line-height: 100%;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 0px 20px 20px 20px;
}

.imovel h4.title-descricao {
  color: #00682d;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.imovel .descricao {
  padding-right: 30px;
}

.imovel .content-form .btn-success {
  border-radius: 0px;
  border-color: #00682d;
  background-color: #00682d;
}

.imovel .help-block {
  font-size: 12px;
  font-weight: normal;
  color: rgba(154, 32, 1, 1);
}

.imovel .imovel-mapa {
  position: relative;
  overflow: hidden;
  display: block;
  height: 400px;
  margin-top: 25px;
}

.imovel .imovel-mapa iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}

.imovel .options {
  width: 100%;
  padding: 10px 10px 5px 10px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fcfcfc;
}

.imovel .options .options-left {
  width: auto;
  align-self: start;
}

.imovel .options .options-right {
  width: auto;
  align-self: end;
}

.imovel .options .options-left,
.imovel .options .options-right {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex-direction: row;
}

.imovel .options .options-left>a,
.imovel .options .options-right>a {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 5px;
  text-decoration: none;
  margin-right: 2px;
}

.imovel .options .options-left>a:last-child,
.imovel .options .options-right>a:last-child {
  margin-right: 0;
}

.imovel .options .options-left>a:hover,
.imovel .options .options-right>a:hover {
  text-decoration: none;
}

.imovel .options .options-left>a>span,
.imovel .options .options-left>a>small {
  align-self: center;
}

.imovel .options .options-left>a>small,
.imovel .options .options-right>a>small {
  color: #1a1a1a;
  padding: 5px;
}

.imovel .options .options-left>a>span,
.imovel .options .options-right>a>span {
  position: relative;
  width: 37px;
  height: 37px;
  border: 1px solid #f0f0f0;
  margin-bottom: 0px;
}

.imovel .options.options-share .options-left>a>span,
.imovel .options.options-share .options-right>a>span {
  border: 1px solid transparent;
}

.imovel .options .options-left>a>span:before,
.imovel .options .options-right>a>span:before {
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  top: 50%;
  left: 50%;
  color: #006a2d;
  font-size: 1.8em;
  transform: translate(-50%, -50%);
}

.imovel .options a>span.icon-heart:before,
.imovel .options a>span.icon-location:before {
  font-size: 1.8em;
}



.imovel .options a>span.icon-bed:before {
  font-size: 1.2em;
  margin-left: -1px;
}

.imovel .options a>span.icon-cab:before {
  margin-left: -1px;
}

.imovel .options a.add-favoritos>span.icon-heart-empty:before {
  font-size: 1.5em;
}

.imovel .options a.add-favoritos {
  color: red;
  cursor: pointer;
}

.imovel .options a.add-favoritos>span:before {
  color: red;
}

.imovel .options a.add-favoritos.active span:before {
  color: red;
}

.imovel .options.options-share span.icon-paper-plane-empty:before {
  font-size: 1.6em;
}

.imovel .options.options-share a>span {
  border: 1px solid transparent;
}

.imovel .options.options-share .options-left>a>small,
.imovel .options.options-share .options-right>a>small {
  text-transform: uppercase;
}

.imovel .options.options-share a {
  cursor: pointer;
}

@media(min-width:768px) and (max-width:1199px) {
  .imovel .btn-cadastro {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding-top: 5px;
  }
}

/*---------------------------- Modal - Favoritos - Compartilhar -------------------*/
.modal-pasta {
  position: relative;
  width: 500px;
  max-width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.modal-pasta .container {
  padding-top: 40px;
  padding-bottom: 25px;
  max-width: 100%;
}

.modal-pasta .form-inline {
  margin-bottom: 25px;
}

.modal-pasta .table .icon-cancel {
  cursor: pointer;
}

.modal-pasta .btn-cadastro:active,
.modal-pasta .btn-cadastro:focus {
  outline: 0;
}

.modal-pasta .share-actions {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.modal-pasta .share-actions>a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-top: 13px;
  padding-left: 32px;
  text-align: left;
  color: #fff;
  width: 100px;
  height: 40px;
  font-size: 11px;
  margin-left: 3px;
}

.modal-pasta .share-actions>a:nth-child(1) {
  margin-left: 0;
}

.modal-pasta .share-actions>a>span {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(-0, -50%);
}

.modal-pasta .share-actions>a>span:before {
  font-size: 1.5em;
}

.modal-pasta .share-actions>a.share-email {
  background-color: #848484;
}

.modal-pasta .share-actions>a.share-facebook {
  background-color: #3b5998;
}

.modal-pasta .share-actions>a.share-twitter {
  background-color: #1da1f2;
}

.modal-pasta .share-actions>a.share-whats {
  background-color: #00e676;
}

.modal-pasta .share-actions>a:hover,
.modal-pasta .share-actions>a:active,
.modal-pasta .share-actions>a:focus {
  text-decoration: none;
  text-transform: none;
}

/* ---------------------------- Favoritos ------------------------*/
section.page-favoritos>.container {
  min-height: 670px;
  max-width: 100% !important;
  width: 1300px !important;
}

section.page-favoritos>.container {
  padding-top: 50px;
}

section.page-favoritos>.container h1 {
  color: #47524d;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Poppins-Bold", sans-serif;
}

section.page-favoritos>.container a.nova-pasta {
  display: inline-block;
  cursor: pointer;
  color: #6c7873;
  font-size: 1.6em;
  font-family: "Poppins-Bold", sans-serif;
  vertical-align: middle;
}

section.page-favoritos>.container a.nova-pasta>div {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #6c7873;
  margin-bottom: -10px;
  border-radius: 19px;
  -moz-border-radius: 19px;
}

section.page-favoritos>.container a.nova-pasta>div>span {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

section.page-favoritos>.container a.nova-pasta>div>span:before {
  font-size: 22px;
}

section.page-favoritos>.container a.nova-pasta:hover {
  text-decoration: none;
}

section.page-favoritos>.container a.nova-pasta:hover>div {
  color: #fff;
  background-color: #006b31;
}

section.page-favoritos .pasta-header .actions a {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #016f30;
  border: 1px solid #016f30;
  margin-right: 5px;
  border-radius: 17px;
}

section.page-favoritos .pasta-header .actions a>span {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

section.page-favoritos .pasta-header .actions a>span:before {
  font-size: 18px;
}

section.page-favoritos .pasta-header .actions a>span.icon-paper-plane-empty:before {
  margin-left: 0px;
}

section.page-favoritos .pasta-header .actions a:focus,
section.page-favoritos .pasta-header .actions a:hover {
  color: #fff;
  background-color: #016f30;
}

section.page-favoritos .pasta-header {
  position: relative;
  display: inline-block;
  padding-right: 200px;
}

section.page-favoritos .pasta-header .actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-0%, -50%);
}

.imovel-wrap.item-pasta {
  background-color: #fafafa;
  border-bottom: 3px solid #016f30;
}

.imovel-wrap.item-pasta>.col-w {
  position: relative;
}

.imovel-wrap.item-pasta>.col-w>.pasta-header {
  position: absolute;
  width: 100%;
  height: 35px;
  top: 0px;
  left: 0px;
  z-index: 50;
  cursor: pointer;
  background-color: rgba(0, 107, 49, .8);
}

.imovel-wrap.item-pasta>.col-w>.pasta-header>span,
.imovel-wrap.item-pasta>.col-w>.pasta-header>small {
  color: #fff;
  position: absolute;
}

.imovel-wrap.item-pasta>.col-w>.pasta-header>span {
  top: 8px;
  right: 5px;
}

.imovel-wrap.item-pasta>.col-w>.pasta-header>small {
  top: 8px;
  right: 28px;
  font-size: 14px;
}

@media(max-width: 768px) {
  .pasta-header h1 {
    font-size: 1.8em;
  }
}

/* -------------------------------------------------------
                      Pág. Quem-somos
---------------------------------------------------------*/
.quem-somos {
  min-height: 700px;
}

.quem-somos h1 {
  color: #4e5752;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Poppins-Bold", sans-serif;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.quem-somos h1>span {
  color: #4e5752;
  font-family: "Poppins-Regular", sans-serif;
}

.quem-somos .qsomos-texto {
  padding: 20px;
  margin-top: 25px;
}

.quem-somos .qsomos-texto p {
  color: #4e5752;
  font-size: 16px;
  font-family: "Poppins-Regular", sans-serif;
}

.quem-somos hr {
  margin-top: 50px;
  margin-bottom: 25px;
}

@media(max-width: 992px) {
  .quem-somos .qsomos-texto {
    padding: 0px;
    margin-top: 0px;
  }
}

@media(max-width: 768px) {
  .quem-somos h1 {
    font-size: 1.8em;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .quem-somos hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/* -------------------------- Página não encontrada --------------------*/
.content-notfount .container {
  min-height: 700px;
  padding-top: 50px;
}

.content-notfount h1 {
  font-size: 3em;
  text-align: center;
  color: #838383;
}

/* -------------------------- File Upload ------------------------------*/
.file-uploads {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
}

.file-uploads .file-label {
  position: relative;
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  min-height: 30px;
  z-index: 0;
}

.file-uploads .file-label>span.icon-attach-1 {
  position: absolute;
  left: -7px;
  top: 50%;
  color: #006023;
  transform: translate(-0%, -50%);
  z-index: 0;
}

.file-uploads .file-label>span.icon-attach-1:before {
  font-size: 25px;
  transform: rotate(45deg);
  margin-left: 0px;
}

.file-uploads .file-label>span.label {
  font-family: "Poppins-Regular";
  padding: 12px 20px 10px 20px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #006023;
  border-radius: 25px;
  font-weight: normal !important;
}

.file-uploads label {
  cursor: pointer;
}

ul.list-files-up {
  width: 400px;
  max-width: 100%;
}

ul.list-files-up>li {
  display: block;
  position: relative;
  padding: 10px 10px 10px 10px;
  border: 1px solid #f0f0f0;
  padding-right: 20px;
  margin-bottom: 5px;
}

ul.list-files-up>li.file-success {
  border: 1px solid #006023;
}

ul.list-files-up>li>span.label {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -8px;
  z-index: 15;
}

ul.list-files-up>li>div.status-error,
ul.list-files-up>li>div.status-info {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.list-files-up>li>div.status-error {
  background-color: rgba(202, 36, 36, 0.8);
}

ul.list-files-up>li>div.status-info {
  background-color: rgba(0, 104, 45, .8);
}

.wrap-file-upload {
  position: relative;
  display: inline-block;
}

.wrap-file-upload .up-in-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}

.info-ext-files {
  font-size: 13px;
  width: 350px;
  max-width: 100%;
  padding: 4px;
  font-family: Arial, Helvetica, sans-serif;
}


 

/* -------------------------- fixed-whatsapp ----------------------*/
.fixed-whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 999;
  top: 40%;
  right: 10px;
  background-color: #00e676;
  -webkit-box-shadow: 0px 0px 14px -5px #000000;
  box-shadow: 0px 0px 14px -5px #000000;
}

.fixed-whatsapp>span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fixed-whatsapp>span::before {
  font-size: 28px;
}

@media (max-width:768px) {
  .fixed-whatsapp {
    width: 38px;
    height: 38px;
    top: auto;
    right: 10px;
    bottom: 15px;
    background-color: #00e676;
  }

  .fixed-whatsapp>span::before {
    font-size: 20px;
  }
}

/* -------------------------- Rodapé ------------------------------*/
.footer {
  color: #fff;
  background-color: #48534d;
}

.footer .container {
  padding-top: 15px;
  padding-bottom: 0px;
  max-width: 100%;
}

.footer h5 {
  text-transform: uppercase;
  font-family: "Poppins-Regular", sans-serif;
}

.footer address {
  font-family: "Poppins-Regular", sans-serif;
}

.footer p.phone {
  font-size: 1.5em;
  font-family: "Poppins-Regular", sans-serif;
}

.footer p.atendentes>a {
  color: #fff;
  font-size: 1.5em;
  font-family: "Poppins-Regular", sans-serif;
}

.footer p.atendentes>a:hover {
  cursor: pointer;
}

.footer .col-border-right:before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #fafafa;
  right: -1px;
  top: 50px;
  transform: rotate(90deg);
}

.footer .center-block {
  display: block;
  max-width: 100%;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.footer .center-block.block-1 {
  width: 350px;
}

.footer>.footer-inner {
  display: block;
  width: 100%;
}

.footer>.footer-inner>.container {
  width: 1400px;
  max-width: 100%;
}

.page-imoveis .footer>.footer-inner {
  padding-left: 300px;
}

.footer .list-social {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}

.footer .list-social li {
  padding-left: 1px;
  padding-right: 1px;
}

.footer .list-social li>a {
  display: inline-block;
}

.footer .list-social li>a>span:before {
  color: #fff;
  font-size: 1.8em;
}

.footer .list-social li>a:hover,
.footer .list-social li>a:focus,
.footer .list-social li>a:active {
  text-decoration: none;
}

.footer .footer-links>li>a {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-border-2:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer .center-block.block-1 {
    width: 100%;
  }

  .footer .center-block {
    width: 100%;
  }

  .footer .col-border-right {
    padding-bottom: 2px;
    margin-bottom: 25px;
  }

  .footer .col-border-right:before {
    right: auto;
    top: auto;
    left: 15px;
    bottom: -1px;
    transform: rotate(0deg);
  }
}

button:hover,
button:focus,
button:active,
a:hover,
a:focus,
a:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn-toolbar:hover,
.btn-toolbar:focus,
.btn-toolbar:active {
  outline: 0 !important;
}

/* ------------------- Tooltip ------------------------------*/
.tooltip.top .tooltip-inner {
  background-color: #00682d;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #00682d;
}