body {
    width: 100%;
    height: 100%;
    font-family: 'Segoe UI', sans-serif;
    color: #666666;
    background-color: #ffffff;
}
html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: #368ed1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2875b1;
}
/* Toggle Styles */

#sidebar-wrapper {
    z-index: 1090;
    position: fixed;
    width: 0;
    height: 100%;
    overflow-y: auto;
    background: rgba(0,0,0,0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper.toggled {
    width: 100%;
}
#sidebar-wrapper.toggled #sidebar-back {
    z-index: 1090;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 300px;
}
/* Sidebar Styles */

#sidebar-wrapper .navbar-toggle {
    z-index: 9999;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 2px;
    right: 5px;
    padding: 0;
    border: 0;
}
#sidebar-wrapper .navbar-toggle i,
#sidebar-wrapper .navbar-toggle i:after,
#sidebar-wrapper .navbar-toggle i:before {
    transition: all .2s ease;
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
}
#sidebar-wrapper .navbar-toggle i:after,
#sidebar-wrapper .navbar-toggle i:before {
    position: absolute;
    content: '';
}
#sidebar-wrapper .navbar-toggle i {
    position: relative;
}
#sidebar-wrapper .navbar-toggle i:before {
    top: -10.5px;
}
#sidebar-wrapper .navbar-toggle i:after {
    top: 9.5px;
}
#sidebar-wrapper.toggled .navbar-toggle i {
    background: #333333;
}
#sidebar-wrapper.toggled .navbar-toggle i:before {
    top: 0;
    transform: rotate(45deg);
}
#sidebar-wrapper.toggled .navbar-toggle i:after {
    top: 0;
    transform: rotate(-45deg);
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #333333;
    padding-top: 10px;
    z-index: 1091;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 30px;
    border-top: 1px solid #5b5b5b;
}
.sidebar-nav li.sidebar-title{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    border-top: 0;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    padding: 5px 0;
    line-height: 18px;
    font-size: 12px;
}
.sidebar-nav li a i.fa-star {
    width: 14px;
}
.sidebar-nav li a i.fa-star:before {
    margin-left: -20px;
    color: #ffde00;
}
.sidebar-nav li a i.fa-star-o {
    width: 14px;
}
.sidebar-nav li a i.fa-star-o:before {
    margin-left: -20px;
    color: #ffffff;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    padding-left: 10px;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav li a .badge {
    margin-right: 22px;
    margin-top: -2px;
    padding: 5px;
}
.social{
  text-align: left;
}

li .social-share{
    display: block;
    padding: 0;
    margin: 0;
}

li .social-share li {
    float: left;
    position: relative;
    border-top: 0;
}

li .social-share a {
    display: inline-block;

    background: none;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 10px  0 0 5px;
}
li .social-share a i {
    float: left;
    position: relative;
    text-indent: 7px;
    color: #cccccc;
}
li .social-share a:hover {
    background: none;
    color: #999999;
    padding: 5px 0;
}
#custom-search-input .input-group {
    width: 100%;
}
#custom-search-input .input-group .busca-referencia {
    padding-right: 3px;
    padding-left: 4px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #444444;
    color: #999999;
    border: 0;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#custom-search-input .input-group .input-group-btn .btn {
    border: 0;
    background: none;
    padding: 2px 5px;
    top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#ffffff;
    z-index: 4;
}
.sidebar-nav li .btn-outra-busca {
    border: 0;
    background: #000000;
    color: #ffffff;
    width: 118px;
    padding: 15px 10px;
    margin: 10px 5px 15px 15px;
    margin-left: 5px;
    text-indent: 0px;
    line-height: 0px;
    display: inline-block;
    float: left;
    font-size: 12px;
}
.sidebar-nav li .btn-outra-busca:first-of-type {
    margin-left: 20px;
}
.sidebar-nav li .btn-outra-busca:hover {
    border: 0;
    background: #222222;
    color: #ffffff;
}
.navbar-custom {
    background: #ffffff;
}
.navbar-custom .navbar-toggle {
    z-index: 9999;
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    margin-top: 40px;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-toggle i,
.navbar-custom .navbar-toggle i:after,
.navbar-custom .navbar-toggle i:before {
    transition: all .2s ease;
    width: 100%;
    height: 2px;
    background: #999999;
    display: block;
}
.navbar-custom .navbar-toggle i:after,
.navbar-custom .navbar-toggle i:before {
    position: absolute;
    content: '';
}
.navbar-custom .navbar-toggle i:before {
    top: 9.5px;
}
.navbar-custom .navbar-toggle i:after {
    top: 27.5px;
}
.navbar-custom.affix .navbar-toggle {
    margin-top: 25px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}
.navbar-custom .navbar-brand {
    padding: 0;
    width: 185px;
    height: 120px;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.navbar-custom .navbar-brand img {
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.navbar-custom.affix-top {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    height: 120px;
    letter-spacing: 1px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.navbar-custom.affix {
    height: 80px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-custom.affix .navbar-brand {
    width: 185px;
    height: 60px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-custom .navbar-header {
    width: 100%;
    position: relative;
}
.telefone-topo {
    display: block;
    float: left;
    position: relative;
    margin: 40px 0 0 15px;
    width: 185px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-custom.affix .telefone-topo {
    margin: 25px 0 0 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-custom.affix .bt-area-cliente {
    margin: 32px 0 0 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.telefone-topo i {
    color: #dddddd;
    margin-right: 0px !important;
    font-size: 36px;
}
.telefone-topo span {
    color: #999999;
    font-size: 11px;
    position: relative;
    float: right;
    text-transform: none;
    letter-spacing: 0;

}
.telefone-topo small {
    color: #58595b;
    font-size: 14px;
    margin-right: 6px;
}
.telefone-topo strong {
    font-weight: 600;
    color: #58595b;
    font-size: 18px;
    position: relative;
    float: right;
    letter-spacing: 0;
}

/* Atendimento Online */
.atendimento-fixo {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    z-index: 1080;
    text-align: center;
}

.atendimento-fixo a.close {
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,0.9);
    color: #fff;
    position: absolute;
    border-radius: 50%;
    line-height: 5px;
    right: 5px;
    top: -20px;
}
.atendimento-fixo a.close i {
    font-size: 10px;
    color: #fff;
}
.atendimento-fixo .atendimento-online {
    display: block;
    width: 160px;
    height: 140px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.atendimento-fixo .atendimento-online img {
    opacity: 1;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 10;
}

.atendimento-fixo .atendimento-online .offline {
    background: #830509;
    display: block;
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    z-index: 110;
    position: relative;
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.atendimento-fixo .atendimento-online .online {
    background: #01a305;
    display: block;
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
     z-index: 110;
     position: relative;
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.atendimento-fixo .atendimento-online .clique {
    border-radius: 6px;
    background: #9e0b0f;
    padding: 5px 10px;
    color: #ffd800;
    text-align: center;
    font-size: 12px;
    z-index: 110;
    position: relative;
    margin-top: -3px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.atendimento-fixo .atendimento-online.minimiza {
    display: block;
    width: 160px;
    height: 27px;
}
.atendimento-fixo .atendimento-online.minimiza img{
    opacity: 0;
    margin-top: 0;
}
.atendimento-fixo .atendimento-online.minimiza .online,
.atendimento-fixo .atendimento-online.minimiza .offline {
    margin-top: -130px;
}
.atendimento-fixo .atendimento-online.minimiza .clique {
    opacity: 0;
}

/* Área do cliente */
.bt-area-cliente{
    border: 1px solid #eee;
    margin: 47px 0 0 60px;
    letter-spacing: 0;
    color: #666;
}
.bt-area-cliente:hover{
    color: #9d080c;
}

/* Barra Favoritos Lateral */
.favorito-lateral {
    background-color: #830509;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    padding: 0 0 0 24px;
    border-right: 0;
    height: 150px;
    z-index: 1301;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.favorito-lateral .favorito-link {
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #830509;
}
.favorito-lateral .favorito-link .fa {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #ffffff;
}

.favorito-lateral .favorito-link .favbar-titulo {
    height: 25px;
    overflow: visible !important;
    padding-top: 3px;
    position: absolute;
    top: 45px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    left: 0;
    right: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

/* Imagens Home */
.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 120px 0 50px;
    text-align: center;
    color: #ffffff;
    background: url("../img/intro-bg.jpg") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro h1 {
    font-size: 48px;
    text-transform: none;
    font-weight: 600;
    margin-top: 60px;
    letter-spacing: -1px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.5);
}

.intro p {
    font-size: 18px;
    font-weight: 200;
    margin:  20px 0 25px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.5);
}
header.intro.interno h1 {
     text-shadow: none;
}
.intro p strong {
    font-weight: 500;
}
.btn-circle {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -50px;
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border-radius: 100% !important;
    font-size: 50px;
    line-height: 50px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(0, 0, 0, 0.5);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/************************
***** Busca Capa ********
*************************/

.nav-pills {
    text-align: center;
    margin: 20px 0;
}
.nav-pills>li {
    float: none;
    display: inline-block;
    margin: 0 ;
}
.nav-pills li a {
    background: rgba(255,255,255,0);
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 40px;
    border: 2px solid rgba(255,255,255,0.3);
    font-weight: 400;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 ;

}
.nav-pills li:first-child a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.nav-pills li:last-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -5px;
}
.nav-pills li a:hover,
.nav-pills li a:focus {
    background: rgba(255,255,255,0.2);
}

.nav-pills li.active a,
.nav-pills li.active a:hover,
.nav-pills li.active a:focus {
border-color: rgb(88,89,91); /* Old browsers */
border-color: -moz-linear-gradient(top,  rgba(88,89,91,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
border-color: -webkit-linear-gradient(top,  rgba(88,89,91,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
border-color: linear-gradient(to bottom,  rgba(88,89,91,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#58595b+0,333333+100 */
background: rgb(88,89,91); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(88,89,91,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(88,89,91,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(88,89,91,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58595b', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}

.buscas-box {
    min-width: 170px;
}
.buscas-box .tab-pane>DIV {
    padding:12px;
    border-radius: 6px;
    background: rgba(0,0,0,0.05);
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.buscas-box .tab-pane.affix {
    top: 95px;
    width: 1140px;
    z-index: 1080;
}
.buscas-box .tab-pane.affix>DIV {
    background: rgba(0,0,0,0.2);
}
.buscas-box .form-inline .form-group {
    padding: 0;
    float: left;
    margin-right: 1px;
}

.buscas-box .form-inline .form-group.referencia {
    width: 90%;
}

.buscas-box .form-inline .form-group .form-control.input-referencia {
    width: 100%;
}

.label-modalselect {
    align-items: center;
    padding: 15px 10px 1px;
    position: relative;
    box-sizing: content-box;
    border-color: #fff;
    background: #fff;
    width: 90%;
    float: left;
    border-radius: 0;
    color: #565656;
    height: 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.label-modalselect:hover {
    color: #333;
    background-color: #fff;
    border-color: #eee;
}
.buscas-box .form-inline .form-group#box-dormitorios {
    height: 48px;
}
.buscas-box #busca-simples .form-inline .form-group {
    width: 22.6%;
}
.buscas-box #busca-avancada .form-inline .form-group {
    width: 278px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.buscas-box #busca-avancada .form-inline .form-group .dropdown {
    width: 90%;
	padding: 15px 10px 1px;
	box-sizing: content-box;
	height: 30px;
}

.buscas-box #busca-avancada .form-inline .form-group .label-modalselect {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 3px;
}

.buscas-box .form-inline .form-group .form-control  {
    padding: 6px 12px;
    border-color: #fff;
    background: #fff;
    box-shadow: none;
    width: 96.2%;
    display: inline-block;
    float: left;
    border-radius: 0;
    color: #565656;
}
.buscas-box .form-inline .form-group input.form-control::-webkit-input-placeholder {
     color: #565656;
}
.buscas-box .form-inline .form-group input.form-control:-moz-placeholder  {
     color: #565656;
}
.buscas-box .form-inline .form-group input.form-control::-moz-placeholder  {
     color: #565656;
}
.buscas-box .form-inline .form-group input.form-control:-ms-input-placeholder  {
     color: #565656;
}

.btn-busca-capa {
    color: #fff;
    border-radius: 0;
    position: relative;
    width: 9%;
    border: 1px solid #730609;
    padding: 9px 8px;
    font-size: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d0a0e+0,730609+100 */
background: rgb(157,10,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(157,10,14,1) 0%, rgba(115,6,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0a0e', endColorstr='#730609',GradientType=0 ); /* IE6-9 */
}

.btn-busca-capa.referencia {
    float: right;
}

.btn-busca-capa:hover,
.btn-busca-capa:active,
.btn-busca-capa:focus,
.btn-busca-capa.active,
.btn-busca-capa.focus {
    background: #730609;
    color: #fff;
    border: 1px solid #730609;
}
.btn-busca-capa-avancada {
    color: #fff;
    border-radius: 0;
    width: 200px;
    border: 1px solid #730609;
    padding: 8px;
    font-size: 18px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d0a0e+0,730609+100 */
background: rgb(157,10,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(157,10,14,1) 0%, rgba(115,6,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0a0e', endColorstr='#730609',GradientType=0 ); /* IE6-9 */
}

.btn-busca-capa-avancada:hover,
.btn-busca-capa-avancada:active,
.btn-busca-capa-avancada.active,
.btn-busca-capa-avancada:focus,
.btn-busca-capa-avancada.focus {
    background: #730609;
    color: #fff;
    border: 1px solid #730609;
}
.outras-buscas {
}
.btn-outra-busca {
    border: 1px solid rgba(255,255,255,0.6);
    background: rgba(0,0,0,0.2);
    color: #ffffff;
    width: 190px;
    padding: 10px;
    margin-right: 15px;
}
.btn-outra-busca:hover,
.btn-outra-busca.active,
.btn-outra-busca:active
 {
    border: 1px solid rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.6);
    color: #000;
    text-shadow: none;
}

/****************************
***   Busca pelo Mapa   *****
*****************************/
.conteudo-google-maps {
    width: 100%;
    height: 600px;
    position: relative;
}
.conteudo-busca-mapa {
    width: 100%;
    height: 600px;
    margin-top:  -600px;
    -webkit-box-shadow: inset 0px 6px 10px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 6px 10px -6px rgba(0,0,0,0.75);
    box-shadow: inset 0px 6px 10px -6px rgba(0,0,0,0.75);
    position: relative;
    float: left;
}

.busca-mapa {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    width: 270px;
    position: absolute;
    top: 80px;
    left: 100px;
}
.busca-mapa h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #dddddd;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.busca-mapa .btn-default {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0;
}
.busca-mapa .btn-link {
	position: absolute;
    right: 15px;
    top: 15px;
    padding: 0px 8px;
    font-size: 26px;
    border-radius: 0;
    color: #9e090d;
    height: 30px;
    line-height: 30px;
}
.busca-mapa .form-busca-mapa .form-group {
    margin-bottom: 8px;
}
.busca-mapa .form-busca-mapa .form-group .dropdown {
    border: 1px solid #dddddd;
    font-size: 14px;
    padding: 8px;
}
.btn-busca-mapa {
    color: #fff;
    border-radius: 0;
    border: 1px solid #730609;
    padding: 8px;
    font-size: 18px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d0a0e+0,730609+100 */
background: rgb(157,10,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(157,10,14,1) 0%, rgba(115,6,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0a0e', endColorstr='#730609',GradientType=0 ); /* IE6-9 */
}

.btn-busca-mapa:hover {
    background: #730609;
    color: #fff;
    border: 1px solid #730609;
}

.box-imovel-mapa {
    width: 394px;
    height: 154px;
    background: #fff;
    padding: 3px;
}
.box-imovel-mapa:after {
    content: "";
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    bottom: -10px;
    left: 48%;
}
.box-imovel-mapa .foto-crop {
    width: 150px;
    overflow: hidden;
    position: relative;
    float: left;
    height: 148px;
}

.box-imovel-mapa .foto-crop img.h{
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;

}
.box-imovel-mapa .foto-crop img.v{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.box-imovel-mapa .infos-imovel-mapa {
    margin-left: 5px;
    position: relative;
    float: left;
    width: 233px;
    height: 148px;
}

.box-imovel-mapa .infos-imovel-mapa a.close {

}
.box-imovel-mapa .infos-imovel-mapa span {
    background: #000;
    color: #fff;
    margin-top: 5px;
    border-radius: 6px;
    padding: 2px 5px;
    float: left;
    font-size: 12px;
}
.box-imovel-mapa .infos-imovel-mapa h5 {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 3px;
    color: #000;
}
.box-imovel-mapa .infos-imovel-mapa p {
    font-size: 12px;
    margin-bottom: 0px;
}
.box-imovel-mapa .infos-imovel-mapa h6 {
    margin-bottom: 2px;
    margin-top: 3px;
    font-size: 14px;
    color: #000;
}
.box-imovel-mapa .infos-imovel-mapa hr {
    margin: 0;
}
.box-imovel-mapa .infos-imovel-mapa .btn {
    float: right;
    margin-top: 10px;
    padding: 3px 6px;
    font-size: 10px;
    margin-right: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
.box-imovel-mapa .infos-imovel-mapa .btn:hover {
    background: #eeeeee;
}

/****************************
*** Categorias de Capa  *****
*****************************/

.conteudo-categorias-capa {
    padding: 40px 0  25px 0;
    z-index: 8;
    position: relative;
}

/* Categoria Padrão*/

.categorias-titulo h2:before {
    font-size: 6px;
    font-family: FontAwesome;
    content: '\f04d';
    position: absolute;
    left: 4px;
    top: 16px;
    margin-top: -1px;
    z-index: 2;
    color: #9d0a0e;
}
.categorias-titulo h2 {
    font-size: 24px;
    font-weight: 200;
    color: #333333;
    margin: 0;
    letter-spacing: 0px;
    letter-spacing: -1px;
}
.categorias-titulo hr {
    margin-top: 10px;
    border-color: #cccccc;
    float: left;
    width: 100%;
}
.setas-box {
    text-align: right;
}
.setas-box span {
    color: #666666;
    display: inline-block;
    font-weight: 200;
}
.setas-box span a {
	margin-top: 5px;
    position: relative;
    float: left;
    color: #000;
}
.setas-box .btn  {
    color: #9d0a0e;
    font-size: 26px;
    background-color: transparent;
    border: 0;
    margin-top: -3px;
    display: inline-block;
    padding: 1px;
    line-height: 0;
    margin-left: 5px;
    cursor:initial;
}
.setas-box .btn:hover,
.setas-box .btn:focus,
.setas-box .btn.active {
    color: #9d0a0e;
    box-shadow: none;
}

.imoveis-categorias-capa {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}
.box-imovel-categoria .imovel-favorito {
    position: absolute;
    top: 10px;
    right: 52px;
    padding: 4px 7px;
    border-radius: 50% ;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 15;
    font-size: 12px;
}
.box-imovel-categoria .imovel-favorito:hover {
    color: #ffde00;
}
.box-imovel-categoria .imovel-360 {
    position: absolute;
    top: 10px;
    right: 85px;
    padding: 4px 7px;
    border-radius: 50% ;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 15;
    font-size: 12px;
}
.box-imovel-categoria .imovel-360:hover {
    color: #ffde00;
}
.box-imovel-categoria .imovel-compartilhar {
    position: absolute;
    top: 10px;
    right: 20px;

}
.box-imovel-categoria .imovel-compartilhar .btn {
    padding: 4px 7px;
    border-radius: 50% !important;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 15;
    font-size: 12px;
    border: 0;
}
.box-imovel-categoria .imovel-compartilhar .btn:hover {
    color: #6ec0fa;
}
.box-imovel-categoria .imovel-compartilhar .dropdown-menu {
    min-width: 30px;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}
.box-imovel-categoria .imovel-compartilhar .dropdown-menu>li>a {
    padding: 4px 7px;
    border-radius: 50% ;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 15;
    font-size: 12px;
    width: 25px;
    margin-bottom: 3px;
}
.box-imovel-categoria .imovel {
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
    height: 320px;
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.box-imovel-categoria .imovel .imagem-crop {
    display: block;
    position: relative;
    height: 320px;
}
.box-imovel-categoria .imovel .imagem-crop .efeito {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 1%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 1%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(rgba(0,0,0,0) 1%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.box-imovel-categoria .imovel .imagem-crop img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.box-imovel-categoria  .imovel .imagem-crop img.h {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    left: -85px;
}
.box-imovel-categoria .imovel .imagem-crop img.v {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}
.box-imovel-categoria  .imovel .imagem-crop img.sem-foto {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    left: -95px;
}
.box-imovel-categoria .imovel .badge{
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 3px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.8);
    font-size: 11px;
    font-weight: 200;
    text-transform: uppercase;
}

.box-imovel-categoria .imovel .info {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -60px;
    z-index: 11;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.box-imovel-categoria .imovel .info .valor-imovel {
    background: rgba(0,0,0,1);
    color: #fff;
    border-radius: 6px;
    padding: 4px 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 155px;
    left: 10px;
}
.box-imovel-categoria .imovel .info .titulo-imovel {
    float: left;
    position: absolute;
    bottom: 55px;
    padding: 10px 10px 0;
    width: 100%;
    height: 100px;
    display: block;
}
.box-imovel-categoria .imovel .info .titulo-imovel h3{
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 5px 0;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 1px 0 4px rgba(0,0,0,0.5);
    overflow: hidden;
    text-transform: initial;
}
.box-imovel-categoria .imovel .info .titulo-imovel h5.item-local  {
    float: left;
    display: inline-block;
    color: #ffffff;
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    text-shadow: 1px 0 4px rgba(0,0,0,0.5);
}
.box-imovel-categoria .imovel .info .titulo-imovel h5.item-local  span {
    color: #dd2025;
}
.box-imovel-categoria .imovel .info .detalhes {
    float: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.6);

}
.box-imovel-categoria .imovel .info .detalhes .item {
    color: #ffffff;
    padding: 10px 5px 0 5px;
    line-height: 16px;
    text-align: center;
}

.box-imovel-categoria:hover .imovel .info {
    bottom: 0px;

}
.box-imovel-categoria:hover .imovel .imagem-crop img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.setas-categoria {
    border-bottom: 1px solid #eeeeee;
    margin: 15px;
    text-align: center;
}
.setas-categoria .seta-esquerda {
    background: url("../img/img_categ_esq.jpg") 0 0 no-repeat;
    width: 51px;
    height: 34px;
    display: inline-block;
    top: 23px;
    position: relative;
    -webkit-transition: all 10ms;
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms;

}
.setas-categoria .seta-direita {
    background: url("../img/img_categ_dir.jpg") 0 0 no-repeat;
    width: 51px;
    height: 34px;
    display: inline-block;
    top: 23px;
    position: relative;
    -webkit-transition: all 10ms;
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms;

}
.setas-categoria .seta-esquerda:hover,
.setas-categoria .seta-direita:hover {
    background-position: 0 -34px;
}
.setas-categoria .seta-esquerda.inativo,
.setas-categoria .seta-esquerda[disabled],
.setas-categoria .seta-direita.inativo,
.setas-categoria .seta-direita[disabled] {
    background-position: 0 -34px;
    cursor: default;
}
/* Categoria Especial*/
.box-imovel-categoria.especial .imovel .imagem-crop img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.box-imovel-categoria.especial .imovel .badge{
    top: 10px;
    left: 0px;
    border-radius: 0px;
    background: #dd2025;
    font-size: 14px;
    font-weight: 300;
}

.box-imovel-categoria.especial .imovel .info .valor-imovel-old,
#resultado-busca .valor-imovel-old {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 5px 7px;
    display: inline-block;
    margin: 10px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 174px;
    text-decoration:line-through
}

.box-imovel-categoria.especial .imovel .info .detalhes {
    background: rgba(210,205,193,0.9);
}

.box-imovel-categoria.especial:hover .imovel .imagem-crop img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.setas-categoria.especial .seta-esquerda {
    background: url("../img/img_categ_esq.jpg") 0 0 no-repeat;
    width: 51px;
    height: 34px;
    display: inline-block;
    top: 23px;
    position: relative;
    -webkit-transition: all 10ms;
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms;

}
.setas-categoria.especial .seta-direita {
    background: url("../img/img_categ_dir.jpg") 0 0 no-repeat;
    width: 51px;
    height: 34px;
    display: inline-block;
    top: 23px;
    position: relative;
    -webkit-transition: all 10ms;
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms;
}
.setas-categoria.especial .seta-esquerda:hover,
.setas-categoria.especial .seta-direita:hover {
    background-position: 0 -34px;
}
.setas-categoria.especial .seta-esquerda.inativo,
.setas-categoria.especial .seta-esquerda[disabled],
.setas-categoria.especial .seta-direita.inativo,
.setas-categoria.especial .seta-direita[disabled] {
    background-position: 0 -34px;
    cursor: default;
}
.setas-categoria.video .seta-esquerda {
    background: url("../img/img_categ_esp_esq.jpg") 0 0 no-repeat;
    width: 51px;
    height: 34px;
    display: inline-block;
    top: 23px;
    position: relative;
    -webkit-transition: all 10ms;
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms;

}
.setas-categoria.video .seta-direita {
    background: url("../img/img_categ_esp_dir.jpg") 0 0 no-repeat;
    width: 51px;
    height: 34px;
    display: inline-block;
    top: 23px;
    position: relative;
    -webkit-transition: all 10ms;
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms;
}
.setas-categoria.video .seta-esquerda:hover,
.setas-categoria.video .seta-direita:hover {
    background-position: 0 -34px;
}
.setas-categoria.video .seta-esquerda.inativo,
.setas-categoria.video .seta-esquerda[disabled],
.setas-categoria.video .seta-direita.inativo,
.setas-categoria.video .seta-direita[disabled] {
    background-position: 0 -34px;
    cursor: default;
}
/* Categoria Acessados*/
.box-imovel-categoria.acessados .imovel .info .detalhes {
    background: rgba(221,32,37,0.7);
}
.box-imovel-categoria.acessados .imovel .badge.acesso {
    top: 45px;
    left: 10px;
    font-size: 17px;
    font-weight: 500;
    background: url("../img/img_shield.png") no-repeat;
    width: 40px;
    height: 40px;
    line-height: 26px;
}

/****************************
*** Filial Capa  *****
*****************************/
.conteudo-capa {
	padding: 40px 0 0 0;
    z-index: 8;
    position: relative;
}
.box-filial a {
    margin: 20px 0 50px;
    text-align: center;
    display: block;
}
.box-filial a h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0;
}
.box-filial a h6 {
    font-size: 22px;
    margin: 0;
    color: #58595b;
    letter-spacing: -1px;
}
.box-filial a .detalhe-titulo {
    width: 15%;
    height: 3px;
    position: relative;
    float: none;
    background: #9d0b0e;
    margin: 5px 0 20px;
    display: inline-block;
}
.box-filial a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 10ms;
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms;

}
.box-filial a p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    margin: 20px 0;
}
.box-filial a:hover img {
    -webkit-filter: grayscale(10);
    filter: grayscale(10);
}
/****************************
*** Equipe Capa  *****
*****************************/
.conteudo-capa-equipe {
    margin: 30px 0;
    padding: 0;

}

#carousel-equipe {
    margin: 30px 0 0 0;
}
.equipe-categoria .setas-categoria {
    margin: 0px 15px 15px;
}
.equipe {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.equipe .thumbnail {
    position:relative;
    overflow:hidden;
    background-color: transparent;
    display: inline-block;
    border: 0px;
    padding: 0;
    width: 198px;
    height: 198px;
    border-radius: 50%;
}
.equipe .thumbnail img {
    margin-top: -20px;
}
.dados-funcionario {
    text-align: center;
    padding: 15px 0 ;
}
.dados-funcionario .nome {
    color: #333333;
    display: block;
    font-size: 20px;
    margin-top: 3px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.dados-funcionario .cargo {
    color: #666666;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.dados-funcionario .filial {
    color: #777777;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.dados-funcionario .grupo {
    color: #999999;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
}
.dados-funcionario .captados {
    color: #999999;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
}
/****************************
*** Video Capa  *****
*****************************/

.conteudo-capa-video {
    padding: 40px 0;
    background: #f9f9f9;
}
.conteudo-capa-video .categorias-titulo h2 {
    color: #9d0a0e;
}
#carousel-video {
    margin: 50px 0 0 0;
}
.video .thumbnail {
    position:relative;
    overflow:hidden;
    background-color: transparent;
    border: 0px;
    margin-bottom: 10px;
}

.dados-video {
    text-align: left;
    margin-bottom: 20px;
}
.dados-video .nome {
    color: #333333;
    display: block;
    font-size: 18px;
    letter-spacing: 0;
}
.dados-video .descricao {
    color: #666666;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
}
/******************************
********* Mais Buscados ******
*******************************/
.conteudo-capa-buscas {
    padding: 40px 0;
    background:  #eeeeee;
}
.listagem-busca-capa li a {
    line-height: 26px;
    color: #000;
}
.listagem-busca-capa li a:hover {
    color: #9d0a0e;
}

/***********************
********* Footer ******
************************/
footer.infos {
    padding-top: 30px;
    background: #333333;
}
footer.infos .titulo-rodape {
    margin: 15px 0;
}
footer.infos .titulo-rodape .detalhe-titulo {
    border-top: 5px solid #9d0a0e;
    width: 70px;
    margin-bottom: 10px;
}
footer.infos .titulo-rodape h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    letter-spacing: -1px;
}
footer ul.lista-contato-rodape  li  {
    color: #cccccc;
    font-weight: 200;
    font-size: 14px;
    margin: 15px 0;
}
footer ul.lista-contato-rodape  li a {
    color: #efefef;
}
footer ul.lista-contato-rodape  li i {
    color: #cccccc;
    font-size: 18px;
}

footer .social{
    text-align: right;
    float: left;
    margin-bottom: 120px;
    position: relative;
    z-index: 99;
}

footer .social-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul.social-share li {
    display: inline-block;
}

footer ul.social-share li a {
    display: inline-block;
    color: #dddddd;
    background: none;
    width: 25px;
    height: 25px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin: 2px 5px;
}
footer ul.social-share li a i {
    color: #dddddd;
}
footer ul.social-share li a:hover i {
    color: #cccccc;
}
footer.infos .container {
    position: relative;
}
footer .img-rodape {
    position: absolute;
    bottom: 0;
    left: 67%;
    margin-left: -100px;
}
/* Footer Copyright*/
footer.copyright {
    background: #333333;
    border-top: 1px solid #444444;
    color: #ffffff;
    padding: 15px 0;
}
footer.copyright .texto-copyright {
    font-weight: 200;
    font-size: 11px;
}
footer.copyright .texto-copyright a {
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
}

/*******************************
********* Resultado da Busca ******
********************************/
.intro.interno {
    height: auto;
    padding: 140px 0 10px;
    text-align: center;
    color: #565656;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}
.intro.interno h1 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: -1px;
}
.intro.interno .breadcrumb {
    font-size: 14px;
    background: none transparent;
}
.intro.interno .breadcrumb>li {
    font-weight: 200;
}
.intro.interno .breadcrumb>li>a {
    color: #333333;
}

.conteudo-resultado-busca {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #eeeeee;
}
.categorias-titulo .texto-ajuda {
    float: left;
    margin-top: 10px;
    color: #666666;
    font-weight: 200;
    font-size: 15px;
}

/* Resultado da Busca - Filtros */

.refine-resultado {
    margin-top: 30px;
    background: none transparent;
    padding-top: 0px;
}
.refine-resultado hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.refine-resultado .form-filtro {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}
.refine-resultado .form-filtro .form-group {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}
.refine-resultado .form-filtro .form-group .label-modalselect {
    border-color: #ddd;
    width: 240px;
    font-size: 16px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 5px;
}
.refine-resultado .form-filtro .checkbox {
    float: left;
    width: 100%;
}
.refine-resultado .form-filtro .form-group.col-xs-6  {
    padding: 0; 
    margin-bottom: 0;
}
.refine-resultado .form-filtro .form-group.col-xs-6:nth-of-type(2)  {
    padding-left: 5px; 
}
.refine-resultado .form-filtro .form-group.col-xs-6 input.form-control {
    position: relative;
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding: 6px 10px;
    color: #666666;
    cursor: pointer;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #dddddd;
    height: 48px;
    border-radius: 0;
}
.texto-refine {
    padding-top: 8px;
}
.filtro-busca {
    padding-bottom: 20px;
    background-color: #F5F5F5;
    border-radius: 6px;
    display: table;
}
.btn-filtro-imovel {
    border:0;
    color: #fff;
    border-radius: 0;
    position: relative;
    width: 100%;
    border: 1px solid #730609;
    padding: 11px;
    font-size: 20px;
    box-shadow: 0px 3px 3px rgba(0,0,0,.1);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d0a0e+0,730609+100 */
background: rgb(157,10,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(157,10,14,1) 0%, rgba(115,6,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0a0e', endColorstr='#730609',GradientType=0 ); /* IE6-9 */
}
.btn-filtro-imovel:hover {
    color: #fff;
    background: #730609;
}
.scroll-load {
    background: #f1cfcf;
    border: 1px solid #d8aaaa;
    color: #460101;
}
/* Resultado da Busca - Corretor */
.refine-resultado .dados-corretor {
    margin-top: 110px;
    padding: 90px 15px 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #ffffff;
}
.refine-resultado .dados-corretor .box-foto {
    margin-top: -185px;
    display: inline-block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 2px 3px 3px rgba(0,0,0,.1);
    background: #fff;
}
.refine-resultado .dados-corretor .box-foto img {
    margin-top:  -20px;
}
.refine-resultado .dados-corretor .nome {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #333333;
    margin-top: 15px;
    text-align: left;
}
.refine-resultado .dados-corretor .creci {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    text-align: left;
}
.refine-resultado .dados-corretor .filial {
    display: block;
    font-size: 18px;
    letter-spacing: -1px;
    color: #666666;
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
}
.refine-resultado .dados-corretor .captados {
    display: block;
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    text-align: left;
}
.refine-resultado .dados-corretor .captados a {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
.refine-resultado .dados-corretor .telefone {
    display: block;
    color: #9e0b0f;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
.refine-resultado .dados-corretor .celular {
    display: block;
    text-align: left;
}
.refine-resultado .dados-corretor .celular a {
    color: #9e0b0f;
    font-size: 20px;
    font-weight: 500;
}
.refine-resultado .dados-corretor .celular i {
    color: #42a44c;
    margin-left: 5px;
}
/* imoveis resultado*/
.imoveis-resultado-busca {
     margin: 30px 0;
}
.box-imovel-categoria.resultado {
    margin-bottom: 20px;
}
.box-imovel-categoria.resultado .imovel {
    height: 330px;
}
.box-imovel-categoria.resultado .imovel .imagem-crop {
    height: 330px;
}
.box-imovel-categoria.resultado .imovel .imagem-crop img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.box-imovel-categoria.resultado .imovel .info .titulo-imovel h3 {
    font-size: 16px;
}
.box-imovel-categoria.resultado .imovel .imagem-crop img.h {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 100%;
    left: -90px;
}
.box-imovel-categoria.resultado .imovel .imagem-crop img.v {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
}
.box-imovel-categoria.resultado .imovel .imagem-crop img.sem-foto {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 100%;
    left: -95px;
}
.box-imovel-categoria.resultado .imovel .info .valor-imovel {
    background: rgba(221,32,37,1);
}
.box-imovel-categoria.resultado .imovel .info .detalhes {
    background: rgba(221,32,37,0.7);
}

/* Paginação Resultado da Busca */
.conteudo-resultado-busca nav {
    text-align: center;
}
.conteudo-resultado-busca nav .pagination li a {
    border-radius: 0px !important;
    margin: 0 2px;
    border: 0;
    color: #999999;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.conteudo-resultado-busca nav .pagination li a:hover,
.conteudo-resultado-busca nav .pagination li a:focus,
.conteudo-resultado-busca nav .pagination li a.active {
    color: #ffffff;
    background-color: #454545;
}
.resultado-pedido {
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e3e3e3;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}


/*******************************
********* Detalhe do Imóvel ******
********************************/
.conteudo-detalhe-imovel {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}

.conteudo-detalhe-imovel .detalhe-titulo h2:before {
    font-size: 6px;
    font-family: FontAwesome;
    content: '\f04d';
    position: absolute;
    left: 4px;
    top: 16px;
    margin-top: -1px;
    z-index: 2;
    color: #9d0a0e;
}
.conteudo-detalhe-imovel .detalhe-titulo h2 {
    font-size: 30px;
    text-transform: initial;
    color: #9d0a0e;
    margin: 0;
    letter-spacing: -1px;
    font-weight: 500;

}
.conteudo-detalhe-imovel .btn-ficha-impressao {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin: 10px 0px;
    color: #666666;
    font-weight: 200;
    float: right;
}
.conteudo-detalhe-imovel .btn-ficha-impressao i {
    font-size: 16px;
    margin-right: 10px;
}
.conteudo-detalhe-imovel .btn-ficha-impressao:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.conteudo-detalhe-imovel .detalhe-imovel-addthis {
    margin-top: 5px;
    text-align: right;
}
.conteudo-detalhe-imovel .detalhe-imovel-addthis .addthis_sharing_toolbox {
    display: inline-block;
}

.conteudo-detalhe-imovel .detalhe-imovel-dados .btn-contato {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #222;
    line-height: 36px;
    font-size: 16px;
    width: 40px;
    height: 33px;
    border-radius: 0;
    background: #eee;
    text-align: left;
    /*box-shadow: inset 0px -5px 3px -5px rgba(0,0,0,0.2);*/
    border: 0;
    margin-top: 0;
    margin-right: 4px;
    padding: 0 12px;
    float: right;
}


.conteudo-detalhe-imovel .detalhe-imovel-dados .btn-contato:hover {
    background: #222;
    color: #fff;
}


.conteudo-detalhe-imovel .detalhe-imovel-dados .referencia {
    font-size: 14px;
    font-weight: 300;
}
.conteudo-detalhe-imovel .detalhe-imovel-dados .cidade {
    font-size: 18px;
    font-weight: 500;
}
.conteudo-detalhe-imovel .detalhe-imovel-dados .descricao {
    font-size: 16px;
    font-weight: 400;
}
.conteudo-detalhe-imovel .detalhe-imovel-dados .favorito-imovel {
    font-size: 14px;
    color: #333333;
    padding: 5px 0;
    text-align: right;
    float: right;
}
.conteudo-detalhe-imovel .detalhe-imovel-dados .favorito-imovel i {
    font-size: 18px;
    color: #eabf14;
}
.conteudo-detalhe-imovel .detalhe-imovel-dados .favorito-imovel i span {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    margin-left: 10px;
}
.conteudo-detalhe-imovel .detalhe-imovel-dados h4 {
    text-align: right;
    float: right;
    margin-bottom: 20px; 
}
.conteudo-detalhe-imovel .detalhe-imovel-dados h4 span {
    font-size: 24px;
    color: #9d0a0e;
    letter-spacing: -1px;
    font-weight: 500;

}
.conteudo-detalhe-imovel .detalhe-imovel-dados h4 small {
    font-size: 14px;
    font-weight: 300;
    color: #777777;
    margin-right: 5px;
    letter-spacing: 0;
    text-transform: initial;
}
.conteudo-detalhe-imovel .box-fotos-imovel {
    position: relative;
}
.conteudo-detalhe-imovel .box-fotos-imovel .btn-abas {
    position: absolute;
    top: 0;
    width: auto;
    z-index: 10;
    border: 0;
}
.conteudo-detalhe-imovel .box-fotos-imovel .btn-abas a  {
    background: rgba(151, 43, 43, 0.5);
    border-radius: 0;
    color: #f5f5f5;
    padding: 8px 14px;
    border: 0;
    margin: 0;
}

.conteudo-detalhe-imovel .box-fotos-imovel .btn-abas li a:hover,
.conteudo-detalhe-imovel .box-fotos-imovel .btn-abas li a:active,
.conteudo-detalhe-imovel .box-fotos-imovel .btn-abas li.active a,
.conteudo-detalhe-imovel .box-fotos-imovel .btn-abas li a:focus  {
    background: rgba(151, 43, 43, 0.8);
    color: #ffffff;
    border: 0;
    margin: 0;
}
.conteudo-detalhe-imovel .box-fotos-imovel .box-video {
    position: relative;
    height: 636px;
    overflow: hidden;
    z-index: 9;
}
.conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer {
    height: 636px;
    width: 100%;
}
.conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper {
    height: 636px;
}
.conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 636px;
}
.conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 636px;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}
.conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    width: auto;
    height: 100%;
    position: absolute;
}
.conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item img.v {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.conteudo-detalhe-imovel .box-fotos-imovel .efeito {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.53) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.53.53) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.conteudo-detalhe-imovel .box-fotos-imovel .caption {
    position: absolute;
    left: 45%;
    bottom: 20px;
    background: #000000;
    color: #fff;
    border-radius: 12px;
    z-index: 12;
    padding: 2px 12px;
}
.conteudo-detalhe-imovel .box-fotos-imovel .carousel-control,
.conteudo-detalhe-imovel .box-fotos-imovel .carousel-control {
    opacity: 0.7;
    font-size: 90px;
    background: none;
}
.conteudo-detalhe-imovel .box-fotos-imovel .carousel-control.left i {
    position: absolute;
    top: 40%;
    left: 30%;
}
.conteudo-detalhe-imovel .box-fotos-imovel .carousel-control.right i {
    position: absolute;
    top: 40%;
    right: 30%;
}
.conteudo-detalhe-imovel .box-fotos-imovel .carousel-control:hover,
.conteudo-detalhe-imovel .box-fotos-imovel .carousel-control:hover {
    opacity: 1;
}

.coluna-btn-contato {

}
.coluna-contato a.btn-contato  {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #222;
    line-height: 36px;
    font-size: 13px;
    height: 50px;
    border-radius: 0;
    background: #ffffff;
    text-align: left;
    box-shadow: inset 0px -5px 3px -5px rgba(0,0,0,0.2);
    border: 0;
    margin-top: 0;
    cursor: none;
}
.coluna-contato a.btn-contato.btn-whatsapp {
    background: #0f7930;
    color: #fff;
}
.coluna-contato a.btn-contato.btn-whatsapp:hover,
.coluna-contato a.btn-contato.btn-whatsapp:hover i {
    background: #066925;
    color: #fff;
}
.coluna-contato a.btn-contato i {
    width: 32px;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}
.coluna-contato a:hover.btn-contato {
    color: #222;
    background: #ffffff;
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.2);
}

.coluna-contato a:hover.btn-contato.interesse  i {
    color: #dd2025;
}
.coluna-contato a:hover.btn-contato  i {
    color: #dd2025;
}
.coluna-contato .dados-corretor {
    margin-top: 35px;
    padding: 90px 15px 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #ffffff;
}

.coluna-contato .dados-corretor.sem-captador {
    padding: 1px 15px !important;
}

.coluna-contato .dados-corretor .box-foto {
    margin-top: -120px;
    display: list-item;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 2px 3px 3px rgba(0,0,0,.1);
    background: #fff;
    margin-left: 30%;
}
.coluna-contato .dados-corretor .box-foto img {
    margin-top:  -20px;
    width: 100%;
}
.coluna-contato .dados-corretor .nome {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #333333;
    /*margin-top: 15px;*/
    text-align: left;
}
.coluna-contato .dados-corretor .creci {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    text-align: left;
}
.coluna-contato .dados-corretor .filial {
    display: block;
    font-size: 16px;
    letter-spacing: -1px;
    color: #666666;
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
}
.coluna-contato .dados-corretor .captados {
    display: block;
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    text-align: left;
}
.coluna-contato .dados-corretor .captados a {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
.coluna-contato .dados-corretor .telefone {
    display: block;
    color: #9e0b0f;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
.coluna-contato .dados-corretor .celular {
    display: block;
    text-align: left;
}
.coluna-contato .dados-corretor .celular a {
    color: #9e0b0f;
    font-size: 18px;
    font-weight: 500;
}
.coluna-contato .dados-corretor .celular i {
    color: #42a44c;
    margin-left: 5px;
}

.box-descricoes {
    margin: 30px 0;
}
.box-descricoes .nav-tabs {
    border-bottom: 2px solid #58595b;
}
.box-descricoes .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    border-radius: 0;
    background: #eeeeee;
    color: #666666;
}
.box-descricoes .nav-tabs>li.active>a,
.box-descricoes .nav-tabs>li.active>a:focus,
.box-descricoes .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #58595b;
    border: 1px solid #58595b;
    border-bottom-color: #58595b;
}

.box-descricoes .nav-tabs>li>a>h3 {
    font-size: 14px;
    color: #333333;
    margin: 3px 0 5px;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0px;
}
.box-descricoes .nav-tabs>li.active>a h3,
.box-descricoes .nav-tabs>li.active>a:focus h3,
.box-descricoes .nav-tabs>li.active>a:hover h3 {
    color: #fff;
}

.box-descricoes .tab-content>.tab-pane {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.box-descricoes .tab-content>.tab-pane h4,
.box-descricoes .tab-content>.tab-pane p {
    color: #333333;
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0;
}
.box-descricoes .tab-content>.tab-pane .detalhe-titulo-item {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.box-descricoes .tab-content>.tab-pane .detalhe-item {
    font-size: 16px;
    color: #666666;
    display: block;
}
.box-mapa {
    margin: 30px 0;
}
.box-mapa .nav-tabs {
    border-bottom: 2px solid #333333;
}
.box-mapa .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    border-radius: 0;
    background: #eeeeee;
    color: #666666;
}
.box-mapa .nav-tabs>li.active>a,
.box-mapa .nav-tabs>li.active>a:focus,
.box-mapa .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #333333;
    border: 1px solid #333333;
    border-bottom-color: #333333;
}

.box-mapa .nav-tabs>li>a>h3 {
    font-size: 14px;
    color: #333333;
    margin: 3px 0 5px;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0px;
}
.box-mapa .nav-tabs>li.active>a h3,
.box-mapa .nav-tabs>li.active>a:focus h3,
.box-mapa .nav-tabs>li.active>a:hover h3 {
    color: #fff;
}

.box-mapa .tab-content>.tab-pane {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.conteudo-detalhe-imovel .simuladores {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 10px 0;
}
.conteudo-detalhe-imovel .simuladores h3 {
    font-size: 18px;
    font-weight: 400;
    color: #464646;
    text-transform: initial;
    border-left: 2px solid #c4c4c4;
    padding:5px 10px;
    letter-spacing: -1px;

}
.conteudo-detalhe-imovel .simuladores .banco .btn-default {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: center;
}
.conteudo-detalhe-imovel .simuladores .banco .btn-default:hover {
    background: #f3f3f3;
}
body.detalhe-imovel .conteudo-categorias-capa {
    background: #f9f9f9;
}
body.detalhe-imovel .setas-categoria .seta-esquerda {
    background: url("../img/img_categ_esp_esq.jpg") 0 0 no-repeat;
}
body.detalhe-imovel .setas-categoria .seta-direita {
    background: url("../img/img_categ_esp_dir.jpg") 0 0 no-repeat;
}
body.detalhe-imovel .setas-categoria .seta-esquerda.inativo,
body.detalhe-imovel .setas-categoria .seta-esquerda[disabled],
body.detalhe-imovel .setas-categoria .seta-direita.inativo,
body.detalhe-imovel .setas-categoria .seta-direita[disabled] {
    background-position: 0 -34px;
    cursor: default;
}
/*******************************************
**** Formulários Contato/Trabalhe/Pedido****
********************************************/
.conteudo-formulario {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #eeeeee;
}
.modal-content {
    border-radius: 0;
    border-top: 4px solid #cd2127;
}
.modal-content.borda-whatsapp {
    border-top: 4px solid #47ab4b;
}
.modal-content.borda-ligacao {
    border-top: 4px solid #1c49aa;
}
.form-modal {
    margin-bottom:20px;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}
.modal-title {
    color: #333333;
    padding-left: 15px;
    text-transform: initial;
    letter-spacing: -1px;
    position: relative;
    font-size: 30px;
    margin-right: 20px;
}
.modal-title:before {
    font-size: 6px;
    font-family: FontAwesome;
    content: '\f04d';
    position: absolute;
    left: 4px;
    top: 16px;
    margin-top: -1px;
    z-index: 2;
    color: #9d0a0e;
}
.modal-header {
    border-bottom: 0;
}
.modal-header .close {
    margin-top: 0px;
    font-size: 30px;
}
.form-modal .detalhe-titulo {
    border-left: 2px solid #cd2127;
    padding-left: 15px;
    margin: 15px 0;
}
.form-modal h4 {
    font-size: 18px;
    font-weight: 600;
    color: #9b0a0e;
    padding-left: 15px;
    text-transform: initial;
    letter-spacing: -1px;
}
hr.divisor {
    float: left;
    width: 100%;
    border-color: #dddddd;
    margin-top: 0;
}
.form-modal .dropdown {
    border: 1px solid #dddddd;
}
.form-modal .form-group {
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 100%;
}
.form-modal .form-group .form-control {
    padding: 4px 6px;
    border-color: #dddddd;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    height: 48px;
    display: inline-block;
    float: left;
    border-radius: 0;
}
.form-modal .form-group textarea.form-control {
    height: auto !important;
}
.form-inline .form-group .form-control {
    padding: 4px 6px;
    border-color: #dddddd;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    height: 48px;
    display: inline-block;
    float: left;
    border-radius: 0;
}
.form-modal .help-block {
    font-size: 12px;
    color: #666666;
}
.form-modal .text-help {
    padding: 0 15px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    border-radius: 0px;
}
.modal-footer .btn {
    padding: 10px 25px;
    border-color: #a01319;
    color: #fff;
    border-radius: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd1f26+0,a01319+100 */
    background: rgb(205,31,38); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(205,31,38,1) 0%, rgba(160,19,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(205,31,38,1) 0%,rgba(160,19,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(205,31,38,1) 0%,rgba(160,19,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1f26', endColorstr='#a01319',GradientType=0 ); /* IE6-9 */
}

.modal-footer .btn:hover,
.modal-footer .btn:focus,
.modal-footer .btn:active,
.modal-footer .btn.active,
.modal-footer .btn.focus {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.2);
    border-color: #730106;
    background: -moz-linear-gradient(top,  rgba(205,31,38,1) 0%, rgba(179,20,27,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(205,31,38,1) 0%,rgba(179,20,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(205,31,38,1) 0%,rgba(179,20,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1f26', endColorstr='#a01319',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.captcha {
    margin-right: 20px;
}


.form-branco {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}
.form-branco .detalhe-titulo h4{
    color: #9b0a0e;
    text-transform: initial;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
}
.form-branco .dropdown {
    border-color: #dddddd;
}
.form-branco .form-group {
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 100%;
}
.form-branco .form-group .form-control {
    padding: 4px 6px;
    border-color: #dddddd;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    height: 48px;
    display: inline-block;
    float: left;
    border-radius: 0;
}
.form-branco .form-group textarea.form-control {
    height: auto !important;
    padding: 15px 10px 0px;
}
.form-branco small {
    font-size: 14px;
    color:#999999;
    display: block;
}
.form-branco .help-block  {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px;
    float: left;
    text-align: right;
    width: 100%;
}
.btn-enviar-form {
    padding: 10px 50px;
    border-color: #730609;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: initial;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd1f26+0,a01319+100 */
    background: rgb(205,31,38); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(157,10,14,1) 0%, rgba(115,6,9,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(157,10,14,1) 0%,rgba(115,6,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1f26', endColorstr='#a01319',GradientType=0 ); /* IE6-9 */
}
.btn-enviar-form:hover,
.btn-enviar-form:focus,
.btn-enviar-form:active,
.btn-enviar-form.active,
.btn-enviar-form.focus {
    border-color: #730106;
    background: rgba(115,6,9,1);
    color: #fff;
}
.btn-enviar-form .bt-infos {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    margin-top: -18px;
    margin-left: -60px;
    background: url("../img/icone-bt-infos.png") no-repeat;
}
.btn-enviar-form .bt-whatsapp {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    margin-top: -18px;
    margin-left: -60px;
    background: url("../img/icone-bt-whatsapp.png") no-repeat;
}
.btn-enviar-form .bt-telefone {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    margin-top: -18px;
    margin-left: -60px;
    background: url("../img/icone-bt-telefone.png") no-repeat;
}
.btn-enviar-form.bt-cor-whatsapp {
    margin-top: 3px;
    border-color: #2e7b31;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd1f26+0,a01319+100 */
    background: rgb(76, 175, 80); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(76, 175, 80) 0%, rgb(41, 150, 46) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(76, 175, 80) 0%, rgb(41, 150, 46) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(76, 175, 80) 0%, rgb(41, 150, 46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf50', endColorstr='#29962e',GradientType=0 ); /* IE6-9 */
}
.btn-enviar-form.bt-cor-whatsapp:hover,
.btn-enviar-form.bt-cor-whatsapp:focus,
.btn-enviar-form.bt-cor-whatsapp:active,
.btn-enviar-form.bt-cor-whatsapp.active,
.btn-enviar-form.bt-cor-whatsapp.focus {
    border-color: #2e7b31;
    background: rgb(76, 175, 80);
    color: #fff;
}

.btn-enviar-form.bt-cor-telefone {
    margin-top: 3px;
    border-color: #1c3664;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd1f26+0,a01319+100 */
    background: rgb(27, 74, 176); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(27, 74, 176) 0%, rgb(34, 64, 118) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(27, 74, 176) 0%, rgb(34, 64, 118) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(27, 74, 176) 0%, rgb(34, 64, 118) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3664', endColorstr='#224076',GradientType=0 ); /* IE6-9 */
}
.btn-enviar-form.bt-cor-telefone:hover,
.btn-enviar-form.bt-cor-telefone:focus,
.btn-enviar-form.bt-cor-telefone:active,
.btn-enviar-form.bt-cor-telefone.active,
.btn-enviar-form.bt-cor-telefone.focus {
    border-color: #1c3664;
    background: rgb(27, 74, 176);
    color: #fff;
}

.bt-infos-flutuante {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 20px;
    bottom: 150px;
    background: url("../img/icone-bt-infos.png") no-repeat;
    z-index: 9999999999;
    cursor: pointer;
}
.bt-whatsapp-flutuante {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 20px;
    bottom: 90px;
    background: url("../img/icone-bt-whatsapp.png") no-repeat;
    z-index: 9999999999;
    cursor: pointer;
}
.bt-telefone-flutuante {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 20px;
    bottom: 30px;
    background: url("../img/icone-bt-telefone.png") no-repeat;
    z-index: 9999999999;
    cursor: pointer;
}

.conteudo-formulario hr.divisor {
    margin-top: 30px;
}

.modal-mensagem-form .modal-content {
    padding: 30px;

}
.modal-mensagem-form .modal-content .mensagem-alerta {
    text-align: center;
    line-height: 60px;

}
.modal-mensagem-form .modal-content .mensagem-alerta.erro i {
    font-size: 20px;
    margin-right: 15px;
    color: #d9534f;
}
.modal-mensagem-form .modal-content .mensagem-alerta.sucesso i {
    font-size: 20px;
    margin-right: 15px;
    color: #81b962;
}


/* COLUNA CONTATO */
.coluna-contato .dropdown {
    border: 1px solid #dddddd;
}
.coluna-contato .form-group {
    margin-bottom: 7px;
    display: block;
    float: left;
    width: 100%;
}
.coluna-contato .form-group .form-control {
    padding: 4px 6px;
    border-color: #dddddd;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    height: 48px;
    display: inline-block;
    float: left;
    border-radius: 0;
}
.coluna-contato .form-group textarea.form-control {
    height: auto !important;
    resize: none;
}
.coluna-contato .form-group .form-control {
    padding: 12px 20px 12px 15px;
    border-color: #dddddd;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    height: 48px;
    display: inline-block;
    float: left;
    border-radius: 0;
}
.coluna-contato .help-block {
    font-size: 12px;
    color: #666666;
}
.coluna-contato .text-help {
    padding: 0 15px;
}

.captcha {
    margin-right: 20px;
}



/*******************************
*** Detalhe do Empreendimento **
********************************/

body.detalhe-empreendimento .conteudo-categorias-capa {
    background: #f9f9f9;
}
body.detalhe-empreendimento .setas-categoria .seta-esquerda {
    background: url("../img/img_categ_esp_esq.jpg") 0 0 no-repeat;
}
body.detalhe-empreendimento .setas-categoria .seta-direita {
    background: url("../img/img_categ_esp_dir.jpg") 0 0 no-repeat;
}
body.detalhe-empreendimento .setas-categoria .seta-esquerda.inativo,
body.detalhe-empreendimento .setas-categoria .seta-esquerda[disabled],
body.detalhe-empreendimento .setas-categoria .seta-direita.inativo,
body.detalhe-empreendimento .setas-categoria .seta-direita[disabled] {
    background-position: 0 -34px;
    cursor: default;
}
.conteudo-detalhe-imovel.empreendimento {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}
.box-unidades {
    position: relative;
    float: left;
    width: 100%;
}
.box-unidades h4 {
    font-size: 24px;
    text-transform: initial;
    color: #9d0a0e;
    margin: 0;
    letter-spacing: -1px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.box-unidades h4:before {
    font-size: 6px;
    font-family: FontAwesome;
    content: '\f04d';
    position: absolute;
    left: 4px;
    top: 16px;
    margin-top: -1px;
    z-index: 2;
    color: #9d0a0e;
}
.box-unidades hr {
    margin-top: 10px;
}
.box-unidades span {
    padding-left: 15px;
}
.tipo-unidade {
    margin: 30px 0;
    float: left;
    position: relative;
    width: 100%;    
}
.tipo-unidade h5 {
    font-size: 18px;
    text-transform: initial;
    color: #464646;
    margin: 0;
    letter-spacing: -1px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.tipo-unidade h5:before {
    font-size: 5px;
    font-family: FontAwesome;
    content: '\f04d';
    position: absolute;
    left: 4px;
    top: 10px;
    margin-top: -1px;
    z-index: 2;
    color: #464646
}
.tipo-unidade .fotos-unidade .foto-princial {
    margin: 0 -15px;
    overflow: hidden;
    height: 250px;
    position: relative;

}
.tipo-unidade .fotos-unidade .foto-princial .efeito {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.tipo-unidade .fotos-unidade .foto-princial img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}
.tipo-unidade .fotos-unidade .foto-princial img.v{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}
.tipo-unidade .fotos-unidade .foto-princial .badge {
    position: absolute;
    left: 45%;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.tipo-unidade .fotos-unidade .foto-princial .left.carousel-control ,
.tipo-unidade .fotos-unidade .foto-princial .right.carousel-control {
    background-image: none;
    z-index: 11;
}
.tipo-unidade .fotos-unidade .foto-princial .left.carousel-control i,
.tipo-unidade .fotos-unidade .foto-princial .right.carousel-control i {
    margin-top: 70px;
    font-size: 100px;
}
.tipo-unidade .texto-unidade  {
    padding-right: 0;

}
.tipo-unidade .texto-unidade .box-descricao-unidade .nav-tabs {
    border-bottom: 2px solid #58595b;
}
.tipo-unidade .texto-unidade .box-descricao-unidade .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    border-radius: 0;
    background: #eeeeee;
    color: #666666;
}

.tipo-unidade .texto-unidade .box-descricao-unidade .nav-tabs>li>a>h3 {
    font-size: 14px;
    color: #333333;
    margin: 3px 0 5px;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0px;
}
.tipo-unidade .texto-unidade .box-descricao-unidade .nav-tabs>li.active>a,
.tipo-unidade .texto-unidade .box-descricao-unidade .nav-tabs>li.active>a:focus,
.tipo-unidade .texto-unidade .box-descricao-unidade .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #58595b;
    border: 1px solid #58595b;
    border-bottom-color: #58595b;
    color: #fff;
}

.tipo-unidade .texto-unidade .box-descricao-unidade .tab-content  {
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.tipo-unidade .texto-unidade .box-descricao-unidade .tab-content>.tab-pane p {
    color: #333333;
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0;
    overflow-y: auto;
    height: 160px;
}

/**********************************************
********* Resultado da busca do Corretor ******
***********************************************/
.conteudo-resultado-busca-corretor {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #eeeeee;
}
 .imoveis-resultado-busca .texto-corretor {
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
}

.dados-corretor a.link-pagina {
    display: inline-block;
    text-align: center !important;

}
.dados-corretor a.link-pagina span {
    text-align: center !important;
}
.dados-corretor a.link-pagina span.nome {
        color: #972b2b;
}
.dados-corretor a.link-pagina img {
    -webkit-filter: grayscale(10);
    filter: grayscale(10);
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.dados-corretor a.link-pagina:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/**********************************************
********* Listagem do Corretor ******
***********************************************/
.conteudo-listagem-corretor {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #eeeeee;
}
.form-group.ordenar {
    margin-bottom: 0;
}

/**********************************************
********* Listagem do Equipe ******
***********************************************/

.conteudo-listagem-equipe {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #ffffff;
}
.conteudo-listagem-equipe .setas-categoria {
    margin: 0px 15px 40px;
}
.titulo-equipe {
    text-align: center;
    font-size: 30px;
    color: #333333;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 40px;
    font-weight: 700;
}
.lista-equipe {
    text-align: center;
    margin: 0;
}
.lista-equipe .dados-equipe  {
    display: inline-block;
    float: none;
    width: 24.7%;
}
.lista-equipe .dados-equipe img {
    max-width: 220px;
    display: inline-block;
}
.lista-equipe .dados-equipe .nome {
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 10px;
}
.lista-equipe .dados-equipe .cargo {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    letter-spacing: -1px;
}
.lista-equipe .dados-equipe .nome-equipe {
    display: block;
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 10px;
}
.lista-equipe .dados-equipe .filial {
    display: block;
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    letter-spacing: -1px;
}

/***********************************
********* Listagem das Lojas ******
************************************/
.coluna-dados-loja {
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    padding: 15px;
    margin-bottom: 20px;
}

.coluna-dados-loja .box-fotos-filial {
    position: relative;
}
.box-fotos-filial .carousel-control,
.box-fotos-filial .carousel-control {
    opacity: 0.7;
    font-size: 90px;
    background: none;
}
.box-fotos-filial .carousel-control.left i {
    position: absolute;
    top: 40%;
    left: 30%;
}
.box-fotos-filial .carousel-control.right i {
    position: absolute;
    top: 40%;
    right: 30%;
}
.box-fotos-filial .carousel-control:hover,
.box-fotos-filial .carousel-control:hover {
    opacity: 1;
}
.coluna-dados-loja h4 {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: initial;
    color: #333333;
    margin: 40px 0 20px;
    font-weight: 600;
}
.coluna-dados-loja .texto-loja {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
    color: #666666;
    font-weight: 300;
}
.coluna-dados-loja h5 {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: initial;
    color: #333333;
    margin: 20px 0;
    font-weight: 600;
    text-align: center;
}
.coluna-dados-loja .img-loja {
    width: 100%;
    height: auto;
}
.coluna-dados-loja .img-quemsou {
    width: 100%;
    height: auto;
}
.coluna-dados-loja .contato-loja {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
    color: #666666;
    font-weight: 300;
    text-align: center;
    display: block;
}
.coluna-dados-loja .contato-loja ul {
    list-style: none;
    padding: 0;
}
.coluna-dados-loja .contato-loja ul li {
    
}
.coluna-dados-loja .contato-loja ul li a{
    color: #222222;
}
.coluna-equipe-loja .lista-equipe .dados-equipe img {
    max-width: 100%;
}
.coluna-equipe-loja .lista-equipe .dados-equipe {
    width: 33%;
}
.coluna-equipe-loja .equipe .thumbnail {
    width: 129px;
    height: 129px;
}
.menu-loja {
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    padding: 20px 15px 50px;
    margin-bottom: 20px;
}
.menu-loja h3 {
    margin: 0 0 15px -15px;
    border-left: 3px solid #9e0b0f;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
    color: #333333;
    font-weight: 700;
    padding-left: 10px;
    line-height: 30px;

}
.menu-loja ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.menu-loja ul li {
    padding: 10px 0 0 0;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-loja ul li a {
    padding: 0 10px 10px 10px;
    margin: 0 10px;
    color: #666666;
    display: block;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-loja ul li i{
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-loja ul li:hover {
    background: #f9f9f9;
}
.menu-loja ul li a:hover  {
    color: #9e0b0f;
    margin: 0;
}
.menu-loja ul li a:hover i {
    color: #9e0b0f;
    margin-left: 25px;
}

/***********************************
********* Quem Somos ******
************************************/
.conteudo-quem-somos {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}

.box-texto {
    background: #fff;
    border-top: 3px solid #9e0b0f;
    padding-top: 20px;
    padding-bottom: 30px;
    box-shadow: 0 3px 2px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.box-texto h5 {
    font-size: 24px;
    color: #333333;
    text-transform: initial;
    letter-spacing: 0;
}
.box-texto p {
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    font-size: 16px;
}

/***********************************
********* Play ******
************************************/
.conteudo-play {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}
/***********************************
********* Condominios ******
************************************/
.conteudo-condominios {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}
/***********************************
********* Grupo ******
************************************/
.conteudo-grupo {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}
/***********************************
********* Privacidade ******
************************************/
.conteudo-privacidade {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}

/*************************************
********* Notícias/Avisos/Dicas ******
**************************************/
.conteudo-noticias {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}
.conteudo-dicas {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}
.conteudo-avisos {
    padding: 30px 0  50px 0;
    z-index: 8;
    position: relative;
    background: #f9f9f9;
}
.noticia-aberta {
    margin: 30px 0;
}
.noticia-aberta .titulo-noticia {
    color: #9e0b0f;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: initial;
}
.noticia-aberta .data-noticia {
    color: #999999;
    margin-bottom: 20px;
    display: block;
    font-weight: 200;
    font-size: 16px;
}
.noticia-aberta .box-noticia {
    background: #fff;
    box-shadow: 0px 3px 5px #e2e2e2;
    padding: 10px;
}
.noticia-aberta .box-noticia .texto-noticia {
    color: #777777;
    line-height: 24px;
    background: #fff;
    padding: 10px;
}
.noticia-aberta .box-noticia img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
}

.noticia-fechada {

}
.noticia-fechada .titulo-noticia {
    color: #9e0b0f;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: initial;
}
.noticia-fechada .data-noticia {
    color: #999999;
    margin-bottom: 10px;
    display: block;
    font-weight: 200;
    font-size: 14px;
}
.noticia-fechada .thumbnail {
    box-shadow: 0px 1px 3px #dbdbdb;
    border: 0;
}
.noticia-fechada .texto-noticia {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.noticia-fechada hr {
    width: 100%;
}
.noticia-fechada a {
    color: #9e0b0f;
}


.listagem-noticia {
    position: relative;
    float: left;
    margin-bottom: 30px;
}
.listagem-noticia h3 {
    color: #9e0b0f;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: initial;
}
.listagem-noticia hr {
    margin: 0px;
    border: 0;
    border-top: 1px solid #cccccc;
}
.noticia-item {
    margin: 5px 0;
    display: block;
    padding: 5px;
    position: relative;
}
.noticia-item h5 {
    color: #464646;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: initial;
}
.noticia-item small {
    color: #999999;
    display: block;
    margin-bottom: 5px;
}
.noticia-item p {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: initial;
    margin-bottom: 10px;
}
.noticia-item img {
    margin-bottom: 0;
}
.noticia-item a {
    display: block;
    text-align: right;
}

.box-noticia nav {
    text-align: center;
}
.box-noticia nav .pagination li a {
    border-radius: 4px !important;
    margin: 0 2px;
    border: 0;
    padding: 6px 18px;
    color: #999999;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.box-noticia nav .pagination li a:hover,
.box-noticia nav .pagination li a:focus,
.box-noticia nav .pagination li a.active {
    color: #ffffff;
    background-color: #9e0b0f;
}
/*************************************
********* Links / Documentos ******
**************************************/
.link-documento {
    color: #565656;
    border-bottom: 1px solid #efefef;
    margin-left:  45px;
    width: 90%;
    display: block;
}
.link-documento i {
    border: 1px solid #efefef;
    padding: 6px;
    margin-left: -35px;
    margin-right: 5px;
}

.link-documento:hover {
    color: #9e0b0f;
}
/***********/
::-moz-selection {
  text-shadow: none;
  background: #9e0b0f;
  color: #fff;
}
::selection {
  text-shadow: none;
  background: #9e0b0f;
  color: #fff;

}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}



/* md */
@media(max-width:1199px) {
    .buscas-box .tab-pane.affix {
        width: 940px;
    }
    .telefone-topo {
        margin: 40px 0 0 -10px;
        width: 145px;
    }
    .navbar-custom.affix .telefone-topo {
        margin: 25px 0 0 -10px;
    }
    .bt-area-cliente{
        margin: 47px 0 0 20px;
    }
    .navbar-custom.affix .bt-area-cliente{
        margin: 32px 0 0 20px;
    }
    .outras-buscas {
        margin-top: 20px;
    }
    .buscas-box #busca-avancada .form-inline .form-group {
        width: 229px;
    }
    .box-imovel-categoria .imovel .imagem-crop img.h {
        left: -62px;
    }
    .box-imovel-categoria .imovel .imagem-crop img.v {

    }
    .box-imovel-categoria .imovel .info .valor-imovel {
        bottom: 160px;
        font-size: 14px;
    }
    .box-imovel-categoria .imovel .info .titulo-imovel {
        bottom: 60px;
    }
    .box-imovel-categoria .imovel .info .detalhes .item {
        padding: 10px 5px;
    }
    .box-imovel-categoria.especial .imovel .info .valor-imovel-old {
        bottom: 195px;
        font-size: 12px;
    }
    .box-filial h6 {
        font-size: 26px;
        letter-spacing: -1px;
    }
    .dados-funcionario .nome {
        font-size: 20px;
    }
    footer.infos .titulo-rodape h3 {
        font-size: 22px;
    }
    .box-imovel-categoria.resultado .imovel,
    .box-imovel-categoria.resultado .imovel .imagem-crop {
        /*height: 260px;*/
    }
    .box-imovel-categoria .imovel,
    .box-imovel-categoria .imovel .imagem-crop {
        height: 260px;
    }
    .box-imovel-categoria .imovel .info .titulo-imovel h3 {
        font-size: 14px;
    }
    .refine-resultado .form-filtro .form-group .label-modalselect {
        width: 188px;
    }
    .box-imovel-categoria.resultado .imovel .imagem-crop img.v {

    }
    .box-imovel-categoria.resultado .imovel .imagem-crop img.sem-foto,
    .box-imovel-categoria  .imovel .imagem-crop img.sem-foto {
        left: -70px;
    }
    .refine-resultado .form-filtro .form-group .form-group{
        padding: 0 2px;
        margin: 0;
    }
    .conteudo-detalhe-imovel .box-fotos-imovel .box-video,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item ,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 540px;
    }
    .box-descricoes .nav-tabs>li>a {
        padding: 10px 12px;
    }
    .tipo-unidade .fotos-unidade .foto-princial {
        height: 250px;
    }
    .tipo-unidade .fotos-unidade .foto-princial .left.carousel-control i,
    .tipo-unidade .fotos-unidade .foto-princial .right.carousel-control i {
        margin-top: 55px;
        font-size: 80px;
    }
    .lista-equipe .dados-equipe {
        width: 24.2%;
    }
    .lista-equipe .dados-equipe img {
        max-width: 180px;
    }
    .coluna-equipe-loja .lista-equipe .dados-equipe {
        width: 32%;
    }
    .coluna-equipe-loja.lista-equipe .dados-equipe .nome {
        font-size: 16px;
    }
}
/* sm */
@media(max-width: 991px) {
	.descricao-imovel {
		max-width: 30ch;
  		overflow: hidden;
  		text-overflow: ellipsis;
  		/*white-space: nowrap;*/
  		max-height: 45px;
	}
	.btn-filtro-imovel {
		width: 90%;
		position: absolute;
		bottom: 20px;
	}
    .buscas-box .tab-pane.affix {
        top: initial;
        width: 100%;
        z-index: 10;
        position: relative !important;
    }
    .intro h1 {
        font-size: 36px;
        margin: 20px 0;
    }
    .intro p {
        font-size: 20px;
        margin: 10px 0;
    }
    .telefone-topo {
        margin: 15px 0 0 21px;
    }
    .navbar-custom.affix .telefone-topo {
        margin: 0px 0 0 21px;
    }
    .navbar-custom.affix .telefone-topo strong {
        margin: -10px 0 5px 0;
    }
    .telefone-topo i {
        font-size: 28px;
        margin-top: 10px;
    }

    .bt-area-cliente{
        margin: -13px 15px 0 0px;
        float: right;
    }
    .navbar-custom.affix .bt-area-cliente{
        margin: -13px 15px 0 0px;
    }


    .intro .intro-body h1 {
        font-size: 40px;
    }
    .buscas-box #busca-avancada .form-inline .form-group {
        width: 227px;
    }
    .buscas-box #busca-simples .form-inline .form-group {
        margin-bottom: 5px;
    }
    .btn-busca-capa-avancada {
        position: relative;
        float: left;
        top: inherit;
        left: inherit;
        width: 227px;
        height: 46px;
    }

    .box-imovel-categoria {
        margin-bottom: 15px;
    }
    .box-imovel-categoria .imovel,
    .box-imovel-categoria .imovel .imagem-crop {
        height: 290px;
    }
    .box-imovel-categoria .imovel .imagem-crop img.v {

    }
    .box-imovel-categoria .imovel .imagem-crop img.h {
        left: -82px;
    }
    .box-imovel-categoria .imovel .info .titulo-imovel {
        bottom: 50px;
    }
    .box-imovel-categoria .imovel .info .titulo-imovel h5.item-local {
        font-size: 12px;
    }
    .box-imovel-categoria .imovel .info .valor-imovel {
        bottom: 140px;
    }
    .box-imovel-categoria.especial .imovel .info .valor-imovel-old {
        bottom: 159px;
    }
    .box-imovel-categoria.resultado .imovel .imagem-crop img.sem-foto {
        left: -50px;
    }
    .refine-resultado .dados-corretor .box-foto {
        width: 127px;
        height: 127px;
    }
    .refine-resultado .form-filtro .form-group .label-modalselect {
        width: 134px;
    }
    .box-filial h6 {
        font-size: 20px;
        letter-spacing: -1px;
    }
    .dados-funcionario .nome {
        font-size: 18px;
    }
    footer.infos .titulo-rodape h3 {
        font-size: 22px;
    }
    footer ul.lista-contato-rodape li {
        font-size: 12px;
    }
    footer .img-rodape {
        margin-left: 20%;
    }
    .conteudo-detalhe-imovel .box-fotos-imovel .box-video,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item ,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 580px;
    }
    .tipo-unidade .fotos-unidade .foto-princial {
        height: 320px;
    }
    .tipo-unidade .fotos-unidade .foto-princial .left.carousel-control i,
    .tipo-unidade .fotos-unidade .foto-princial .right.carousel-control i {
        margin-top: 155px;
        font-size: 100px;
    }
    .tipo-unidade .texto-unidade {
        padding: 0;
        margin-top: 10px;
    }
    .coluna-contato a.btn-contato:nth-child(odd) {
        border-right: 2px solid #ededed;
    }
    .lista-equipe .dados-equipe {
        width: 24.2%;
    }
    .lista-equipe .dados-equipe img {
        max-width: 145px;
    }
}
/* xs */
@media (max-width: 767px) {
    .bt-area-cliente{
        display: none;
    }

    .intro {
        background: url("../img/intro-bg-tiny.jpg") no-repeat top center;
        background-position-y: 70px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    .intro h1 {
        font-size: 26px;
        margin: 20px 0 10px;
    }
    .intro p {
        display: none;
        font-size: 16px;
        margin: 10px 0;
    }
    .nav-pills li a {
        padding: 10px 15px;
    }
    .buscas-box .form-inline .form-group {
        width: 100%;
        margin-right: 0;
    }
    .buscas-box .form-inline .form-group#box-dormitorios {
        height: auto;
    }
    .btn-busca-capa {
        width: 100%;
    }

    .buscas-box .form-inline .form-group.referencia {
    width: 100%;
    }

    .buscas-box .form-inline .form-group .form-control.input-referencia {
    width: 100%;
    }
    .buscas-box .tab-pane>DIV {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .btn-busca-capa-avancada {
        width: 100%;
    }
    .btn-outra-busca {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .buscas-box #busca-avancada .form-inline .form-group {
        width: 100%;
        margin-right: 0;
    }
    .buscas-box #busca-avancada .form-inline .form-group .form-group.col-xs-6 {
        margin-bottom: 0;
    }
    .buscas-box #busca-avancada .form-inline .form-group .form-group.col-xs-6:nth-of-type(2)  {
        padding-left: 5px;
    }
    .buscas-box #busca-simples .form-inline .form-group {
        width: 100%;
        margin-right: 0;
    }
    .busca-mapa {
        padding: 10px;
        width: 320px;
        top: 52px;
        left: 10px;
    }
    .busca-mapa .btn-default {
        top: 10px;
    }
    .busca-mapa .form-busca-mapa .form-group {
        margin-bottom: 8px;
        width: 48%;
        float: left;
        margin-right: 2%;
    }
    .box-imovel-mapa {
        width: 245px;
        height: 140px;
        padding: 0;
    }
    .box-imovel-categoria .imovel,
    .box-imovel-categoria .imovel .imagem-crop {
        height: 360px;
    }
    .box-imovel-categoria .imovel .info .valor-imovel {
        bottom: 150px;
    }
    .box-imovel-categoria .imovel .info .titulo-imovel {
        bottom: 50px;
    }
    .box-imovel-categoria.especial .imovel .info .valor-imovel-old {
        bottom: 170px;
    }
    .box-imovel-categoria .imovel .imagem-crop img.h {
        left: -90px;
    }
    .box-imovel-categoria .imovel .imagem-crop img.v {
    }
    .box-imovel-categoria .imovel .info {
        bottom: 0px;
    }
    .box-imovel-categoria.resultado .imovel,
    .box-imovel-categoria.resultado .imovel .imagem-crop {
        height: 480px;
    }
    .box-imovel-categoria.resultado .imovel .imagem-crop img.h {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        left: 0px;
    }
    .box-imovel-categoria.resultado .imovel .imagem-crop img.sem-foto {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        left: 0px;
    }
    .refine-resultado {
        margin: 0;
    }
    footer .social{
      margin-bottom: 20px;
    }
    .intro.interno h1 {
        font-size: 30px;
    }
    .intro.interno p {
        font-size: 16px;
    }
    .coluna-contato {
        margin-top: 10px;
    }
    .coluna-contato .dados-corretor {
        margin-top: 80px;
        padding-top: 60px;
    }
    .coluna-contato .dados-corretor .box-foto {
        margin-top: -115px;
        width: 150px;
    	height: 150px;
    }
    .coluna-contato .dados-corretor .nome,
    .coluna-contato .dados-corretor .creci,
    .coluna-contato .dados-corretor .filial,
    .coluna-contato .dados-corretor .captados,
    .coluna-contato .dados-corretor .telefone,
    .coluna-contato .dados-corretor .celular {
        text-align: center;
    }
    .conteudo-detalhe-imovel .box-fotos-imovel .box-video,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item ,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 540px;
    }
    .conteudo-detalhe-imovel .detalhe-titulo h2 {
        font-size: 22px;
    }
    .box-unidades {
        margin: 20px 0;
    }
    .box-descricoes {
        margin: 10px 0;
    }
    .box-descricoes .nav-tabs>li,
    .box-mapa .nav-tabs>li,
    .box-descricao-unidade .nav-tabs>li {
        width: 100%;
        margin: 0;
    }
    .box-descricoes .nav-tabs>li a,
    .box-mapa .nav-tabs>li a,
    .tipo-unidade .texto-unidade .box-descricao-unidade .nav-tabs>li>a
     {
        border-bottom: 1px solid #dadada;
    }
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada {
        height: 360px;
    }
    .tipo-unidade .fotos-unidade .foto-princial {
        height: 380px;
    }
    .tipo-unidade .fotos-unidade .foto-princial .left.carousel-control i,
    .tipo-unidade .fotos-unidade .foto-princial .right.carousel-control i {
        margin-top: 155px;
        font-size: 100px;
    }
    .coluna-contato a.btn-contato:nth-child(odd) {
        border-right: 0px ;
    }
    .conteudo-detalhe-imovel .detalhe-imovel-addthis {
        margin-top: 15px;
        text-align: left;
    }
    .lista-equipe .dados-equipe {
        width: 49%;
        margin-bottom: 20px;
    }
    .lista-equipe .dados-equipe img {
        max-width: 100%;
    }
    .coluna-equipe-loja .lista-equipe .dados-equipe {
        width: 100%;
    }
    .coluna-dados-loja .contato-loja {
        font-size: 12px;
    }
    /* Atendimento Online */
    .atendimento-fixo {
        width: 120px;
        height: 130px;
        bottom: 0;
        right: -120px;
    }
    .atendimento-fixo:hover {
         right: 0px;
    }
    .atendimento-fixo img {
        width: 120px;
    }
    .atendimento-fixo .atendimento-online span.offline {
        padding: 5px;
        font-size: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        left: -70px;
        position: absolute;
        bottom: 47px;
    }
    .atendimento-fixo .atendimento-online span.online {
        padding: 5px;
        font-size: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        left: -70px;
        position: absolute;
        bottom: 47px;
    }
    .atendimento-fixo .atendimento-online .clique {
        display: none;
    }
}
@media (max-width: 640px) {
    .box-imovel-categoria .imovel, .box-imovel-categoria .imovel .imagem-crop {
        height: 320px;
    }
    .conteudo-detalhe-imovel .box-fotos-imovel .box-video,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item ,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 420px;
    }
    .box-imovel-categoria.resultado .imovel,
    .box-imovel-categoria.resultado .imovel .imagem-crop {
        height: 420px;
    } 
}
/* XS Portrait */
@media (max-width: 480px) {
    .box-imovel-categoria .imovel .imagem-crop img.h {
        left: -100px;
    }
    .box-imovel-categoria .imovel .imagem-crop img.v {
    }
    .box-imovel-categoria.resultado .imovel,
    .box-imovel-categoria.resultado .imovel .imagem-crop {
        height: 260px;
    }

    .box-imovel-categoria.resultado .imovel .imagem-crop img.h{
        height: 100%;
        /*width: auto;
        left: -20px;*/
    }
    .conteudo-detalhe-imovel .box-fotos-imovel .box-video,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item ,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 320px;
    }
    .tipo-unidade .fotos-unidade .foto-princial {
        height: 220px;
    }
    .tipo-unidade .fotos-unidade .foto-princial .left.carousel-control i,
    .tipo-unidade .fotos-unidade .foto-princial .right.carousel-control i {
        margin-top: 85px;
        font-size: 80px;
        left: -95px;
    }
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada .caption {
        left: 38%;
    }
    .lista-equipe .dados-equipe {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 360px) {
    .bt-area-cliente{
        display: none;
    }

    .conteudo-detalhe-imovel .box-fotos-imovel .box-video,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item ,
    .conteudo-detalhe-imovel .box-fotos-imovel .foto-ampliada-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 220px;
    }
    .box-imovel-categoria.resultado .imovel .imagem-crop img.h {
        height: 100%;
        width: auto;
        left: -40px;
    }
}

/* Bug fix: clicar em cima das setas do dropdown não abria o dropdown */
div.dropdown > span.old {
    z-index: 3;
}

.g-recaptcha {
    transform: scale(0.76);
    -webkit-transform: scale(0.76);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.cc-window {
    background: inherit;
}

@media (max-width: 767px) {
    .cc-message {
        font-size: 14px;
    }
}
