body {
    font-family: 'Open Sans';
    line-height: 1.6;
}

iframe {
    max-width: 100%;
}

.imovel-item .dados-corretor-imovel {
    margin: 0 15px;
    padding: 10px 15px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(189 189 189);
    -moz-box-shadow: 0px 2px 10px 0px rgba(189,189,189,1);
    box-shadow: 0px 2px 10px 0px rgb(189 189 189);
}

.dados-corretor-imovel .avatar {
    background-color: #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border: 3px solid #c18f3e;
}
.slider-banner .dados-corretor-imovel .avatar {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}
.slider-banner .dados-corretor-imovel .profissao {
    font-size: .7rem;
}
.dados-corretor-imovel .nome {
    color: #020202;
}
.dados-corretor-imovel .nome {
    font-size: .75rem;
}

.imovel-item p {
    color: #4d4d4d;
    line-height: 21px;
    font-size: 12px;
    font-weight: 600;
}

.lp-topo-imovel {
    background: #fff;
}

.navbar-dark .navbar-brand {
    margin: auto;
}

.lp-topo {
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.lp-topo .nav-item {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.850rem;
}

.lp-topo .navbar-brand img {
    width: 220px;
    display: block;
    margin-top: 10px;
}

.lp-topo h1 {
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    letter-spacing: 1px;
    display: none;
}

.lp-topo h1:after {
    content: "";
    width: 6.50rem;
    height: 0.650rem;
    display: block;
    margin-top: 10px;
}

.lp-topo .breadcrumb {
    background: none;
    margin-top: 0;
    margin-bottom: 70px;
    padding: 0;
    font-size: 0.7rem;
}

.chamada h2 {
    font-size: 1.7rem;
    font-weight: 300;
    text-align: center;
    margin: 2rem 0;
    line-height: 2rem;
}

.imovel-destaque {
    margin-bottom: 30px;
    margin-top: 30px;
}

.imovel-destaque .imagem {
    width: 100%;
    height: 430px;
}

.imovel-destaque .imagem img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.imovel-destaque h2 {
    font-weight: 300;
    font-size: 1.4rem;
}

.imovel-destaque h3 {
    background-color: #000;
    padding: 5px;
    font-size: 1.5rem;
}

.imovel-destaque p {
    font-size: 0.950rem;
    margin: 0;
    font-weight: 300;
}

.imovel-destaque .mais-informacoes {
    float: left;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
}

.imovel-item p {
    font-size: 0.950rem;
    margin: 0;
    font-weight: 300;
    line-height: 1.22rem;
}

.imovel-item {
    margin-bottom: 30px;
}

.imovel-item-imagem {
    width: 100%;
    height: 540px;
    position: relative;
}

.imovel-item-imagem img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.imovel-item-imagem:hover .imovel-item-imagem-overlay {
    display: block;
}

.imovel-item-imagem-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-sizing: border-box;
}

.imovel-item .conteudo {
    box-sizing: border-box;
    padding: 15px;
    display: table;
    width: 100%;
}

.dados-imv {
    width: 100%;
    display: table;
    margin-bottom: 15px;
    height: 64px;
}

.imovel-item .conteudo .imovel-titulo {
    font-weight: 600;
    font-size: 1.2rem;
}

.imovel-item .conteudo .imovel-endereco {
    font-weight: 600;
    font-size: 0.9rem;
    margin: 5px 0;
}

.imovel-item .conteudo .imovel-propriedades {
    margin-top: 10px;
    font-weight: 300;
}

.imovel-item .conteudo .imovel-descricao {
    font-size: 0.850rem;
    height: 80px;
    overflow-x: auto;
    margin-bottom: 10px;
    overflow-y: hidden;
}

.imovel-formas-contato {
    padding-bottom: 15px;
}
.btn-mais-info {
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #FF9800;
    color: #fff;
}

.btn-simulacao {
    background-color: #ff9801;
}
.btn-simulacao:hover {
    background-color: #ff8100;
}

.btn-simulacao,
.btn-contato {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 20px;
    text-transform: uppercase;
}

.btn-fone-whats {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 6px 10px;
    margin: 0;
    text-decoration: none;
    border-radius: 20px;
}

.lp-estoques {
    margin-bottom: 80px;
}

.lp-estoques h1 {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 2rem;
    margin: 0;
}

.lp-estoques header {
    margin: 2rem 0;
    text-align: center;
}

.lp-estoques header p {
    margin: 0;
}

.modal-header {
    border: none
}

.modal-content {
    border-radius: 0;
    padding: 30px 40px;
}

.modal-body h3 {
    font-weight: 300;
}

.modal-body p {
    font-size: 0.8rem;
}

.modal-body .form-control {
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 0.8rem;
    height: 50px;
}

.modal-body textarea.form-control {
    height: auto;
}

.modal-body .form-control:focus {
    box-shadow: none;
}

.modal-body .btn {
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 300;
    font-size: 0.8rem;
}

.barra-contatos {
    width: 100%;
    height: 84px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.contatos {
    width: 100%;
    font-family: 'Lato', 'Helvetica Neue', sans-serif;
}

.contatos .list-contatos {
    margin-left: auto;
    margin-right: 0;
}

.contatos .list-contatos li {
    padding: 1rem 2rem;
    margin-bottom: -0.2rem;
}

.list-horizontal li {
    display: inline-block;
}

.contatos .list-contatos li:first-child i {
    margin-right: 0;
}

.contatos .list-contatos a {
    text-decoration: none;
}

.contatos .list-contatos i {
    font-size: 44px;
    margin-right: 0.8rem;
    display: inline-block;
}

.contatos .list-contatos .texto-contato {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    white-space: nowrap;
}

.contatos .list-contatos .texto-contato small {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -8px;
}

.list-horizontal {
    padding: 0px;
}

.quem-somos {
    text-align: justify
}

.chamada-buscas h2 {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    line-height: 2rem;
    margin: 0;
}

.buscas {
    margin-bottom: 20px;
}

.buscas .btn-contato {
    margin-bottom: 20px;
}

label {
    margin-bottom: .3rem;
    font-size: 12px;
    font-weight: bold;
}

.form-group {
    margin-bottom: .3rem;
}

.btn-success {
    width: 100%;
}

.pagina-link-cabecalho {
    box-shadow: 2px 2px 4px 1px #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
}

.pagina-link-cabecalho img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
}

.pagina-link h2 {
    color: #bc8947;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    font-style: italic;
}

.pagina-link .item-link {
    display: block;
    padding: 25px;
    box-sizing: border-box;
    border: 3px solid #bc8947;
    margin-bottom: 30px;
    color: #bc8947;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.pagina-link .item-link:hover {
    text-decoration: none;
}

.pagina-link .item-link-whatsapp {
    display: block;
    background-color: #25d366;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.pagina-link .item-link-whatsapp:hover {
    text-decoration: none;
}

.pagina-link-rodape {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    text-align: center;
}

.pagina-link-rodape-logo {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.pagina-link-rodape .redes-sociais {
    text-align: center;
}

.pagina-link-rodape .redes-sociais a {
    padding: 10px;
    color: #fff;
    font-size: 21px;
}

.pagina-link-rodape .redes-sociais a:hover {
    text-decoration: none;
}

.pagina-link-rodape .direitos-autorais {
    color: #fff;
}

.h5, h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.form-tempo {
    padding-bottom: 40px;
    padding-top: 40px;
}

.dadosDaProposta {
    padding: 10px;
    margin-bottom: 15px;
}

.dados-corretor-imovel img {
    width: 100%;
}

.dados-corretor-imovel .nome {
    font-size: .9rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.dados-corretor-imovel .profissao {
    font-weight: 600;
    font-size: .8rem;
}

.dados-corretor-imovel .telefone {
    font-size: 1.2rem;
    font-weight: 600;
    color: #57c864;
}
.pg-formulario-customizado {
	height: 100%;
	padding-top: 30px;
}
