.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox::before {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .w-checkbox::after {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        clear: both;
    }

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

    .w-form-formradioinput--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

    .w-form-formradioinput--inputType-custom.w--redirected-checked {
        border-top-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
    }

.div-block {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0053a1;
}

.div-block-2 {
    padding: 20px 40px 50px;
    border-radius: 5px;
    background-color: #fff;
}

.text-block {
    margin-bottom: 20px;
    padding: 0px;
    font-family: Oswald, sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.paragraph {
    font-family: 'PT Sans', sans-serif;
    color: #b1b1b1;
    font-weight: 500;
}

    .paragraph.italic {
        color: #fd7878;
        font-style: italic;
    }

.form-block {
    width: auto;
    margin-top: 60px;
}

.text-field {
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}

    .text-field.grey {
        border-color: #b1b1b1;
    }

    .text-field.nopaddb {
        margin-bottom: 0px;
    }

.submit-button {
    margin-top: auto;
    padding-right: 30px;
    padding-left: 30px;
    float: right;
    border-radius: 24px;
    background-color: #5aa9ff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

    .submit-button.green {
        background-color: #31bc87;
    }

    .submit-button._100 {
        width: 140px;
        text-align: center;
    }

.text-block-2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

    .text-block-2.padtop {
        margin-top: 10px;
    }

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.columns-2 {
    margin-top: 40px;
}

.section-2 {
    height: 100%;
    padding-top: 121px;
    padding-bottom: 56px;
}

.form-block-2 {
    margin-bottom: 0px;
    padding: 40px 10px 10px;
    background-color: #fff;
}

.text-block-3 {
    margin-top: 10px;
    float: right;
    font-family: 'PT Sans', sans-serif;
    color: #8e8e93;
    font-size: 15px;
    font-weight: 400;
}

    .text-block-3.blue {
        color: #5aa9ff;
        font-weight: 700;
    }

        .text-block-3.blue.center {
            float: none;
            text-align: center;
        }

        .text-block-3.blue.geen {
            color: #31bc87;
        }

    .text-block-3.green {
        display: block;
        margin-bottom: 20px;
        float: none;
        color: #31bc87;
        font-weight: 700;
        text-align: center;
    }

    .text-block-3.tolines {
        margin-top: 0px;
        text-align: right;
    }

    .text-block-3.green {
        display: block;
        margin-bottom: 20px;
        float: none;
        color: #31bc87;
        font-weight: 700;
        text-align: center;
    }

    .text-block-3.blue {
        color: #5aa9ff;
        font-weight: 700;
    }

        .text-block-3.blue.center {
            float: none;
            text-align: center;
        }

.dropdown-toggle {
    width: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #5aa9ff;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

    .dropdown-toggle.w--open {
        width: 130px;
    }

    .dropdown-toggle.green {
        background-color: #31bc87;
    }

.dropdown-list {
    background-color: #fff;
}

    .dropdown-list.w--open {
        border: 2px solid #5aa9ff;
    }

.checkbox-field {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    border-bottom: 1px none rgba(0, 0, 0, 0.25);
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 12px;
}

.list-item {
    margin-bottom: 20px;
}

.select-field {
    width: 90px;
    border: 2px solid #5aa9ff;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #b1b1b1;
}

    .select-field._90 {
        width: 90px;
        border: 2px solid #5aa9ff;
    }

.heading {
    margin-bottom: 20px;
    margin-left: 0px;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 26px;
    font-weight: 400;
}

    .heading.green {
        position: static;
        top: 120px;
        margin-top: 0px;
        background-color: transparent;
        color: #31bc87;
    }

    .heading.orange {
        color: #ff9b65;
    }

.submit-button-2 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: #007aff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

    .submit-button-2:hover {
        background-color: #5aa9ff;
    }

    .submit-button-2.green {
        background-color: #31bc87;
    }

        .submit-button-2.green._220 {
            width: 220px;
            margin-top: 20px;
        }

    .submit-button-2._220right {
        width: 220px;
        float: right;
    }

    .submit-button-2.red {
        background-color: #fd7878;
    }

    .submit-button-2._210 {
        width: 210px;
    }

        .submit-button-2._210:hover {
            background-color: #5aa9ff;
        }

    .submit-button-2.grey {
        margin-bottom: 10px;
        background-color: #8e8e93;
    }

        .submit-button-2.grey:hover {
            background-color: #b1b1b1;
        }

    .submit-button-2.white {
        background-color: #f1f1f1;
        color: #b1b1b1;
    }

    .submit-button-2.coral {
        padding-left: 35px;
        background-color: #fd7878;
        background-image: url('../images/Trazado-1339.svg');
        background-position: 55px 50%;
        background-size: 15px;
        background-repeat: no-repeat;
        color: #263238;
    }

.div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-bottom: 40px;
    padding-left: 156px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-3 {
    width: 900px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.column-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-5 {
    padding-right: 0px;
    padding-left: 0px;
}

.text-block-4 {
    font-family: 'PT Sans', sans-serif;
    color: #555;
    font-size: 15px;
    text-align: center;
}

    .text-block-4.grey {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #b1b1b1;
    }

.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    padding-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/fondouploadfile.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paso2-2 {
    display: none;
    height: 50px;
    background-image: url('../images/paso2.svg'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso2 {
    height: 50px;
    background-image: url('../images/2_12.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso1 {
    height: 50px;
    background-image: url('../images/1_11.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso1-2 {
    display: none;
    height: 50px;
    background-image: url('../images/ok_1ok.png'), url('../images/Lineblue.svg');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso3 {
    height: 50px;
    background-image: url('../images/3_13.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso3-2 {
    display: none;
    height: 50px;
    background-image: url('../images/3.svg'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso4 {
    height: 50px;
    background-image: url('../images/4_14.png');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.paso4-2 {
    display: none;
    height: 50px;
    background-image: url('../images/4.svg');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.paso2-3 {
    display: none;
    height: 50px;
    background-image: url('../images/ok_1ok.png'), url('../images/Lineblue.svg');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso3-3 {
    display: none;
    height: 50px;
    background-image: url('../images/ok_1ok.png'), url('../images/Lineblue.svg');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso4-3 {
    display: none;
    height: 50px;
    background-image: url('../images/ok_1ok.png');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.tab1 {
    position: static;
}

.tab2 {
    display: none;
}

.tab3 {
    display: none;
}

.tab4 {
    display: none;
}

.btntab1on {
    display: block;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0px 0px, 0% 50%, 100% 50%;
    background-size: auto, 1px, 1px;
    background-repeat: repeat, no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

    .btntab1on.green {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#31bc87)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
        background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
        background-position: 0px 0px, 0% 50%, 100% 50%;
        background-size: auto, 1px, 1px;
        background-repeat: repeat, no-repeat, no-repeat;
    }

.btntab1off {
    display: none;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-color: #263238;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0% 50%, 100% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btntab2on {
    display: none;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0px 0px, 0% 50%, 100% 50%;
    background-size: auto, 1px, 1px;
    background-repeat: repeat, no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

    .btntab2on.green {
        display: none;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#31bc87)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
        background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
        background-position: 0px 0px, 0% 50%, 100% 50%;
        background-size: auto, 1px, 1px;
        background-repeat: repeat, no-repeat, no-repeat;
    }

.btntab3on {
    display: none;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0px 0px, 0% 50%, 100% 50%;
    background-size: auto, 1px, 1px;
    background-repeat: repeat, no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

    .btntab3on.green {
        display: none;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#31bc87)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
        background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
        background-position: 0px 0px, 0% 50%, 100% 50%;
        background-size: auto, 1px, 1px;
        background-repeat: repeat, no-repeat, no-repeat;
    }

.btntab4on {
    display: none;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0px 0px, 0% 50%, 100% 50%;
    background-size: auto, 1px, 1px;
    background-repeat: repeat, no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

    .btntab4on.green {
        display: none;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#31bc87)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
        background-image: linear-gradient(180deg, #263238, #31bc87), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
        background-position: 0px 0px, 0% 50%, 100% 50%;
        background-size: auto, 1px, 1px;
        background-repeat: repeat, no-repeat, no-repeat;
    }

.btntab2off {
    display: block;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-color: #263238;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0% 50%, 100% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.columns-4 {
    display: block;
    width: 940px;
}

.btntab3off {
    display: block;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-color: #263238;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0% 50%, 100% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btntab4off {
    display: block;
    width: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    background-color: #263238;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0% 50%, 100% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.image-2 {
    width: 170px;
}

.div-block-10 {
    position: fixed;
    left: auto;
    top: -160px;
    right: -130px;
    bottom: auto;
    z-index: 9999;
    width: 400px;
    height: 400px;
    background-image: url('../images/isofade.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.background-video {
    position: absolute;
}

.container {
    background-color: transparent;
}

.div-block-12 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: block;
    height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0053a1;
    background-image: url('../images/logo-new.svg');
    background-position: 50% 50%;
    background-size: 200px;
    background-repeat: no-repeat;
}

    .div-block-12.entidad {
        background-image: url('../images/logo.svg');
        background-position: 12% 50%;
        background-size: 125px;
        display: flex;
        justify-content: flex-end;

    }

.div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 375px;
    height: 100px;
    padding-right: 30px;
    padding-left: 30px;
    float: right;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 10px solid #31bc87;
    background-color: #005eb7;
}

    .div-block-13.lightblue {
        border-bottom-color: #5aa9ff;
    }

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-toggle-2 {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

.div-block-14 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 998;
    width: auto;
    height: 100vh;
    margin-left: 0px;
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    background-color: #354148;
}

.link-2 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 2px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url('../images/iconhome.svg');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}

    .link-2:hover {
        background-image: url('../images/iconhome-over.svg');
        background-position: 0% 50%;
        background-size: auto;
        background-repeat: no-repeat;
        color: #31bc87;
    }

    .link-2:active {
        color: #31bc87;
    }

    .link-2:focus {
        background-image: url('../images/iconhome-over.svg');
        background-position: 0% 50%;
        background-size: auto;
        background-repeat: no-repeat;
        color: #31bc87;
    }

    .link-2:visited {
        background-image: url('../images/iconhome-over.svg');
        background-position: 0% 50%;
        background-size: auto;
        background-repeat: no-repeat;
        color: #31bc87;
    }

    .link-2.btn2 {
        background-image: url('../images/icondatos.svg');
        background-size: auto;
    }

        .link-2.btn2:hover {
            background-image: url('../images/icondatos-over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn2:active {
            background-image: url('../images/icondatos-over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn2:focus {
            background-image: url('../images/iconsolicitud-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

    .link-2.btn3 {
        background-image: url('../images/icon_grupofamiliar.svg');
    }

        .link-2.btn3:hover {
            background-image: url('../images/icon_grupofamiliar_over.svg');
            background-position: 0% 50%;
            background-size: 20px;
            background-repeat: no-repeat;
        }

        .link-2.btn3:active {
            color: #31bc87;
        }

        .link-2.btn3:focus {
            background-image: url('../images/icon_grupofamiliar_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn3:visited {
            background-image: none;
            background-position: 0px 0px;
            background-size: auto;
            background-repeat: repeat;
        }

    .link-2.btn4 {
        background-image: url('../images/iconaportes.svg');
    }

        .link-2.btn4:hover {
            background-image: url('../images/iconaportes-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn4:active {
            color: #31bc87;
        }

        .link-2.btn4:focus {
            background-image: url('../images/iconaportes-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn4:visited {
            background-image: url('../images/iconaportes-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

    .link-2.btn5 {
        background-image: url('../images/iconsolicitud.svg');
        background-position: 0% 50%;
        background-size: auto;
        color: #fff;
    }

        .link-2.btn5:hover {
            background-image: url('../images/iconsolicitud-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
            color: #31bc87;
        }

        .link-2.btn5:focus {
            background-image: url('../images/iconsolicitud-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
            color: #31bc87;
        }

        .link-2.btn5:visited {
            background-image: url('../images/iconsolicitud-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
            color: #31bc87;
        }

    .link-2.btn6 {
        background-image: url('../images/icon_empresa.svg');
        background-position: 0% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

        .link-2.btn6:hover {
            background-image: url('../images/icon_empresa_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn6:active {
            background-image: url('../images/icon_empresa_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn6:focus {
            background-image: url('../images/icon_empresa_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn6:visited {
            background-image: url('../images/icon_empresa_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

    .link-2.btn7 {
        background-image: url('../images/icon_jubilados.svg');
        background-position: 0% 50%;
        background-size: auto;
    }

        .link-2.btn7:hover {
            background-image: url('../images/icon_jubilados_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn7:active {
            background-image: url('../images/icon_jubilados_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn7:focus {
            background-image: url('../images/icon_jubilados_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn7:visited {
            background-image: url('../images/icon_jubilados_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

    .link-2.btn8 {
        background-image: url('../images/icon_denuncias.svg');
        background-position: 0% 50%;
        background-size: auto;
    }

        .link-2.btn8:hover {
            background-image: url('../images/icon_denuncias_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn8:active {
            background-image: url('../images/icon_denuncias_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn8:focus {
            background-image: url('../images/icon_denuncias_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn8:visited {
            background-image: url('../images/icon_denuncias_over.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

    .link-2.btn9 {
        background-image: url('../images/icontablero.svg');
        background-position: 0% 50%;
        background-size: auto;
    }

        .link-2.btn9:hover {
            background-image: url('../images/icontablero-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn9:active {
            background-image: url('../images/icontablero-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn9:focus {
            background-image: url('../images/icontablero-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn9:visited {
            background-image: url('../images/icontablero-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

    .link-2.btn10 {
        background-image: url('../images/iconticket.svg');
        background-position: 0% 50%;
        background-size: auto;
    }

        .link-2.btn10:hover {
            background-image: url('../images/iconticket-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn10:active {
            color: #31bc87;
        }

        .link-2.btn10:focus {
            background-image: url('../images/iconticket-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

        .link-2.btn10:visited {
            background-image: url('../images/iconticket-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

    .link-2.btn11 {
        background-image: url('../images/iconconfiguracion.svg');
        background-position: 0% 50%;
        background-size: auto;
    }

        .link-2.btn11:hover {
            background-image: url('../images/iconconfiguracion-o.svg'), url('../images/iconconfiguracion.svg');
            background-position: 0% 50%, 0% 50%;
            background-size: auto, auto;
            background-repeat: no-repeat, no-repeat;
        }

        .link-2.btn11:active {
            background-image: url('../images/iconconfiguracion-o.svg'), url('../images/iconconfiguracion.svg');
            background-position: 0% 50%, 0% 50%;
            background-size: auto, auto;
            background-repeat: no-repeat, no-repeat;
        }

        .link-2.btn11:focus {
            background-image: url('../images/iconconfiguracion-o.svg');
            background-position: 0% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

.div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    padding-left: 30px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-3 {
    display: block;
    margin-right: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.text-block-5 {
    color: #fff;
    font-size: 16px;
}

.text-block-6 {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    padding-top: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.div-block-17 {
    position: static;
    top: 180px;
    width: 100%;
    margin-bottom: 10px;
    float: right;
}

.text-field-2 {
    position: static;
    top: 220px;
    padding-left: 50px;
    border: 1px none #000;
    border-radius: 24px;
    background-color: #e0e0e0;
    opacity: 1;
    color: #555;
}

.checkbox-field-3 {
    display: inline-block;
    padding-left: 0px;
}

    .checkbox-field-3.violet {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        height: auto;
        padding-top: 5px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background-image: url('../images/baseviolet.svg');
        background-position: 0% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        color: #5aa9ff;
        text-decoration: none;
    }

    .checkbox-field-3.orange {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        padding-top: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-image: url('../images/baseorange.svg');
        background-position: 0% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        color: #ff9b65;
        text-decoration: none;
    }

    .checkbox-field-3.green {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        padding-top: 5px;
        background-image: url('../images/basecheck-green.svg');
        background-position: 0% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        color: #31bc87;
        text-decoration: none;
    }

    .checkbox-field-3.red {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        padding-top: 5px;
        background-image: url('../images/basered.svg');
        background-position: 0% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        color: #fd7878;
        text-decoration: none;
    }

.checkbox-label-2 {
    margin-right: 0px;
    padding-left: 0px;
    color: #b1b1b1;
    font-size: 12px;
    text-decoration: none;
}

.image-4 {
    float: right;
}

.div-block-19 {
    height: auto;
    margin-right: 20px;
    margin-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #5aa9ff #5aa9ff #a0a0a0;
}

.text-block-7 {
    margin-bottom: 5px;
    color: #31bc87;
    text-decoration: none;
    text-transform: uppercase;
}

    .text-block-7.modificadas {
        color: #ff9b65;
    }

    .text-block-7.ingresadas {
        color: #5aa9ff;
    }

    .text-block-7.rechazadas {
        color: #fd7878;
    }

.text-block-8 {
    color: #b1b1b1;
    text-transform: none;
}

.link-block-2 {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 20px;
    float: right;
    background-image: url('../images/lupa2.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .link-block-2:hover {
        background-image: url('../images/lupa2-o.svg'), url('../images/lupa2.svg');
        background-position: 50% 50%, 0px 0px;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
    }

.link-block-3 {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 20px;
    float: right;
    background-image: url('../images/Exportar.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .link-block-3:hover {
        background-image: url('../images/Exportar-o.svg'), url('../images/Exportar.svg');
        background-position: 50% 50%, 50% 50%;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
    }

.link-block-4 {
    width: 30px;
    height: 32px;
    margin-top: 5px;
    margin-right: 20px;
    float: right;
    background-image: url('../images/Imprimir.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-transform: lowercase;
}

    .link-block-4:hover {
        background-image: url('../images/Imprimir-o.svg'), url('../images/Imprimir.svg');
        background-position: 50% 50%, 50% 50%;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
    }

.link-block-5 {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-image: url('../images/icontelefono.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    .link-block-5:hover {
        background-image: url('../images/icontelefono-o.svg'), url('../images/icontelefono.svg');
        background-position: 50% 50%, 50% 50%;
        background-size: auto, auto;
        background-repeat: no-repeat, no-repeat;
    }

.link-block-6 {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-image: url('../images/iconmail.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    .link-block-6:hover {
        background-image: url('../images/iconmail-o.svg');
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

.link-block-7 {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-image: url('../images/iconfacebook.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    font-style: italic;
}

    .link-block-7:hover {
        background-image: url('../images/iconfacebook-o.svg');
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

.link-block-8 {
    width: 20px;
    height: 20px;
    background-image: url('../images/iconinstagram.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    .link-block-8:hover {
        background-image: url('../images/iconinstagram-o.svg');
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

.div-block-20 {
    margin-top: 100px;
}

.dropdown-list-2 {
    background-color: #fff;
}

.dropdown-link {
    border: 1px none #000;
    color: #5aa9ff;
}

.divmostrardatos {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-block-3 {
    margin-bottom: 0px;
}

.div-solicitud {
    position: static;
    display: block;
    margin-top: 35px;
    background-color: #fff;
}

.txtpaginas {
    display: inline-block;
    color: #555;
    text-align: center;
}

.div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.linkpaginas {
    color: #555;
}

.section-3 {
    display: block;
    margin-top: 20px;
    padding-top: 100px;
    padding-left: 15%;
}

.div-block-23 {
    position: static;
    top: 100px;
    z-index: auto;
    margin-top: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
}

.dropdown {
    width: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    font-family: 'PT Sans', sans-serif;
    color: #b1b1b1;
}

.dropdown-toggle-3 {
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    background-color: #fff;
}

.text-block-9 {
    color: #b1b1b1;
}

.icon {
    margin-right: 5px;
    color: #b1b1b1;
}

.dropdown-list-4 {
    background-color: #fff;
}

    .dropdown-list-4.w--open {
        overflow: auto;
        height: 200px;
        margin-top: 0px;
        border: 1px solid #b1b1b1;
        background-color: #fff;
    }

.dropdown-link-2 {
    background-color: #f7f7f7;
    color: #202124;
    font-size: 16px;
    font-weight: 400;
}

    .dropdown-link-2:hover {
        background-color: #ebeded;
        color: #5aa9ff;
    }

.html-embed {
    margin-top: 0px;
}

.column-7 {
    padding-top: 10px;
}

.columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grilla {
    display: block;
    height: 45px;
    margin-top: -2px;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #5aa9ff;
    border-radius: 5px;
}

.btn_grilla {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: transparent;
}

.txt_grilla {
    display: inline-block;
    margin-top: 3px;
    font-family: 'PT Sans', sans-serif;
    color: #202124;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.div-block-24 {
    float: right;
}

.mensaje_ayuda {
    position: static;
    padding-left: 25px;
    background-image: url('../images/icon_help.svg');
    background-position: 0px 0px;
    background-size: 20px;
    background-repeat: no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #b1b1b1;
    font-size: 12px;
}

.checkbox_grilla {
    font-family: 'PT Sans', sans-serif;
    color: #b1b1b1;
    font-size: 11px;
}

.radiob_grilla {
    font-family: 'PT Sans', sans-serif;
    color: #b1b1b1;
    font-size: 13px;
}

.columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.div-empresas {
    display: block;
    margin-top: 35px;
    background-color: #fff;
}

.btn-lupa {
    position: relative;
    left: 17px;
    top: 40px;
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    float: none;
    background-color: transparent;
    background-image: url('../images/lupa2-o.svg');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

    .btn-lupa:hover {
        background-image: url('../images/lupa2.svg');
        background-position: 50% 50%;
        background-size: 20px 20px;
    }

.mp_inicio {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bgimg.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bgimg.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.mp_externa {
    background-color: #263238;
}

.paso1-orange {
    height: 50px;
    background-image: url('../images/1orange_11orange.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso1-2-orange {
    display: none;
    height: 50px;
    background-image: url('../images/1okorange_11okorange.png'), url('../images/lineorange.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso2-orange {
    height: 50px;
    background-image: url('../images/2_12.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso2-2-orange {
    display: none;
    height: 50px;
    background-image: url('../images/2orange_12orange.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso3-3-orange {
    display: none;
    height: 50px;
    background-image: url('../images/1okorange_11okorange.png'), url('../images/lineorange.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso3-orange {
    height: 50px;
    background-image: url('../images/3_13.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso2-3-orange {
    display: none;
    height: 50px;
    background-image: url('../images/1okorange_11okorange.png'), url('../images/lineorange.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso3-2-orange {
    display: none;
    height: 50px;
    background-image: url('../images/3orange_13orange.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso4-orange {
    height: 50px;
    background-image: url('../images/4_14.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso4-2-orange {
    display: none;
    height: 50px;
    background-image: url('../images/4orange_14orange.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.paso4-3-orange {
    display: none;
    height: 50px;
    background-image: url('../images/1okorange_11okorange.png'), url('../images/lineorange.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-left: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-7 {
    width: 900px;
}

.column-9 {
    padding-right: 0px;
    padding-left: 0px;
}

.paso5-orange {
    width: 50px;
    height: 50px;
    background-image: url('../images/5orange_15orange.png');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.paaso5-2-orange {
    display: none;
    width: 50px;
    height: 50px;
    background-image: url('../images/5-2orange_15-2orange.png');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.paso5-3-orange {
    display: none;
    width: 50px;
    height: 50px;
    background-image: url('../images/1okorange_11okorange.png');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.btn-tab {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: hsla(0, 0%, 100%, 0.25);
    text-align: center;
    text-decoration: none;
}

    .btn-tab:active {
        background-color: transparent;
    }

.btn-on-fa {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#005eb7));
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), linear-gradient(180deg, #263238, #005eb7);
    background-position: 100% 50%, 0% 50%, 0px 0px;
    background-size: 1px, 1px, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-of-fa {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 100% 50%, 0% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.list {
    width: 188px;
    margin-bottom: 0px;
    float: left;
}

.tab2-fa {
    display: none;
}

.tab3-fa {
    display: none;
}

.tab4-fa {
    display: none;
}

.tab5-fa {
    display: none;
}

.btn-2-on-fa {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#005eb7));
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), linear-gradient(180deg, #263238, #005eb7);
    background-position: 0% 50%, 100% 50%, 0px 0px;
    background-size: 1px, 1px, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-2-of-fa {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 100% 50%, 0% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-3-of-fa {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0% 50%, 100% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-4-of-fa {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 100% 50%, 0% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-5-of-fa {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0% 50%, 100% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-3-on-fa {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#005eb7));
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), linear-gradient(180deg, #263238, #005eb7);
    background-position: 100% 50%, 0% 50%, 0px 0px;
    background-size: 1px, 1px, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-4-on-fa {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#0053a1));
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), linear-gradient(180deg, #263238, #0053a1);
    background-position: 100% 50%, 0% 50%, 0px 0px;
    background-size: 1px, 1px, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-5-on-fa {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), -webkit-gradient(linear, left top, left bottom, from(#263238), to(#0053a1));
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png'), linear-gradient(180deg, #263238, #0053a1);
    background-position: 100% 50%, 0% 50%, 0px 0px;
    background-size: 1px, 1px, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-cerrar {
    float: right;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.form-block-4 {
    margin-top: 20px;
}

.columns-8 {
    margin-top: 10px;
}

.column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.separador {
    height: 30px;
}

.columns-9 {
    margin-top: 40px;
}

.background-video-2 {
    height: 100vh;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 50, 56, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(180deg, rgba(38, 50, 56, 0.9), rgba(0, 0, 0, 0.9));
}

.section-4 {
    margin-top: 120px;
}

.paragraph-2 {
    margin-top: 100px;
    margin-bottom: 60px;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    text-align: center;
}

.text-field-3 {
    width: 540px;
    padding-left: 30px;
    border: 1px none #000;
    background-color: transparent;
    background-image: url('../images/line600_1line600.png'), url('../images/user_1user.png');
    background-position: 0% 100%, 0% 50%;
    background-size: auto, 15px;
    background-repeat: repeat-x, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

.text-field-4 {
    width: 540px;
    padding-left: 30px;
    border: 1px none #000;
    background-color: transparent;
    background-image: url('../images/line600_1line600.png'), url('../images/pass_1pass.png');
    background-position: 0% 100%, 0% 50%;
    background-size: auto, 15px;
    background-repeat: repeat-x, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

.checkbox-label-3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: 'PT Sans', sans-serif;
    color: #cecece;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

    .link-3:hover {
        color: hsla(0, 0%, 80.8%, 0.8);
    }

.div-block-28 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(53, 65, 72, 0.8);
}

.div-block-29 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(53, 65, 72, 0.8);
}

.text-block-10 {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.text-span {
    color: #5aa9ff;
}

.link-4 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 16px;
    height: 16px;
    margin-top: 50px;
    margin-right: 30px;
    float: left;
    background-image: url('../images/btn-lapiz.svg');
    background-position: 50% 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.text-block-11 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 22px;
}

.div-block-30 {
    position: relative;
    display: block;
    height: 100px;
    padding: 30px 20px;
    background-color: #fff;
}

    .div-block-30.alpha {
        padding-top: 10px;
        padding-bottom: 30px;
        background-color: rgba(53, 65, 72, 0.8);
    }

.text-block-12 {
    margin-bottom: 3px;
    float: none;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 17px;
}

.text-block-13 {
    font-family: 'PT Sans', sans-serif;
    color: #555;
    font-weight: 400;
}

.columns-12 {
    margin-top: 20px;
}

.text-block-14 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

.text-block-15 {
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 26px;
}

.link-block-9 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 25px;
    height: 25px;
    margin-top: 15px;
    margin-right: 15px;
    background-image: url('../images/icon_lupa.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .link-block-9.rojo {
        background-image: url('../images/icon_lupa_rojo.svg');
        background-position: 0px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .link-block-9.gris {
        z-index: auto;
        background-image: url('../images/icon_lupa_gris.svg'), url('../images/icon_lupa.svg');
        background-position: 50% 50%, 50% 50%;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
    }

.div-block-31 {
    position: relative;
    height: 170px;
    padding: 20px 10px;
    background-color: rgba(53, 65, 72, 0.8);
}

.text-block-16 {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 18px;
}

    .text-block-16.grey {
        color: #555;
    }

        .text-block-16.grey.padd {
            margin-right: 10px;
            margin-bottom: 30px;
            margin-left: 10px;
            text-align: center;
        }

        .text-block-16.grey.paddleft {
            margin-right: 10px;
            margin-left: 10px;
        }

.text-block-16_no_margin {
    font-family: 'PT Sans', sans-serif;
    color: #555;
    font-size: 18px;
}

.text-block-17 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    font-family: 'PT Sans', sans-serif;
    color: #fd7878;
    font-size: 30px;
    font-weight: 700;
}

    .text-block-17.green {
        color: #31bc87;
    }

.columns-14 {
    margin-top: 20px;
}

.div-block-32 {
    position: relative;
    height: 170px;
    padding: 20px 10px;
    background-color: #fff;
}

.div-block-32_column {
    position: relative;
    height: auto;
    padding: 20px 10px;
    background-color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.div-block-39 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text-block-19 {
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    color: #31bc87;
    font-size: 16px;
}

.text-block-20 {
    font-family: 'PT Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
}

.section-6 {
    padding-top: 200px;
}

.form-block-5 {
    width: 570px;
    height: 230px;
    border-radius: 12px;
    background-color: #fff;
}

.list-item-2 {
    padding: 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #5aa9ff;
    font-size: 16px;
}

.text-block-21 {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 17px;
}

.text-block-22 {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.div-block-34 {
    overflow: auto;
    height: 170px;
    background-color: #fdfdfd;
}

.link-6 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #fdfdfd;
    font-family: 'PT Sans', sans-serif;
    color: #354148;
    font-size: 16px;
    text-decoration: none;
}

    .link-6:hover {
        background-color: #f7f7f7;
        color: #5aa9ff;
    }

.dropdown-toggle-4 {
    width: 570px;
    height: 12px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 5px;
    background-color: #5aa9ff;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 17px;
}

.dropdown-list-5 {
    background-color: #fff;
}

    .dropdown-list-5.w--open {
        overflow: auto;
        height: 200px;
        background-color: #fdfdfd;
    }

.dropdown-link-3 {
    padding-top: 10px;
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-size: 16px;
    text-transform: uppercase;
}

    .dropdown-link-3:hover {
        background-color: #f7f7f7;
        color: #5aa9ff;
    }

.text-field-5 {
    margin-bottom: 0px;
    padding-left: 30px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(38, 50, 56, 0.3);
    background-image: url('../images/icon_lupa.svg');
    background-position: 1% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.form-block-6 {
    margin-bottom: 0px;
}

.list-item-3 {
    margin-top: 40px;
}

.list-item-4 {
    margin-top: 40px;
}

.div-block-35 {
    height: 230px;
    padding: 20px 10px;
    background-color: #fff;
}

    .div-block-35.grey {
        background-color: #4d4f5c;
    }

.div-block-36 {
    position: relative;
    display: block;
    height: 40px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    border-radius: 5px;
    background-color: #fff;
}

.link-block-10 {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -12px;
    float: left;
    background-image: url('../images/icon_lupa_gris.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.div-block-37 {
    width: 40px;
    height: 40px;
    margin-top: -12px;
    float: left;
    background-image: url('../images/pesos_green_1pesos_green.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    .div-block-37._25px {
        width: 25px;
        margin-right: 5px;
    }

.div-block-38 {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -12px;
    float: left;
    clear: none;
    background-image: url('../images/check_1check.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    .div-block-38._25px {
        width: 25px;
        margin-right: 5px;
    }

.div-ayuda {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 997;
    display: none;
    width: 200px;
    height: auto;
    margin-right: 2%;
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #31bc87;
}

.list-item-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-item-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-block-24 {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    text-decoration: none;
}

.link-7 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.image-5 {
    float: left;
}

.text-block-25 {
    display: inline-block;
    margin-top: 0px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

    .text-block-25.grey {
        color: #263238;
    }

.div-contenedor-frm {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
}

.column-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-46 {
    width: 40px;
    height: 40px;
    margin-top: -12px;
    background-image: url('../images/pesos_red_1pesos_red.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    .div-block-46._25 {
        width: 25px;
        margin-right: 5px;
    }

.div-block-47 {
    width: 40px;
    margin-top: -12px;
    background-image: url('../images/pacman_1pacman.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    .div-block-47._25 {
        width: 25px;
        height: 40px;
        margin-right: 5px;
    }

.text-block-26 {
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-weight: 400;
    text-align: center;
}

    .text-block-26.bold {
        width: 105px;
        font-weight: 700;
        text-align: center;
    }

        .text-block-26.bold.white {
            color: #fff;
        }

    .text-block-26.right {
        display: inline-block;
        text-align: right;
    }

.column-22 {
    display: block;
}

.txt-grilla-ddjj-oficio {
    font-family: 'PT Sans', sans-serif;
    text-align: right;
    padding-right: inherit;
}

    .txt-grilla-ddjj-oficio.left {
        text-align: left;
        padding-right: inherit;
    }

    .txt-grilla-ddjj-oficio.center {
        text-align: center;
    }

.txt-grilla-ddjj {
    font-family: 'PT Sans', sans-serif;
    text-align: right;
}

    .txt-grilla-ddjj.red {
        color: #fd7878;
    }

    .txt-grilla-ddjj.center {
        text-align: center;
    }

.contenedor-pasos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-left: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ddjj-paso1-1 {
    width: 250px;
    height: 50px;
    background-image: url('../images/1_11.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: auto, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.ddjj-paso1-2 {
    display: none;
    width: 250px;
    height: 50px;
    background-image: url('../images/ok_1ok.png'), url('../images/Lineblue.svg');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.column-24 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-25 {
    padding-right: 0px;
    padding-left: 0px;
}

.ddjj-paso2-1 {
    width: 250px;
    height: 50px;
    background-image: url('../images/2_12.png'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.ddjj-paso2-2 {
    display: none;
    width: 250px;
    height: 50px;
    background-image: url('../images/paso2.svg'), url('../images/Line.png');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.ddjj-paso2-3 {
    display: none;
    width: 250px;
    height: 50px;
    background-image: url('../images/ok_1ok.png'), url('../images/Lineblue.svg');
    background-position: 0% 50%, 0% 50%;
    background-size: 38px, 125px 2px;
    background-repeat: no-repeat, repeat-x;
}

.ddjj-paso3-1 {
    width: 250px;
    height: 50px;
    background-image: url('../images/3_13.png');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.ddjj-paso3-2 {
    display: none;
    width: 250px;
    height: 50px;
    background-image: url('../images/3.svg');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.ddjj-paso3-3 {
    display: none;
    width: 250px;
    height: 50px;
    background-image: url('../images/ok_1ok.png');
    background-position: 0% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.btn-tab1-on {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0px 0px, 100% 50%, 0% 50%;
    background-size: auto, 1px, 1px;
    background-repeat: repeat, no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-tab1-off {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #263238;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 100% 50%, 0% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.column-26 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-27 {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-tab2-off {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #263238;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 100% 50%, 0% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-tab2-on {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0px 0px, 100% 50%, 0% 50%;
    background-size: auto, 1px, 1px;
    background-repeat: repeat, no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.column-28 {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-tab3-off {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #263238;
    background-image: url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 100% 50%, 0% 50%;
    background-size: 1px, 1px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: hsla(0, 0%, 100%, 0.25);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.btn-tab3-on {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png'), url('../images/Line2_1Line2.png');
    background-position: 0px 0px, 100% 50%, 0% 50%;
    background-size: auto, 1px, 1px;
    background-repeat: repeat, no-repeat, no-repeat;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.container-tab1 {
    padding-bottom: 0px;
    background-color: transparent;
}

.columns-15 {
    width: 940px;
}

.container-botonera {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container-tab2 {
    position: static;
    display: none;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.container-tab3 {
    display: none;
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
}

.text-block-27 {
    width: 120px;
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 15px;
    font-weight: 700;
}

    .text-block-27.black {
        color: #263238;
    }

    .text-block-27.center {
        text-align: center;
    }

.form-ddjj {
    margin-bottom: 0px;
}

.div-block-48 {
    margin-bottom: 40px;
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
}

    .div-block-48._300 {
        height: 300px;
    }

.txt-datos {
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #5aa9ff;
    border-radius: 5px;
    text-align: center;
}

    .txt-datos.black {
        border-color: #4d4f5c;
        background-color: #4d4f5c;
        color: #fff;
    }

    .txt-datos.red {
        border-color: #fd7878;
        background-color: #fd7878;
        color: #fff;
    }

    .txt-datos.blue {
        background-color: #5aa9ff;
        color: #fff;
    }

.list-item-7 {
    margin-bottom: 40px;
}

.text-block-28 {
    clear: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.column-32 {
    height: 90px;
}

.image-6 {
    float: right;
}

.heading-2 {
    padding-left: 25px;
    font-family: 'PT Sans', sans-serif;
    color: #31bc87;
    font-size: 30px;
    text-align: left;
}

.list-item-8 {
    margin-bottom: 24px;
}

.column-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    padding-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.column-34 {
    height: 400px;
}

.column-35 {
    height: 400px;
}

.div-block-49 {
    margin-right: 40px;
    float: left;
}

.list-item-9 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container-titulos {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: url('../images/Line.png');
    background-position: 50% 0%;
    background-size: 125px 1px;
    background-repeat: repeat-x;
}

.list-item-10 {
    position: relative;
    overflow: auto;
    height: auto;
    margin-top: 10px;
    padding-top: 45px;
}

.txt-titulos-ddjj {
    display: block;
    width: auto;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-align: right;
}

    .txt-titulos-ddjj.cuil {
        display: block;
        width: auto;
        margin-left: 50px;
        text-align: center;
    }

    .txt-titulos-ddjj.nombre {
        margin-left: 55px;
        text-align: center;
    }

    .txt-titulos-ddjj.afiliado {
        margin-left: 50px;
    }

        .txt-titulos-ddjj.afiliado.nuevagrilla {
            margin-left: 70px;
        }

    .txt-titulos-ddjj.establecimiento {
        margin-left: 40px;
    }

        .txt-titulos-ddjj.establecimiento.nuevagrilla {
            margin-left: 60px;
        }

    .txt-titulos-ddjj.convenio {
        margin-left: 65px;
    }

        .txt-titulos-ddjj.convenio.nuevagrilla {
            margin-left: 90px;
        }

    .txt-titulos-ddjj.categoria {
        margin-left: 85px;
    }

        .txt-titulos-ddjj.categoria.nuevagrilla {
            margin-left: 110px;
        }

    .txt-titulos-ddjj.rem {
        margin-left: 70px;
        text-align: center;
    }

        .txt-titulos-ddjj.rem.nuevagrilla {
            margin-left: 95px;
        }

    .txt-titulos-ddjj.cuota {
        margin-left: 30px;
        text-align: center;
    }

        .txt-titulos-ddjj.cuota.nuevagrilla {
            margin-left: 60px;
        }

    .txt-titulos-ddjj.aporte {
        margin-left: 20px;
        text-align: center;
    }

        .txt-titulos-ddjj.aporte.nuevagrilla {
            margin-left: 50px;
        }

    .txt-titulos-ddjj.basico {
        margin-left: 25px;
        text-align: center;
    }

        .txt-titulos-ddjj.basico.nuevagrilla {
            margin-left: 35px;
        }

    .txt-titulos-ddjj.patronal {
        margin-left: 25px;
        text-align: center;
    }

    .txt-titulos-ddjj.col12 {
        margin-left: 40px;
    }

    .txt-titulos-ddjj.col13 {
        margin-left: 15px;
    }

    .txt-titulos-ddjj.left {
        margin-right: 40px;
        margin-left: 18px;
        float: left;
    }

        .txt-titulos-ddjj.left.last {
            margin-left: 8px;
        }

        .txt-titulos-ddjj.left.nuevopadd {
            margin-left: 25px;
        }

.txt-dato-grilla {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 30px;
    margin-left: 0px;
    float: left;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

    .txt-dato-grilla.cuit {
        width: 60px;
        margin-left: 30px;
    }

    .txt-dato-grilla.nombre {
        width: 130px;
    }

    .txt-dato-grilla.patronal {
        width: 55px;
        margin-right: 5px;
        margin-left: 20px;
        text-align: right;
    }

    .txt-dato-grilla.basico {
        width: 60px;
        margin-right: 5px;
        margin-left: 15px;
        text-align: right;
    }

        .txt-dato-grilla.basico.nuevagrilla {
            margin-left: 25px;
        }

    .txt-dato-grilla.col12 {
        width: 60px;
        margin-right: 10px;
        text-align: right;
    }

    .txt-dato-grilla.col13 {
        width: 60px;
        margin-left: 0px;
        text-align: right;
    }

    .txt-dato-grilla.aporte {
        width: 50px;
        margin-left: 5px;
        text-align: right;
    }

        .txt-dato-grilla.aporte.nuevagrilla {
            margin-left: 40px;
        }

    .txt-dato-grilla.nuevagrilla {
        margin-left: 30px;
    }

.div-block-51 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: -2px;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(85, 85, 85, 0.5);
    border-radius: 5px;
}

    .div-block-51.toppadd {
        margin-top: 5px;
    }

.list-item-11 {
    position: relative;
}

.div-block-52 {
    width: 1230px;
    padding-right: 10px;
    padding-left: 10px;
}

.checkbox-field-4 {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 0px;
    float: left;
    text-align: center;
}

    .checkbox-field-4.nuevagrilla {
        margin-left: 40px;
    }

.select-field-2 {
    width: 90px;
    height: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    float: left;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;
}

    .select-field-2.establecimiento {
        width: 130px;
        height: 30px;
        margin-right: 10px;
        margin-left: 30px;
        color: #263238;
    }

        .select-field-2.establecimiento.nuevagrilla {
            margin-left: 50px;
        }

    .select-field-2.convenio {
        width: 95px;
        height: 30px;
        margin-right: 10px;
        margin-left: 10px;
    }

        .select-field-2.convenio.nuevagrilla {
            margin-left: 35px;
        }

    .select-field-2.categoria {
        width: 130px;
        height: 30px;
        margin-right: 10px;
        margin-left: 10px;
    }

        .select-field-2.categoria.nuevagrilla {
            margin-left: 35px;
        }

    .select-field-2.motivo {
        width: 110px;
        height: 30px;
        margin-left: 0px;
        float: right;
    }

    .select-field-2.TransferenciaEstablecimiento {
        width: 110px;
        height: 30px;
        margin-left: 0px;
        float: right;
    }

.text-field-6 {
    width: 70px;
    height: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 0px;
    float: left;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;
    text-align: right;
}

    .text-field-6.nuevagrilla {
        margin-left: 35px;
    }

    .text-field-6.sb {
        margin-left: 15px;
    }

.checkbox-label-4 {
    display: none;
}

.link-block-11 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 14px;
    height: 14px;
    margin-top: 18px;
    margin-left: 5px;
    background-image: url('../images/icon_lupa_gris.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.column-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.column-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.column-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.column-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.div-block-53 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
}

.text-block-29 {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #fd7878;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: right;
}

.checkbox {
    margin-left: 0px;
}

.div-agregar-empleado {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.container-white {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}

.div-block-54 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0053a1;
}

    .div-block-54.blue {
        background-color: #5aa9ff;
    }

.text-block-30 {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.select-field-3 {
    background-color: #fff;
    color: #b1b1b1;
}

.div-modificar-empleado {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-31 {
    display: inline-block;
    margin-right: 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.text-block-32 {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.list-item-12 {
    margin-bottom: 15px;
    text-align: center;
}

.list-item-13 {
    text-align: center;
}

.div-block-57 {
    overflow: auto;
    height: 120px;
}

.div-importar-formulario {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-block-58 {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: rgba(142, 142, 147, 0.4) #000 #000;
    background-color: transparent;
}

.list-2 {
    padding-left: 0px;
}

.text-block-33 {
    margin-right: 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.form-block-7 {
    width: 1200px;
    margin-bottom: 0px;
}

.btn-ok {
    width: 30px;
    height: 25px;
    margin-right: 10px;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 24px;
    padding-left: 8px;
    border-radius: 20px;
    background-color: #31bc87;
    font-size: 10px;
    text-align: center;
}

.btn-cancel {
    width: 30px;
    height: 25px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 24px;
    padding-left: 12px;
    border-radius: 20px;
    background-color: #fd7878;
    font-size: 10px;
    text-align: center;
}

.txt-field-fecha {
    width: 70px;
    height: 30px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 5px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-size: 10px;
}

.checkbox-field-5 {
    position: relative;
    margin-right: 9px;
    margin-bottom: 10px;
    padding-top: 5px;
    float: right;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.div-ctacte {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-pagar {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-seleccionar-entidad-pagar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #8e8e93;
    background-color: transparent;
}

.text-block-34 {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #8e8e93;
    font-size: 16px;
}

.div-block-59 {
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #8e8e93;
}

.div-boleta-de-pago {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-contenedorCBU {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-contenedorInterBanking {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-contenedorCBU {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-contenedorInterBanking {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-block-60 {
    height: 100px;
    margin-left: 21px;
    padding: 10px;
    border: 1px solid #005eb7;
    background-color: #f7f7f7;
}

.columns-17 {
    margin-bottom: 20px;
}

.columns-18 {
    margin-bottom: 20px;
}

.text-block-35 {
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
}

    .text-block-35.blue {
        margin-bottom: 5px;
        color: #005eb7;
    }

        .text-block-35.blue.nopadd {
            margin-bottom: 0px;
        }

        .text-block-35.blue.center {
            margin-top: 10px;
            text-align: center;
        }

    .text-block-35.nopadd {
        margin-bottom: 0px;
    }

        .text-block-35.nopadd.center {
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
        }

.image-7 {
    margin-left: 30px;
}

.image-8 {
    width: 325px;
}

.column-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.column-42 {
    padding-top: 55px;
}

.div-cargar-datos {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-block-61 {
    display: block;
    width: 1200px;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Line.png');
    background-position: 50% 0%;
    background-size: auto 1px;
    background-repeat: repeat-x;
}

.checkbox-field-6 {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 30px;
    padding-left: 0px;
}

    .checkbox-field-6.jornada {
        margin-left: 55px;
    }

    .checkbox-field-6.licencia {
        margin-left: 100px;
    }

    .checkbox-field-6.afiliado {
        margin-left: 90px;
    }

.text-block-36 {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;
}

    .text-block-36.cuil {
        display: inline-block;
        height: auto;
        margin-bottom: 5px;
        margin-left: 51px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
    }

    .text-block-36.nombre {
        width: 190px;
        margin-left: 0px;
        text-align: center;
    }

    .text-block-36.rem {
        width: 60px;
        margin-left: 25px;
        text-align: right;
    }

.select-field-4 {
    display: inline-block;
    width: 95px;
    height: 30px;
    margin-bottom: 0px;
    float: none;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;
}

    .select-field-4.convenio {
        margin-left: 25px;
    }

    .select-field-4.categoria {
        width: 95px;
        margin-left: 25px;
    }

    .select-field-4.establecimiento {
        width: 100px;
        margin-left: 40px;
    }

    .select-field-4.establ-new {
        margin-left: 70px;
    }

.submit-button-3 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: #007aff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

    .submit-button-3:hover {
        background-color: #5aa9ff;
    }

    .submit-button-3._220right {
        width: 220px;
        float: right;
    }

    .submit-button-3.green {
        background-color: #31bc87;
    }

        .submit-button-3.green._220 {
            width: 220px;
            margin-top: 20px;
        }

.text-block-37 {
    font-family: 'PT Sans', sans-serif;
    color: #555;
    font-size: 15px;
    text-align: center;
}

    .text-block-37.grey {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #b1b1b1;
    }

.div-importar-formulario-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    background-color: rgba(38, 50, 56, 0.8);
}

.form-block-8 {
    margin-bottom: 0px;
    padding: 40px 10px 10px;
    background-color: #fff;
}

.text-block-38 {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #005eb7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.pago-mis-cuentas {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.column-43 {
    padding-left: 30px;
}

.text-block-39 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #005eb7;
    font-size: 12px;
}

.div-cbu {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-block-63 {
    height: auto;
    margin-top: 20px;
    padding-top: 19px;
    background-color: #fff;
}

.column-44 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-45 {
    padding-right: 0px;
    padding-left: 0px;
}

.text-block-40 {
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-weight: 700;
    text-align: center;
}

.div-block-64 {
    overflow: auto;
    height: 121px;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
}

.div-block-64_246 {
    overflow: auto;
    height: 246px;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
}

.div-nomina-empleados {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.container-2 {
    padding-top: 10px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}

.list-item-14 {
    margin-top: 29px;
    margin-right: 20px;
    margin-left: 20px;
}

.list-3 {
    margin-bottom: 0px;
}

.div-block-65 {
    margin-right: 25px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

.div-block-66 {
    margin-right: 25px;
    margin-left: 10px;
}

.div-block-71 {
    /*    margin-right: 25px;
    margin-left: 25px;*/
    display: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: end;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: rgba(142, 142, 147, 0.4) #000 #000;
    background-color: transparent;
}

.div-block-72 {
    margin-right: 150px;
    margin-left: 150px;
}

.div-block-73 {
    margin-right: 50px;
    margin-left: 50px;
}

    .div-block-73.scroll {
        /*width: 600px;*/
        height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        /*text-align: center;*/
        /*padding: 20px;*/
    }

}

.link-block-13 {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-left: 50px;
    background-image: url('../images/icon_lupa_gris.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.link-block-12 {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-left: 1px;
    background-image: url('../images/icon_lupa_gris.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.columns-19 {
    margin-right: auto;
    margin-left: auto;
}

.column-46 {
    padding-right: 0px;
}

.column-47 {
    padding-left: 0px;
}

.column-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-67 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.div-pagos {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-DDJJOficio {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-DDJJOficio_Lineas {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    /*display: none;*/
    width: 100%;
    height: 1100px;
    padding-top: 120px;
    background-color: rgba(38, 50, 56, 0.8);
}

.link-8 {
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 15px;
    text-decoration: none;
}

.link-11 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'PT Sans', sans-serif;
    /*color: #fff;*/
    font-size: 18px;
    /*text-decoration: none;*/
    text-decoration: underline;
}

.columns-20 {
    width: 100%;
    height: 120px;
}

.column-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.column-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-68 {
    width: 40px;
    height: 40px;
    margin-top: -12px;
    background-image: url('../images/pesos-con-saldo.png');
    background-position: 50% 50%;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

    .div-block-68._25 {
        width: 25px;
        margin-right: 5px;
    }

.container-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-trash {
    width: 25px;
    height: 40px;
    margin-top: -12px;
    background-image: url('../images/trash.png');
    background-position: 50% 50%;
    background-size: 23px;
    background-repeat: no-repeat;
}

.image-9 {
    width: 90px;
}

.btn-buscar-ddjj {
    width: 100%;
    border-radius: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.input-buscar-a-o {
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.body {
    background-color: #263238;
}

.div-popup-ayuda {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    padding-top: 40px;
    background-color: rgba(38, 50, 56, 0.8);
}

.div-block-69 {
    padding: 40px;
    background-color: #fff;
}

.paragraph-3 {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.text-block-41 {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 18px;
    text-align: center;
}

.text-block-42 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.bold-text {
    color: #5aa9ff;
}

.paragraph-4 {
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
}

    .paragraph-4.top {
        margin-top: 20px;
    }

.link-9 {
    color: #5aa9ff;
    text-decoration: none;
}

.paragraph-5 {
    overflow: visible;
}

.paragraph-6 {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
}

.link-10 {
    margin-right: 25px;
    float: left;
    color: #5aa9ff;
    text-decoration: none;
}

    .link-10:hover {
        color: #0053a1;
    }

.btn-close {
    display: inline-block;
    float: right;
    font-family: 'PT Sans', sans-serif;
    color: #fd7878;
    font-weight: 700;
    text-decoration: none;
}

.div-block-70 {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('../images/Line.png');
    background-position: 0px 0px;
    background-size: auto 1px;
    background-repeat: repeat-x;
}


.importar-excel, .importar-excel-eventuales {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 1100px;
    background-color: rgba(38, 50, 56, 0.8);
}

@media screen and (max-width: 991px) {
    .btntab1on {
        width: 181px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff));
        background-image: linear-gradient(180deg, #263238, #007aff);
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        font-size: 14px;
    }

    .btntab1off {
        width: 181px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        font-size: 14px;
    }

    .btntab2on {
        width: 181px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff)), url('../images/Line2_1Line2.png');
        background-image: linear-gradient(180deg, #263238, #007aff), url('../images/Line2_1Line2.png');
        background-position: 0px 0px, 0% 50%;
        background-size: auto, 1px;
        background-repeat: repeat, no-repeat;
        font-size: 14px;
    }

    .btntab3on {
        width: 181px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff));
        background-image: linear-gradient(180deg, #263238, #007aff);
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        font-size: 14px;
    }

    .btntab4on {
        width: 181px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#263238), to(#007aff));
        background-image: linear-gradient(180deg, #263238, #007aff);
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        font-size: 14px;
    }

    .btntab2off {
        width: 181px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        font-size: 14px;
    }

    .columns-4 {
        width: 725px;
    }

    .btntab3off {
        width: 181px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        font-size: 14px;
    }

    .btntab4off {
        width: 181px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        font-size: 14px;
    }

    .div-block-12.entidad {
        background-position: 5% 50%;
    }

    .grilla {
        margin-bottom: 40px;
    }

    .link-4 {
        margin-right: 85px;
    }

    .div-block-30 {
        margin-top: 20px;
    }

    .column-13 {
        margin-top: 20px;
    }

    .column-14 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .dropdown-toggle {
        display: inline-block;
        width: 100%;
    }

    .btntab1on {
        width: 100%;
    }

    .btntab1off {
        width: 100%;
    }

    .btntab2on {
        width: 100%;
    }

    .btntab3on {
        width: 100%;
    }

    .btntab4on {
        width: 100%;
    }

    .btntab2off {
        width: 100%;
    }

    .columns-4 {
        width: 100%;
    }

    .btntab3off {
        width: 100%;
    }

    .btntab4off {
        width: 100%;
    }

    .div-block-28 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .div-block-29 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .link-4 {
        margin-right: 0px;
    }

    .text-block-11 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .div-block-30 {
        margin-top: 10px;
    }

    .div-block-31 {
        height: auto;
    }

    .text-block-17 {
        text-align: center;
    }

    .div-block-32 {
        height: auto;
    }

    .div-block-35 {
        height: auto;
    }

    .div-block-36 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

    .link-block-10 {
        display: block;
        float: none;
    }

    .div-block-37 {
        margin-top: 0px;
    }

    .div-block-38 {
        margin-top: 0px;
    }

    .text-block-25.grey {
        display: block;
        float: left;
        text-align: center;
    }

    .column-15 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .column-16 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-17 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-18 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-19 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-20 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .column-21 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-46 {
        margin-top: 0px;
    }

    .div-block-47 {
        margin-top: 0px;
    }

    .text-block-26 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 479px) {
    .div-block-13.lightblue {
        width: 100%;
    }

    .link-block {
        margin-right: 10px;
    }

    .text-field-3 {
        width: 300px;
    }

    .text-field-4 {
        width: 300px;
    }

    .text-span {
        padding-left: 0px;
    }

    .link-4 {
        margin-top: 13px;
        margin-right: 10px;
    }

    .div-block-31 {
        height: auto;
    }

    .text-block-16 {
        font-size: 16px;
    }

    .text-block-17 {
        font-size: 25px;
    }

    .div-block-32 {
        height: auto;
    }

    .div-block-35 {
        height: auto;
    }

    .div-block-36 {
        height: auto;
    }

    .link-block-10 {
        display: block;
        margin-top: 0px;
        float: none;
    }

    .div-block-37 {
        margin-top: 0px;
    }

    .div-block-38 {
        margin-top: 0px;
    }

    .div-ayuda {
        display: block;
    }

    .column-20 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .column-21 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@font-face {
    font-family: 'Akzidenzgrotesk';
    src: url('../fonts/AkzidenzGrotesk-MediumCond.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Akzidenzgrotesk cond';
    src: url('../fonts/AkzidenzGrotesk-Cond.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Akzidenzgrotesk';
    src: url('../fonts/AkzidenzGrotesk-BoldCond.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

._3011-bloque {
    position: relative;
    display: block;
    height: 100px;
    padding: 30px 20px;
    background-color: #fff;
}

    ._3011-bloque._3011-bloque__alpha {
        padding-top: 10px;
        padding-bottom: 30px;
        background-color: rgba(53, 65, 72, 0.8);
    }

._3011-titulos__azul {
    margin-bottom: 3px;
    float: none;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 17px;
}

._3011-texto__gris {
    font-family: 'PT Sans', sans-serif;
    color: #555;
    font-weight: 400;
}

._3011-titulos__blanco {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

._3011-texto__azul {
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 26px;
}

.section {
    margin-top: 20px;
    margin-bottom: 20px;
}

._3011-image__icon {
    width: 48px;
    height: auto;
}

._3011-bloque__1 {
    margin-right: 25px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

._3011-bloque__2 {
    overflow: auto;
    height: 121px;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
}

._3011-bloque__3 {
    position: relative;
    display: block;
    height: 40px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    border-radius: 5px;
    background-color: #fff;
}

._3011-texto__grilla {
    font-family: 'PT Sans', sans-serif;
    text-align: right;
}

    ._3011-texto__grilla._3011-texto__grilla-center {
        text-align: center;
    }

._3011-texto__2 {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 18px;
}

    ._3011-texto__2._3011-texto__2-gris {
        color: #555;
    }

        ._3011-texto__2._3011-texto__2-gris._3011-texto__2-gris-left {
            margin-right: 10px;
            margin-left: 10px;
        }

._3011-bloque__5 {
    height: auto;
    margin-top: 20px;
    padding-top: 19px;
    padding-bottom: 20px;
    background-color: #fff;
}

._3011-texto__3 {
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-weight: 700;
    text-align: center;
}

._3011-bloque__6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._3011-bloque__8 {
    width: 40px;
    margin-top: -12px;
    background-image: url('../images/pacman_1pacman.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    ._3011-bloque__8._3011-bloque__8-25px {
        width: 20px;
        height: 40px;
        margin-right: 5px;
        background-image: url('../images/icon-upload.svg');
    }

._3011-bloque__9 {
    width: 40px;
    height: 40px;
    margin-top: -12px;
    background-image: url('../images/pesos_red_1pesos_red.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    ._3011-bloque__9._3011-bloque__9-25px {
        width: 20px;
        margin-right: 5px;
        background-image: url('../images/icon-upload-ok.svg');
    }

._3011-container__fileupload {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
}

._3011-bloque__10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    padding-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/fondouploadfile.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

._3011-texto__4 {
    font-family: 'PT Sans', sans-serif;
    color: #555;
    font-size: 15px;
    text-align: center;
}

    ._3011-texto__4._3011-texto__4--gris {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #b1b1b1;
    }

._3011-btnsubmit {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: #007aff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

    ._3011-btnsubmit:hover {
        background-color: #5aa9ff;
    }

    ._3011-btnsubmit._3011-btnsubmit--right {
        width: 220px;
        float: right;
    }

    ._3011-btnsubmit._3011-btnsubmit--verde {
        background-color: #31bc87;
    }

._3011-col__1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.columns {
    padding-right: 30px;
    padding-left: 10px;
}

.body {
    background-color: #263238;
}

._3011-bloque {
    position: relative;
    display: block;
    height: 100px;
    padding: 30px 20px;
    background-color: #fff;
}

    ._3011-bloque._3011-bloque__alpha {
        padding-top: 10px;
        padding-bottom: 30px;
        background-color: rgba(53, 65, 72, 0.8);
    }

._3011-titulos__azul {
    margin-bottom: 3px;
    float: none;
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 17px;
}

._3011-texto__gris {
    font-family: 'PT Sans', sans-serif;
    color: #555;
    font-weight: 400;
}

._3011-titulos__blanco {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
}

._3011-texto__azul {
    font-family: 'PT Sans', sans-serif;
    color: #5aa9ff;
    font-size: 26px;
}

.section {
    margin-top: 20px;
    margin-bottom: 20px;
}

._3011-image__icon {
    width: 48px;
    height: auto;
}

._3011-bloque__1 {
    margin-right: 25px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

._3011-bloque__2 {
    overflow: auto;
    height: 121px;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
}

._3011-bloque__3 {
    position: relative;
    display: block;
    height: 40px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    border-radius: 5px;
    background-color: #fff;
}

._3011-texto__grilla {
    font-family: 'PT Sans', sans-serif;
    text-align: right;
}

    ._3011-texto__grilla._3011-texto__grilla-center {
        text-align: center;
    }

._3011-texto__2 {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 18px;
}

    ._3011-texto__2._3011-texto__2-gris {
        color: #555;
    }

        ._3011-texto__2._3011-texto__2-gris._3011-texto__2-gris-left {
            margin-right: 10px;
            margin-left: 10px;
        }

._3011-bloque__5 {
    height: auto;
    margin-top: 20px;
    padding-top: 19px;
    padding-bottom: 20px;
    background-color: #fff;
}

._3011-texto__3 {
    font-family: 'PT Sans', sans-serif;
    color: #263238;
    font-weight: 700;
    text-align: center;
}

._3011-bloque__6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._3011-bloque__8 {
    width: 40px;
    margin-top: -12px;
    background-image: url('../images/pacman_1pacman.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    ._3011-bloque__8._3011-bloque__8-25px {
        width: 20px;
        height: 40px;
        margin-right: 5px;
        background-image: url('../images/icon-upload.svg');
    }

._3011-bloque__9 {
    width: 40px;
    height: 40px;
    margin-top: -12px;
    background-image: url('../images/pesos_red_1pesos_red.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

    ._3011-bloque__9._3011-bloque__9-25px {
        width: 20px;
        margin-right: 5px;
        background-image: url('../images/icon-upload-ok.svg');
    }

    ._3011-bloque__9._07122021-bloque__10-25px {
        width: 20px;
        margin-right: 5px;
        background-image: url('../images/trash-alt-solid.svg');
        background-position: 50% 50%;
        background-size: auto;
    }

    ._3011-bloque__9._07122021-bloque__11-25px {
        width: 20px;
        margin-right: 5px;
        background-image: url('../images/icon-download.svg');
        background-position: 50% 50%;
        background-size: contain;
    }

._3011-container__fileupload {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
}

._3011-bloque__10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    padding-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/fondouploadfile.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

._3011-texto__4 {
    font-family: 'PT Sans', sans-serif;
    color: #555;
    font-size: 15px;
    text-align: center;
}

    ._3011-texto__4._3011-texto__4--gris {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #b1b1b1;
    }

._3011-btnsubmit {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: #007aff;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

    ._3011-btnsubmit:hover {
        background-color: #5aa9ff;
    }

    ._3011-btnsubmit._3011-btnsubmit--right {
        width: 220px;
        float: right;
    }

    ._3011-btnsubmit._3011-btnsubmit--verde {
        background-color: #31bc87;
    }

._3011-col__1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.columns {
    padding-right: 30px;
    padding-left: 10px;
}

@media screen and (max-width: 991px) {
    ._3011-bloque {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    ._3011-bloque {
        margin-top: 10px;
    }

    ._3011-bloque__3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

    ._3011-bloque__8 {
        margin-top: 0px;
    }

    ._3011-bloque__9 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 479px) {
    ._3011-bloque__3 {
        height: auto;
    }

    ._3011-texto__2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    ._3011-bloque {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    ._3011-bloque {
        margin-top: 10px;
    }

    ._3011-bloque__3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

    ._3011-bloque__8 {
        margin-top: 0px;
    }

    ._3011-bloque__9 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 479px) {
    ._3011-bloque__3 {
        height: auto;
    }

    ._3011-texto__2 {
        font-size: 16px;
    }
}
