/*
Estilo
*/
/* 
    Created on : 11/05/2015, 16:41:09
    Author     : João
*/

@charset "utf-8";
/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) / http://cssreset.com / modificado */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

body{
    font-family: Calibri;
    /*background-image: url('../img/fundo-logo.png');*/
}

.container{
    float: left;
    height: auto;
    width: 100%;
}

.desativar {
   pointer-events: none;
   cursor: default;
}

.container-center {
    height: auto;
    margin: 0 auto !important;
    min-height: 100%;
    position: relative;
    width: 90%;
}

.arrendodado{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
     border-radius:5px;
}

.button-cinza{
    padding: 10px 30px;
    border: none;
    background-color: #000;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
}
.button-cinza:hover{
    background-color: #60676d;
}

.esquerda{
    float: left;
}
.direita{
    float: right;
}

.nada-encontrado p{
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin: 50px;
}

.button-enviar-mensagem{
    width: 318px;
    height: 56px;
    background-color: #388f15;
    border: 1px solid #2c760e;
}
.button-enviar-mensagem img{
    float: left;
    margin: 22px 5px 0 68px;
}
.button-enviar-mensagem span{
    float: left;
    margin: 15px 0 0 0;
    font-size: 22px;
    color: #fff;
}
.button-enviar-mensagem:hover{
    background-color: #2c760e;
}

.button-adicionar-carrinho{
    width: 318px;
    height: 56px;
    background-color: #7d8114;
    border: 1px solid #63660a;
}
.button-adicionar-carrinho img{
    float: left;
    margin: 19px 5px 0 40px;
}
.button-adicionar-carrinho span{
    float: left;
    margin: 15px 0 0 0;
    font-size: 22px;
    color: #fff;
}
.button-adicionar-carrinho:hover{
    background-color: #63660a;
}
.button-remover-carrinho{
    width: 318px;
    height: 56px;
    background-color: #830707;
    border: 1px solid #a70a0a;
}
.button-remover-carrinho img{
    float: left;
    margin: 19px 5px 0 40px;
}
.button-remover-carrinho span{
    float: left;
    margin: 15px 0 0 0;
    font-size: 22px;
    color: #fff;
}
.button-remover-carrinho:hover{
    background-color: #a70a0a;
}

/*NAVBAR*/
.navbar-container{
    height: 205px;
    background-color: #000;
    border-top: 10px solid #6c6c6c;
}
.telefone-topo-container{
    height: 124px;
}
.telefone-topo{
    height: auto;
    width: auto;
    float: right;
    font-size: 30px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    margin: 50px 0 0 0;
}
.telefone-topo img{
    margin: 0 0 0 10px;
}

.msg-produto-orcamento{
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0;
    font-size: 20px;
    color: #d18a14;
}

.menu-bar-container{
    height: 82px;
    background-color: #000;
}

.menu-bar-list{
    float: right;
    list-style: none;
    margin: 24px 0 0 0;
    display: block;
}
.menu-bar-list li{
    display: inline-block;
    margin: 0 0 0 35px;
    color: #fff;
}
.menu-bar-list a:link{
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    font-style: italic;
}
.menu-bar-list a:visited{
    color: #fff;
}
.menu-bar-list a:hover{
    text-decoration: underline;
}
.bt-menu-responsivo{
    float: right;
    margin: 20px 0 0 0;
    display: none;
}
.menu-bar-container-responsivo{
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: auto;
    min-height: 300px;
    background-color: #3D3D3D;
    display: none;
}
.menu-bar-list-responsivo{
    width: 100%;
}
.menu-bar-list-responsivo li{
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
}
.logo{
    position: relative;
    float: left;
    z-index: 10;
    margin: 10px 0 0 0;
}
/*NAVBAR*/

/*HOME*/
.bt-detalhes-home{
    margin: 35px 0 0 0;
}
.content-home{
    min-height: 796px;
    height: auto;
    background-image: url('../img/fundo-home.jpg');
    background-repeat: no-repeat;
    background-color: #2B2B2B;
}
.destaque-home-container{
    display: block;
    height: auto;
    margin: 20px 0 -20px 0px
}
.img-destaque-home{
    height: 100%;
    float: left;
    margin: 34px 0 34px 34px;
}
.img-destaque-home img{
    border: 10px solid #6c6c6c;
    height:auto;    
    width: 100%;
}
.info-destaque-home{
    height: 100%;
    width: 50%;
    float: left;
    margin: 34px 0 34px 34px;
}
.info-destaque-home h1{
    text-align: right;
    font-weight: normal;
    font-size: 40px;
    color: #000;
}
.info-destaque-home p{
    text-align: right;
    font-size: 18px;
    color: #535e62;
    line-height: 30px;
    height: auto;
}
.info-destaque-home p a:link,a:visited{
    font-size: 18px;
    color: #535e62;
    text-decoration: none;
}
.info-destaque-home p a:hover{
    text-decoration: underline;
}
.info-adicional-destaque-home{
    float: left;
    width: 182px;
    height: 44px;
    margin: 35px 0 0 0;
}
.info-adicional-destaque-home img{
    float: left;
    margin: 0 4px 0 0;
}
.medida{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #535e62;
    float: left;
}
.valor-medida{
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    color: #000;
    float: left;
}
.info-adicional-home-container{
    margin: 74px 0;
    background-image: url('../img/fundo-transparente-branco.png');
    width: 100%;
    height: auto;
    float: left;
}
.info-box{
    height: auto;
    float: left;
    width: 45%;
    margin: 74px 0 74px 30px;
}
.info-box img{
    float: left;
    margin: 0 20px 0 0;
}
.titulo-info-adicional-home{
    font-size: 30px;
    font-weight: normal;
    color: #6a6a6a;
    float: left;
    
}
.texto-info-adicional-home{
    font-size: 18px;
    color: #404040;
    float: left;
    text-align: justify;
    width: 75%;
}
.texto-info-adicional-home a:link, a:visited{
    font-size: 18px;
    color: #404040;
    text-decoration: none;
}
.texto-info-adicional-home a:hover{
    text-decoration: underline;
}
/*HOME*/

/*RODAPE*/
.rodape{
    height: 70px;
    background-color: #000;
}
.telefone-rodape{
    height: auto;
    width: auto;
    float: left;
    font-size: 30px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.telefone-rodape img{
    margin: 0 0 0 10px;
}
.endereco-rodape{
    float: right;
    font-size: 12px;
    color: #fff;
    text-align: right;
    margin: 20px 0 0 0;
}
/*RODAPE*/

/*ERROR 404*/
.error-404{
    text-align: center;    
    margin: 25% 0;
}
.error-404 h1{
    font-size: 30px;
    color: #505b5f;
    padding: 20px 0;
}
.error-404 span{
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    padding: 20px 100px;
    background-color: #ccc;
}
/*ERROR 404*/

/*SOBRE NOS*/
.box-quem-somos{
    height: auto;
    width: 100%;
    margin: 70px 0 0 0;
    float: left;
}
.titulo-quem-somos {
    color: #000;
    float: left;
    font-size: 30px;
    font-weight: normal;
}
.box-quem-somos img, .box-quem-somos span, .box-quem-somos p{
    float: left;
}
.box-quem-somos img{
    margin: 0 70px 0 70px;
}
.box-quem-somos p{
    width: 50%;
    font-size: 18px;
    color: #404040;
    text-align: justify;
    float: left;
}
.box-o-que-fazemos{
    height: auto;
    width: 100%;
    margin: 70px 0 70px 0;
    float: left;
}
.titulo-o-que-fazemos {
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
.box-o-que-fazemos img, .box-o-que-fazemos span, .box-o-que-fazemos p{
    float: right;
}
.box-o-que-fazemos img{
    margin: 0 70px 0 70px;
}
.box-o-que-fazemos p{
    width: 50%;
    font-size: 18px;
    color: #404040;
    text-align: justify;
}
.box-missao-visao{
    height: auto;
    min-height: 280px;
    background-color: #404040;
    border-top: 8px solid #252525;
}
.box-missao{
    height: auto;
    width: 46%;
    margin: 54px 0 54px 20px;
    float: left;
}
.box-missao img{
    float: left;
    margin: 0 15px 0 0;
}
.box-missao span{
    float: left;
    color: #fff;
    font-size: 30px;
}
.box-missao p{
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: justify;
    width: 75%;
}
.box-visao{
    height: auto;
    width: 46%;
    margin: 54px 0 54px 30px;
    float: left;
}
.box-visao img{
    float: left;
    margin: 0 15px 0 0;
}
.box-visao span{
    float: left;
    color: #fff;
    font-size: 30px;
}
.box-visao p{
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: justify;
    width: 75%;
}
/*SOBRE NOS*/

/*PRODUTOS*/
.box-categoria{
    width: 27%;
    height: 100%;
    min-height: 1520px;
    background-color: #292929;
    float: left;
}
.titulo-categoria{
    float: left;
    width: 100%;
    height: 58px;
    background-color: #3D3D3D;
}
.titulo-categoria span{
    font-size: 25px;
    color: #fff;
    margin: 14px 0 0px 24px;
    float: left;
}
.box-categoria ul{
    float: left;
    margin: 25px 35px;
}
.box-categoria li:first-child{
    list-style: none;
    margin: 0px -5px;
}
.box-categoria li:first-child a:link{
    font-size: 25px;
    font-weight: bold;
}
.box-categoria li{
    color: #fff;
    font-size: 12px;
    margin: 15px 0;
}
.box-categoria li a:link, .box-categoria li a:visited{
    font-size: 20px;
    color: #fff !important;
    text-decoration: none;
}
.box-categoria li a:hover{
    text-decoration: underline;
}
.selecionado{
    color: #d18a14 !important;
}
.linha-divisao{
    width: 100%;
    height: 1px;
    background-color: #0e0e0e;
    margin: 50px 0 0 0;
}
.box-produto{
    float: right;
    width: 71%;
    height: auto;
}
.navbar-produto{
    float: left;
    margin: 36px 0 50px 0;
    width: 100%;
    height: auto;
}
.navbar-produto p{
    font-size: 16px;
    color: #3e4346;
    float: left;
    margin: 16px 0 0 0;
}
.bt-carrinho{
    height: auto;
    width: 216px;
    padding: 15px;
    background-color: #388f15;
}
.bt-carrinho img{
    float: left;
    margin: 3px 0 0 0;
}
.bt-carrinho p:nth-child(2){
    float: left;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 10px;
}
.bt-carrinho p:nth-child(3){
    float: left;
    color:#fff;
    font-size: 18px;
    margin: 0 0 0 10px;
}
.bt-orcamento{
    float: right;
}
.bt-carrinho:hover{
    background-color: #40a01a;
}

.box-produto-info{
    width: 100%;
    height: auto;
    background-color: #949fa6;
    float: left;
    margin: 0 0 20px 0;
}
.box-imagem-add-carrinho{
    float: left;
    margin: 26px;
    width: auto;
    height: auto;
}
.box-add-carrinho img{
    float: left;
    margin: -3px 10px 0 0;
}
.box-add-carrinho a{
    float: left;
    font-size: 14px;
    color: #3e4346;
    text-decoration: none;
}
.box-add-carrinho a:hover{
    text-decoration: underline;
}
.box-qt-carrinho{
    float: right;
    margin: 0 0 0 10px;
    font-size: 18px;
    color: #3e4346;
}
.box-qt-carrinho select{
    padding: 4px;
}
.img-produto-list{
    float: left;
    margin: 19px 0 0 0;
}

.box-titulo-info{
    float: right;
    margin: 26px 26px 26px 0;
    width: 58%;
    height: auto;
}
.titulo-info-list-produto{
    font-size: 30px;
    color: #fff;
}
.texto-info-list-produto{
    font-size: 18px;
    color: #fff;
    text-align: justify;
    line-height: 30px;
}
.info-adicional-list-produto{
    float: left;
    width: 45%;
    height: 44px;
    margin: 26px 0 0 0;
}
.info-adicional-list-produto img{
    float: left;
    margin: 0 4px 0 0;
}
.medida-list-produto{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #4e4e4e;
    float: left;
}
.valor-medida-list-produto{
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: #4e4e4e;
    float: left;
}
.button-mais-detalhes{
    font-size: 20px;
    color: #fff;
    background-color: #0e0e0e;
    padding: 12px 24px;
    float: right;
    margin: 26px 0 0 0;
    cursor: pointer;
}
.button-mais-detalhes:hover{
    background-color: #2a2a2a;
}
.box-detalhe-produto{
    float: left;
    width: 56%;
    height: auto;
    padding: 15px;
    border: 1px solid #a0a0a0;
    margin: 0 0 20px 0;
}
.box-img-capa-titulo-produto{
    float: left;
    width: 100%;
    height: auto;
}
.img-capa-produto{
    float: left;
    border: 1px solid #a6a6a6;
}
.titulo-detalhe-produto{
    float: left;
    font-size: 30px;
    color: #404040;
    margin: 0 0 0 15px;
    width: 60%;
}
.info-adicional-detalhe-produto{
    float: left;
    width: 182px;
    height: 44px;
    margin: 26px 0 0 15px;
}
.info-adicional-detalhe-produto img{
    float: left;
    margin: 0 4px 0 0;
}

.box-galeria{
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
}
.img-galeria{
    float: left;
    border: 1px solid #a6a6a6;
    margin: 6px;
}
.box-descricao{
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
    text-align: justify;
    font-size: 18px;
    color: #404040;
    line-height: 25px;
    border-top: 1px solid #ccc;
}
.box-descricao p{
    margin: 15px 0 0 0;
}
/*PRODUTOS*/

/*FORM CONTATO PRODUTO*/
.container-contato-caracteristicas-imovel {
    background-color: white;
    float: right;
    height: auto;
    margin: 15px 0 0;
    position: relative;
    width: 358px;
}

.item-price::before {
    border-color: rgba(0, 0, 0, 0) #505b5f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 33px 38px 34px 0;
    content: "";
    display: inline-block;
    height: 0;
    left: -43px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 10;
}
.item-price {
    background: #505b5f none repeat scroll 0 0;
    box-shadow: -2px 2px 6px 0 #888;
    color: #fff;
    font-weight: 700;
    height: 67px;
}
.item-price p{
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}
.item-price::after {
    background: #505b5f none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: inherit;
    left: -5px;
    position: absolute;
    top: 0;
    width: 7px;
}
.form-contato-imovel {
    background-color: #d1d1cf;
    float: right;
    height: auto;
    margin: 15px 0 70px 0;
    position: relative;
    width: 359px;
}
.caixa-form-contato-imovel {
    float: left;
    height: auto;
    margin: 10px 20px;
    position: relative;
    width: 319px;
}
.estilo-form {
    background-color: #fff;
    border: 1px solid #6d6d6d;
    color: #6d6d6d;
    font-family: Calibri;
    font-size: 16px;
    height: 38px;
    margin: 5px 0 0;
    outline: medium none;
    overflow: hidden;
    padding: 10px;
    width: 272px;
}
.msg-info-error {
    color: red;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.msg-info-ok {
    color: green;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;    
}
#nome-contato-imovel {
    background-image: url("../img/icone-usuario.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 0 0 45px;
}
#email-contato-imovel {
    background-image: url("../img/icone-email.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 0 0 45px;
}
#telefone-contato-imovel {
    background-image: url("../img/icone-telefone-cinza.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 0 0 45px;
}
#nome-contato {
    background-image: url("../img/icone-usuario.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 0 0 45px;
}
#email-contato {
    background-image: url("../img/icone-email.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 0 0 45px;
}
#telefone-contato {
    background-image: url("../img/icone-telefone-cinza.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 0 0 45px;
}
.img-form-contato {
    cursor: pointer;
    margin: 10px 0 0;
}
/*FORM CONTATO PRODUTO*/

/*CONTATO*/
.box-mapa-endereco{
    width: 40%;
    height: auto;
    float: left;
    margin: 35px;
}
.endereco-mapa{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #3e4346;    
}
.box-atendimento-formulario{
    float: left;
    width: 48%;
    height: auto;
    margin: 35px 35px 0 0;
}
.atendimento{
    width: auto;
    height: auto;
    float: left;
    font-size: 16px;
    color: #3e4346;
    text-align: left;
    margin: 0 0 50px 0;
}
.atendimento span{
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}
/*CONTATO*/

/*APP*/
.baixar-app{
    background-color: #565656;
    text-align: center;
}
.baixar-app a:link,
.baixar-app a:visited{
    color: #ffe400;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}
.baixar-app a:hover{
    text-decoration: underline;
}
/*APP*/

/*ORÇAMENTO*/
.navbar-produto-orcamento{
    float: left;
    margin: 36px 0 50px 0;
    width: 100%;
    height: auto;
}
.box-info-itens-orcamento{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
.info-itens-orcamento{
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #404040;
}
.info-form-orcamento{
    font-size: 18px;
    color: #404040;
}
.box-form-orcamento{
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
}
.alinha-form-esquerda{
    float: left;
    width: 48%;
    height: auto;
}
.alinha-form-direita{
    float: right;
    width: 52%;
    height: auto;
}
.alinha-form-total{
    float: left;
    width: 100%;
    text-align: center;
}
/*ORÇAMENTO*/

/*GALERIA*/
.box-galeria-pagina{
    float: left;
    width: auto;
    height: auto;
    margin: 36px;
    text-align: center;
}
.box-galeria-pagina:hover{
    text-decoration: underline;
}
.box-galeria-pagina span{
    font-size: 18px;
    color: #2B2B2B;
    font-family: Calibri;
}
/*GALERIA*/

/*RESPONSIVO CSS*/

@media print {
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
    .navbar-produto{
        float: right;
        width: 70%;
    }
    .valor-medida-list-produto{
        font-size: 18px;
    }
    .alinha-form-total a{
        margin: 10px 0 0 0 !important;
    }
    .alinha-form-esquerda{
        width: 100%;
    }
    .alinha-form-direita{
        float: left;
        width: 100%;
    }
    .titulo-detalhe-produto{
        width: 100%;
    }
    .img-capa-produto{
        width: 100%;
    }
    .navbar-produto p{
        float: right;
        margin: 16px 0;
    }
    .box-imagem-add-carrinho{
        width: 85%;
    }
    .img-produto-list{
        width: 100%;
    }
    .box-visao{
        margin: 54px 0;
    }
    .box-o-que-fazemos img{
        width: 100%;
        margin: 0;
    }
    .box-quem-somos img{
        width: 100%;
        margin: 0;
    }
    .endereco-rodape{
        display: none;
    }
    .telefone-topo{
        display: none;
    }
    .menu-bar-list{
        display: none;
    }
    .bt-menu-responsivo{
        display: block;
    }
    .info-destaque-home{
        width: 80%;
    }
    .img-destaque-home{
        margin: 34px 0;
    }
    .info-box{
        width: 100%;
    }
    .box-quem-somos p{
        width: 100%;
    }
    .box-o-que-fazemos p{
        width: 100%;
    }
    .box-missao{
        width: 100%;
    }
    .box-visao{
        width: 100%;
    }
    .box-mapa-endereco{
        width: 100%;
        margin: 8px;
    }
    .box-atendimento-formulario{
        width: 100%;
        margin: 0 0 40px 0;
    }
    .box-categoria{
        display: none;
    }
    .box-produto{
        width: 100%;
    }
    .box-titulo-info{
        width: 90%;
    }
    .nada-encontrado p{
        margin: 50px 0;
    }
    .box-detalhe-produto{
        width: 90%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1130px) {
    .menu-bar-list{
        display: none;
    }
    .bt-menu-responsivo{
        display: block;
    }
}

@media only screen and (min-width: 1130px) and (max-width: 1500px) {
    .container-center{
        width: 85%;
    }    
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
    .container-center{
        width: 65%;
    }      
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
}