/* Minification failed. Returning unminified contents.
(233,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background: #f9f9f9;
    color: #2f3146;
    font-family: "Jost", sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    color: #fff;
    background-color: #00995D;
}

::selection {
    color: #fff;
    background-color: #00995D;
}

::-moz-selection {
    color: #fff;
    background-color: #00995D;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

.form-check label {
    padding-left: 10px;
}

.btn-primary,
.btn-primary:visited,
.btn-primary.active,
.btn-primary:hover,
.btn-primary::after,
.btn-primary:focus {
    color: #fff;
    background-color: #00995D;
    border-color: #00995D;
}


button {
    cursor: pointer;
}

    .form-control:focus,
    button:visited,
    button.active,
    button:hover,
    button:focus,
    input:visited,
    input.active,
    input:hover,
    input:focus,
    textarea:hover,
    textarea:focus,
    a:hover,
    a:focus,
    a:visited,
    a.active,
    select,
    select:hover,
    select:focus,
    select:visited {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        color: inherit;
    }

.checkmark label {
    padding-left: 5px;
}


.checkmark input[type="radio"] {
    margin-bottom: 20px;
    margin-left: 15px;
}


.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Jost", sans-serif;
}

.pb-100 {
    /*padding-bottom: 100px;*/
    /*padding-bottom: 50px;*/
    padding-bottom: 20px;
}

.pb-200 {
    padding-bottom: 200px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.wrapper {
    margin: 0 auto;
}

.steps-area-fixed {
    position: fixed;
    width: 25% !important;
}

    .steps-area-fixed .multisteps-form__progress {
        padding-top: 0;
    }

    .steps-area-fixed .steps {
        top: 70px;
    }

    .steps-area-fixed + .multisteps-form__form {
        margin-left: 500px;
    }



.conditional {
    display: none;
    margin-top: 30px;
    margin-bottom: 15px;
}

.steps-area {
    float: left;
    width: 30%;
    overflow: hidden;
    max-width: 500px;
}

    .steps-area .steps {
        top: 110px;
        z-index: 9;
        right: 80px;
        position: absolute;
    }

.steps1-area .steps {
    top: 110px;
    z-index: 9;
    right: 80px;
    /*position: absolute;*/
}

.steps-area .steps li {
    /*margin-bottom: 85px;*/
    margin-bottom: 55px;
    position: relative;
}

    .steps-area .steps li:before {
        content: "";
        top: -8px;
        left: -8px;
        width: 55px;
        height: 55px;
        position: absolute;
        border-radius: 100%;
        border: 2px solid ##00995D00;
        z-index: 3;
    }

    .steps-area .steps li span {
        width: 40px;
        color: #fff;
        height: 40px;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        border-radius: 50%;
        background: #bcbdbd;
        position: relative;
        text-align: center;
        display: inline-block;
        z-index: -1;
    }

        .steps-area .steps li span:before {
            content: "";
            width: 2px;
            height: 95px;
            background: #b8b9b9;
            position: absolute;
            right: 18px;
            top: 40px;
        }

        .steps-area .steps li span:after {
            content: "";
            width: 2px;
            height: 0;
            background: #00995D;
            position: absolute;
            right: 18px;
            top: 40px;
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

    .steps-area .steps li.last span:before, .steps-area .steps li.last span:after {
        display: none;
    }

    .steps-area .steps li.js-active span {
        background: #00995D;
    }

        .steps-area .steps li.js-active span:after {
            height: 86px;
        }

    .steps-area .steps li.js-active:before {
        content: "";
        top: -8px;
        left: -8px;
        width: 55px;
        height: 55px;
        position: absolute;
        border-radius: 100%;
        border: 2px solid #00995D;
    }

    .steps-area .steps li.current span {
        background: #00995D;
    }

        .steps-area .steps li.current span:after {
            height: 50px;
        }

.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-header {
    text-align: center;
}

select:disabled {
    background-color: #e9ecef;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    /*background-position-y: 16px;*/
    background-position-y: 7px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

    .form-row .form-holder {
        width: 50%;
        margin-right: 30px;
    }

        .form-row .form-holder:last-child {
            margin-right: 0;
        }

        .form-row .form-holder.w-100 {
            width: 100%;
            margin-right: 0;
        }

    .form-row .select {
        width: 50%;
        margin-right: 30px;
    }

        .form-row .select .form-holder {
            width: 100%;
            margin-right: 0;
        }

.form-holder {
    position: relative;
}

    .form-holder i {
        position: absolute;
        bottom: 7px;
        right: 0;
        font-size: 17px;
    }

.form-control {
    height: 37px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #666;
}

    .form-control:focus {
        border-color: #e9e0cf;
    }

    .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;
    color: #999;
}

    select.form-control option[value=""][disabled] {
        display: none;
    }

.actions {
    bottom: 0;
    right: 15%;
    position: relative;
    float: right;
    margin-bottom: 20px;
}

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .actions li span,
    .actions li .btnPadrao {
        /*height: 75px;*/
        height: 50px;
        /*width: 210px;*/
        width: 150px;
        color: #fff;
        display: block;
        /*font-size: 24px;*/
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        /*line-height: 75px;*/
        line-height: 50px;
        text-align: center;
        background-color: #00995D;
        border: 0;
        cursor: pointer;
        margin-left: 10px;
    }


.btnPequeno {
    width: auto;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    background-color: #00995D;
    border: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.actions li .btnVoltar {
    height: 50px;
    width: 150px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    background: #ccc;
    color: #111;
}

.actions li[aria-disabled=true] span {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: none;
}



/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
    padding-top: 60px;
    height: 100%;
}

.multisteps-form__progress-btn {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    /*font-size: 20px;*/
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    z-index: 1;
}

    .multisteps-form__progress-btn span {
        color: #fff;
    }

    .multisteps-form__progress-btn i {
        /*width: 50px;
  height: 50px;*/
        width: 20px;
        height: 20px;
        left: 0px;
        top: 0px;
        margin-right: 15px;
        /*line-height: 50px;*/
        line-height: 20px;
        position: relative;
        text-align: center;
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 50%;
        z-index: -1;
    }

    .multisteps-form__progress-btn.js-active {
        color: #fff;
    }

        .multisteps-form__progress-btn.js-active span {
            color: #fff;
        }

        .multisteps-form__progress-btn.js-active i {
            color: #fff;
            border-color: #fff;
        }

        .multisteps-form__progress-btn.js-active:after {
            background-color: #fff;
        }

.multisteps-form__form {
    position: relative;
    width: 70%;
    float: left;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    height: 0;
}

    .multisteps-form__panel.js-active {
        opacity: 1;
        visibility: visible;
        overflow: visible;
        height: auto;
    }

    .multisteps-form__panel[data-animation=scaleOut] {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .multisteps-form__panel[data-animation=scaleOut].js-active {
            -webkit-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            transition-timing-function: linear;
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .multisteps-form__panel[data-animation=slideHorz] {
        left: -50px;
    }

        .multisteps-form__panel[data-animation=slideHorz].js-active {
            -webkit-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.25s;
            -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
            -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
            -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
            transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            left: 0;
        }

    .multisteps-form__panel[data-animation=slideVert] {
        top: 30px;
    }

        .multisteps-form__panel[data-animation=slideVert].js-active {
            -webkit-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            transition-timing-function: linear;
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            top: 0;
        }

    .multisteps-form__panel[data-animation=fadeIn].js-active {
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .multisteps-form__panel[data-animation=scaleIn] {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

        .multisteps-form__panel[data-animation=scaleIn].js-active {
            -webkit-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: linear;
            -o-transition-timing-function: linear;
            transition-timing-function: linear;
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

.step-inner-content {
    padding-bottom: 115px;
    border-bottom: 2px solid #dfdfdf;
}

.form-content .step-no {
    font-size: 27px;
    position: relative;
    top: 13px;
    padding-right: 10px
}

.form-content .bottom-line {
    border-bottom: 2px solid #B1D249;
}

.form-content h2 {
    /*font-size: 50px;
  font-weight: 700;
  padding: 85px 0px 20px 0px;*/
    font-size: 36px;
    font-weight: 600;
    padding: 40px 0px 20px 0px;
}

.form-content p {
    color: #5f5f63;
    font-size: 25px;
}

.step-box {
    /*padding-top: 70px;*/
    padding-top: 10px;
    width: 810px;
}

.step-box-content {
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
    /*padding: 55px 20px 35px 20px;*/
    padding: 45px 20px 35px 15px;
    display: block;
    /*min-height: 260px;*/
    min-height: 132px;
}

    .step-box-content input {
        opacity: 0;
    }

    .step-box-content span {
        display: block;
    }

    .step-box-content .step-box-icon {
        margin-bottom: 20px;
    }

    .step-box-content .step-box-text {
        /*font-size: 24px;
	font-size: 22px;
  font-weight: 500;*/
        font-size: 16px;
        font-weight: 600;
    }

.step-box-text {
    margin-top: -55px;
    margin-left: 50px;
}

.service-check-option span {
    top: 15px;
    right: 15px;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #f9f9f9;
    border: 2px solid #e1e1e1;
}

    .service-check-option span:after {
        left: 3px;
        top: 3px;
        content: "";
        width: 17px;
        height: 17px;
        display: none;
        position: absolute;
        border-radius: 100%;
        background-color: #00995D;
    }

.step-box-content.active .service-check-option span:after {
    display: block;
}

.step-progress {
    display: inline-block;
    width: 100%;
    max-width: 510px;
    margin-left: auto;
}

    .step-progress span {
        font-size: 16px;
        color: #2f3146;
    }

    .step-progress .progress {
        margin-top: 5px;
        background-color: #fff;
        border: 2px solid #ededed;
        width: 100%;
        border-radius: 10px;
    }

        .step-progress .progress .progress-bar {
            background-color: #B1D249;
            width: 20%;
            border-radius: 10px;
        }

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.form-inner-area input {
    width: 100%;
    /*height: 70px;*/
    height: 40px;
    padding-left: 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 2px solid #ededed;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    .form-inner-area input:focus {
        -webkit-box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
        box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
        border: 2px solid #00995D
    }

/*comprovante option radio*/
/*.option-selection {
    margin-top: 25px;
}*/

.option-selection h3 {
    color: #5f5f63;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 6px;
}

.option-selection label {
    /*font-size: 19px;*/
    font-size: 16px;
    /*font-weight: 600;*/
    margin-right: 40px;
    display: inline-block;
    min-width: 130px;
    min-height: 30px;
}
/*pix radio*/
.pix-selection {
    margin-top: 35px;
}

    .pix-selection h3 {
        color: #5f5f63;
        font-size: 23px;
        font-weight: 700;
        padding-bottom: 6px;
    }

    .pix-selection label {
        /*font-size: 19px;*/
        font-size: 16px;
        /*font-weight: 600;*/
        margin-right: 40px;
        display: inline-block;
        min-width: 130px;
        min-height: 30px;
    }

.esqueci {
    color: #1dbe72;
    text-decoration: underline;
}

    .esqueci a, .esqueci a:hover {
        color: #1dbe72;
        text-decoration: underline;
    }

.primeiroacesso h4 {
    font-size: 24px;
    font-weight: 600;
    color: #00995D;
}

.primeiroacesso p {
    font-size: 16px;
    margin-top: 10px;
}

.primeiroacesso a, .primeiroacesso a:hover, .primeiroacesso a:link {
    text-decoration: underline;
    color: #1dbe72;
}

.bt-login {
    width: 150px;
    height: 45px;
    float: right;
    line-height: 45px;
    border-radius: 5px;
    display: block;
    background-color: #1dbe72;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.bt-search {
    width: 40px;
    /*height: 45px;*/
    height: 38px;
    float: left;
    /*margin-top: 8px;*/
    line-height: 40px;
    border-radius: 4px;
    display: inline-block;
    background-color: #1dbe72;
    color: #ffffff;
}

    .bt-search img {
        margin-right: 0px;
        margin-top: -10px;
    }


.tablecss {
    /*width: 100%;*/
    min-width: 250px;
    padding: 10px 15px;
    /*display: inline;*/
    border: 1px solid #ededed;
    /*background-color: #FFFFFF;
text-align: center;*/
    width: 33%;
}


.tablecss-th {
    /*width: 100%;*/
    min-width: 250px;
    padding: 5px 15px;
    /*display: inline;
  border: 2px solid #ededed;*/
    background-color: #ededed;
    /*text-align: center;*/
    width: 33%;
    height: 40px;
}

table.scroll {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ededed;
    text-align: center;
    padding: 5px 20px;
}

    table.scroll th,
    table.scroll td,
    table.scroll tr,
    table.scroll thead,
    table.scroll tbody {
        display: block;
    }

        table.scroll thead tr {
            /* fallback */
            width: 97%;
            /* minus scroll bar width */
            width: -webkit-calc(100% - 16px);
            width: -moz-calc(100% - 16px);
            width: calc(100% - 16px);
        }

        table.scroll tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    table.scroll tbody {
        height: 100px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        table.scroll tbody td,
        table.scroll thead th {
            /* width: 19%;*/
            float: left;
            border-right: 1px solid #ededed;
        }

thead tr th {
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

tbody {
    border: 1px solid #ededed;
    background-color: #ffffff;
    min-height: 150px;
}

    tbody td:last-child, thead th:last-child {
        border-right: none !important;
    }



.upload-documents {
    /*margin-top: 30px;*/
}

    .upload-documents h3 {
        color: #5f5f63;
        font-size: 23px;
        font-weight: 700;
        padding-bottom: 15px;
    }

    .upload-documents .upload-araa {
        width: 100%;
        padding: 25px 35px;
        display: inline-block;
        border: 2px solid #ededed;
    }

    .upload-documents .upload-icon {
        margin-right: 30px;
    }

        .upload-documents .upload-icon i {
            /*font-size: 60px;*/
            font-size: 35px;
            color: #d4d4d4;
            /*margin-left: 5px;*/
            margin-left: 20px;
            margin-top: 12px;
        }

    .upload-documents .upload-text {
        float: left;
        margin-top: 8px;
        max-width: 250px;
        display: inline-block;
    }

        .upload-documents .upload-text span {
            font-size: 16px;
            color: #929292;
        }

.upload-option {
    width: 100px;
    height: 40px;
    font-size: 18px;
    float: right;
    margin-top: 0px;
    line-height: 40px;
    border-radius: 4px;
    display: inline-block;
    background-color: #00995D;
    position: absolute;
    font-weight: 500;
    color: #fff;
}

.upload-documents .upload-option label {
    color: #fff;
    font-weight: 500;
}

.busca-documents {
    margin-top: 30px;
}

    .busca-documents th {
        height: 20px;
    }

    .busca-documents h3 {
        color: #5f5f63;
        font-size: 23px;
        font-weight: 700;
        padding-bottom: 15px;
    }

    .busca-documents .upload-araa {
        width: 100%;
        padding: 25px 35px;
        display: inline-block;
        border: 2px solid #ededed;
    }

.upload-documents .upload-icon {
    margin-right: 30px;
}

.busca-documents .busca-text {
    float: left;
    margin-top: 8px;
    max-width: 250px;
    display: inline-block;
}

.busca-documents .upload-text span {
    font-size: 16px;
    color: #929292;
}

.busca-documents .busca-option label {
    color: #fff;
    font-weight: 500;
}

.step-inner-content {
    border-bottom: none;
    padding-bottom: 40px;
}

    .step-inner-content p {
        margin-bottom: 10px;
    }


.numbercard-select p {
    font-size: 18px;
    padding-bottom: 20px;
    color: #999999;
}

.numbercard-select select {
    border: 2px solid #ededed;
    height: 40px;
    width: 100%;
    
    color: #999999;
}

.conta-select p {
    font-size: 18px;
    padding-bottom: 20px;
    color: #999999;
}

.conta-select select {
    border: 2px solid #ededed;
    height: 40px;
    width: 100%;
    color: #999999;
}

.banco-select p {
    font-size: 18px;
    padding-bottom: 20px;
    color: #999999;
}

.banco-select select {
    border: 2px solid #ededed;
    height: 40px;
    width: 100%;
    padding: 0px 30px;
    color: #999999;
}

.comment-box {
    padding-top: 35px;
}

    .comment-box p {
        color: #000000;
        font-size: 18px;
        padding-bottom: 20px;
    }

    .comment-box textarea {
        width: 100%;
        height: 140px;
        border: 2px solid #ededed;
        padding: 20px 30px;
    }

.step-inner-content {
    border-bottom: none;
}

.step-content-area {
    padding-top: 55px;
}



.step-inner-content {
    border-bottom: none;
}



/*---------------------------------------------------- */
/*date-picker - inicio*/
/*----------------------------------------------------*/


.date-picker {
    /*margin-bottom: 3rem;*/
}

    .date-picker span {
        border-radius: 0;
        height: 40px;
        position: absolute;
        width: 40%;
        top: 5px;
        margin-left: 59%;
        display: block;
        text-align: center;
        background: #ececec;
        padding: 10px;
        color: #828282;
        cursor: pointer;
        overflow: hidden;
    }



.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}




.date-picker {
    position: relative;
}

    .date-picker input {
        height: 40px;
        width: 60%;
        padding-left: 45px;
        padding-right: 10px;
        border: 2px solid #ededed;
    }

    .date-picker:before {
        overflow: hidden;
        top: 8px;
        left: 15px;
        content: "";
        font-size: 20px;
        color: #959595;
        font-weight: 900;
        position: absolute;
        font-family: "Font Awesome 5 Free";
    }

    .date-picker:after {
        content: "";
        top: 13px;
        left: 40px;
        height: 20px;
        width: 2px;
        position: absolute;
        background-color: #e0e0e0;
    }


/*---------------------------------------------------- */
/*date-picker fim*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (min-width: 580px) {
    .form-content {
        padding-top: 110px;
        padding-left: 120px;
        padding-right: 15%;
    }
}

@media screen and (max-width: 580px) {
    .steps-area-fixed {
        position: fixed;
    }

        .steps-area-fixed + .multisteps-form__form {
            margin-left: 360px;
        }

    .steps {
        left: 250px;
    }

    .step-box-content .step-box-text h3 {
        /*font-size: 22px;*/
        font-size: 16px;
    }

    .form-content {
        padding-top: 55px;
        padding-left: 80px;
        padding-right: 4%;
    }

    .actions {
        right: 4%;
        bottom: 0;
    }

    .form-content h2 {
        /*font-size: 42px;*/
        font-size: 36px;
    }

    .form-content p {
        font-size: 22px;
    }

    .image-holder {
        width: 490px;
        overflow: hidden;
    }

        .image-holder img {
            /*-o-object-fit: cover;
       object-fit: cover;*/
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
            /*-o-object-position: 79%;
       object-position: 79%;*/
            -o-object-position: 80%;
            object-position: 80%;
        }
}



.plan-area {
    padding-top: 60px;
}

.plan-icon-text {
    /*padding: 55px 60px;*/
    padding: 60px 45px 20px;
    position: relative;
    border: 2px solid #ededed;
    /*width: 48%;*/
    width: 28%;
    float: left;
    margin-right: 4%;
    /*margin-bottom: 30px;*/
    margin-bottom: 30px;
}

    .plan-icon-text input {
        opacity: 0;
    }

    .plan-icon-text:last-of-type {
        margin-right: 0;
    }

    .plan-icon-text:before {
        top: 15px;
        left: 20px;
        display: none;
        color: #00995D;
        font-size: 30px;
        font-weight: 900;
        content: "";
        position: absolute;
        font-family: "Font Awesome 5 Free";
    }

    .plan-icon-text.active:before {
        display: block;
    }

    .plan-icon-text .plan-icon {
        padding-bottom: 20px;
    }

        .plan-icon-text .plan-icon i {
            font-size: 44px;
            color: #00995D;
        }

    .plan-icon-text .plan-text h3 {
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .plan-icon-text .plan-text p {
        font-size: 18px;
    }

.plan-icon img {
    width: 40%;
}




/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */

@media screen and (max-width: 1280px) {
    .form-content h2 {
        /*font-size: 40px;*/
        font-size: 32px;
    }

    .form-content p {
        font-size: 22px;
    }

    .budget-area .opti-list li {
        margin-right: 15px;
    }

        .budget-area .opti-list li:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 1199px) {
    .steps-area-fixed {
        position: static;
        width: 100% !important;
    }

    .steps-area .steps {
        left: 0;
        width: 100%;
        text-align: center;
    }

    .steps-area-fixed + .multisteps-form__form {
        margin-left: 0;
    }

    .steps-area,
    .multisteps-form__form {
        width: 100%;
        max-width: 100%;
    }

    .image-holder {
        width: 100%;
        height: 250px;
        display: block;
        overflow: hidden;
    }

        .image-holder img {
            height: auto;
            width: 100%;
        }

    .form-content {
        width: 100%;
        padding-right: 80px;
    }

    .inner {
        display: inline-block;
        width: 100%;
    }

    .steps li {
        display: inline-block;
        margin-right: 80px;
    }

        .steps li span:before {
            display: none;
        }

        .steps li.js-active span:after {
            width: 100px;
            height: 2px !important;
            right: -100px;
            top: 20px;
        }

    .actions {
        padding: 30px 0px 50px;
        position: static;
        margin-right: 80px;
        float: right;
    }

    .form-content h2 {
        /* padding: 50px 0px 20px 0px;*/
        padding: 30px 0px 20px 0px;
    }

    .actions ul {
        display: block;
    }

        .actions ul li {
            display: inline-block;
        }
}

@media screen and (min-width: 1441px) {
    .form-content {
        padding-top: 110px;
        padding-left: 120px;
        padding-right: 15%;
    }
}

@media screen and (max-width: 1440px) {
    .steps-area-fixed {
        position: fixed;
    }

        .steps-area-fixed + .multisteps-form__form {
            margin-left: 360px;
        }

    .steps {
        left: 250px;
    }

    .step-box-content .step-box-text h3 {
        /*font-size: 22px;*/
        font-size: 16px;
    }

    .form-content {
        padding-top: 55px;
        padding-left: 80px;
        padding-right: 4%;
    }

    .actions {
        right: 4%;
        bottom: 0;
    }

    .form-content h2 {
        /*font-size: 42px;*/
        font-size: 36px;
    }

    .form-content p {
        font-size: 22px;
    }

    .image-holder {
        width: 490px;
        overflow: hidden;
    }

        .image-holder img {
            /*-o-object-fit: cover;
       object-fit: cover;*/
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
            /*-o-object-position: 79%;
       object-position: 79%;*/
            -o-object-position: 80%;
            object-position: 80%;
        }
}

@media screen and (max-width: 1280px) {
    .form-content h2 {
        /*font-size: 40px;*/
        font-size: 32px;
    }

    .form-content p {
        font-size: 22px;
    }

    .budget-area .opti-list li {
        margin-right: 15px;
    }

        .budget-area .opti-list li:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 1199px) {
    .steps-area-fixed {
        position: static;
        width: 100% !important;
    }

    .steps-area .steps {
        left: 0;
        width: 100%;
        text-align: center;
    }

    .steps-area-fixed + .multisteps-form__form {
        margin-left: 0;
    }

    .steps-area,
    .multisteps-form__form {
        width: 100%;
        max-width: 100%;
    }

    .image-holder {
        width: 100%;
        height: 250px;
        display: block;
        overflow: hidden;
    }

        .image-holder img {
            height: auto;
            width: 100%;
        }

    .form-content {
        width: 100%;
        padding-right: 80px;
    }

    .inner {
        display: inline-block;
        width: 100%;
    }

    .steps li {
        display: inline-block;
        margin-right: 80px;
    }

        .steps li span:before {
            display: none;
        }

        .steps li.js-active span:after {
            width: 100px;
            height: 2px !important;
            right: -100px;
            top: 20px;
        }

    .actions {
        padding: 30px 0px 50px;
        position: static;
        margin-right: 80px;
        float: right;
    }

    .form-content h2 {
        /* padding: 50px 0px 20px 0px;*/
        padding: 30px 0px 20px 0px;
    }

    .actions ul {
        display: block;
    }

        .actions ul li {
            display: inline-block;
        }
}

@media screen and (max-width: 991px) {
    .pb-100, .pb-200 {
        padding-bottom: 30px;
    }

    .wizard {
        max-width: 100%;
    }

    .image-holder img {
        height: 521px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .actions {
        position: static;
        padding-right: 10px;
    }

    .steps {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .steps li {
        display: inline-block;
        margin-right: 30px;
        margin-left: 30px;
    }

    .form-content h2 {
        font-size: 26px;
    }

    .form-content p {
        font-size: 18px;
    }

    .step-box-content {
        margin-bottom: 30px;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .form-content .step-no {
        display: block;
        margin-bottom: 30px;
    }

    .upload-documents .upload-option {
        float: none;
    }

    .step-inner-content {
        padding-bottom: 50px;
    }

    .budget-area .opti-list li {
        font-size: 14px;
    }

    .actions {
        position: static;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto;
        float: none;
        padding: 0;
    }

        .actions ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .actions li span {
            height: 60px;
            width: 170px;
            line-height: 60px;
        }

    .plan-icon-text {
        margin-bottom: 20px;
    }

    .plan-icon-text {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .pb-100, .pb-200 {
        padding-bottom: 30px;
    }

    .wizard {
        max-width: 100%;
    }

    .image-holder img {
        height: 521px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .actions {
        position: static;
        padding-right: 10px;
    }

    .steps {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .steps li {
        display: inline-block;
        margin-right: 30px;
        margin-left: 30px;
    }

    .form-content h2 {
        font-size: 26px;
    }

    .form-content p {
        font-size: 18px;
    }

    .step-box-content {
        margin-bottom: 30px;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .form-content .step-no {
        display: block;
        margin-bottom: 30px;
    }

    .upload-documents .upload-option {
        float: none;
    }

    .step-inner-content {
        padding-bottom: 50px;
    }

    .budget-area .opti-list li {
        font-size: 14px;
    }

    .actions {
        position: static;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto;
        float: none;
        padding: 0;
    }

        .actions ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .actions li span {
            height: 60px;
            width: 170px;
            line-height: 60px;
        }
}

@media screen and (max-width: 580px) {
    .steps li {
        margin-right: 15px;
        margin-left: 15px;
    }

        .steps li.js-active span:after {
            width: 70px;
            height: 2px !important;
            right: -70px;
            top: 19px;
        }

    .form-content {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 460px) {
    .steps li {
        margin-right: 10px;
        margin-left: 10px;
    }

        .steps li.js-active span:after {
            width: 60px;
            right: -60px;
        }
}
/*---------------------------------------------------- */

