﻿.body {
    background: #f1f1f1;
}

h1 {
    font-family: Roboto, sans-serif;
    font-size: 26px;
    margin: 20px 0px 5px 0px;
}

h2 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

h3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.breadcrumb {
    font-family: Arial;
    font-size: 13px;
}

    .breadcrumb a {
        color: #585858;
        text-decoration: none;
    }

.texto {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

    .texto p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
    }

    .texto .linha {
        float: left;
        width: 100%;
        text-align: center;
    }

        .texto .linha .coluna {
            display: inline-block;
            width: 350px;
            height: 650px;
            padding: 0px 20px;
            text-align: center;
            vertical-align: top;
        }

            .texto .linha .coluna .foto-esquerda {
                width: 300px;
            }

            .texto .linha .coluna h2 {
                font-family: Roboto, sans-serif;
                font-size: 18px;
                margin: 15px 0px;
                text-align: center;
            }

            .texto .linha .coluna p {
                text-align: justify;
            }

.janela-busca {
    float: left;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

    .janela-busca .titulo {
        float: left;
        width: 100%;
        padding: 10px 20px;
        background-color: #0049be;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        color: #ffffff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
    }

        .janela-busca .titulo img {
            vertical-align: 0px;
        }

    .janela-busca .form-busca {
        float: left;
        width: 100%;
        padding: 10px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.textbox {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 7px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .textbox.full {
        float: left;
        width: 100%;
    }

.align-center {
    text-align: center;
}    

.botao {
    padding: 10px 20px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #ffffff;
    background-color: #2b88d9;
    border: solid 1px #3b679e;
    cursor: pointer;
}

.form-solicitar label, .form-busca label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
}    

.loading {
    float: left;
    width: 100%;
    text-align: center;
}

.infomacoes-basicas {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

    .infomacoes-basicas .dado {
        float: left;
        width: 250px;
    }

        .infomacoes-basicas .dado .label {
            font-family: Roboto, sans-serif;
            font-size: 14px;
        }

        .infomacoes-basicas .dado .valor {
            font-family: Roboto, sans-serif;
            font-size: 18px;
            font-weight: bold;
        }

.caracteristicas td {
    width: 20%;
}

    .caracteristicas td .icon {
        font-family: icons;
        font-size: 20px;
        color: #585858;
    }

        .caracteristicas td .icon.quartos:before, .caracteristicas td .icon.suite:before {
            content: '|';
        }

        .caracteristicas td .icon.vagas:before {
            content: '}';
        }

        .caracteristicas td .icon.banheiros:before {
            content: '~';
        }

        .caracteristicas td .icon.area:before {
            content: '\\';
        }

    .caracteristicas td .descricao {
        font-family: Arial;
        font-size: 13px;
    }

    .caracteristicas td .quant {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
    }

.coluna-esquerda .mapa {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.coluna-esquerda .informacoes {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.coluna-esquerda .descricao {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

    .coluna-esquerda .descricao p, .coluna-esquerda .descricao ul {
        font-family: Roboto, sans-serif;
        font-size: 16px;
    }

    .coluna-esquerda .descricao ul {
        margin: 0px;
        padding: 0px;
        list-style-image: url(../imagens/ico-tick.png);
        list-style-position: inside;
    }

        .coluna-esquerda .descricao ul li {
            float: left;
            width: 45%;            
            padding: 10px;

        }

.localidade {
    float: left;
    width: 100%;
}

    .localidade p {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        margin: 5px 0px 10px 0px;
    }

.coluna-direita .form-solicitar td {
    padding: 5px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.coluna-direita .form-solicitar .titulo {
    background-color: #0049be;
}

    .coluna-direita .form-solicitar .titulo p {
        color: #ffffff;
        margin: 5px 0px;
    }

.mais {
    float: left;
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}

    .mais .loading {
        float: left;
        width: 100%;
        text-align: center;
    }

    .mais .botao-mais {
        display: inline-block;
        width: 250px;
        padding: 10px 15px;
        background-color: #2b88d9;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
    }

.grid-imoveis, .grid-artigos {
    float: left;
    width: 100%;
}

/* Estilos da validações de campos */

.field-validation-error {
    font-family: Arial;
    font-size: 11px;
    display: block;
    color: #ff0000;
    margin: 5px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
}

.validation-summary-errors {
    background-image: url('../imagens/ico-alerta.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    padding: 2px 2px 2px 20px;
    margin: 10px 0px 10px 0px;
}

.validation-summary-valid {
    display: none;
}

@media only screen and (min-width: 1200px) {

    .topo2 {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 10px 5px 0px rgba(207,207,207,1);
        -moz-box-shadow: 0px 10px 5px 0px rgba(207,207,207,1);
        box-shadow: 0px 10px 5px 0px rgba(207,207,207,1);
    }

        .topo2 .logo {
            float: left;
            width: 280px;
            z-index: 99;
            margin-top: 10px;
            text-decoration: none;
        }

            .topo2 .logo .corretora {
                font-family: 'Times New Roman', sans-serif;
                font-size: 36px;
                color: #000;
                
            }

            .topo2 .logo .creci {
                font-family: Arial, sans-serif;
                font-size: 18px;
                color: #000;                
            }

        .topo2 .servicos {
            display: none;
            /*float: left;
            width: 180px;
            margin: 10px 0px 0px 10px;
            z-index: 99;
            font-family: Roboto, sans-serif;
            font-size: 12px;
            line-height: 18px;
            color: #000;*/
        }

        .topo2 .menu ul {
            float: right;
            width: 870px;
            list-style: none;
            padding: 0px;
            margin-top: 30px;
            text-align: right;
        }

            .topo2 .menu ul li {
                display: inline-block;
            }

                .topo2 .menu ul li a {
                    display: inline-block;
                    padding: 5px 5px;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-size: 18px;
                    color: #000;
                    text-transform: uppercase;
                    text-decoration: none;
                }

                    .topo2 .menu ul li a:hover {
                        background-color: #0049be;
                        color: #fff;
                    }

    .coluna-esquerda {
        float: left;
        width: 700px;
        margin-bottom: 80px;
    }    

    .coluna-esquerda .galeria {
        float: left;
        width: 100%;
        background-color: #ffffff;
        border: solid 1px #cfcfcf;
    }

    .coluna-direita {
        float: right;
        width: 470px;
    }

    .contato {
        position: relative;
        width: 470px;
    }

    .coluna-direita .form-solicitar {
        float: left;
        width: 100%;
        font-family: Arial;
        font-size: 14px;
        background-color: #d7d7d7;
    }               

    .form {
        width: 600px;
        margin: 0 auto;
    }

        .form label {
            display: inline-block;
            max-width: 180px;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
        }

        .textbox.largo {
            width: 400px;
        }

        .textbox.medio {
            width: 200px;
        }
             

    .link-retornar {
        display: inline-block;
        padding: 5px 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        background-color: #2b88d9;
        color: #ffffff;
        text-decoration: none;
    }        

        .grid-artigos .artigo {
            float: left;
            width: 320px;
            text-decoration: none;
            background-color: #ffffff;
            -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
            color: #3c3c3c;
        }

            .grid-artigos .artigo .foto {
                float: left;
                width: 320px;
                height: 180px;
                background-size: cover;
            }

            .grid-artigos .artigo .texto {
                padding: 15px;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .grid-artigos .artigo .texto .data-publicacao {
                    color: #676767;
                    font-size: 13px;
                }

                .grid-artigos .artigo .texto h3 {
                    /*font-weight: normal;*/
                }

    .botao-whatsapp {
        width: 400px;
    }

}

.alugado-vendido {
    display: inline-block;
    padding: 8px 15px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.alugado-vendido {
    background-color: #ff0000;
}