.modal-backdrop {
    display: none;
}

.anuncie h1 {
    font-size: 28px;
    color: #1877f2;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    margin-top: 30px
}

.anuncie__img__passos {
    margin: 30px 0px 50px 0px;
}

.anuncie__tab {
    display: none;
    margin-bottom: 40px;
}

.box__form {
    box-shadow: 0 2px 6px rgba(7, 59, 76, 0.1);
    padding: 30px 20px;
    border-radius: 6px;
}

.anuncie__tab.active {
    display: block !important;
}

.anuncie .form-group {
    position: relative;
    margin-bottom: 15px;
    line-height: 14px;
}

    .anuncie .form-group label.animation {
        color: #1877f2;
        font-size: 10px;
        text-transform: none;
        position: absolute;
        z-index: 2;
        left: 20px;
        top: 14px;
        padding: 0 2px;
        pointer-events: none;
        -webkit-transition: -webkit-transform 100ms ease;
        -moz-transition: -moz-transform 100ms ease;
        -o-transition: -o-transform 100ms ease;
        -ms-transition: -ms-transform 100ms ease;
        transition: transform 100ms ease;
        -webkit-transform: translateY(-14px);
        -moz-transform: translateY(-14px);
        -o-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
        transform: translateY(-14px);
    }

    .anuncie .form-group input.animation {
        border: 0px;
        border-bottom: 1px solid #BFC0C2;
        font-size: 16px;
        color: #1877f2;
        outline: none;
        padding: 20px 0px 5px 10px;
        position: relative;
        width: 98%;
    }

        .anuncie .form-group input.animation:invalid + label.animation {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            font-size: 16px;
        }

        .anuncie .form-group input.animation:focus {
            background: #f69b2327;
        }

            .anuncie .form-group input.animation:focus + label.animation {
                color: #1877f2;
                font-size: 10px !important;
                -webkit-transform: translateY(-14px);
                -moz-transform: translateY(-14px);
                -o-transform: translateY(-14px);
                -ms-transform: translateY(-14px);
                transform: translateY(-14px);
            }

.anuncie__btn__continuar {
    text-align: right;
    margin-top: 20px;
}

    .anuncie__btn__continuar .btn {
        background: #1877f2;
        border: 0px;
        border-radius: 6px;
        padding: 12px 12px;
        color: #fff;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .anuncie__btn__continuar .btn:hover {
            background: #FF9E1B;
            padding: 12px 16px;
        }

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    width: 19px;
    height: 19px;
    background: url(img/anuncie/check-of.png) no-repeat center center;
    outline: none;
    margin-right: 5px;
    position: relative;
    top: -7px;
}

    input[type=radio]:checked {
        background: url(img/anuncie/check-on.png) no-repeat center center;
    }

p.label {
    font-size: 16px;
    color: #1877f2;
    margin-bottom: 12px;
    display: block;
    text-align: left;
}

label.label {
    font-size: 10px;
    color: #1877f2;
    padding: 0px 0px 5px 10px;
    width: 100%;
    display: block;
}

.anuncie select {
    border: 0px;
    border-bottom: 1px solid #BFC0C2;
    font-size: 13px;
    color: #1877f2;
    outline: none;
    padding: 0px 0px 5px 10px;
    position: relative;
    width: 100%;
}

.tipo__negociacao {
    margin-bottom: 25px !important;
}

.tipo__negociacao-flex {
    display: flex;
}

.label-neg {
    font-weight: 600;
    padding-left: 0px;
}

.tipo__negociacao .radio-inline {
    display: block;
    margin-right: 10px;
    color: #1877f2;
    font-size: 14px;
}

.anuncie__tab__titulo h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 25px 0px;
    color: #1877f2;
}

.form-file-upload .inputFile {
    height: 39px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-file-upload .inputFile::-webkit-input-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: initial;
        color: #434242;
    }

    .form-file-upload .inputFile::-moz-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: initial;
        color: #434242;
    }

    .form-file-upload .inputFile::-ms-input-placeholder {
        font-size: 17px;
        font-weight: 300;
        line-height: initial;
        color: #434242;
    }

    .form-file-upload .inputFile:-moz-placeholder {
        font-family: "Barlow", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: initial;
        color: #434242;
    }

.form-file-upload .custom-file-uploader {
    position: relative;
    border-radius: 0px;
}

    .form-file-upload .custom-file-uploader input[type='file'] {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: default;
    }

.form-file-upload img {
    margin: auto;
}

.titulo-label {
    font-size: 16px;
    color: #202020;
    margin-bottom: 10px;
    margin-top: 20px;
}

.labelUploadArquivo {
    font-size: 13px;
    color: #FF9E1B;
    text-align: center;
    margin: 15px 0px;
}

.form-file-upload {
    background: #f69b2327;
    border: 2px dashed #FF9E1B;
    padding: 31px 10px;
}

.lancamento__detalhe__voltar {
    position: absolute;
    top: 75px;
}

    .lancamento__detalhe__voltar i {
        background: #f7f7fb;
        padding: 5px;
        color: #1877f2;
        font-size: 25px;
    }

.titulo-label-documentos {
    font-size: 16px;
    color: #1877f2;
    margin-bottom: 12px;
    display: block;
    text-align: left;
    font-weight: 400
}

.form-control-static {
    width: 88%;
    border-radius: 5px 0px 0px 5px;
    font-size: 14px;
    color: #b3b0b0;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-right: 0px;
    padding: 9px 6px 0px 7px;
}

.fileupload {
    display: flex;
}

.btn.default.btn-file {
    color: #fff;
    background-color: #257ce1;
    border-color: #257ce1;
    border-radius: 0px 5px 5px 0px;
}

    .btn.default.btn-file:hover {
        color: #fff;
        background-color: #FF9E1B;
        border-color: #FF9E1B;
        border-radius: 0px 5px 5px 0px;
    }

@media(min-width:992px) {
    .anuncie__img {
        position: absolute;
        left: -16px;
        top: -26px;
    }
}

.col-text {
    margin-left: auto;
}

.anuncie {
    position: relative;
    margin-bottom: 50px;
}

.anuncie__texto {
    margin: 30px 0px 15px 0px
}

    .anuncie__texto h2 {
        font-size: 40px;
        color: #1877f2;
        margin-bottom: 40px;
        font-weight: 700;
        margin-top: 40px;
        text-align: center;
    }

    .anuncie__texto ol {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        text-align: center;
        justify-content: space-around;
    }

        .anuncie__texto ol li {
            width: 26.33%;
            margin-bottom: 25px
        }

            .anuncie__texto ol li p {
                color: #666666;
                font-family: 'DM Sans';
                font-size: 15px;
                line-height: 28px;
                margin-top: 10px;
            }

.anuncie__motivos h3 {
    color: #202020;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.anuncie__motivos ol li p {
    color: #006BDC;
    font-family: 'DM Sans';
    font-size: 15px;
    background: url(img/icones/check-blue.png) no-repeat top left;
    background-position-y: 9px;
    font-weight: 600;
    padding: 8px 10px 1px 25px;
    margin-bottom: 3px;
}

.anuncie__motivos__servicos, .anuncie__motivos__cuidado {
    margin-top: 30px;
    margin-bottom: 15px
}

.anuncie__motivos__servicos {
    background: url(img/anuncie/icone-seguranca.png) no-repeat top left;
    padding-left: 58px;
}

.anuncie__motivos__cuidado {
    background: url(img/anuncie/icone-escudo.png) no-repeat top left;
    padding-left: 60px;
}

    .anuncie__motivos__servicos p.titulo,
    .anuncie__motivos__cuidado p.titulo {
        color: #1877f2;
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 400;
    }

    .anuncie__motivos__servicos ul,
    .anuncie__motivos__cuidado ul {
        list-style: disc;
    }

        .anuncie__motivos__servicos ul li,
        .anuncie__motivos__cuidado ul li {
            color: #666666;
            font-size: 16px;
        }

.anuncie__motivos__servicos p.texto {
    color: #666666;
    font-size: 16px;
}

@media(max-width:768px) {
    .anuncie__texto ol li {
        width: 100%;
    }

    .anuncie__texto h2 {
        font-size: 26px;
        margin-top: 0px;
    }

    .anuncie__motivos__servicos p.titulo, .anuncie__motivos__cuidado p.titulo {
        font-size: 16px
    }

    .anuncie__motivos__servicos ul li, .anuncie__motivos__cuidado ul li {
        font-size: 14px
    }

    .anuncie__contato p {
        font-size: 19px;
    }
}

@media(max-width: 1200px) {
    .anuncie__img {
        display: none
    }

    .col-text {
        margin-left: auto;
        max-width: 100%;
        flex-basis: 100%;
    }

    .anuncie__img__passos img {
        margin: auto;
    }
}

@media(min-width:1668px) {
    .anuncie h1 {
        margin-top: 140px;
    }
}

@media(max-width:1668px) {
    .anuncie h1 {
        margin-bottom: 0px
    }
}

.anuncie__contato {
    background: #FAFAFA;
    padding: 60px 0px;
    text-align: center;
    margin-top: 60px
}

    .anuncie__contato p {
        color: #006BDC;
        font-size: 24px;
        font-weight: 900;
    }

    .anuncie__contato .link {
        margin: 30px 0px 15px 0px
    }

        .anuncie__contato .link a {
            background: #F69923;
            border-radius: 6px;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            padding: 15px 12px;
            max-width: 300px;
            display: block;
            margin: auto;
            transition: all 0.3s ease;
        }

            .anuncie__contato .link a:hover {
                background: #1877f2;
            }

@media(min-width:992px) {
    .anuncie__texto {
        margin-top: 171px;
    }
}


.box__form.cadastro {
    background-color: #EFEFEF;
}

.anuncie.cadastro .form-group input.animation {
    border: 1px solid #BFC0C2;
    width: 100%;
}

.anuncie.cadastro select {
    border: 0px;
    border: 1px solid #BFC0C2;
    font-size: 14px;
    color: #555;
    outline: none;
    position: relative;
    width: 100%;
}

.anuncie.cadastro .titulo-label-documentos {
    font-size: 14px;
}

.anuncie .form-group label.animation.mais-info {
    background-image: url('img/icon__aviso/icon__info_b.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 2px;
}
