 @font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot?v=1.1.0");
  src: url("../fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot?v=1.1.0");
  src: url("../fonts/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Light.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Semibold.eot?v=1.1.0");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

* {
  font-family: 'Open Sans', sans-serif;
  outline: none;
}

b, strong {
  font-weight: 600;
}

span {
  color: #3d3d3d;
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid #3d3d3d;
}

a {
  color: #3d3d3d;
  text-decoration: none;
}

a:hover, a:focus {
  color: rgba(61, 61, 61, 0.7);
  text-decoration: none;
}

.fa-google_plus:before {
  font-family: 'FontAwesome';
  content: "\f0d5";
}
.fa-blog:before {
  content: "\f19a";
}
.ga-whatsapp-01:before {
  color: #189D0E;
}
.ga-vivo-01:before {
  color: #642C91;
}
.ga-claro-01:before {
  color: #FE0002;
}
.ga-tim-01:before {
  color: #204C8D;
}
.ga-oi-01:before {
  color: #FEB914;
}
.ga-nextel-01:before {
  color: #E15206;
}
.bg-color-light {
  background-color: #fff;
}
.bg-color-dark {
  background-color: #000;
}
.bg-white {
  background: #FFF;
}
button.btn {
  width: 100%;
  padding: .70rem 0;
  font-size: 20px;
}

body {
  background-color: #EEE;
}

/*section > .container:first-child {
  margin-top: 60px;
}

section > .container:last-child {
  margin-bottom: 60px;
}*/

#internal section > .container:first-child {
  margin-top: 40px;
}

h1 {
  font-size: 29px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5, legend {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h2 i {
  font-size: 21px;
  padding-right: 8px;
}
h1, h2, h3, h4, h5, h6, legend {
  margin: 0 0 15px 0;
  color: #3d3d3d;
}
h5, h6, legend {
  margin: 0 0 15px 0;
}

p, label, li, address, i {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 22px;
}

p {
  margin-bottom: 20px;
}

.btn {
  padding: 10px 15px;
  font-size: 14px;
}

button.btn {
  padding: .80rem 0;
  font-size: initial;
}

.header-template-home .container {
  width: 100%;
  float: left;  
}

.bg-header {
  z-index: 5;
  position: relative;
  padding: 20px 40px;
}
.bg-header.bg-dropshadow:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d', GradientType=0 );
  z-index: 3;
}
.bg-header.bg-dropshadowwithborder:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d', GradientType=0 );
  z-index: 3;
}
.bg-header.overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: 2;
}

.bg-header.overlay-light:after {
  background: #fff;
}
.bg-header.overlay-dark:after {
  background: #000;
}
.bg-header header {
  height: 120px;
  z-index: 5;
  position: relative;
}
.bg-header header.header-filled, .bg-header header.header-filledwithborder {
  background-color: #FFF;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.15);
}
.bg-header header.header-filledwithborder {
  height: 125px;
}
.bg-header header .logo {
  background-image: url('/img/logo-topo.png');
  background-position: center center;
  background-size: contain;
  height: 100px;
  margin: 10px auto;
  background-repeat: no-repeat;
  max-width: 80%;
}
.bg-header header .logo h1 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.bg-header header .logo h1 a {
  display: block;
  max-width: 100%;
  height: 100%;
  text-indent: -10000px;
}
.bg-header header .link-menu {
  padding-top: 46px;
}
.bg-header header .link-menu a i {
  font-size: 32px;
  line-height: 30px;
}
.bg-header header .link-menu a i.fa-language {
  font-size: 18px;
  margin-right: 20px;
  top: -4px;
  position: relative;
}

footer .section-office {
  padding: 60px 20px;
  text-align: center;
  overflow-wrap: break-word;
}
footer .section-office address {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
footer .section-office i.fa-map-marker {
  display: block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 62px;
  text-align: center;
  margin: auto;
  background-image: url(/img/bg-address.png);
  background-size: contain;
}
footer .section-office strong {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 20px;
}
footer .section-office span a {
  font-size: 12px;
}
footer .section-office a {
  display: inline-block;
  text-decoration: none;
}
footer .section-office a i {
  font-size: 20px;
}
footer .section-office .bullet {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
footer .section-office address .bullet:last-child {
  display: none;
}

footer .section-office address:last-child {
  margin: 0;
}

footer .info-office {
  padding: 40px 0;
}
footer .info-office .box-address {
  padding-right: 15px;
  padding-left: 15px;
  display: table;
  height: 100%;
}
footer .info-office .box-address .align-address {
  display: table-cell;
  vertical-align: middle;
}
footer .info-office .broker-license {
  font-size: 12px;
  text-align: center;
}
footer .info-office address {
  line-height: 26px;
}
footer .info-office address a {
  display: inline-block;
  text-decoration: none;
}
footer .info-office address a i {
  font-size: 20px;
}
footer .info-office address .bullet {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
footer .info-office address .bullet:last-child {
  display: none;
}
footer .info-office address .btn-map {
  font-size: 12px;
  margin-left: 10px;
}
footer .info-office address:last-child {
  margin: 0;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}
address {
  font-style: normal;
  line-height: inherit;
}

footer .signature {
  padding: 20px 0 30px 0;
}

footer .box-follow-us .social-media a.icon-facebook {
  background-color: #3B5998;
}
footer .box-follow-us .social-media a.icon-twitter {
  background-color: #1DA1F2;
}
footer .box-follow-us .social-media a.icon-google_plus {
  background-color: #DB4437;
}
footer .box-follow-us .social-media a.icon-google_plus i:before {
  content: "\f0d5";
}
footer .box-follow-us .social-media a.icon-youtube {
  background-color: #E62117;
}
footer .box-follow-us .social-media a.icon-blog {
  background-color: #23282D;
}
footer .box-follow-us .social-media a.icon-blog i:before {
  content: "\f19a";
}
footer .box-follow-us .social-media a.icon-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
footer .box-follow-us .social-media a.icon-pinterest {
  background-color: #BD081C;
}
footer .box-follow-us .social-media a.icon-linkedin {
  background-color: #0077B5;
}
footer .box-follow-us .social-media a:hover {
  opacity: 0.7;
}
footer .box-follow-us .social-media a i {
  color: #fff;
  line-height: 50px;
}
footer .box-follow-us {
  margin: 20px;
}
footer .box-follow-us h2 {
  font-weight: 300;
  font-size: 16px;
}
footer .box-follow-us .social-media {
  margin-top: 30px;
  display: inline-block;
  text-align: center;
}
footer .box-follow-us .social-media a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  margin: 0 5px 10px 5px;
}

.align-center-container {
  text-align: center;
}

.headerbar {
  text-align: right;
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 44px;
  color: #3d3d3d;
}
.hamburger {
  font-size: 30px;
}
.sidebar {
  padding: 10px;
  margin: 0;
}
.sidebar > li {
  list-style: none;
  margin-bottom:10px;
}
.sidebar a {
  text-decoration: none;
}
.close-sidebar {
  font-size: 1.5em;
  padding-left: 5px;
}
#menu-top .close-sidebar {
  position: fixed;
  top: 10px;
  right: 20px;
  font-size: 30px;
  z-index: 2;
  display: block;
  color: #FFF;
}
#menu-top .align-menu {
  display: table;
  /** height: 100%; **/
  /** width: 100%; **/
  padding: 0 20px;
}
#menu-top .align-menu nav {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 0;
  overflow: auto
}
#menu-top .align-menu nav .ulMain {
  margin: 0;
  padding: 0
}
#menu-top .align-menu nav .ulMain > li {
  list-style: none;
  margin: 0;
  padding: 0
}
#menu-top .align-menu nav .ulMain > li > a {
  display: block;
  margin-bottom: 5px;
  margin-top: 30px;
  color: #FFF;
}
#menu-top .align-menu nav .ulMain > li > a.no-link {
  cursor: default
}
#menu-top .align-menu nav .ulMain > li > a.with-link {
  font-size: 22px;
  text-transform: uppercase
}
#menu-top .align-menu nav .ulMain > li > a.with-link:hover {
  opacity: 0.7
}
#menu-top .align-menu nav .ulMain > li > a:hover {
  color: #FFF;
}
#menu-top .align-menu nav .ulMain > li span {
  font-size: 15px;
  padding-bottom: 15px;
  display: block;
  opacity: 0.75;
  color: #FFF;
}
#menu-top .align-menu nav .ulMain > li:last-child ul {
  padding: 0
}
#menu-top .align-menu nav .ulMain > li:last-child ul li:last-child {
  padding: 0
}
#menu-top .align-menu nav .ulMain > li ul {
  margin: 0;
  padding: 0;
  padding: 0 0 15px 0;
}
#menu-top .align-menu nav .ulMain > li ul li {
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
  list-style: none;
}
#menu-top .align-menu nav .ulMain > li ul li a {
  color: #FFF;
}
#menu-top .align-menu nav .ulMain > li ul li a:hover {
  opacity: 0.7
}
#menu-top .align-menu .no-link {
  pointer-events: none;
}
.real-estate-name {
    margin-top: -35px;
    margin-bottom: 30px;
}
.real-estate-name span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}
address {
    font-size: 18px;
}
address span {
    font-size: 14px;
}

/** search css **/
.search-home {
  z-index: 4;
  position: relative;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 0 100px rgba(0,0,0,.2);
}
.widget-search {
  position: relative;
  top: 50%;
}
.search-container {
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding: 10px 20px;
}
.btn-search, .btn-success {
  width: 100%;
  padding: 12px 0;
  display: inline-grid;
  border-radius: 4px;
}
.input-amp-search {
  width: 100%;
  padding: 10px 0;
  display: inline-grid;
  margin-bottom: 16px;
  border: 1px solid rgba(0,0,0,.15);
}
.input-amp-search::placeholder {
  color: #b1b1b1;
  font-size: 16px;
}
.input-amp-search::-webkit-input-placeholder {
  color: #b1b1b1;
  font-size: 16px;
}
.input-amp-search:-ms-input-placeholder {
  color: #b1b1b1;
  font-size: 16px;
}
.input-amp-search {
  font-size: 16px;
  color: #3d3d3d;
  padding: 0.80rem 0.75rem;
  box-sizing: border-box;
}
.btn-search a {
  text-decoration: none;
}
.search-line {
  border-top: solid 1px rgba(0, 0, 0, 0.25)
}
/** search css **/

/** search by code button **/

.btn-search-code {
  border: 0;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 15px;
  -webkit-appearance: none;
}

