#main {
    border: 1px solid #76a9fa;
    margin: 0px auto;
    padding: 15px;
    width: 550px;
    max-width: 550px;
    height: 550px;
    max-height: 1000px;
    background-color: #fffff;
    .header-cosip{
        .titulo-cosip{
            text-align: center;
        }
        .subtitulo-cosip{
            font-size: small;
        }
    }
}

.radio-form{
    display: flex;
    flex-direction: column;
    border: 1px solid #76a9fa;
    border-radius: 5px;
    padding: 7px;
    color: #00207c;
    #infor{
        text-align: left;
        color: #00207c;
        margin-left: 0px !important;
    }
}


#formIdentImovel{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;

    .texto{
        text-align: left
    }
}

.formLogradouroInput{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.identificacao-form{
    input{
        width: 100%;
        margin: 5px;
    }
}

.width-50{
    width: 50%;
}

.mt-5{
    margin-top: 5px;
}

.mb-5{
    margin-bottom: 5px;
}

#formularioCosip{
    text-align: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 540px;
    height: 80px;
    margin-left: 5px;
}

.imovel-item {
    background-color: aliceblue;
    margin: 5px 0px;
    border-radius: 5px;
    text-align: left;
    font-size: 15px;
}

.imovel-item:hover{
    background-color: #d3e0ea;
    box-shadow: 2px 2px 5px #e7e7e7;
}

.titulo-cosip{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: 002069;
    font-weight: bold;
}

.select-form {
    border: 1px solid #a9bcdd;
    border-radius: 10px;
    /* margin: 0px 10px; */
    padding: 10px 0px;
}

#list-suggestions{
    margin-top: 15px;
}

.identificacao-imovel-p{
    color: #002069;
    font-family: "Open Sans", sans-serif;
}

.codigo-imovel-p{
    color: #002069;
    font-family: "Open Sans", sans-serif;
}

#buscar{
    font-weight: bold;
    text-align: center;
    width: 70px;
}

#limparLog{
    font-weight: bold;
    text-align: center;
    width: 70px;
}

.mb-5{
    margin-bottom: 5px;
}