/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url("font.css");

/*---------------------------------
	ESTILOS
-----------------------------------*/

html,body{
    height: 100%;
}

body{
	overflow-x: hidden;
    background:#000;
}

.container{
    max-width: 1020px;
}

.barra-topo{
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 45px;
    background:#363636;
    padding-top: 10px;

}

.barra-topo p{
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.80em;
    float: left;
    position: relative;
    padding-top: 3px;
}


.barra-topo p a{
    color:#fff;
    font-family: Arial;
    text-decoration: none;
}


/* SPRITES */

.telefone {
    position: relative;
    float:left;
    background: url('../images/sprites.png') no-repeat -6px -3px;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.email {
    position: relative;
    float:left;
    background: url('../images/sprites.png') no-repeat -42px -3px;
    width: 25px;
    height: 25px;
    margin-left: 18px;
    margin-right: 8px;
}
.bandeira-brasil {
    position: relative;
    float:left;
    background: url('../images/sprites.png') no-repeat -76px -3px;
    width: 26px;
    height: 25px;
    cursor: pointer;
}
.bandeira-eua {
    position: relative;
    float:left;
    background: url('../images/sprites.png') no-repeat -110px -3px;
    width: 25px;
    height: 24px;
    margin-left: 8px;
    cursor: pointer;
}

/* SPRITES */

.coluna-topo-a,.left{
    text-align: left;
}
.coluna-topo-b,.right{
    text-align: right;
}


.form-topo{
    float: left;
    text-align: left !important;
}


.form-topo * label{
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.8em;
    padding-right: 5px;
}


.form-topo .form-control{
    background: #000;
    border-color: #fff;
    color:#fff !important;
    border-radius: 0px !important;
    width: 100px !important;
    padding: 0.125rem .25rem;
    font-size: 0.8rem;    
}
::-webkit-input-placeholder {
   color: #fff !important;
   font: 0.5em, arial, sans-serif !important;
}
:-moz-placeholder {
   color: #fff !important;
   font: 0.5em, arial, sans-serif !important;
}
::-moz-placeholder {
   color: #fff !important;
   font: 0.5em, arial, sans-serif !important;
}
:-ms-input-placeholder {  
   color: #fff !important;
   font: 0.5em, arial, sans-serif !important;
}
.input1{
    margin-top: -5px;
    margin-right: 0px;
}

.input2{
    margin-top: -13px;
    margin-left: 0px;
}

.form-topo button{
    background:#fff !important;
    border-radius: 2px;
    padding: 3.5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.75em;
    font-weight: bold;
    font-family: Arial;
    margin-top: -7px;
    margin-right: 8px;
}

.chat-online{
    margin-top: 5px;
    padding-right: 0px;
    text-align: right;
    border-bottom: 3px solid #a02322;
}


.logo-home{
    margin-top: 0px;
    text-align: center;
}

.logo-home img{
    max-width: 100%;
    height: auto;
}

.logo-home h1{
    margin-top: 32px;
}

.centro-home{
    text-align: center;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    margin-top: 30px;
    line-height: 0.8em;
    border-bottom: 3px solid #a02322;
    font-size: 0.9em;
}

.enderecos-home{
    padding-top: 14px;
}

.enderecos-home .enderecos-coluna-a{
    text-align: left;
    padding-left: 0px;
}
.enderecos-home .enderecos-coluna-a address{
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 0.8em;
}
.enderecos-home .enderecos-coluna-a address span{
    color:#a02322;
}


.enderecos-home .enderecos-coluna-b{
    text-align: right;
    padding-right: 0px;
}
.enderecos-home .enderecos-coluna-b address{
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 0.8em;
}
.enderecos-home .enderecos-coluna-b address span{
    color:#a02322;
}


.pre-eg{
    text-align: center;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.80em;
    margin-top: -25px;
}


.empresas-do-grupo{
    text-align: center;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    margin-top: 30px;
    line-height: 0.8em;
    border-top: 3px solid #a02322;
    font-size: 0.9em;
    padding-top: 18px;
    margin-top: 8px;
}

.empresa-block img{
    width: 70%;
    padding-bottom: 10px;
    border-bottom: 2px solid #a02322;
}

.empresa-block p{
    text-align: center;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 1.0em;
    padding-top: 10px;
}


footer{
    position: relative;
    top:30px;
    left:0;
    width: 100%;
    height: 45px;
    background:#363636;
    padding-top: 15px;
    text-align: center;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75em;
}

footer img{
    margin-left: 60px;
    margin-top: -3px;
}


#mapaLocal .modal-content{
    background:#000;

}
#mapaLocal iframe{
    height: 400px;
    width: 100% !important;
}

#mapaLocal h4.modal-title{
    color:#fff;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}




/* WORK */
.work{
  margin-top: 30px;
}


.work .sidebar-work{
    text-align: center;
}

.work .sidebar-work img{
    width: 95%;
    height: auto;
    margin-bottom: 25px;
}


.work .area-texto h2{
    width: 80%;
    background:#4b4b4d;
    text-align: right;
    padding-right: 30px;
    font-family: Arial;
    color:#fff;
    font-weight: bold;
    padding-right: 30px;
    font-size: 1.2em;
    padding-top: 6px;
    padding-bottom: 6px;
}


.work .sep-end-work{
    border-bottom: 3px solid #a02322;
}
.work .area-texto ul{
    margin-left: 8px;
    padding-left: 0px;
    line-height: 1.85em;
    margin-top: 25px;
}
.work .area-texto ul li{
    margin-left: 8px;
    padding-left: 0px;
    list-style: square;
}

.work .area-texto ul li{
    font-family: Arial;
    color:#fff;
    font-size: 0.85em;
}
.work .area-texto ul li b{
    color:#a6a6a6;
}
.work .area-texto ul li a{
    color:#fff;
    text-decoration: underline;
}

.df ul li{
    font-family: Arial;
    color:#fff;
    font-size: 0.85em;
}
.df ul li b{
    color:#a6a6a6;
}
.df ul li a{
    color:#fff;
    text-decoration: underline;
}
/* WORK */

.meio{
    margin-top: 100px;
    margin-bottom: 150px;
}


.coluna-meio-b{
    text-align: center;
}

.meio .coluna-meio-a{
    padding-top: 20px;
}
.meio .coluna-meio-a h2{
    width: 100%;
    color:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background: #4b4b4d;
    text-align: right;
    margin-bottom: 20px;
    font-size: 24px;
}
.meio .coluna-meio-a h2 a{
    color:#fff;
    text-decoration: none;
}
.coluna-meio-a ul{
    line-height: 2.4em;
    color:#fff;
}
.coluna-meio-a ul li{
    list-style: square;
}
.coluna-meio-a ul a{
    color:#fff;
    font-size: 18px;
    text-decoration: underline;
}

ul.ul-situacao-grafica-one{
    margin-top: 45px;
}
ul.ul-situacao-grafica-one li{
    color:#ff0000;
}


.coluna-meio-a h3{
    background: #858688;
    color:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: right;
    font-size: 18px;
}

.voltar-rg{
    text-align: left;
    margin-top: 0px;
    padding-left: 40px;
}
.avancar-rg{
    text-align: right;
    margin-top: 0px;
    padding-right: 40px;
}

.box-listagem{
    padding-left: 1px;
    padding-right: 1px;
    height: 300px;
    line-height: 0.9em;
}

.box-listagem .imagem-imovel{
    width: 100%;
    height: 230px;
    cursor: pointer;
}

.box-listagem a{
    font-size: 10px;

    color:#fff;
    text-decoration: none;
    padding-top: 8px;
    padding-left: 5px;
}


.df{
    line-height: 2.1em;
}
p.df-titulo-branco{
    color:#fff;
    font-size: 1.2em;
    font-style: oblique;
    font-weight: bold;
}