/* Configuração Geral */
body{
    font-size: 16px;
    color: #000;   
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}

h1{
    font-size: 22px;    
    font-weight: bold;
    background: url(/uploads/ladimir_cotta_2019/layout/fundo_h1.jpg);
    background-repeat: no-repeat;
    padding-bottom: 50px;
    text-transform: uppercase;
    color: #23388E;
}

option{
    background: #dbdbdb;    
}

.container{
    max-width: 1170px;
}

.icon-bar {
  color: #d4a618;
  background-color: #d4a618
}
button{
    border-color: black;
}
#botao{
  border: 2px solid #004e38; 
}

#tamanho-internas{
    min-height: 500px;
}

.btn-primary{
    border: none;
    background: #084633;
}
a:hover{
    text-decoration: none;
}
.image {
    transition: 0.5s ease;
}
.image:hover {
    transform: scale(1.07);
}

.img-thumbnail{
    border: none !important;
}
/* Fim Configuração Geral */




/* Header */
.topo_ladimir{    
    background: url('/uploads/ladimir_cotta_2019/layout/fundo_topo.jpg') repeat-x top;
    background-size: cover;
    padding: 12px 0 7px 0;
    
}
.menu_ladimir{
    background: url('/uploads/ladimir_cotta_2019/layout/fundo_menu.jpg') repeat-x top;
    background-size: cover;
    padding: 30px 0 0 0;
}
#padding-menu{
    padding-top: 100px;
}
.link_ladimir{
    color: #fff;
    border-bottom: 6px solid transparent;
    transition: 0.5s ease;
}
.link_ladimir:hover{
    color: #fca215;
    border-color: #fca215;
    background: transparent !important;
}
#barra_header{
    padding: 13px 0 13px 0;
}
/* Fim Header */







/* Destaques */
.destaques_home{
    color: #b29033;
    padding-top: 20px;
}
.destaques_home b{
    font-size: 19px;
    color: #18259b;
    text-transform: uppercase;
}
.destaques_home span{
    margin-top: -2px;
}
.ladimir_cotta_highlights{
    border: 3px solid #ecac00;
    transition: 0.3s ease;    
    max-width: 390px;
    margin-bottom: 10px;
}
.ladimir_cotta_highlights:hover{
    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.51);
    -moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.51);
    box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.51);
    transform: scale(1.01);
}
.ladimir_cotta_highlights_details{
    padding-left: 15px;
    margin-bottom: -4px;
    z-index: 1000;
    color: gray;
}
.ladimir_cotta_highlights_title{
    background: #000044;
    color: #fff;
    text-align: center;
    max-width: 180px;
    margin-left: -17px;
    padding: 5px 0 5px 0;
}
.ladimir_cotta_highlights_price{
    font-weight: bold;
    font-size: 19px;
    padding-left: 12px;
}
.ladimir_cotta_highlights_price img{
    margin-top: -3px !important;
}
#destaques_select select{
    max-width: 350px;    
    max-height: 30px !important;
    width: 100%;
    color: #000;
    background: #dbdbdb;
    height: 50px;
    border: 1px solid #afafaf;
    border-radius: 20px;
    padding-left: 140px;
    padding-top: -5px !important;
    margin-top: 15px;
}
#destaques_select input:focus, textarea:focus, select:focus {
    outline-offset: -2px;
}
#destaques_select user agent stylesheet
select:not(:-internal-list-box) {
    overflow: hidden !important;
}
#destaques_select select:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
@media only screen and (min-device-width: 700px) and (max-device-width: 800px) {
    #posicionamento_divs{
        padding-left: 20%;
    }
}
/* Destaques */






/* Rodapé */
.rodape_ladimir{
    margin-top: 50px;
}
.mapa_ladimir {
    width: 102%;
    height: 190px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s ease;
}
.mapa_ladimir:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.rodape_span:hover{
    border-left: 25px solid #d10404;
    color: #d10404;
}

#rodape_fundo{
    background: url('/uploads/ladimir_cotta_2019/layout/fundo_rodape.jpg') repeat-x top;
    height: 190px;
    background-size: cover;
    padding-top: 20px;
}
#rodape_fundo span{
    /*color: #d10404;*/
}
.span_maior{
    border-right: 25px solid #d10404;
}
.tel_span{
    color: #000 !important;
    font-size: 19px;
    font-weight: bold;
}
.masterix{
    padding: 15px 0 15px 0;
    text-align: center;
}
.masterix a{    
    text-align: center;
    color: #898989;
    font-size: 13px;
}
/* Fim Rodapé */





/* Imóveis */
.info_imoveis{
    padding-left: 30px;
    margin-bottom: 20px;
}
#info_imoveis table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #938b8b;
}

#info_imoveis th, td {
  text-align: center;
  padding: 8px;
}
#info_imoveis tr{
    border-bottom: 1px solid #938b8b;
}
#table_back_2{
    background: #dddddd;
}
#info_imoveis{
    padding-top: 40px;
}

/* Fim Imóveis */





/* Tipo */
.print_content td{
    text-align: left;
}
.print_content input{
    background: #23388E;
    color: #fff;
    padding: 3px 20px 3px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: 0.5s ease;
}
.print_content input:hover{
    border: 1px solid #23388E; 
    background: #fff;
    color: #23388E;
}
.print_content select{
    width: 120px;
}
#imovel_bairro{
    width: 120px;
}
/* Fim Tipo */