@import url(https://fonts.googleapis.com/css?family=Mukta+Vaani:400,800,700,300,700italic,400italic,300italic);
/* Variables.less
 * Variables to customize the look and feel of ImoWout
 * ----------------------------------------------------- */
/* PATHS */
/* COLORS */
/* FONTS */
/**************** FONTS **************/
/**************************************/
html,
body {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  overflow-x: hidden;
  color: #ffffff;
  line-height: 1.42857143;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-shadow: 1px 1px 0 #999;
  -moz-text-shadow: 1px 1px 0 #999;
}
.page-wrap {
  overflow: hidden;
}
#header.overlay {
  padding: 0;
}
.overlay {
  width: 100%;
  height: 100%;
}
.background-image {
  color: #fff;
}
.page-container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.footer-container {
  position: relative;
}
#footer-top {
  background: url('/assets/site/img/pr/top-footer.svg') no-repeat center center;
  display: block;
  height: 220px;
  z-index: 10;
  width: 100%;
}
#footer-contact-section {
  min-height: 1px;
  overflow: hidden;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  width: 100%;
  background-color: #292e87;
}
#footer-contact-section p {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  margin: 0;
}
#footer-contact-section p a {
  color: #ffffff;
}
#footer-contact-section p a:hover {
  text-decoration: underline;
}
#footer-contact-section .title {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  height: auto !important;
}
#footer-contact-section .phone-bold {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
#footer-contact-section #socials {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
#footer-contact-section #socials a {
  display: inline-block;
  height: 50px;
  width: 50px;
}
#footer-contact-section #socials #facebook {
  display: inline-block;
  background: url('/assets/site/img/pr/footer-facebook.svg') no-repeat center center;
  margin-right: 15px;
}
#footer-contact-section #socials #facebook:hover {
  background: url('/assets/site/img/pr/footer-facebook-hover.svg') no-repeat center center;
}
#footer-contact-section #socials #youtube {
  display: inline-block;
  background: url('/assets/site/img/pr/footer-youtube.svg') no-repeat center center;
  margin-left: 15px;
}
#footer-contact-section #socials #youtube:hover {
  background: url('/assets/site/img/pr/footer-youtube-hover.svg') no-repeat center center;
}
#footer-copy-section #copy-container {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 30px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #292e87;
}
#footer-copy-section #copy-container a {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: #dcc200;
}
#footer-copy-section #copy-container a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  #footer-contact-section {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
  }
  #footer-contact-section p {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
  }
  #footer-contact-section .title {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
  }
  #footer-contact-section .bold {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
  }
  #footer-copy-section #copy-container {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
  }
  #footer-copy-section #copy-container a {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  display: table;
  width: calc(100vw - 10px);
  table-layout: fixed;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
input {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #37414b;
}
input:focus {
  border: 0;
  outline: none;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  color: #9ba0a5;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #9ba0a5;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #9ba0a5;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #9ba0a5;
}
:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

  color: #9ba0a5;
}
.divider {
  width: 240px;
  height: 3px;
  background-color: #ffffff;
  margin: 30px auto 30px auto;
}
.divider .divider-grey {
  background-color: #ffffff;
  height: 3px;
  border-bottom: 1px solid #9ba0a5;
  display: inline-block;
  width: 90px;
  float: left;
}
.divider .divider-orange {
  background-color: #ff6900;
  height: 3px;
  display: inline-block;
  width: 60px;
  float: left;
}
.error {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 0 5px 0 5px;
  background-color: #ff0000;
  margin: 0 auto;
}
.success {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 0 5px 0 5px;
  background-color: #39b54a;
  margin: 0 auto;
}
#realestates-section {
  color: #000000;
  background-color: #f1f1ef;
  min-height: 1px;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
#realestates-section .menu-level-1 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#realestates-section .menu-level-1 .realestate-nav-1 {
  width: 560px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#realestates-section .menu-level-1 .realestate-nav-1 ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: #1a1a1a;
}
#realestates-section .menu-level-1 .realestate-nav-1 ul li {
  cursor: pointer;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  margin: 0px 30px 0px 30px;
  display: inline-block;
}
#realestates-section .menu-level-1 .realestate-nav-1 ul li a {
  text-transform: none;
  text-decoration: none;
  color: #1a1a1a;
}
#realestates-section .menu-level-1 .realestate-nav-1 ul li.active,
#realestates-section .menu-level-1 .realestate-nav-1 ul li :hover {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
}
#realestates-section #realestates-section .bx-wrapper .bx-pager.bx-default-pager a {
  display: inline-block;
  height: 6px;
  width: 5vw;
  background: #dcdcd7 no-repeat;
}
#realestates-section .bx-wrapper .bx-pager.bx-default-pager a {
  display: inline-block;
  height: 6px;
  width: 5vw;
  background: #dcdcd7 no-repeat;
}
#realestates-section .bx-wrapper .bx-pager.bx-default-pager a.active,
#realestates-section .bx-wrapper .bx-pager.bx-default-pager a:focus,
#realestates-section .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #dcc200 no-repeat;
}
#realestates-section .realestates-container {
  display: none;
  margin-top: 20px;
  width: 100%;
  min-height: 400px;
}
#realestates-section .realestates-container .menu-level-2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  padding: 0px 80px 0px 80px;
}
#realestates-section .realestates-container .menu-level-2 .realestate-nav-2 {
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 0 10px;
}
#realestates-section .realestates-container .menu-level-2 .realestate-nav-2 ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
}
#realestates-section .realestates-container .menu-level-2 .realestate-nav-2 ul li {
  cursor: pointer;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin: 0px 2px 0px 2px;
  display: inline-block;
}
#realestates-section .realestates-container .menu-level-2 .realestate-nav-2 ul li a {
  display: inline-block;
  height: 6px;
  width: 80px;
  background: #dcdcd7 no-repeat;
}
#realestates-section .realestates-container .menu-level-2 .realestate-nav-2 ul li:hover a,
#realestates-section .realestates-container .menu-level-2 .realestate-nav-2 ul .active a {
  background: #dcc200 no-repeat;
}
#realestates-section .slider2 {
  height: 500px;
}
#realestates-section .bx-wrapper {
  background: #f1f1ef;
  margin: auto;
  border: 0;
  box-shadow: none;
  z-index: 1;
  margin-top: 60px;
}
#realestates-section .bx-viewport {
  z-index: 2;
}
#realestates-section .slide {
  position: absolute;
  z-index: 1000 !important;
}
#realestates-section .bx-wrapper .bx-controls-auto,
#realestates-section .bx-wrapper .bx-pager {
  top: -100px;
}
#realestates-section .realestates-gallery {
  width: 100%;
  float: left;
  background: #f1f1ef;
}
#realestates-section .realestates-gallery .realestate-container {
  min-width: 330px;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
  display: inline;
  width: 50px;
  display: inline-block;
  white-space: normal;
}
#realestates-section .realestates-gallery .realestate-container .realestate-image {
  width: 100%;
  height: 247px;
  position: relative;
  width: 330px;
}
#realestates-section .realestates-gallery .realestate-container .realestate-image .mainPhoto {
  display: block;
  object-fit: cover;
  object-position: 50% 50% ;
}
#realestates-section .realestates-gallery .realestate-container .realestate-image .mainPhoto.withBadge {
  opacity: 0.7;
}
#realestates-section .realestates-gallery .realestate-container .realestate-image .solvedBadge {
  object-fit: scale-down;
}
#realestates-section .realestates-gallery .realestate-container .realestate-image .solved-badge {
  position: absolute;
  width: 300px;
  height: 225px;
  text-align: center;
  bottom: 0px;
}
#realestates-section .realestates-gallery .realestate-container .realestate-image .solved-badge:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#realestates-section .realestates-gallery .realestate-container .realestate-image .solved-badge img {
  display: inline-block;
  vertical-align: middle;
}
#realestates-section .realestates-gallery .realestate-container .details {
  margin: 25px 0px 20px 0px;
}
#realestates-section .realestates-gallery .realestate-container .details .favorite-unchecked {
  float: right;
  width: 34px;
  height: 34px;
  background: url('/assets/site/img/favorito-unselected-destaques.svg') no-repeat;
}
#realestates-section .realestates-gallery .realestate-container .details .favorite-checked {
  width: 34px;
  height: 34px;
  background: url('/assets/site/img/favorito-selected-destaques.svg') no-repeat;
  float: right;
}
#realestates-section .realestates-gallery .realestate-container .details .title {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 26px;
  height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  padding: 0px 10px 0px 10px;
}
#realestates-section .realestates-gallery .realestate-container .details .address {
  margin-top: 6px;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 14px;
  text-align: center;
  padding: 0px 10px 0px 10px;
}
#realestates-section .realestates-gallery .realestate-container .details .objective {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #ffffff;
  color: #292e87;
  line-height: 36px;
  border: 2px solid #292e87;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px 10px 40px 20px;
  width: 135px;
  text-align: center;
}
#realestates-section .realestates-gallery .realestate-container .details .price {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  background-color: #dcc200;
  border: 2px solid #dcc200;
  padding: 0px 13px 0px 13px;
  float: right;
  width: 135px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px 20px 40px 10px;
}
#realestates-section .realestates-gallery .realestate-container .details .price.noprice {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #realestates-section .menu-level-1 {
    margin-top: 100px;
  }
  #realestates-section .menu-level-1 .realestate-nav-1 {
    width: 100%;
  }
  #realestates-section .menu-level-1 .realestate-nav-1 ul {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
  }
  #realestates-section .menu-level-1 .realestate-nav-1 ul li {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
  }
  #realestates-section .menu-level-1 .realestate-nav-1 ul li.active,
  #realestates-section .menu-level-1 .realestate-nav-1 ul li :hover {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
  }
}
