html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
}


h1,
h2,
h3,
h4,
label {
    font-family: "Merriweather", serif;
    /*color: #001e6b;*/
}

h1 {
    font-weight: bold;
}

    h1.sbs-titulo-seccion {
        border-bottom: 1px solid #e4e7ee;
        font-size: 2rem;
        font-family: "Merriweather", serif;
        line-height: 2.5rem;
    }

    h1.sbs-titulo-opcion {
        font-size: 1.3125rem !important;
        font-family: "Merriweather", sans-serif;
        line-height: 2.5rem;
        color: #01c4b3;
        text-align: center;
        font-weight: bold;
    }

h2 {
    font-weight: bold;
}

    h2.sbs-titulo-seccion {
        border-bottom: 3px solid #69707A;
        color: #69707A;
        font-size: 24px;
        font-family: "Merriweather", serif;
    }

h3 {
    font-weight: 300;
}

    h3.sbs-titulo-seccion {
        border-bottom: 1px solid #e4e7ee;
        font-size: 1.5rem;
        font-family: "Merriweather", serif;
        line-height: 1.125rem;
    }

h4 {
    font-weight: 300;
}

    h4.sbs-titulo-seccion {
        border-bottom: 1px solid #e4e7ee;
        font-size: 1.125rem;
        font-family: "Merriweather", serif;
        line-height: 1.5rem;
    }

.label {
    color: #14203C;
    font-family: "Open Sans", sans-serif;
    color: rgba(126, 133, 143, 255) !important;
    padding-top: calc(.375rem + 1px);
}

    .label.is-large {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .label.is-medium {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .label.is-small {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .label.is-xSmall {
        font-size: 0.625rem;
        line-height: 1rem;
    }

    .label.is-right {
        text-align: right;
    }

    .label.is-left {
        text-align: left;
    }

    .label.is-center {
        text-align: center;
    }

    .label.is-primary {
        font-family: "Open Sans";
        font-weight: bold;
    }

    .label.is-secundary {
        font-family: "Open Sans";
        color: #69707A;
    }

    .label.is-title {
        font-family: "Open Sans";
        font-weight: bold;
        padding: 4px 10px 4px 10px;
        text-decoration: double;
    }

    .label.is-detail {
        font-family: "Open Sans";
        font-weight: 700;
        color: #69707A;
        padding: 4px 10px 4px 10px;
        text-align: justify;
    }

.input {
    font-family: "Open Sans", sans-serif;
    border-color: #E4E7EE;
    box-shadow: 0 0 0 0.125em #E4E7EE;
}

    .input.is-small {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .input.is-medium {
        font-size: 0.875rem;
    }

    .input.is-large {
        font-size: 1.125rem;
    }

input {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    /*border-color: #E4E7EE;
    box-shadow: 0 0 0 0.125em #E4E7EE;*/
}

    input:required {
        border-color: #E4E7EE;
        box-shadow: 0 0 0 0.125em #E4E7EE;
    }

        input:required:valid {
            border-color: #E4E7EE;
            box-shadow: 0 0 0 0.125em #E4E7EE;
        }

        input:required:focus:valid {
            border-color: #01C4B3;
            box-shadow: 0 0 0 0.125em #01C4B3;
        }

    input:focus:invalid {
        border-color: #EE1600;
        box-shadow: 0 0 0 0.125em #EE1600;
    }

.select {
    font-family: "Open Sans", sans-serif;
    border-color: #E4E7EE;
    margin-bottom: 0;
    margin-top: 0;
}

    .select.is-small {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .select.is-medium {
        font-size: 0.875rem;
    }

    .select.is-large {
        font-size: 1.125rem;
    }

select {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    /*border-color: #E4E7EE;
    box-shadow: 0 0 0 0.125em #E4E7EE;*/
}

    select:required {
        border-color: #E4E7EE;
        box-shadow: 0 0 0 0.125em #E4E7EE;
    }

        select:required:valid {
            border-color: #E4E7EE;
            box-shadow: 0 0 0 0.125em #E4E7EE;
        }

        select:required:focus:valid {
            border-color: #01C4B3;
            box-shadow: 0 0 0 0.125em #01C4B3;
        }

    select:focus:invalid {
        border-color: #EE1600;
        box-shadow: 0 0 0 0.125em #EE1600;
    }

input {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    /*border-color: #E4E7EE;
    box-shadow: 0 0 0 0.125em #E4E7EE;*/
}

    input:required {
        border-color: #E4E7EE;
        box-shadow: 0 0 0 0.125em #E4E7EE;
    }

        input:required:valid {
            border-color: #E4E7EE;
            box-shadow: 0 0 0 0.125em #E4E7EE;
        }

        input:required:focus:valid {
            border-color: #01C4B3;
            box-shadow: 0 0 0 0.125em #01C4B3;
        }

    input:focus:invalid {
        border-color: #EE1600;
        box-shadow: 0 0 0 0.125em #EE1600;
    }

.sbs-field-btn {
    margin-top: 2.5rem;
}

.sbs-btn {
    padding: 5px 28px;
}

.button.sbs-btn-link {
    color: #14203C;
    font-weight: bold;
    text-decoration: none !important;
}

.sbs-btn-a {
    padding: 15px 28px;
}

.sbs-btn-a-login {
    text-decoration: none !important;
}

.sbs-btn-a-prin {
    background-color: #ffffff;
    color: #01C4B3;
    font-weight: bold;
    line-height: 2rem;
    border: none;
    font-size: 0.8rem;
    box-shadow: 4px 4px 4px #01C4B3;
    border-radius: 4px;
    cursor: pointer;
}

.sbs-btn-a-secundary {
    background-color: #ffffff;
    color: #01C4B3;
    font-weight: bold;
    width: 100%;
    line-height: 2rem;
    border: none;
    font-size: 0.875rem;
    border: solid 1px #01C4B3;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    min-width: 200px;
}

    .sbs-btn-a-secundary a:hover {
        color: #363636 !important;
    }

.button.sbs-btn-a-seco {
    font-family: "Open Sans", sans-serif !important;
    background-color: #ffffff !important;
    color: #3273dc !important;
    font-weight: bold !important;
    /*line-height: 2rem !important;*/
    border: none !important;
    font-size: 14px !important;
    padding: 5px 0px 20px 0px;
    height: 10px;
    font-weight: bold !important;
    text-decoration: underline;
    vertical-align: bottom;
    display: inline;
}

    .button.sbs-btn-a-seco:hover {
        background-color: white !important;
        color: black !important;
    }

.button.sbs-btn-a-seco1 {
    font-family: "Open Sans", sans-serif !important;
    background-color: #ffffff !important;
    color: #3273dc !important;
    font-weight: bold !important;
    /*line-height: 2rem !important;*/
    border: none !important;
    font-size: 12px !important;
    padding: 0px 0px;
    /*height: 0px;*/
    --bulma-button-outer-shadow-h: none !important;
}

    .button.sbs-btn-a-seco1:hover {
        background-color: white !important;
        color: black !important;
    }

.sbs-btn-principal {
    background-color: #01c4b3;
    color: #ffffff;
    font-weight: bold;
    min-width: 120px;
    line-height: 2rem;
    border: none;
    font-size: 0.875rem;
    border: solid 1px #01C4B3;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
}

.sbs-btn-secundary {
    background-color: #ffffff;
    color: #01C4B3;
    font-weight: bold;
    min-width: 120px;
    line-height: 2rem;
    border: none;
    font-size: 0.875rem;
    border: solid 1px #01C4B3;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
}

.sbs-btn-alt {
    background: none;
    color: #001e6b;
    font-weight: bold;
    min-width: 120px;
    line-height: 2rem;
    border: 1px solid #001e6b;
    font-size: 0.875rem;
    border-radius: 4px;
    cursor: pointer;
}

.sbs-btn-regular {
    min-height: 48px;
    font-size: 0.875rem !important;
}

.portal-home-title {
    background-color: #01c4b3;
    padding: 20px;
}

    .portal-home-title h1,
    .portal-home-title h3 {
        color: #ffffff;
    }

.portal-home-title1 {
    background-color: white;
    padding: 5px 20px 5px 20px;
}

    .portal-home-title1 h1,
    .portal-home-title1 h3 {
        color: #001e6b;
        font-weight: bold;
        font-family: "Merriweather", serif !important;
    }

.portal-servicios-item {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}

    .portal-servicios-item h1,
    .portal-servicios-item h2 {
        color: #14203C;
        font-family: "Open Sans", sans-serif;
    }

    .portal-servicios-item h1 {
        font-size: 1.1rem;
        font-weight: 400;
    }

    .portal-servicios-item h2 {
        font-size: .9rem;
        font-weight: 300;
    }

.navbar-item img {
    max-height: none;
}

div.content {
    margin-bottom: 1.5rem;
}


.sbs-footer {
    font-size: .7rem;
    background: #000028;
    color: #fff;
}

.sbs-help-text {
    color: #14203C;
}

.sbs-footer-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

label.is-checkbox {
    border: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    padding: calc(0.375em - 1px) 0.75em;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
}

    label.is-checkbox.is-primary {
        background: #00d1b2;
    }

    label.is-checkbox.is-info {
        background: #209cee;
    }

    label.is-checkbox.is-danger {
        background: #ff3860;
    }

    label.is-checkbox.is-warning {
        background: #ffdd57;
        color: #363636;
    }

        label.is-checkbox.is-warning .checkmark:before {
            background: rgba(245, 245, 245, 0.8);
        }

    label.is-checkbox.is-success {
        background: #23d160;
    }

    label.is-checkbox.is-static {
        background-color: #f5f5f5;
        border-color: #dbdbdb;
        color: #7a7a7a;
        box-shadow: none;
        pointer-events: none;
    }

        label.is-checkbox.is-static .checkmark:before {
            background: rgba(122, 122, 122, 0.3);
        }

    label.is-checkbox.is-primary {
        background: #00d1b2;
    }

    label.is-checkbox .checkmark {
        color: transparent;
        position: relative;
        font-size: 0.875rem;
    }

        label.is-checkbox .checkmark i {
            z-index: 1;
        }

        label.is-checkbox .checkmark:before {
            content: '';
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            z-index: 0;
            border-radius: 2px;
            background: rgba(54, 54, 54, 0.3);
            border: 1px solid rgba(54, 54, 54, 0.2);
        }

    label.is-checkbox input[type="checkbox"] {
        position: absolute;
        visibility: hidden;
        cursor: pointer;
    }

        label.is-checkbox input[type="checkbox"]:checked ~ .checkmark {
            color: inherit;
        }

    label.is-checkbox.is-rounded {
        border-radius: 9999px;
    }

        label.is-checkbox.is-rounded .checkmark:before {
            border-radius: 9999px;
        }

    label.is-checkbox:hover {
        box-shadow: inset 0px 0px 9999px rgba(0, 0, 0, 0.05);
    }

    label.is-checkbox:active {
        box-shadow: inset 0px 0px 9999px rgba(0, 0, 0, 0.1);
    }

    label.is-checkbox.is-small {
        font-size: 0.75rem;
    }

    label.is-checkbox.is-medium {
        font-size: 1.25rem;
    }

    label.is-checkbox.is-large {
        font-size: 1.5rem;
    }

    label.is-checkbox .icon, label.is-checkbox .icon.is-small, label.is-checkbox .icon.is-medium, label.is-checkbox .icon.is-large {
        height: 1.5em;
        width: 1.5em;
        margin-left: -0.35em;
        margin-right: 0.35em;
    }

        label.is-checkbox .icon:first-child:not(:last-child) {
            margin-right: 0.1875em;
            margin-left: calc(-01.375em - 1px);
        }

        label.is-checkbox .icon:last-child:not(:first-child) {
            margin-left: 0.1875em;
            margin-right: calc(-0.375em - 1px);
        }

        label.is-checkbox .icon:first-child:last-child {
            margin-left: calc(-0.575em - 1px);
        }

.is-checkradio[type=checkbox] + label {
    font-size: 0.875rem;
    padding-left: 2rem;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.is-medium {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #EE1600 !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.text-green {
    color: #01c4b3 !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.box__container {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 177px 130px 33px 95px;
}


@media (max-width: 992px) {
    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}


.columns {
    margin-top: 0;
    margin-bottom: 0.50rem;
}

.column {
    padding: 0rem 0.75rem 0rem 0.75rem;
}

. {
    text-align: right !important;
}

    .is-left {
        text-align: left !important;
    }

    .is-center {
        text-align: center;
    }

    .sbs-information {
        background-color: #F5F5F5;
        margin: 0 0 0 0;
        padding: 10px;
        text-align: justify;
        color: #14203C;
    }

        .sbs-information h1,
        .sbs-information h3,
        .sbs-information h4 {
            color: #001e6b;
        }

    .sbs-information-msg {
        margin: 0 0 0 0;
        padding: 10px;
        text-align: justify;
        background-color: #f8a799;
        border-color: #EE1600;
        color: #EE1600;
        font-weight: bold;
    }

        sbs-btn

        .sbs-information-msg h1,
        .sbs-information-msg h3,
        .sbs-information-msg h4 {
            color: #001e6b;
        }

ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
}



#tab_container .container_item.is-active {
    display: block;
}

#tab_container .container_item {
    display: none;
}

.box1:not(:last-child) {
    margin-bottom: 1.5rem;
}

.box1 {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}

.ul-none {
    list-style: none;
    margin-left: 2em;
    margin-bottom: 2em;
}

.li-none {
    margin-bottom: 1em;
}

p.control-button {
    padding: 9px 0px 1px 0px;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left;
    font-size: 14px !important;
}

#links-header-top ul {
    margin-bottom: 0;
    display: flex;
    text-align: left;
    justify-content: flex-end;
}

    #links-header-top ul li {
        list-style-type: none;
        padding-left: 0;
        margin-left: 20px;
    }

        #links-header-top ul li a {
            font-size: 14px;
            line-height: 17px;
            font-family: "Open Sans", sans-serif;
            font-weight: 700;
            text-decoration: none;
            background-color: transparent;
            font-weight: bold;
            color: #001e6b;
            border-bottom-color: #001e6b;
            border-bottom-style: ridge;
        }

        #links-header-top ul li.is-active a {
            color: #69707A;
            border-bottom-color: #69707A;
        }

        #links-header-top ul li a:hover {
            color: #69707A;
            border-bottom-color: #69707A;
        }

        #links-header-top ul li a img {
            margin-right: 5px;
        }

.color-hade {
    color: #01C4B3 !important;
}

.color-red {
    color: red !important;
}

@media screen and (max-width: 769px) {
    img {
        max-width: 30%;
        vertical-align: middle;
    }

        img.is-mobile-sbs {
            max-width: 100%;
            vertical-align: middle;
        }

    h2.sbs-titulo-seccion {
        border-bottom: 1px solid #69707A;
        color: #69707A;
        font-size: 20px;
        text-align: left !important;
    }

    .columns {
        justify-content: center;
    }

    .column.is-mobile-sbs {
        text-align: center;
    }


    .portal-servicios-item h1 {
        font-size: 18px;
        font-weight: bold;
        color: #01c4b3;
        text-align: center;
    }

    .portal-servicios-item h2 {
        font-size: 14px;
        font-weight: 500;
        color: #69707A;
        text-align: center;
    }

    .portal-servicios-item2 {
        border-bottom: 0px;
        padding-bottom: 5px;
    }

    .is-size-2 {
        font-size: 28px !important;
    }

    .is-size-3 {
        font-size: 28px !important;
    }

    .image img {
        display: block;
        height: auto;
        width: 100%;
    }

    img {
        height: auto;
        max-width: 100%;
    }
}

.footer {
    position: fixed;
    bottom: 5px;
    width: 100%;
    height: 110px;
    font-size: .7rem;
    background: #000028;
    color: #fff;
    padding: 1rem 1.5rem 1rem;
}

.control {
    text-align: left !important;
}

    .control.has-icons-left .input:focus ~ .icon,
    .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
    .control.has-icons-right .select:focus ~ .icon {
        color: #01C4B3 !important;
    }

    .control.has-icons-left .input.is-medium ~ .icon,
    .control.has-icons-left .select.is-medium ~ .icon,
    .control.has-icons-right .input.is-medium ~ .icon,
    .control.has-icons-right .select.is-medium ~ .icon {
        font-size: 0.875rem !important;
    }

.input:focus,
.textarea:focus,
.select select:focus,
.is-focused.input,
.is-focused.textarea,
.is-focused.textarea,
.select select.is-focused,
.input:active,
.textarea:active,
.select select:active,
.is-active.input,
.is-active.textarea,
.select select.is-active {
    border-color: #01C4B3 !important;
    box-shadow: 0 0 0 0.125em #01C4B3 !important;
}

.is-medium {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.card {
    border: none !important;
    box-shadow: none !important;
    padding: 10px 20px 10px 20px !important;
    --bulma-card-content-padding: 0.5rem;
    margin-bottom: 0.5rem !important;
}

.card-body {
    padding: 0rem 0rem !important;
}

.p {
    margin-bottom: 0 !important;
}

.card-header {
    background-color: #7b8088;
}

.card-header-title {
    color: white;
    font-size: 1.125rem;
    line-height: 1.125rem;
    display: flex !important;
    flex-grow: 1 !important;
    font-weight: 700 !important;
    padding: 0rem !important;
    margin-bottom: 0.5rem !important;
}

@media (min-width: 400px) {
    .k-edit-form-container {
        width: 300px !important;
        font-size: 14px !important;
    }

    .text-align-control {
        text-align: left !important;
    }
}

@media (min-width: 500px) {
    .k-edit-form-container {
        width: 400px !important;
        font-size: 14px !important;
    }

    .text-align-control {
        text-align: left !important;
    }
}

@media (min-width: 600px) {
    .k-edit-form-container {
        width: 500px !important;
        font-size: 14px !important;
    }

    .text-align-control {
        text-align: left !important;
    }
}

@media (min-width: 700px) {
    .k-edit-form-container {
        width: 600px !important;
        font-size: 12px !important;
    }

    .text-align-control {
        text-align: left !important;
    }
}

@media (min-width: 800px) {
    .k-edit-form-container {
        width: 700px !important;
        font-size: 12px !important;
    }

    .text-align-control {
        text-align: left !important;
    }
}

@media (min-width: 1000px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1580px;
    }

    .k-edit-form-container {
        width: 800px !important;
        font-size: 12px !important;
    }

    .text-align-control {
        text-align: right !important;
    }
}

@media (min-width: 1500px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1580px;
    }

    .k-edit-form-container {
        width: 1000px !important;
        font-size: 12px !important;
    }

    .text-align-control {
        text-align: right !important;
    }
}

@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1580px;
    }

    .k-edit-form-container {
        width: 1000px !important;
        font-size: 12px !important;
    }

    .text-align-control {
        text-align: right !important;
    }
}

@media (min-width: 1700px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1680px;
    }

    .k-edit-form-container {
        width: 1100px !important;
        font-size: 12px !important;
    }

    .text-align-control {
        text-align: right !important;
    }
}

@media (min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1780px;
    }

    .k-edit-form-container {
        width: 1200px !important;
        font-size: 12px !important;
    }

    .text-align-control {
        text-align: right !important;
    }
}

@media (min-width: 2000px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1980px;
    }

    .k-edit-form-container {
        width: 1300px !important;
        font-size: 12px !important;
    }

    .text-align-control {
        text-align: right !important;
    }
}

.col-form-label {
    font-size: 14px !important;
}

/* Notifications */
.k-notification h3 {
    padding: 5px 5px 5px;
    font-size: 1.5em;
    line-height: normal;
}

.k-notification img {
    margin: 20px;
    float: left;
}


/* Info template */
.noti-info {
    width: 300px;
    height: 100px;
}

/* Error template */
.noti-error {
    width: 300px;
    height: 100px;
}

/* Success template */
.noti-success {
    width: 300px;
    height: 100px;
}


/*-------------------------------*/


.k-window-titlebar .k-window-actions .k-button {
    position: relative;
    width: 22px;
    height: 22px;
    padding: 2px;
    border-color: transparent !important;
    color: inherit !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .7;
}

.k-window-titlebar .k-window-actions {
    display: none;
}

    .k-window-titlebar .k-window-actions .k-button:hover {
        opacity: 1;
    }

    .k-window-titlebar .k-window-actions .k-button .k-i-close {
        background-position: -48px -16px;
    }

.k-input-inner {
    padding: 10px !important;
    height: 40px !important;
}

.k-datepicker {
    color: #797676 !important;
}

.k-window-titlebar {
    background-color: rgba(0,196,179,255) !important;
    color: white !important;
}

.k-button-solid-primary {
    border-color: #01C4B3 !important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    background-color: rgba(0,196,179,255) !important;
    height: 40px;
    font-size: 14px;
    padding-left: 28px !important;
    padding-right: 28px !important;
    /*box-shadow: 0 4px 8px 0 rgb(1 196 179 / 20%);*/
    text-align: center;
}

    .k-button-solid-primary:hover {
        opacity: 0.8;
        background-color: #01C4B3 !important;
        box-shadow: 0 4px 8px 0 rgb(1 196 179 / 20%);
    }


.k-button-solid-secondary {
    border-color: #01C4B3 !important;
    border-radius: 4px !important;
    color: #01C4B3 !important;
    background-color: white !important;
    height: 40px;
    font-size: 14px;
    padding-left: 28px !important;
    padding-right: 28px !important;
    /*box-shadow: 0 4px 8px 0 rgb(1 196 179 / 20%);*/
    text-align: center;
}

    .k-button-solid-secondary:hover {
        opacity: 0.8;
        background-color: #FFFFFF !important;
        box-shadow: 0 4px 8px 0 rgb(1 196 179 / 20%);
    }

.k-button-solid-thirty {
    border-color: #01C4B3 !important;
    border-radius: 4px !important;
    color: #01C4B3 !important;
    background-color: white !important;
    height: 40px;
    font-size: 14px;
    padding-left: 28px !important;
    padding-right: 28px !important;
    text-align: center;
}

    .k-button-solid-thirty:hover {
        opacity: 0.8 !important;
        filter: alpha(opacity=50);
        background-color: rgba(191,240,236,255) !important;
        -webkit-text-stroke-color: #01C4B3 !important;
        color: #01C4B3 !important;
    }


.k-button-solid-primary:disabled {
    border-radius: 4px !important;
    font-size: 14px;
    color: #69707A !important;
    opacity: 0.5;
}

.k-input-inner {
    padding: 10px !important;
    height: 40px !important;
}

.form-control {
    border-color: #E4E7EE !important;
    color: #797676 !important;
}

.k-hover {
    border-color: #01C4B3 !important;
}

.k-focus {
    border-color: #01C4B3 !important;
}

.k-input-button {
    background-color: none !important;
    border-inline-start-width: 0px !important;
}

.k-button-solid-base {
    background-color: white !important;
    color: #01C4B3 !important;
    background-image: none !important;
}

.k-icon-button {
    background-color: white !important;
    color: #01C4B3 !important;
    background-image: none !important;
}

.k-input {
    border-color: rgba(0, 0, 0, .08);
    border-radius: 4px;
}

.k-dropdownlist {
    border-color: rgba(0, 0, 0, .08);
    border-radius: 4px;
}

.k-picker-solid {
    background-color: white !important;
    background-image: none !important;
    color: #797676 !important;
}

    .k-picker-solid.k-hover, k-picker-solid.:hover {
        background-color: white !important;
        background-image: none !important;
    }

.k-datepicker {
    color: #797676 !important;
}

.k-calendar-container {
    border-color: #01C4B3 !important;
}

.k-button-flat-base {
    color: #01C4B3 !important;
}

.k-calendar .k-calendar-caption, .k-calendar .k-calendar-th, .k-calendar .k-meta-header, .k-calendar .k-month-header {
    color: #01C4B3 !important;
}

.k-calendar .k-header {
    border-bottom-color: #797676 !important;
}

.k-calendar-md .k-calendar-monthview, .k-calendar-md.k-month-calendar {
    border-top-color: #797676 !important;
}

.k-list-item.k-selected, .k-selectedr.k-list-optionlabel {
    color: white !important;
    background-color: #01C4B3 !important;
    border-color: #01C4B3 !important;
}

    .k-list-item.k-selected.k-hover, .k-list-item.k-selected:hover, .k-selected.k-hover.k-list-optionlabel, .k-selected.k-list-optionlabel:hover {
        color: white !important;
        background-color: #01C4B3 !important;
        border-color: #01C4B3 !important;
    }

.k-grid .k-command-cell, .k-grid .k-edit-cell, .k-grid .k-grid-edit-row td {
    text-align: center !important;
}

.navbar-blue {
    background-color: rgba(1,30,106,255) !important;
}

.navbar-white {
    background-color: white !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #555555;
}

.nav-header-gray {
    background-color: #E7E7E8;
}

.offcanvas-body {
    padding: 0.35rem 0.35rem !important;
}

.ul-margin {
    margin-left: 0rem !important;
}

.option-menu-selected {
    border-right: 5px solid #002469 !important;
    background-color: #eee !important;
}

/**Navbar*/
[data-mdb-theme="dark"] #mdb-sidenav {
    background-color: var(--mdb-body-bg) !important;
    .sidenav-link

{
    color: #d3d5db !important;
}

#breakdown-link {
    border-bottom: 1px solid var(--mdb-divider-color) !important;
}

.active {
    background-color: #fff3;
}

:focus {
    background-color: #ffffff1a
}

}

#main-navbar .badge {
    position: absolute;
    font-size: .6rem;
    margin-top: -.1rem;
    margin-left: -.5rem;
    padding: .2em .45em;
}


#main-navbar .nav-link {
    font-size: 1rem !important;
    font-weight: 400;
}

#mdb-sidenav .sidenav-collapse, .sidenav .rotate-icon {
    transition-property: none;
}

#mdb-sidenav .fas {
    color: #9FA6B2;
}

#mdb-sidenav a {
    color: #4B5563;
}

    #mdb-sidenav a.active {
        background-color: rgba(18,102,241,.05);
    }

#mdb-sidenav .sidenav-item {
    margin-left: 5px;
    margin-right: 0.5rem;
}

    #mdb-sidenav .sidenav-item:first-child {
        margin-top: 4px;
    }

    #mdb-sidenav .sidenav-item:last-child {
        margin-bottom: 4px;
    }

#mdb-sidenav-toggler {
    display: none;
    background-color: transparent;
}

.mdb-docs-layout {
    padding-left: 240px;
}

@media (max-width: 1440px) {
    #mdb-sidenav-toggler {
        display: unset;
    }

    #mdb-sidenav {
        transform: translate(-100%);
    }

    .mdb-docs-layout {
        padding-left: 0px;
    }
}

.sidenav-icon {
    color: #9fa6b2;
    height: 14px;
}

#sidenav-toggler {
    display: flex !important;
}

.align-content-center {
    align-content: center !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: rgba(0, 0, 0, .9) !important;
    background-color: #eee !important;
}

.tabs.is-toggle li a {
    background-color: #ffffff !important;
    color: #01C4B3 !important;
    font-weight: bold;
    min-width: 140px;
    line-height: 2rem;
    border: none;
    font-size: 0.875rem;
    border: solid 1px #01C4B3 !important;
    border-radius: 1px !important;
    cursor: pointer;
    height: 48px;
}

.tabs.is-toggle li.is-active a {
    background-color: #01c4b3 !important;
    color: #ffffff !important;
    font-weight: bold;
    min-width: 140px;
    line-height: 2rem;
    border: none;
    font-size: 0.875rem;
    border: solid 1px #01C4B3 !important;
    border-radius: 1px !important;
    cursor: pointer;
    height: 48px;
}

.tab-pane {
    display: none;
}

    .tab-pane:target {
        display: block;
    }

.is-right {
    text-align: right;
}

.tabs-menu {
    margin-left: 0em;
    margin-top: 0em;
}

.k-list-item, .k-list-optionlabel {
    padding: 4px 8px !important;
}

.k-button-icon {
    border-style: none !important;
}

.k-icon-button {
    border-style: none !important;
}

.is-size-3 {
    font-size: 2.1875rem !important;
}

.fal-tamano {
    font-weight: 300 !important;
}

.sbs-information h4 {
    font-size: 16px;
}

.sbs-information h1, .sbs-information h3, .sbs-information h4 {
    color: #001e6b;
    font-family: "Merriweather", serif;
    font-weight: bold;
}

.sbs-information-2 {
    background-color: #F5F5F5;
    margin: 10px 10px 10px 10px;
    padding: 50px;
    text-align: center;
    color: #14203C;
}

.label.is-medium2 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.label.is-medium3 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    color: black !important;
    font-weight: 400;
    font-family: "Open Sans", sans-serif !important;
}

.align-right {
    text-align: right;
}

@media screen and (min-width: 769px), print {
    .column.is-1-1, .column.is-1-1-tablet {
        flex: none;
        width: 2%;
    }

    .column.is-2, .column.is-2-tablet {
        flex: none;
        width: 16.66667%;
    }
}


#card-encuesta {
    background-color: white;
    box-shadow: 0 2px 3px #F5F5F5, 0 0 0 1px #F5F5F5;
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
    padding: 10px 20px 10px 20px;
    border-style: solid;
    border-color: #F5F5F5;
}


.sbs-titulo-encuesta {
    font-size: 18px;
    font-family: "Merriweather", serif;
    line-height: 1.5rem;
    color: #01C4B3 !important;
    text-align: center !important;
    font-weight: bold;
}

.sbs-titulo-pregunta {
    font-size: 14px;
    font-family: "Merriweather", serif;
    line-height: 1.5rem;
    color: #69707A !important;
    text-align: center !important;
    font-weight: bold;
}

.round-button {
    width: 60px;
    display: inline-block;
    white-space: nowrap;
}

    .round-button a {
        display: block;
        float: left;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -0.3em;
        text-align: center;
        color: #01C4B3;
        font-size: 1.5em;
        font-weight: bold;
        text-decoration: none;
        width: 58px;
        height: 58px;
    }

        .round-button a:hover {
            color: white;
        }

.round-button-color-si {
    background: white;
}

.round-button-color-no {
    background: white;
}

.round-button-circle {
    width: 62px;
    height: 58px;
    padding-bottom: 100%;
    border-radius: 100%;
    border: 3px solid #01C4B3;
    overflow: hidden;
    box-shadow: 0 0 3px #01C4B3;
}

    .round-button-circle:hover {
        background: #01C4B3;
        color: white !important;
    }

.modal-card-head {
    background: #01c4b3;
}

.modal-card-title {
    color: white;
    background: #01c4b3;
}

.modal-card-foot {
    align-items: center;
    background-color: whitesmoke;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
}



/*TABLA*/
table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

    .table > :not(caption) > * > * {
        background-color: var(--bulma-table-cell-background-color);
    }

    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
        border-top: 0
    }

    .table tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #ffffff;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    display: table-column;
    float: none
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media(max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0;
            background-color: #fff
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

th, td, .table-bordered {
    border-radius: 0 !important
}

.table thead tr {
    color: #707070;
    font-weight: normal;
    background: #f2f2f2;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#f8f8f8),to(#ececec));
    background-image: -webkit-linear-gradient(top,#f8f8f8,0%,#ececec,100%);
    background-image: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%);
    background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0)
}

    .table thead tr th {
        border-color: #DDD;
        font-weight: bold
    }

        .table thead tr th [class*="icon-"]:first-child {
            margin-right: 2px
        }

        .table thead tr th:first-child {
            border-left-color: #f1f1f1
        }

        .table thead tr th:left-child {
            border-right-color: #f1f1f1
        }

.table.table-bordered thead tr th {
    vertical-align: middle
}

    .table.table-bordered thead tr th:first-child {
        border-left-color: #DDD
    }

th.center, td.center {
    text-align: center
}

th .lbl, td .lbl {
    margin-bottom: 0
}

    th .lbl:only-child, td .lbl:only-child {
        vertical-align: top
    }

.table-header {
    background-color: #307ecc;
    color: #FFF;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px
}

    .table-header .close {
        margin-right: 8px;
        margin-top: 0;
        opacity: .45;
        filter: alpha(opacity=45)
    }

        .table-header .close:hover {
            opacity: .75;
            filter: alpha(opacity=75)
        }


.th-titulo {
    text-align: center !important;
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
    background: #69707A !important;
    color: white !important;
    border-color: #69707A;
}


.th-titulo-tranparent {
    background: white !important;
    border-style: none;
}

a {
    text-decoration: none !important;
}

sbs-btn-a:hover {
    color: #363636 !important;
}

.sbs-titulo-pregunta-fre {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5rem;
    color: #01C4B3 !important;
    text-align: justify !important;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

.sbs-titulo-respuesta-fre {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5rem;
    color: #69707A !important;
    text-align: justify !important;
}
