.col-campos-contato{
    width: 100%;
}
.col-enderecos-contato{
    width: 100%;
    min-height: 200px;
}
.box-campos-contato{
    width: 100%;
    min-height: 200px;
    background-color: #e5e6e6;
    border-radius: 0.4em;
    padding: 20px 20px 20px 20px;
}

.div-input{
    width: 100%;
    height: 42px;
    border: solid thin #c3c3c3;
    border-radius: 0.4em;
    background-color: white;
}
.div-input-telefone{
    max-width: 218px;
    height: 42px;
    border: solid thin #c3c3c3;
    border-radius: 0.4em;
    background-color: white;
}
.div-input-imagem{
    width: 40px;
    height: 100%;
    float: right;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 8px;
}
.div-input-imagem img{
    width: 20px;
}
.div-input input{
    width: 70%;
    height: 42px;
    font-family: TrebuchetMS;
    font-size: 1.4em;
    color: #5d6d76;
    padding-left: 10px;
}
.div-input input.error{
    border: 0 !important;
}
.div-input-telefone input{
    width: 80%;
    height: 42px;
    font-family: TrebuchetMS;
    font-size: 1.4em;
    color: #5d6d76;
    padding-left: 10px;
}
.div-input-local{
    width: 100%;
}
.div-input-cidade-out{
    padding-right: 12px;
}
.div-input-cidade{
    width: 100%;
    height: 42px;
    border: solid thin #c3c3c3;
    border-radius: 0.4em;
    background-color: white;
}
.div-input-cidade input{
    width: 80%;
    height: 42px;
    font-family: TrebuchetMS;
    font-size: 1.4em;
    color: #5d6d76;
    padding-left: 10px;
}
.div-input-cidade input.error{
    border: 0 !important;
}
.div-estado{
    max-width: 100px;
    height: 42px;
    border: solid thin #c3c3c3;
    border-radius: 0.4em;
    background-color: white;
    font-family: TrebuchetMS;
    font-size: 1em;
    color: #5d6d76;
}
.div-estado input.error{
    border: 0 !important;
}
.div-textarea{
    width: 100%;
    height: 210px;
    border: solid thin #c3c3c3;
    border-radius: 0.4em;
    background-color: white;
}
.div-textarea textarea{
    width: 100%;
    height: 206px;
    font-family: TrebuchetMS;
    font-size: 1.4em;
    color: #5d6d76;
    outline: none;
    padding: 10px 0 0 10px;
    border: 0;
}
.div-textarea textarea.error{
    border: 0 !important;
}
.div-contato-btn-enviar{
    width: 184px;
    margin: 0 auto;
}
.div-contato-btn-enviar input{
    width: 184px;
    height: 40px;
    border-radius: 0.3em;
    background-color: #678098;
    background-image: url(../imagens/img_btn_enviar.png);
    font-family: MavenProLight200;
    font-size: 1.4em;
    color: white;
    border-radius: 0.4em;
    margin: 0 auto;
}
.box-topo-contato{
    width: 100%;
}
.box-cidade-contato{
    width: 115px;
    height: 30px;
    float: left;
    font-family: MavenProLight300;
    font-weight: bold;
    font-size: 2.0em;
    color: #678098;
}
.box-telefone-contato{
    width: 150px;
    height: 30px;
    float: right;
    font-family: MavenProLight200;
    font-size: 1.7em;
    color: #678098;
    padding-top: 2px;
    text-align: right;
}
.box-detalhe-endereco{
    font-family: TrebuchetMS;
    font-size: 1.4em;
    color: #678098;
    padding-top: 10px;
}


/*===============CONTATO ENVIADO=================*/
.box-campos-contato-enviado{
    width: 100%;
    min-height: 50px;
    background-color: #e5e6e6;
    border-radius: 0.4em;
    padding-top: 87px;
    padding-bottom: 200px;
    text-align: center;
}
.box-campos-contato-enviado img{
    width: 52px;
    margin: 0 auto;
}
.box-campos-contato-enviado a{
    text-decoration: none;
    font-family: TrebuchetMS;
    font-size: 1.4em;
    color: #3b5998;
}
.fonte-mensagem-enviada{
    font-family: MavenProLight200;
    font-size: 2.4em;
    color: #9c9c9c;
}
.fonte-mensagem-retorno{
    font-family: TrebuchetMS;
    font-size: 1.4em;
    color: #808080;
}
.fonte-titulo-modal-contato{
    font-family: MavenProLight300;
    font-weight: bold;
    font-size: 2.0em;
    color: #678098;
}
.tamanho-mapa{
    width: 100%;
}
/*---------------contato enviado-----------------*/


@media (min-width:995px){
    .col-campos-contato{
        width: 500px;
    }
    .col-enderecos-contato{
        width: 436px;
    }
    .br-visivel{
        display: none;
    }
    .col-campos-contato{
        padding-right: 25px;
    }
    .box-campos-contato-enviado{
        padding-top: 70px;
        padding-bottom: 100px;
        min-height: 200px;
    }
    .div-input input{
        width: 90%;
    }
    .box-cidade-contato{
        width: 160px;
        height: 30px;
        float: left;
        font-family: MavenProLight300;
        font-weight: bold;
        font-size: 2.4em;
        color: #678098;
    }
    .box-telefone-contato{
        width: 200px;
        height: 30px;
        float: right;
        font-family: MavenProLight200;
        font-size: 2.4em;
        color: #678098;
        padding-top: 0px;
        text-align: right;
    }
    .tamanho-mapa{
        width: 898px;
    }

}