@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
#produtoDev\[\],
tabel,
td:hover,
tr {
    background-color: transparent!important
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}
.wrapper,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    font-family: Nunito
}
.error a:after,
.wizard>.steps li a:after {
    content: "";
    height: 2px;
    position: absolute;
    top: 5px;
    transition: .6s
}
.form-holder,
.select,
.wizard,
.wizard>.content,
div#resultado {
    position: relative
}
button,
h3,
input,
select,
textarea {
    font-size: 15px
}
h2.hello,
h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.form-header,
.form-row,
p {
    text-align: left
}
body {
    background: #fff;
    color: #000;
    font-weight: 300
}
:focus {
    outline: 0
}
h2.hello,
h4.hello {
    /*background-color: #fff;*/
    text-align: center
}
.oculta,
.wizard>.steps .current-info,
.wizard>.steps .number,
.wizard>.steps li:first-child a:after,
.wizard>.steps li:first-child a:before,
select.form-control option[value=""][disabled] {
    display: none
}
.actions ul,
.form-row,
.inner,
.wizard>.steps ul,
.wrapper {
    display: flex
}
.form-group {
    margin-bottom: 5px!important
}
label.error {
    margin-top: 5px
}
label {
    font-size: 13px !important;
}
.maozinha:hover {
    cursor: pointer
}
div#resultado {
    background-color: #e6e6e6;
    padding: 0 15px;
    z-index: 9;
    margin-top: 40px;
    width: 100%
}
#resultado p {
    border-bottom: 1px solid #d6d6d6;
    padding: 5px
}
.linhas {
    background-color: #f9f9f9;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 5px
}
#produtoDev\[\] {
    border: none!important;
    color: #000;
    font-size: 14px!important
}
.btn-warning {
    font-size: 10px!important;
    padding: 3px 5px
}
.btn-primary {
    background: #134cd8;
    border: 1px solid #134cd8;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px
}
.inner,
.wrapper {
    /*background: #fff*/
}
.image-holder img {
    border-radius: 50%;
}
.hello {
    line-height: 1.5
}
h2.hello {
    padding: 15px;
    font-weight: 900;
    font-size: 16px
}
h4.hello {
    color: #000;
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0
}
ul {
    padding: 0;
    list-style: none
}
a {
    text-decoration: none
}
textarea {
    resize: none
}
input.error,
select.error {
    border: 2px solid #c20505!important;
    color: #c20505!important
}
.error.checked a {
    background: #c20505!important
}
.error a:after {
    width: 0;
    background: #134cd8;
    left: -68px
}
img {
    max-width: 200px
}
.wrapper {
    height: 100vh;
    align-items: center;
    justify-content: center
}
.wizard {
    margin: 0 auto;
    width: 100%
}
.wizard>.steps {
    z-index: 9;
    margin: 20px auto;
    width: 100%
}
.wizard>.steps ul {
    justify-content: center
}
.wizard>.steps li a {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d6d6d6;
    margin-right: 45px;
    position: relative
}
.wizard>.steps li a:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #d6d6d6;
    position: absolute;
    right: 22px;
    top: 5px
}
.wizard>.steps li a:after {
    width: 0;
    left: -34px
}
.wizard>.steps li.checked a:after {
    width: 25px
}
.form-row .form-holder:last-child,
.wizard>.steps li:last-child a {
    margin-right: 0
}
.image-holder {
    width: 30%;
    margin: auto
}
.form-content {
    width: 70%;
    padding-top: 30px;
    padding-left: 51px;
    padding-right: 51px
}
h3 {
    letter-spacing: 0;
    padding: 5px 0;
    display: inline-block
}
p {
    font-size: 12px;
    color: #000
}
.form-row {
    margin-bottom: 18px
}
.form-row .form-holder,
.form-row .select {
    width: 50%;
    margin-right: 30px
}
.form-row .form-holder.w-100,
.form-row .select .form-holder {
    width: 100%;
    margin-right: 0
}
.select .select-control {
    height: 37px;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer
}
.select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    border: 1px solid #81acee
}
.select .dropdown li {
    padding: 5px 10px
}
.select .dropdown li:hover {
    background: #81acee;
    color: #fff
}
.form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 17px
}
.form-control {
    width: 100%;
    color: #666
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-moz-placeholder {
    color: #999
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control:-moz-placeholder {
    color: #999
}
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}
textarea.form-control {
    padding: 8px 5px;
    /*background: url(../images/textarea-bg.png) right bottom 3px no-repeat*/
}
.actions {
    position: relative;
    margin: 20px 0;
    float: right
}
.custom-select {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #000 !important;
}
.actions li a {
    padding: 0 0 0 28px;
    border: none;
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff;
    cursor: pointer;
    position: relative
}
.swal2-html-container p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.actions li:last-child a,
.actions li:nth-child(2) a {
    margin-left: 20px
}
.actions li:last-child a {
    width: 100px
}
.actions li:last-child a:before {
    content: '\f26b';
    position: absolute;
    top: 8px;
    right: 10px;
    font-family: Material-Design-Iconic-Font
}
.actions li[aria-disabled=true] a {
    opacity: 0;
    transition: 1s
}
.actions li[aria-disabled=false]~li a {
    color: #fff
}
.checkbox-tick label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative
}
.checkbox-tick label.male {
    margin-right: 26px
}
.checkbox-circle input,
.checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}
.checkbox-tick input:checked~.checkmark {
    background: #999
}
.checkbox-circle input:checked~.checkmark:after,
.checkbox-tick input:checked~.checkmark:after {
    display: block
}
.checkbox-tick .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #999;
    border-radius: 50%;
    font-family: Material-Design-Iconic-Font;
    color: #fff;
    font-size: 11px
}
.checkbox-tick .checkmark:after {
    top: 0;
    left: 2px;
    position: absolute;
    display: none;
    content: '\f26b'
}
.checkbox-circle {
    position: relative;
    padding-left: 23px;
    margin-top: 41px;
    width: 63%
}
.checkbox-circle.mt-24 {
    margin-top: 24px
}
.checkbox-circle label {
    cursor: pointer;
    color: #999;
    font-size: 13px;
    line-height: 1.9;
    transform: translateY(-5px)
}
.checkbox-circle label a {
    color: #134cd8
}
.checkbox-circle label a:hover {
    color: #89b843
}
.checkbox-circle .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #999
}
.checkbox-circle .checkmark:after {
    content: "";
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    display: none
}
@media (max-width: 991px) {
    .wizard {
        max-width: 768px
    }
}
@media (max-width: 767px) {
    .form-row,
    .inner {
        display: block
    }
    .inner {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none
    }
    .checkbox-circle,
    .image-holder,
    .image-holder img {
        width: 100%
    }
    .form-content {
        width: 100%;
        padding: 20px 20px 30px
    }
    .form-row .form-holder,
    .form-row .select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px
    }
    .wrapper {
        height: 1201px;
        background: 0 0
    }
    .wizard {
        height: 100%
    }
    .wizard>.steps {
        z-index: 9;
        margin: 20px auto;
        width: 100%
    }
    .actions {
        right: 50%;
        transform: translateX(50%);
        bottom: 3%
    }
    h2.hello {
        font-size: 14px
    }
    .corpo {
        margin: 20px auto auto!important
    }
}