@media(min-width:0) {
    .form-cadastro {
        max-width: 990px;
    }

    .cadastro h2 {
        letter-spacing: -0.5px;
        font-size: 24px;
        font-weight: bold;
        display: block;
        width: 100%;
        margin-bottom: 32px;
    }

    .cadastro ul input {
        padding: 5px 0;
        text-indent: 5px;

    }

    .cadastro ul li {
        margin: 10px 0px;
    }

    .cadastro ul input:not([type=checkbox]) {
        width: 100%;
        border: 1px solid #ccc;
    }

    .cadastro ul select {
        width: 100%;
        padding: 9px 0;
        text-indent: 5px;
        border: 1px solid #ccc;
    }

    .cadastro ul input[type="radio"] {
        margin: 0 0 22px 0;
        border: 1px solid #000;
        height: 20px;
    }

    .cadastro ul li {
        position: relative
    }

    #usuario-existe {
        color: red;
        font-size: 12px;
    }

    .cadastro input[type="submit"] {
        width: 30%;
        color: #000 !important;
        border-radius: 5px;
        background: #FFC700 !important;
        padding: 10px;
        border: none;
        transition: all .3s;
        text-transform: uppercase;
        font-size: .9rem;
        letter-spacing: 1px;
    }

    .cadastro input[type="submit"]:hover {
        background: #ffd43c !important;
        transition: all .3s;
        box-shadow: 0px 5px 10px #e2e2e2;
    }

    .cadastro .botoes input {
        width: 100%;
        color: #fff;
    }
}

/*CNPJ********************/
@media(min-width:0) {
    .cadastro .cont-cadastro {
        border: 1px dotted #999;
        background: #fff;
        padding: 0px 10px;
    }

    .cadastro .cad-cnpj label {
        display: table;
    }

    .cadastro .center-label {
        text-align: center;
    }
}

@media(min-width:640px) {
    .cadastro .cad-cnpj label {
        display: table;
    }
}

@media(min-width: 768px) {
    .cadastro .cont-cadastro {
        padding: 10px 20px;
    }
}

@media(min-width:0) {
    .cadastro .cad-pergunta li {
        text-align: center;
    }

    .cadastro .cad-pergunta h4 {
        font-weight: bold;
    }

    .cadastro .cad-pergunta .cad-important {
        margin: 35px 0 0 0;
        display: table;
    }

    .cadastro .cad-pergunta .campo-hidden {
        display: none;
    }
}

@media(min-width:0) {
    .cont-cadastro .documentos {
        border: 1px solid #000;
        text-align: left;
    }

    .cadastro .documentos h4 {
        font-weight: bold;
    }

    .cadastro .documentos li {
        margin: 20px 0;
    }

    .cont-cadastro input {
        margin: 5px 0 0 0;
    }

    .cont-cadastro .continua-btn {
        margin: 5px 0 0 0;
    }

    .cadastro .documentos .texto-info {
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        background: #FAF9BE;
        padding: 8px;
        border: 1px dotted #d8b901;
    }

    .cadastro .documentos span {
        color: red;
    }
}

@media(min-width:768px) {
    .cadastro .documentos li {
        margin: 0;
        min-height: 220px;
    }

    .cadastro .documentos .texto-info {
        width: 97%;
    }
}

@media(min-width:1024px) {
    .cadastro .documentos li {
        min-height: 250px;
    }
}

.erro {
    border: solid red 1px !important;
}

/*Termo*******************/
li .termos input {
    display: inline-table;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    position: relative;
    top: 3px;
}

li.termos label {
    display: inline-table;
    text-indent: 5px;
}

.verTermos {
    color: red;
    padding: 0 0 0 18px;
    background: url('../img/icones/document.png') no-repeat;
    background-size: 13px;
    position: relative;
}

.modal-termo ul li {
    margin: 0 0 15px 0;
}

.modal-termo h3 {
    font-weight: bold;
}

.modal-termo .conteudo {
    max-height: 400px;
    overflow: auto;
    padding: 10px;
}

/*Aviso rodapé cadastro****************/
.aviso-cad {
    font-size: 11px;
    color: red;
}

.aviso-cad p {
    margin: 0;
    padding: 0;
    line-height: 16px;
}

/*****************/
#rede-detalhe {
    margin: 20px 0 0 0;
}

/****************/
ul.cadastro-erro li {
    position: relative;
    border: 1px dotted #eee;
    padding: 20px;
    border-radius: 5px;
}

ul.cadastro-erro li:nth-child(odd) {
    background: #eee;
}

ul.cadastro-erro {
    display: none;
}

.obs-cnpj {
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 0px !important;
    left: 5px;
}

@media(min-width:0) {
    .cont-obrigado {
        margin: 0 auto;
        text-align: center;
        padding: 20px 20px 60px 20px;
        display: table;
    }

    .cont-obrigado h1 {
        color: green;
    }

    .cont-obrigado p {
        font-weight: bold;
        font-size: 25px;
        line-height: 35px;
        color: #333;
    }

    .cont-obrigado .img {
        border-radius: 20px;
        padding: 5px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 22.81%), #F5F5F5;
    }
}

@media(min-width:768px) {
    .cont-obrigado {
        width: 440px;
    }
}

.cadastro .cont-important {
    padding: 0;
    border: 0;
    margin-top: 56px;
}

.cadastro .cont-important .cad-termo label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 8px 0;
}

.cadastro .cont-important .cad-termo label input {
    width: auto;
    margin: 0;
}

.cadastro .cont-important .cad-termo a.verTermos {
    left: 0;
}

.cadastro .botoes.finaliza-cadastro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 12px 0;
}

.cadastro .form-item div[class*="col-"] {
    margin: 0 0 12px;
}

.cadastro .form-item div[class*="col-"] input {
    margin: 0;
}

.cadastro #consultar-cep,
.cadastro #consultar-cep-cadastro {
    position: absolute;
    bottom: 12px;
    right: 16px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cadastro .finaliza-cadastro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.cadastro .finaliza-cadastro li.col-xs-12 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 576px) {
    #cont-cadastro .cont-cadastro {
        padding: 0;
        border: 0;
    }
}

@media screen and (min-width: 1024px) {
    .cadastro #consultar-cep,
    .cadastro #consultar-cep-cadastro {
        bottom: 0;
    }
}