/*
Theme Name: Central de Negócios Imobiliários
Author: Delalibera
Author URI: https://www.delalibera.com.br/
Version: 1.0
Text Domain: centralnegocios
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

body {
    font-family: 'Open Sans', sans-serif;
    margin:0;
    padding:0;
    background:#fbfbfb;
    color: #565656;
    font-size: 14px;
}
a {
    text-decoration:none;
    color:#565656;
}
h1 {
    margin:20px 0 0 0;
}
h2 {
    margin:20px 0 0 0;
}
h3 {
    margin:20px 0 0 0;
}
p {
    margin:0 0 20px;	
}
#content input[type="text"],
#content input[type="password"],
#content input[type="email"],
#content input[type="url"],
#content input[type="number"],
#content textarea {
    width: 99%;
    border: none;
    padding: 4px 2px;
    border: #565656 1px solid;
    color: #565656;
    font-family: 'Open Sans', sans-serif;
}
#content input[type="submit"]{
    padding: 4px 8px;
    border: #f47121 1px solid;
    background: #f47121;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    float: right;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
#pesquisa-imovel{
    width:500px;
    display: table;
    float: left;
    margin-left: 40px;
    text-align: center;
}
#pesquisa-imovel #pesquisa-opcao{
    display: table;
    text-align: center;
}
#pesquisa-codigo{
    width:300px;
    display: table;
    float: right;
    margin-right: 40px;
    text-align: center;
}
#topo {
    height:160px;
    width:100%;
    display:table;
    background:#fff;
}
#topo-container {
    height:160px;
    width:990px;
    display:table;
    margin:0 auto;
}
#logo {
    height:136px;
    width:204px;
    display:table;
    float: left;
    margin-top: 10px;
}
#menu {
    width:400px;
    float:left;
    margin-left: 100px;
    margin-top: 28px;
}
#menu ul {
    display:table;
    margin:0 auto;
    padding:0;
}
#menu ul li {
    float:left;
    list-style:none;
	width:100px;
}
#menu ul li a {
    font-size:14px;
    font-weight: 600;
    color:#575958;
    padding:70px 10px 5px;
    margin: 0 5px;
    display:table;
    text-transform:uppercase;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 70px;
    text-align: center;
}
#menu ul li a:hover {
    color:#fff;
    background-color: #fe6b1b;
}
.m_venda a { background-image: url(images/venda.png); background-position: 10px 15px; }
.m_venda a:hover { background-position: -70px 15px; }
.m_aluguel a { background-image: url(images/aluguel.png); background-position: 17px 8px; }
.m_aluguel a:hover { background-position: -76px 8px; }
.m_empresa a { background-image: url(images/empresa.png); background-position: 10px 12px; }
.m_empresa a:hover { background-position: -71px 12px; }
.m_contato a { background-image: url(images/contato.png); background-position: 17px 12px; }
.m_contato a:hover { background-position: -78px 12px; }
#contato {
    width:200px;
    float:right;
    margin-top:30px;
}
#telefone {
    background: url(images/telefone.png) left no-repeat;
    display:block;
    font-size:16px;
    font-weight:600;
    color:#ababab;
    line-height: 30px;
    text-align: right;
    padding: 5px 0 5px 30px;
    width: 115px;
    float: right;
}
#endereco {
    background: url(images/endereco.png) left no-repeat;
    display:block;
    font-size:15px;
    font-weight:600;
    color:#ababab;
    text-align: right;
    padding-left: 30px;
    border-top: 1px solid #f4f4f4;
    padding: 5px 0 5px 30px;
    float: right;
    clear: both;
}
#banner {
    width:100%;
    height:235px;
    display:table;
    background: url(images/banner.png) center no-repeat;
}
#banner-container {
    width:990px;
    display:table;
    margin:50px auto;
}
#banner label {
    background: url(images/label.png) repeat;
    color: #fff;
    font-weight: 600;
    margin: 0 auto 10px auto;
    font-size: 20px;
    padding: 5px 10px;
    display: table;
    text-transform: uppercase;
}
#banner input[type="text"] {
    width: 99%;
    border: none;
    padding: 10px 5px;
    border: #fff 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #565656;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 600;
    display: table;
}
#banner select {
    width: 160px;
    border: none;
    padding: 10px 25px 10px 5px;
    border: #fff 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #565656;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    float: left;
    display: table;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #FFFFFF url(images/select.png) right center no-repeat;
}
#banner select.margim {
    margin-right: 10px;
}
#banner input[type="submit"]{
    padding: 5px 10px 5px 40px;
    border: #f47121 1px solid;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    display: table;
    clear: both;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px auto;
    background: #f47121 url(images/pesquisa.png) left no-repeat;
}
.title {
    color: #f8711f;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
    border-bottom: #f8711f 2px solid;
}
#divisoria {
    width:100%;
    display:table;
    border-top:#23607d 12px solid;
}
#conteudo{
    width:990px;
    display:table;
    margin:20px auto;
}
#footer {
    background:#222222;
    width:100%;
    height:50px;
    display:table;
}
#footer #footer_central {
    width:990px;
    height:50px;
    display:table;
    margin:0 auto;
    color:#fff;
    font-size:13px;
}
#footer #footer_central #footer_left {
    width:690px;
    display:table;
    float:left;
    margin-top:18px;
    text-align:left;
}
#footer #footer_central #footer_right {
    width:290px;
    display:table;
    float:right;
    margin-top:18px;
    text-align:right;
}
#footer #footer_central #footer_right a {
    color:#fff;
    font-size:13px;
    text-decoration:underline;
}
.imovel{
    width:310px;
    height: 360px;
    display:block;
    float:left;
    margin-bottom:20px;
    background: #f3f3f3;
}
.imovel:hover{
    text-decoration:none;
}
.imovel-margem{
    margin-right:29px;
}
.imovel-ultimo{
    margin-right:0;
    float:right;
}
.imovel .finalidade{
    line-height:35px;
    display:table;
    padding:0 20px;
    font-size:18px;
    font-weight:600;
    color:#fff;
    position: absolute;
    background: #f8711f;
    text-transform: uppercase;
}
.imovel .tipo{
    width: 210px;
    display:table;
    float: left;
    font-size:13px;
    color:#606060;
    margin-left: 5px;
    margin-bottom: 5px;
}
.imovel .codigo{
    width: 80px;
    display:table;
    float: right;
    line-height:35px;
    padding:0 5px;
    font-size:16px;
    font-weight:600;
    text-align:center;
    color:#565656;
    text-align: right;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
}
.imovel .detalhe{
    width: 300px;
    display:table;
    clear: both;
    padding: 10px 5px;
    border-bottom: #d6d6d6 1px solid;
    border-top: #d6d6d6 1px solid;
    margin-bottom: 5px;
}
.imovel .quarto{
    width: 75px;
    display:table;
    float: left;
    text-align: center;
    padding: 30px 10px 0 10px;
    border-right: #d6d6d6 1px solid;
    background: url(images/quarto.png) top center no-repeat;
    font-size:15px;
    font-weight:600;
}
.imovel .garagem{
    width: 75px;
    display:table;
    float: left;
    text-align: center;
    padding: 30px 10px 0 10px;
    border-right: #d6d6d6 1px solid;
    background: url(images/garagem.png) top center no-repeat;
    font-size:15px;
    font-weight:600;
}
.imovel .area{
    width: 75px;
    display:table;
    float: right;
    text-align: center;
    padding: 0 10px 0 10px;
    font-size:15px;
    font-weight:600;
    line-height: 26px;
}
.imovel .area span{
    color: #f8711f;
    font-size:16px;
}

.imovel .valor{
    width: 180px;
    display:table;
    float: left;
    line-height:35px;
    font-size:20px;
    font-weight:600;
    text-align:left;
    color:#565656;
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 5px;
}
.imovel .botao{
    display:table;
    float: right;
    line-height:30px;
    font-size:15px;
    font-weight:600;
    color:#fff;
    padding: 0 20px;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #f8711f;
    text-transform: uppercase;
    text-align: center;
    margin-right: 5px;
}
.informacao {
    width: 360px;
    display: table;
    float: left;
}
.foto {
    width: 625px;
    display: table;
    float: right;
}
#gallery-1 img {
    border: 1px solid #d6d6d6 !important;
}
.informacao .finalidade{
    width: 90%;
    display:table;
    font-size:18px;
    font-weight:600;
    color:#565656;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0;
}
.informacao .valor{
    width: 90%;
    display:table;
    line-height:35px;
    font-size:20px;
    font-weight:600;
    color:#f8711f;
    text-transform: uppercase;
    margin: 5px 0;
    text-align: center;
}
.informacao .bairro{
    width: 90%;
    display:table;
    line-height:35px;
    font-size:16px;
    color:#565656;
    text-transform: uppercase;
    margin: 5px 0;
    text-align: center;
}
.informacao .detalhe{
    width: 90%;
    display:table;
    padding: 10px 5px;
    margin-bottom: 5px;
    margin-top: 15px;
    border-bottom: #d6d6d6 1px solid;
    border-top: #d6d6d6 1px solid;
}
.informacao .quarto{
    width: 85px;
    display:table;
    float: left;
    text-align: center;
    padding: 30px 10px 0 10px;
    border-right: #d6d6d6 1px solid;
    background: url(images/quarto.png) top center no-repeat;
    font-size:15px;
    font-weight:600;
}
.informacao .garagem{
    width: 85px;
    display:table;
    float: left;
    text-align: center;
    padding: 30px 10px 0 10px;
    border-right: #d6d6d6 1px solid;
    background: url(images/garagem.png) top center no-repeat;
    font-size:15px;
    font-weight:600;
}
.informacao .area{
    width: 85px;
    display:table;
    float: right;
    text-align: center;
    padding: 0 10px 0 10px;
    font-size:15px;
    font-weight:600;
    line-height: 26px;
}
.informacao .area span{
    color: #f8711f;
    font-size:16px;
}
.informacao .descricao{
    display:table;
    text-align:justify;
    margin: 20px 0;
}