﻿.nirma-title {
  text-align: center;
  margin-bottom: 60px;
}

.nirma-title .main-title {
  font-size: 2.143em;
  color: #3d4448;
  font-weight: 900;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sunhouse-title {
  text-align: center;
  margin-bottom: 60px;
}

.sunhouse-title .icon-image {
  margin-bottom: 12px;
}

.sunhouse-title .icon-image .icon-title {
  font-size: 3.2em;
  position: relative;
  display: inline-block;
  color: #2aacff;
}

.sunhouse-title .icon-image .icon-title:before,
.sunhouse-title .icon-image .icon-title:after {
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  bottom: 1px;
  background-color: #2aacff;
}

.sunhouse-title .icon-image .icon-title:before {
  left: -50px;
}

.sunhouse-title .icon-image .icon-title:after {
  right: -50px;
}

.sunhouse-title .icon-image .icon-title.white {
  color: #fff;
}

.sunhouse-title .icon-image .icon-title.white:before,
.sunhouse-title .icon-image .icon-title.white:after {
  background-color: #fff;
}

.sunhouse-title .icon-image img {
  margin: 0 auto;
}

.sunhouse-title .main-title {
  font-size: 2.143em;
  color: #3d4448;
  font-weight: 900;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sunhouse-title .sub-title {
  color: #5e6d77;
  font-size: 1.14em;
  margin: 0;
}

.sunhouse-title.white .icon-image .icon-title {
  color: #fff;
}

.sunhouse-title.white .icon-image .icon-title:before,
.sunhouse-title.white .icon-image .icon-title:after {
  background-color: #fff;
}

.sunhouse-title.white .icon-image img {
  margin: 0 auto;
}

.sunhouse-title.white .main-title {
  color: #fff;
}

.sunhouse-title.white .sub-title {
  color: #e9f0f4;
}

.sunhouse-title .main-title {
  font-size: 1.9em;
}

.banner-default
  .banner-default-wrapper
  .banner-default-content
  .title
  .main-title {
  font-size: 3em;
  margin-bottom: 3px;
}

.banner-default
  .banner-default-wrapper
  .banner-default-content
  .title
  .main-title {
  font-size: 2.85em;
}

.banner-default
  .banner-default-wrapper
  .banner-default-content
  .title
  .sub-title {
  font-size: 1.45em;
}

.banner-06 .wrapper-banner .wrapper-title .sub-title {
  font-size: 1.429em;
}

.sunhouse-title .sub-title {
  font-size: 1.167em;
}

.banner-default
  .banner-default-wrapper
  .banner-default-content
  .title
  .sub-title {
  font-size: 1.4em;
}

.section {
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.sunhouse-item {
  display: block;
  float: left;
  position: relative;
  transition: all 0.5s ease;
}

.sunhouse-item .wrapper-image {
  position: relative;
  display: block;
}

.sunhouse-item .wrapper-image .layout-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}

.sunhouse-item .wrapper-image img {
  width: 302px;
  height: 170px;
}

.sunhouse-item .note {
  width: 56px;
  height: 56px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: -15px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  display: table;
  z-index: 2;
}

.sunhouse-item .note .text {
  line-height: 1.145em;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

.sunhouse-item .note.for-sale {
  background-color: #26b864;
}

.sunhouse-item .note.for-rent {
  background-color: rgba(232, 44, 12, 0.9);
}

.sunhouse-item .note.for-day {
  width: 90px;
}

.sunhouse-item .wrapper-content {
  border: 1px solid #efefef;
  float: left;
  text-align: left;
  width: 100%;
}

.sunhouse-item .wrapper-content .info-house {
  border-bottom: 1px solid #efefef;
}

.sunhouse-item .info-house {
  line-height: 1;
  padding: 15px 15px 5px;
}

.sunhouse-item .about-house {
  padding: 15px;
}

.sunhouse-item .about-house .title {
  color: #34495e;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block;
}

.sunhouse-item .about-house .title:hover {
  color: #2aacff;
}

.sunhouse-item .about-house .text {
  margin-bottom: 0;
  height: 48px;
  overflow: hidden;
}

.sunhouse-item .more-info-house {
  border-top: 1px solid #efefef;
  padding: 15px;
  display: table;
  width: 100%;
}

.sunhouse-item .more-info-house .place-house {
  display: table-cell;
  vertical-align: middle;
}

.sunhouse-item .more-info-house .place-house i,
.sunhouse-item .more-info-house .place-house p,
.sunhouse-item .more-info-house .place-house a {
  color: #8b979e;
  margin-bottom: 0;
  transition: all 0.2s ease;
}

.sunhouse-item .more-info-house .place-house i {
  margin-bottom: 0;
  padding-right: 7px;
}

.sunhouse-item .more-info-house .place-house:hover i,
.sunhouse-item .more-info-house .place-house:hover p,
.sunhouse-item .more-info-house .place-house:hover a {
  color: #2aacff;
}

.sunhouse-item .more-info-house .price {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 1.714em;
  color: #26b864;
  font-weight: 700;
  min-width: 120px;
}

.sunhouse-item .more-info-house .price span {
  font-size: 0.65em;
  font-weight: 400;
  line-height: 1;
}

.sunhouse-item:hover {
  box-shadow: 0 0 25px #272727;
}

.sunhouse-item:hover .wrapper-image .layout-2 {
  opacity: 1;
}

.col-md-4 .sunhouse-item .wrapper-image {
  height: 220px;
}

.list-view .sunhouse-item {
  display: table;
  width: 100%;
}

.list-view .sunhouse-item .wrapper-image {
  display: table-cell;
  width: 370px;
  height: 220px;
}

.list-view .sunhouse-item .note {
  left: 15px;
  right: auto;
}

.list-view .sunhouse-item .wrapper-content {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: auto;
}

.list-view .sunhouse-item .wrapper-content .lst-item {
  display: table;
  padding-bottom: 15px;
}

.list-view .sunhouse-item .wrapper-content .info-house {
  border-bottom: none;
  display: table-cell;
  padding: 0;
  width: 45%;
  vertical-align: top;
}

.list-view .sunhouse-item .about-house {
  padding: 20px 20px 20px 30px;
}

.list-view .sunhouse-item .about-house .title {
  margin-bottom: 20px;
}

.list-view .sunhouse-item .more-info-house {
  border-top: none;
  padding: 0;
  float: none;
  display: table-cell;
  vertical-align: top;
}

.list-view .sunhouse-item .more-info-house .place-house {
  float: inherit;
  margin-bottom: 20px;
}

.list-view .sunhouse-item .more-info-house .place-house i,
.list-view .sunhouse-item .more-info-house .place-house p,
.list-view .sunhouse-item .more-info-house .place-house a {
  display: initial;
}

.list-view .sunhouse-item .more-info-house .price {
  float: left;
  min-width: 0;
}

.property-masonry .sunhouse-item .about-house .text {
  height: auto;
}

.sunhouse-item .info-house {
  padding: 15px 15px 5px;
}

.sunhouse-item .info-house .info {
  margin-bottom: 10px;
}

.sunhouse-item .more-info-house .place-house {
  width: 100%;
  display: block;
}

.sunhouse-item .more-info-house .price {
  margin-top: 10px;
  float: left;
  text-align: left;
}

.col-md-4 .sunhouse-item .wrapper-image {
  height: 200px;
}

.our-service-items .text {
  font-size: 1em;
}

.col-md-4 .sunhouse-item .wrapper-image {
  height: 170px;
}

.info i.icon-bed {
  font-size: 1.3em;
  position: relative;
  top: 2px;
}

.about-house-section .about-house-banner .info-house .info i.icon-bed {
  font-size: 2.3em;
  top: 3px;
}

.about-house-section .info i.icon-bed {
  font-size: 2.7em;
  position: relative;
  top: 4px;
}

.about-house-section .about-house-banner .info-house {
  margin-top: 40px;
}

.about-house-section .about-house-banner .info-house .info {
  margin-right: 25px;
}

.about-house-section .about-house-banner .info-house .info:last-child {
  margin-right: 0;
}

.about-house-section .about-house-banner .info-house .info i {
  font-size: 2.2em;
}

.about-house-section .about-house-banner .info-house .info i.icon-bed {
  font-size: 2.3em;
  top: 3px;
}

.sunhouse-item .info-house {
  padding: 0px 15px 0px;
}

.sunhouse-item .info-house .info {
  margin-bottom: 10px;
}

.sunhouse-item .more-info-house .place-house {
  width: 100%;
  display: block;
}

.sunhouse-item .more-info-house .price {
  margin-top: 10px;
  float: left;
  text-align: left;
}

.info i {
  font-size: 1.14em;
}
.info i,
.info p {
  display: inline-block;
}

elemento {
}
.info p {
  margin: 0;
  padding-left: 5px;
  font-size: 0.929em;
}

.sunhouse-item .info-house .info {
  margin-bottom: 10px;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*jgm*/
/*espaçamento*/
.section-padding {
  padding: 80px 0;
}

.section-espaco {
  padding: 10px 0;
}

.section-espaco1 {
  padding: 30px 0;
}

.footer-bottom {
  background-color: #252525;
  padding: 20px 0;
}

footer .footer-heading {
  font: bold 18px/19px 'Roboto Condensed', sans-serif;
  letter-spacing: 1.5px;
  color: #000;
  text-transform: uppercase;
}

.footer-wrapper ul.footermenu,
.footer-wrapper ul.footercontact,
.footer-wrapper ul.footersimulador {
  margin: 30px 0 0;
}

.cor:hover {
  color: #fff;
}

.red {
  color: #dc143c;
}

.a:not.branco {
  color: #fff;
}
.info-house {
  min-height: 115px;
  height: auto;
}