@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

.btn-enviar {
    border: none;
    margin: 0;
    padding: 0.6rem;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}

.btn-cep{
    border: none;
    margin: 0;
    width: auto;
    overflow: visible;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

.form-check-input-disclaimer {
    position: relative;
    margin-top: 0.3rem;
    margin-left: 0;
    margin-right: 0.5rem;
}

.form-check-contato {
    margin-left: 2rem;
}

.centralizado {
    display: flex;
    justify-content: center;
}

.justificado{
    text-align: justify;
}