@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
    font-family: "PT Sans";
    src: url("fonts/PTSans-Bold.woff2") format("woff2"), url("fonts/PTSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albra Text";
    src: url("fonts/AlbraTextBold.woff2") format("woff2"), url("fonts/AlbraTextBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PT Sans";
    src: url("fonts/PTSans-Regular.woff2") format("woff2"), url("fonts/PTSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
}

body {
    color: #373737;
    font-weight: normal;
    width: 100%;
    max-width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.3;
}

body,
html {
    max-width: 100%;
}

body,
.smooth-container {
    scroll-behavior: smooth;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1290px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.main {
    padding-top: 122px;
}

@media only screen and (max-width: 991px) {
    .main {
        padding-top: 58px;
    }
}

.full-width {
    width: 100%;
}

p {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1.4rem;
}

    p b {
        font-weight: bold;
    }

    p a {
        text-decoration: underline;
    }

figure {
    margin: 0;
}

.clear {
    clear: both;
}

.wow {
    visibility: hidden;
}

.fadein {
    opacity: 0;
}

.hidden_a {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.wrapper {
    position: relative;
}

    .wrapper.wrapper-home {
        padding-top: 148px;
    }

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
    .wrap {
        padding: 0 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .wrap {
        padding: 0 1rem;
    }
}

.wrap2 {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 11.25rem;
}

@media only screen and (max-width: 991px) {
    .wrap2 {
        padding: 0 4rem;
    }
}

@media only screen and (max-width: 768px) {
    .wrap2 {
        padding: 0 1rem;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 1200px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .row > * {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^=col-],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.row-small {
    margin-right: -0.3em;
    margin-left: -0.3em;
}

    .row.row-small > [class^=col-],
    .row.row-small > [class*=" col-"] {
        padding-right: 0.3em;
        padding-left: 0.3em;
    }

.row.row-md {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
}

    .row.row-md > [class^=col-],
    .row.row-md > [class*=" col-"] {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }

@media only screen and (max-width: 1200px) {
    .row.row-md {
        margin-right: -20px;
        margin-left: -20px;
    }

        .row.row-md > [class^=col-],
        .row.row-md > [class*=" col-"] {
            padding-right: 20px;
            padding-left: 20px;
        }
}

.row.row-big {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
}

    .row.row-big > [class^=col-],
    .row.row-big > [class*=" col-"] {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }

@media only screen and (max-width: 1200px) {
    .row.row-big {
        margin-right: -20px;
        margin-left: -20px;
    }

        .row.row-big > [class^=col-],
        .row.row-big > [class*=" col-"] {
            padding-right: 20px;
            padding-left: 20px;
        }
}

* {
    outline: none;
}

a,
button {
    transition: all 0.3s ease;
    cursor: pointer;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.mt-2 {
    margin-top: 2rem;
}

@media (max-width: 1980px) {
    html,
    body,
    p {
        font-size: 16px;
    }
}

@media (max-width: 1700px) {
    html,
    body,
    p {
        font-size: 16px;
    }
}

@media (max-width: 1500px) {
    html,
    body,
    p {
        font-size: 16px;
    }
}

.form-group {
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
}

    .form-group .msg {
        color: #F13F3F;
    }

        .form-group .msg.oculto {
            display: none;
        }

    .form-group .small {
        margin-bottom: 0;
        font-size: 0.875rem;
        margin-top: 0.2rem;
    }

    .form-group.horizontal {
        margin-bottom: 1.5rem;
    }

        .form-group.horizontal .label {
            font-weight: 600;
        }

        .form-group.horizontal .label-small {
            color: #475467;
            font-size: 0.875rem;
        }

            .form-group.horizontal .label-small.light {
                color: #6F7A88;
                font-size: 0.75rem;
            }

.form-group--inline {
    display: flex;
    align-items: center;
}

.form-group.error .label {
    color: #F13F3F;
}

.form-group.error .input {
    border-color: #F13F3F;
}

.form-group.error .nice-select {
    border-color: #F13F3F;
}

.label {
    color: #373737;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

    .label.light {
        font-weight: normal;
    }

.input {
    width: 100%;
    height: 45px;
    padding: 0.5rem 0.8rem;
    border: 1px solid #808080;
    border-radius: 4px;
    color: #101B31;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .input.input-texto {
        font-weight: bold;
        padding: 0;
        border: none;
        padding: 0.2rem 0;
        height: auto;
    }

    .input:focus {
        border-color: #d8bbf9;
        box-shadow: 0px 0px 0px 3px rgb(244, 234, 255);
        -webkit-box-shadow: 0px 0px 0px 3px rgb(244, 234, 255);
        -moz-box-shadow: 0px 0px 0px 3px rgb(244, 234, 255);
    }

    .input.w-number {
        width: 84px;
    }

.input-group-text {
    height: 2.75rem;
    background: #fff;
    border-radius: 8px 0 0 8px;
}

.w-input {
    position: relative;
}

.ic-input {
    background-repeat: no-repeat;
    background-position: 0.8rem center;
    padding-left: 2.7rem;
    position: absolute;
    display: block;
    width: 2rem;
    height: 2rem;
    top: 0.3rem;
    right: 0;
}

    .ic-input.success {
        background-image: url("../images/check-verde.svg");
    }

    .ic-input.error {
        background-image: url("../images/alert-circle.svg");
    }

.textarea {
    width: 100%;
    height: 7.75rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    color: #101B31;
    font-size: 1rem;
    line-height: 1.4;
}

    .textarea.con-edit {
        background-image: url("../images/ic-edit-input.svg");
        background-repeat: no-repeat;
        background-position: 0.8rem 0.8rem;
        padding-left: 2.7rem;
    }

    .textarea.big {
        height: 12.5rem;
    }

    .textarea.comentarios {
        height: 4rem;
    }

.btn {
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    height: 2.8rem;
    padding: 0.8rem 0.95rem;
    text-transform: none;
    width: auto;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #0A6BE4;
}

    .btn-primary:hover {
        background: #46A5F1;
        border-color: #46A5F1;
    }

    .btn-primary:disabled {
        background: #c8d9ea;
        border-color: #c8d9ea;
    }

    .btn-primary.disabled {
        background: #c8d9ea;
        border-color: #c8d9ea;
        cursor: not-allowed;
        pointer-events: visible;
    }

.btn-secondary {
    background: #671E75;
}

.btn-outline--primary {
    background: #fff;
    border: 1px solid #0A6BE4;
    color: #0A6BE4;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-outline--primary span {
        font-size: 1.4rem;
        margin-right: 0.5rem;
    }

    .btn-outline--primary:hover {
        background: #0A6BE4;
        border-color: #0A6BE4;
        color: #fff;
    }

.btn-outline--secondary {
    background: #fff;
    border: 1px solid #671E75;
    color: #671E75;
}

    .btn-outline--secondary:hover {
        background: #671E75;
        border-color: #671E75;
        color: #fff;
    }

.btn-outline {
    border: none;
    color: #373737;
    display: flex;
    align-items: center;
}

    .btn-outline span {
        color: #007A33;
        margin-right: 0.2rem;
        font-size: 1.5rem;
    }

.btn i {
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.btn img {
    width: 1rem !important;
    height: auto;
    margin-left: 0.5rem;
}

.btn--full {
    width: 100%;
}

.btn-text {
    color: #0A6BE4;
    text-decoration: underline;
}

    .btn-text:hover {
        color: #0A6BE4;
        text-decoration: none;
    }

.btn--large {
    min-width: 250px;
}

.btn:disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.form-check label {
    color: #373737;
    font-size: 0.75rem;
    font-weight: 600;
}

.olvidaste {
    font-size: 0.8rem;
}

.no-cuenta {
    color: #475467;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

    .no-cuenta a {
        text-decoration: none;
    }

        .no-cuenta a:hover {
            color: #551961;
        }

.msg {
    color: #475467;
    font-size: 0.875rem;
    font-weight: 400;
    padding-top: 0.3rem;
}

    .msg.small {
        font-size: 0.75rem;
        font-weight: 600;
    }

    .msg.success {
        color: #007A33;
    }

    .msg.error {
        color: #F13F3F;
    }

    .msg .editor {
        color: #F04438;
        display: block;
    }

.btn-estado {
    border-radius: 16px;
    height: 1.65rem;
    padding: 0.3rem 0.8rem;
    font-size: 0.67rem;
    color: #475467;
    background: #fff;
    border: 1px solid #C6C9CE;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}

.btn-estado--publicado {
    border-radius: 16px;
    border: 1px solid rgba(127, 86, 217, 0.2);
    background: linear-gradient(0deg, rgba(127, 86, 217, 0.2) 0%, rgba(127, 86, 217, 0.2) 100%), #FFF;
    color: #671E75;
}

.btn-estado--revision {
    border-radius: 16px;
    border: 1px solid rgba(64, 94, 255, 0.2);
    background: linear-gradient(0deg, rgba(64, 94, 255, 0.2) 0%, rgba(64, 94, 255, 0.2) 100%), #FFF;
    color: #405EFF;
}

.btn-estado--observacion {
    border-radius: 16px;
    border: 1px solid rgba(255, 184, 3, 0.3);
    background: rgba(255, 184, 3, 0.2);
    color: #FF8B03;
}

.btn-estado--rechazado {
    border-radius: 16px;
    border: 1px solid rgba(255, 76, 0, 0.3);
    background: rgba(255, 76, 0, 0.2);
    color: #FF4A11;
}

.tag {
    border-radius: 30px;
    border: 1px solid rgba(46, 144, 250, 0.15);
    background: linear-gradient(0deg, rgba(46, 144, 250, 0.05) 0%, rgba(46, 144, 250, 0.05) 100%), #FFF;
    box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
    font-size: 0.67rem;
    display: inline-block;
    color: #373737;
    height: 1.65rem;
    padding: 0.3rem 0.5rem;
}

    .tag:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: inline-block;
        background: #475467;
        margin-right: 0.3rem;
    }

.tag--celeste:before {
    background: #0A6BE4;
}

.tag--morado {
    border: 1px solid rgba(152, 97, 243, 0.15);
    background: linear-gradient(0deg, rgba(152, 97, 243, 0.05) 0%, rgba(152, 97, 243, 0.05) 100%), #FFF;
    box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
}

    .tag--morado:before {
        background: #671E75;
    }

.mas-tag {
    border-radius: 30px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.05);
    font-size: 0.68rem;
    display: inline-block;
    height: 1.65rem;
    padding: 0.3rem 0.5rem;
}

.paginador {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0;
}

    .paginador a {
        color: #475467;
        font-size: 0.875rem;
    }

    .paginador .pages a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .paginador .pages a.current {
            background: #FFF;
            box-shadow: 0px 4px 11px 0px rgba(16, 24, 40, 0.07);
        }

.tabs-nota {
    display: flex;
    border: none;
}

    .tabs-nota .nav-link {
        color: #6F7A88;
        font-size: 0.875rem;
        font-weight: 600;
        display: block;
        padding: 0.6rem 0.5rem;
        margin-right: 1rem;
        border: none;
        border-radius: 0;
        background: transparent;
        border-bottom: 3px solid transparent;
    }

        .tabs-nota .nav-link.active {
            border-color: #671E75;
            color: #671E75;
            background: transparent;
        }

        .tabs-nota .nav-link:last-child {
            margin-right: 0;
        }

.form-title {
    margin-bottom: 1.8rem;
}

    .form-title h3 {
        color: #293449;
        font-size: 1.125rem;
        margin: 0 0 0.5rem;
        font-weight: 600;
    }

    .form-title p {
        font-size: 0.75rem;
        color: #6F7A88;
        margin-bottom: 0;
    }

        .form-title p.big {
            font-size: 0.875rem;
        }

.separador {
    background: #EAEAEA;
    height: 1px;
    margin-bottom: 1.25rem;
}

.separador-card {
    background: #EAEAEA;
    height: 1px;
    margin: 0 -1.25rem 1.5rem;
}

.ic-pass {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    color: #6F7A88;
    cursor: pointer;
}

    .ic-pass .ocultar-pass {
        display: none;
    }

    .ic-pass.activo .ver-pass {
        display: none;
    }

    .ic-pass.activo .ocultar-pass {
        display: block;
    }

.checkbox-container {
    position: relative;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 100%;
        left: 0;
        z-index: 10;
        background: #f00;
        height: 100%;
    }

    .checkbox-container label {
        position: absolute;
        top: 3px;
        left: 0;
        width: 16px;
        /* Ancho del checkbox personalizado */
        height: 16px;
        /* Altura del checkbox personalizado */
        background-color: #fff;
        border: 1px solid #D0D5DD;
        /* Color de fondo del checkbox no marcado */
        border-radius: 4px;
        /* Bordes redondeados */
        cursor: pointer;
    }

    .checkbox-container input:checked + label {
        background-color: #671E75;
        border-color: #671E75;
        background-image: url("../images/ic-check.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
    }

    .checkbox-container span {
        color: #344054;
        font-size: 0.75rem;
        font-weight: 600;
        margin-left: 1.5rem;
    }

        .checkbox-container span:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.tool {
    cursor: pointer;
}

.nice-select {
    height: 45px;
    padding-top: 0.2rem;
    width: 100%;
    min-width: 350px;
    padding-left: 14px;
    border: 1px solid #808080;
    float: none;
}

    .nice-select:focus {
        border-color: #d8bbf9;
        box-shadow: 0px 0px 0px 3px rgb(244, 234, 255);
        -webkit-box-shadow: 0px 0px 0px 3px rgb(244, 234, 255);
        -moz-box-shadow: 0px 0px 0px 3px rgb(244, 234, 255);
    }

    .nice-select.select-big {
        width: 250px;
        min-width: 250px;
    }

    .nice-select.has-multiple .option:before {
        content: "";
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: -0.2rem;
        margin-right: 0.4rem;
    }

    .nice-select.has-multiple .option.selected:before {
        background-image: url("../images/check-active.svg");
        background-size: 100%;
        border: none;
    }

    .nice-select .option.disabled {
        display: none;
    }

    .nice-select .nice-select-dropdown {
        width: 100%;
    }

    .nice-select.select-custom {
        width: 100%;
        border: 1px solid #808080;
        border-radius: 4px;
        height: 2.875rem;
    }

select.select-custom {
    display: none;
}

.switch-input {
    height: 30px;
}

    .switch-input input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
        position: absolute;
    }

    .switch-input label {
        cursor: pointer;
        text-indent: -9999px;
        width: 62px;
        height: 30px;
        background: transparent;
        border: 1px solid #ccc;
        display: block;
        border-radius: 100px;
        position: relative;
    }

        .switch-input label:after {
            content: "";
            position: absolute;
            top: 4px;
            left: 4px;
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 90px;
            transition: 0.3s;
            background: #9E9E9E;
        }

    .switch-input input:checked + label {
        border-color: #0A6BE4;
    }

        .switch-input input:checked + label:after {
            left: calc(100% - 4px);
            transform: translateX(-100%);
            background: #0A6BE4;
        }

    .switch-input label:active:after {
        width: 60;
        box-shadow: inset 0 0 5px blue;
    }

.menu-asegurados {
    border-radius: 20px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    padding: 1.2rem 0;
    width: 314px;
    z-index: 99;
    display: none;
    transition: all 0.3s ease;
}

    .menu-asegurados.menu-relative {
        position: relative;
        width: 100%;
        box-shadow: none;
        border: none;
        padding: 0;
    }

        .menu-asegurados.menu-relative .cerrar-menu {
            top: 0rem;
            right: 0;
        }

        .menu-asegurados.menu-relative.visible {
            padding: 1rem 0;
        }

    .menu-asegurados.visible {
        display: block;
    }

    .menu-asegurados .cerrar-menu {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 1.4rem;
        cursor: pointer;
    }

    .menu-asegurados h4 {
        font-size: 1.125rem;
        margin: 0 0 1.5rem;
        color: #373737;
        font-weight: 600;
        padding-left: 1.2rem;
    }

    .menu-asegurados .form-btn {
        padding: 1rem 1.2rem 0.5rem;
    }

@media only screen and (max-width: 991px) {
    .menu-asegurados {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 1rem;
        border-radius: 20px 20px 0 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(50%);
        transition: all 0.3s ease;
        max-height: 90vh;
        overflow: auto;
    }

        .menu-asegurados.menu-relative {
            position: fixed;
            bottom: 0;
            width: 100%;
            left: 0;
            padding: 1rem;
            border-radius: 20px 20px 0 0;
            display: block;
            visibility: hidden;
            opacity: 0;
            transform: translateY(50%);
            transition: all 0.3s ease;
            max-height: 90vh;
            overflow: auto;
        }

            .menu-asegurados.menu-relative .cerrar-menu {
                top: 1rem;
                right: 1rem;
            }

            .menu-asegurados.menu-relative.visible {
                visibility: visible;
                opacity: 1;
                transform: translateY(0);
            }

        .menu-asegurados.visible {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }

        .menu-asegurados .form-group {
            width: auto !important;
        }
}

.sombra {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 991px) {
    .sombra.visible {
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }
}

.tooltip {
    background: #fff !important;
    opacity: 1 !important;
    line-height: 1.1;
}

    .tooltip .tooltip-inner {
        border-radius: 20px;
        border: 1px solid #DEDEDE;
        background: #FFF !important;
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
        color: #373737;
        opacity: 1 !important;
        padding: 0.9rem;
    }

    .tooltip .tooltip-arrow:before {
        border-top-color: #fff !important;
    }

.mensaje-asegurados {
    position: absolute;
    margin-top: 8px;
}

@media only screen and (max-width: 991px) {
    .mensaje-asegurados {
        position: relative;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        margin: 2px;
        border: 2px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle-morado {
    padding-left: 0;
    margin: 0 0 2.4rem;
    list-style: none;
    color: #000;
}

@media only screen and (max-width: 768px) {
    .circle-morado {
        margin-bottom: 0;
    }
}

.circle-morado li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

    .circle-morado li:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #671E75;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 7px;
    }

.form-check {
    padding-left: 0;
    min-height: 0;
}

.custom-checkbox {
    margin-bottom: 0.7rem;
}

    .custom-checkbox > [type=checkbox],
    .custom-checkbox label {
        /*margin-bottom:0px !important;*/
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .custom-checkbox > [type=checkbox]:not(:checked),
        .custom-checkbox > [type=checkbox]:checked {
            position: absolute;
            left: -9999px;
        }

            .custom-checkbox > [type=checkbox]:not(:checked) + label,
            .custom-checkbox > [type=checkbox]:checked + label {
                position: relative;
                padding-left: 24px;
                cursor: pointer;
                font-size: 1rem;
                font-weight: normal;
            }

                .custom-checkbox > [type=checkbox]:not(:checked) + label:before,
                .custom-checkbox > [type=checkbox]:checked + label:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 2px;
                    width: 17px;
                    height: 17px;
                    border: 1px solid #53565A;
                    background: #fff;
                    border-radius: 2px;
                }

                .custom-checkbox > [type=checkbox]:checked + label:before {
                    background: #0A6BE4;
                    border-color: #0A6BE4;
                }

                .custom-checkbox > [type=checkbox]:not(:checked) + label:after,
                .custom-checkbox > [type=checkbox]:checked + label:after {
                    font-family: "Material Design Icons";
                    content: "\f0e1e";
                    position: absolute;
                    top: 1px;
                    left: 1px;
                    color: #fff;
                    xtransition: all 0.2s;
                    line-height: 1.2;
                    font-size: 14px;
                }

                .custom-checkbox > [type=checkbox]:not(:checked) + label:after {
                    opacity: 0;
                    transform: scale(0);
                }

                .custom-checkbox > [type=checkbox]:checked + label:after {
                    opacity: 1;
                    transform: scale(1);
                }

        .custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
            content: "−";
            left: 2px;
            opacity: 1;
            transform: scale(1);
        }

        .custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
            box-shadow: none;
            background-color: #eeeeee;
            border-color: #eeeeee;
            cursor: not-allowed;
            opacity: 1;
            color: #dadada;
        }

        .custom-checkbox > [type=checkbox]:disabled:checked + label:before {
            box-shadow: none;
            background-color: #eeeeee;
            border-color: #eeeeee;
            cursor: not-allowed;
            opacity: 1;
            color: #fbc52d;
        }

        .custom-checkbox > [type=checkbox]:disabled:checked + label:after {
            color: #fbc52d;
            cursor: not-allowed;
        }

        .custom-checkbox > [type=checkbox]:disabled + label {
            color: #aaa;
            cursor: not-allowed;
        }

        .custom-checkbox > [type=checkbox]:checked:focus + label:before,
        .custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
            border: 1px solid #0A6BE4;
            box-shadow: none;
        }

    .custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before,
    .custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
        background: #0A6BE4;
    }

@media only screen and (max-width: 768px) {
    .count {
        display: none;
    }
}

.accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 400;
    color: #000;
    background: #F1F8FE;
    box-shadow: none;
    padding-left: 0.9rem;
}

    .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        background: #fff;
    }

.accordion .accordion-item .accordion-collapse {
    transition: all 0.3s ease;
}

    .accordion .accordion-item .accordion-collapse .accordion-body {
        background: #F1F8FE;
    }

.modal .botones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
    .modal .botones {
        flex-direction: column;
    }

        .modal .botones .btn {
            width: 100%;
            margin-bottom: 1.25rem;
        }
}

.modal .btn {
    border-radius: 5px;
}

.modal .modal-dialog {
    max-width: 600px;
}

.modal .modal-content {
    border-radius: 20px;
}

.modal .modal-header {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
}

    .modal .modal-header img {
        margin-right: 0.4rem;
    }

.modal .modal-body {
    padding: 1rem 1.6rem;
}

@media only screen and (max-width: 991px) {
    .modal .modal-body {
        padding: 1rem 20px;
    }
}

.modal .modal-body .asegurados-modal {
    margin-bottom: 2rem;
}

.modal .modal-body .asegurados-modal__header {
    display: flex;
    padding: 0 0.4rem 0.5rem;
}

    .modal .modal-body .asegurados-modal__header .item {
        width: 50%;
        min-width: 50%;
        font-size: 0.875rem;
        color: #373737;
        font-weight: 600;
    }

.modal .modal-body .asegurados-modal__body .item {
    border-top: 1px solid #727272;
    display: flex;
    align-items: center;
    padding: 0.8rem 0.4rem;
}

@media only screen and (max-width: 768px) {
    .modal .modal-body .asegurados-modal__body .item {
        flex-direction: column;
    }
}

.modal .modal-body .asegurados-modal__body .item .item__col {
    width: 50%;
    min-width: 50%;
}

@media only screen and (max-width: 768px) {
    .modal .modal-body .asegurados-modal__body .item .item__col {
        width: 100%;
        min-width: 100%;
    }
}

.modal .modal-body .asegurados-modal__body .item h5 {
    font-size: 1.125rem;
    color: #373737;
    margin: 0;
    font-weight: 600;
}

.modal .modal-body .asegurados-modal__body .item p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .modal .modal-body .asegurados-modal__body .item p {
        margin-bottom: 0.3rem;
    }
}

.modal .modal-body .asegurados-modal__body .item .estado {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0.4rem 0.8rem;
    display: inline-block;
}

    .modal .modal-body .asegurados-modal__body .item .estado.success {
        background: #007A33;
    }

    .modal .modal-body .asegurados-modal__body .item .estado.error {
        background: #F13F3F;
    }

.modal .modal-body .mensaje-proceso {
    border: 1px solid #FBF0AE;
    background: #FFFCEA;
    padding: 0.9rem 0.7rem;
    margin-bottom: 1rem;
}

    .modal .modal-body .mensaje-proceso p {
        color: #000;
        font-size: 1rem;
    }

    .modal .modal-body .mensaje-proceso .botones {
        display: flex;
        justify-content: space-between;
    }

@media only screen and (max-width: 768px) {
    .modal .modal-body .mensaje-proceso .botones {
        flex-direction: column;
    }
}

.modal .modal-body .mensaje-proceso .botones .form-check-modal {
    border: 1px solid #0A6BE4;
    background: #F1F8FE;
    width: 49%;
    min-width: 48%;
    padding: 1.05rem;
    height: 3.75rem;
}

    .modal .modal-body .mensaje-proceso .botones .form-check-modal label {
        font-weight: 600;
    }

.modal .modal-body .mensaje-proceso .botones .btn-primary {
    height: 3.75rem;
    width: 48%;
    min-width: 48%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .modal .modal-body .mensaje-proceso .botones .btn-primary {
        width: 100%;
        min-width: 100%;
    }
}

.modal .modal-body .no-deseo {
    text-align: center;
    padding: 0.8rem 0;
}

    .modal .modal-body .no-deseo a {
        color: #008EFF;
        border-bottom: 1px solid #008EFF;
        display: inline-block;
        margin: 0 auto;
        font-size: 1.125rem;
        font-weight: 500;
    }

.msg-form {
    border-radius: 5px;
    padding: 1.4rem 1rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    display: none;
    align-items: flex-start;
    margin-bottom: 1.75rem;
    flex-direction: column;
    justify-content: center;
}

    .msg-form.visible {
        display: flex;
    }

    .msg-form .otros-errores {
        font-weight: 400;
        font-size: 1rem;
    }

@media only screen and (max-width: 991px) {
    .msg-form {
        padding: 1rem 1rem;
    }
}

.msg-form p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1rem;
}

.msg-form span {
    margin-right: 0.4rem;
    font-size: 1.2rem;
}

.msg-form.error {
    background: #F13F3F;
}

.msg-form.success {
    background: #007A33;
}

.group-fono {
    display: flex;
    align-items: center;
}

    .group-fono span {
        margin-right: 0.8rem;
    }

.group-date {
    position: relative;
}

    .group-date .ic-calendar {
        position: absolute;
        right: 0.5rem;
        top: 0.65rem;
        font-size: 1.2rem;
        cursor: pointer;
    }

.nice-select span {
    font-size: 1rem;
}

.nice-select.disabled {
    background: #ebebeb;
}

.alerta {
    background: #FFEDED;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    border-left: 8px solid #F13F3F;
    text-align: center;
    margin-bottom: 1.1rem;
}

.alerta--horizontal {
    display: flex;
    align-items: center;
}

    .alerta--horizontal .alerta__ic img {
        margin-bottom: 0 !important;
        margin-right: 0.5rem;
    }

.alerta__ic img {
    margin-bottom: 0.6rem !important;
}

.alerta__ic .ic-success {
    display: none;
}

.alerta p {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center !important;
}

.alerta.success {
    background: #DBF0E4;
    border-color: #007A33;
}

    .alerta.success .alerta__ic .ic-success {
        display: inline-block;
    }

    .alerta.success .alerta__ic .ic-error {
        display: none;
    }

.alerta.oculto {
    display: none;
}

.nice-select-dropdown {
    width: 100%;
}

select.select {
    display: none;
}

.nice-select {
    float: none;
}

    .nice-select .nice-select-dropdown {
        transform: scale(1) translateY(-19px);
    }

@media only screen and (max-width: 768px) {
    .tabla-uc {
        overflow: auto;
    }
}

.tabla-uc table {
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

    .tabla-uc table thead {
        border-bottom: 1px solid #373737;
    }

        .tabla-uc table thead tr th {
            font-size: 1rem;
            color: #373737;
            padding: 1rem;
            line-height: 1.2;
        }

    .tabla-uc table tbody tr {
        border-bottom: 1px solid #E1E1E1;
    }

        .tabla-uc table tbody tr td {
            font-size: 1rem;
            color: #373737;
            padding: 1rem 1rem;
        }

@media only screen and (max-width: 550px) {
    .tabla-uc table tbody tr td {
        min-width: 150px;
    }
}

.paginador {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 991px) {
    .paginador {
        justify-content: center;
    }
}

.paginador .pag-nav {
    font-size: 1rem;
    color: #373737;
    background: #fff;
    border-radius: 8px;
    height: 45px;
    padding: 0.5rem 0.6rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .paginador .pag-nav span {
        margin: 0;
        font-size: 1.8rem;
    }

    .paginador .pag-nav.disabled {
        opacity: 0.4;
    }

.paginador span {
    font-size: 1rem;
    display: inline-block;
    margin: 0 1.2rem;
}

.error .label {
    border-color: #F13F3F;
}

.error .select {
    border-color: #F13F3F;
}

.error .input {
    border-color: #F13F3F;
}

.error .msg {
    display: block !important;
    margin-bottom: 0;
}

.file-drop {
    width: 338px;
    max-width: 100%;
}

    .file-drop .btn-files {
        position: relative;
    }

    .file-drop input[type=file] {
        position: absolute;
        right: 0;
        opacity: 0;
    }

    .file-drop input[type=submit] {
        position: relative;
        padding: 1rem 3rem;
        background: #0c8fda;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        border-radius: 10px;
        border: 0;
        color: #fff;
    }

        .file-drop input[type=submit]:hover {
            background: #0b7fc2;
            color: #fff;
            cursor: pointer;
            transition: 0.2s all;
        }

    .file-drop label {
        position: relative;
        background: #eee;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        border-radius: 0px;
        font-size: 0.875rem;
        font-weight: bold;
        background: #eee;
        border: 1px solid #000000;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .file-drop div.files {
        background: #fff;
        padding: 0.2rem 1rem;
        margin: 1rem 0;
        border-radius: 4px;
        display: none;
        border: 1px solid #9B9B9B;
    }

        .file-drop div.files.visible {
            display: block;
        }

        .file-drop div.files ul {
            list-style: none;
            padding: 0;
            width: 100%;
            overflow: hidden;
            font-size: 0;
        }

            .file-drop div.files ul li {
                padding: 0.5rem 2rem 0.5rem 0;
                position: relative;
                word-wrap: break-word;
                /* Ensure the text wraps within the container */
                white-space: normal;
                font-size: 1rem;
            }

                .file-drop div.files ul li span {
                    cursor: pointer;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    transform: translatey(-50%);
                }

    .file-drop div.container {
        width: 100%;
        padding: 0 2rem;
    }

    .file-drop span.file-size {
        color: #999;
        padding-left: 0.5rem;
    }

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .loading.small {
        position: absolute;
    }

        .loading.small .lds-ring div {
            width: 56px;
            height: 56px;
            border: 6px solid #0A6BE4;
            border-color: #0A6BE4 transparent transparent transparent;
        }

    .loading.visible {
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }

    .loading .lds-ring {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

        .loading .lds-ring div {
            box-sizing: border-box;
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            margin: 8px;
            border: 8px solid #0A6BE4;
            border-radius: 50%;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            border-color: #0A6BE4 transparent transparent transparent;
        }

            .loading .lds-ring div:nth-child(1) {
                animation-delay: -0.45s;
            }

            .loading .lds-ring div:nth-child(2) {
                animation-delay: -0.3s;
            }

            .loading .lds-ring div:nth-child(3) {
                animation-delay: -0.15s;
            }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loading-resumen {
    position: absolute;
}

header {
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 10;
    background: #FFF;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    padding: 1rem 0;
}

@media only screen and (max-width: 991px) {
    header {
        padding: 0.55rem 0;
    }
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .head-izq {
    display: flex;
    align-items: center;
}

header .head-der {
    display: flex;
    align-items: center;
}

header .btn-menu {
    display: none;
}

@media only screen and (max-width: 991px) {
    header .btn-menu {
        display: block;
        cursor: pointer;
    }
}

header .logo {
    width: 150px;
    min-width: 150px;
    display: inline-block;
}

    header .logo img {
        width: 100%;
    }

@media only screen and (max-width: 991px) {
    header .logo {
        width: 143px;
        min-width: 143px;
    }
}

header nav {
    margin-left: 4rem;
}

@media only screen and (max-width: 991px) {
    header nav {
        display: none;
    }
}

header nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    header nav ul li a {
        color: #373737;
        display: block;
        margin-right: 2rem;
        font-weight: 500;
    }

        header nav ul li a:hover {
            color: #0A6BE4;
        }

header .botones-head {
    display: flex;
    position: relative;
}

    header .botones-head a {
        color: #373737;
        display: flex;
        align-items: center;
        margin-left: 1.5rem;
        font-weight: 500;
    }

        header .botones-head a span {
            margin-right: 0.3rem;
            font-size: 1.5rem;
        }

@media only screen and (max-width: 1200px) {
    header .botones-head a {
        font-size: 0;
        margin-left: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    header .botones-head a {
        font-size: 0;
        margin-left: 0rem;
    }
}

@media only screen and (max-width: 991px) {
    header .botones-head a.btn-lupa {
        display: none;
    }
}

header .botones-head .buscador-header {
    position: relative;
}

    header .botones-head .buscador-header .input {
        position: absolute;
        width: 205px;
        top: -5px;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(50%);
        transition: all 0.5s ease;
    }

@media only screen and (max-width: 991px) {
    header .botones-head .buscador-header .input {
        display: none;
    }
}

header .botones-head .buscador-header .input.visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

header.fixed {
    top: -33px;
}

@media only screen and (max-width: 991px) {
    header.fixed {
        top: 0;
    }
}

header.fixed .head-main {
    padding: 15px 0;
}

.dropdown-uc-dash-span {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 15.85px;
    text-align: left;
    color: #373737;
    margin: 0px 16px;
}

.dropdown-uc-dash-item {
    color: #000000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    padding-bottom: 0px;
    border-bottom: 1px solid #DEDEDE;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dropdown-menu-uc-dash {
    width: 267px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    opacity: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2509803922);
}

.dropdown-uc-dash-item:focus,
.dropdown-uc-dash-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: unset;
}

.dropdown-uc-dash-span-exit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
}

    .dropdown-uc-dash-span-exit a {
        color: #F13F3F;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.5px;
        text-align: left;
        margin-left: 16px;
    }

    .dropdown-uc-dash-span-exit button {
        color: #F13F3F;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.5px;
        text-align: left;
        margin-left: 16px;
        border: none;
        background: transparent;
    }

.ayuda {
    color: #373737;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .ayuda {
        display: none;
    }
}

.ayuda span {
    font-size: 1.25rem;
    line-height: 1;
}

.ayuda p {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #373737;
}

.ayuda:hover {
    color: #0A6BE4;
}

    .ayuda:hover span {
        color: #0A6BE4;
    }

    .ayuda:hover p {
        color: #0A6BE4;
    }

.menu-user {
    margin-left: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .menu-user {
        margin-left: 0;
    }
}

.menu-user .custom-drop-uc {
    color: #373737;
    display: flex;
    align-items: center;
    padding-left: 0;
}

    .menu-user .custom-drop-uc span {
        display: inline-block;
        font-size: 2.2rem;
        margin-right: 0.4rem;
    }

@media only screen and (max-width: 991px) {
    .menu-user .custom-drop-uc span {
        font-size: 2rem;
        margin-right: 0rem;
    }
}

.menu-user .custom-drop-uc p {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .menu-user .custom-drop-uc p {
        display: none;
    }
}

.btn-menu {
    font-size: 2rem;
    display: none;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .btn-menu {
        display: block;
    }
}

.dropdown-menu-uc-dash {
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 991px) {
    .dropdown-menu-uc-dash {
        display: block;
        opacity: 0;
        visibility: visible;
        transition: all 0.3s ease;
        top: 0 !important;
        transform: translateX(100%) !important;
        height: 100vh !important;
        border-radius: 0 !important;
        position: fixed !important;
        right: 0 !important;
        left: auto !important;
        margin: 0 !important;
    }
}

.dropdown-menu-uc-dash .cerrar-menu-user {
    display: none;
}

@media only screen and (max-width: 991px) {
    .dropdown-menu-uc-dash .cerrar-menu-user {
        display: block;
        cursor: pointer;
        font-size: 1.5rem;
        position: absolute;
        left: 1rem;
        top: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .dropdown-menu-uc-dash.visible {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        transform: none !important;
        border-radius: 0;
        height: 100%;
        left: auto !important;
        opacity: 1;
        visibility: visible;
        transform: translateX(0%) !important;
    }
}

.texto-menu {
    font-size: 0.7rem;
    padding: 3.2rem 1.1rem 0.8rem;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 0;
}

    .texto-menu span {
        display: block;
    }

    .texto-menu .nombre-user {
        font-weight: bold;
        font-size: 1rem;
        padding: 0.2rem 0;
    }

    .texto-menu .email-user {
        font-size: 0.875rem;
    }

.menu-user-drop {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1rem;
    border-bottom: 1px solid #DEDEDE;
}

    .menu-user-drop li {
        margin-bottom: 0.8rem;
    }

        .menu-user-drop li:last-child {
            margin-bottom: 0;
        }

        .menu-user-drop li a {
            display: block;
            font-size: 1rem;
            font-weight: 500;
            color: #373737;
        }

.salir-user {
    color: #F13F3F;
    display: block;
    padding: 1rem;
}

.menu-mobile {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    z-index: 999;
    padding: 65px 0;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.15);
    transform: translateX(-100%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

    .menu-mobile.visible {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

        .menu-mobile.visible:after {
            content: "";
            display: block;
            transform: translateX(300px);
            width: 300%;
            top: -1px;
            left: 0;
            height: calc(100% + 1px);
            background: rgba(0, 0, 0, 0.4);
            position: absolute;
        }

    .menu-mobile .cerrar-menu {
        display: block;
        cursor: pointer;
        font-size: 1.5rem;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .menu-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0 1rem 1rem;
        border-bottom: 1px solid #DEDEDE;
    }

        .menu-mobile ul li {
            margin-bottom: 1.1rem;
        }

            .menu-mobile ul li a {
                font-size: 1rem;
                color: #373737;
                font-weight: 500;
            }

    .menu-mobile .item-ayuda {
        display: block;
        padding: 1rem;
        font-weight: 500;
        color: #373737;
        font-size: 1rem;
    }

        .menu-mobile .item-ayuda span {
            font-size: 1.2rem;
        }

.dropdown-menu-uc-dash.visible:after {
    content: "";
    display: block;
    transform: translateX(-100%);
    width: 300%;
    top: -1px;
    left: 0;
    height: calc(100% + 1px);
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.card-uc {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    padding: 1.25rem;
    background: #fff;
    position: relative;
}

    .card-uc.oculto {
        display: none;
    }

    .card-uc.disabled:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(250, 250, 250, 0.6);
        z-index: 1;
        border-radius: 20px;
    }

    .card-uc.card-resumen .form-group {
        margin-bottom: 2.5rem;
    }

    .card-uc.bg-gris {
        background: transparent;
    }

    .card-uc .card-uc__header2 {
        background: #F1F8FE;
        font-weight: 600;
        margin: -1.25rem -1.25rem 1.2rem;
        padding: 1rem 1.25rem;
    }

        .card-uc .card-uc__header2 b {
            font-weight: 700;
        }

    .card-uc .card-uc__header {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

        .card-uc .card-uc__header .ver-mas {
            margin-bottom: 1.125rem;
        }

@media only screen and (max-width: 550px) {
    .card-uc .card-uc__header .ver-mas {
        text-align: right;
    }
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    min-height: 100vh;
}

    .login .w-login {
        width: 396px;
        text-align: center;
    }

        .login .w-login h3 {
            font-size: 1.25rem;
            margin: 0.5rem 0 1.75rem;
            font-weight: 600;
        }

        .login .w-login .card-uc {
            padding-bottom: 2.5rem;
        }

        .login .w-login p {
            text-align: left;
        }

        .login .w-login img {
            max-width: 100%;
            margin-bottom: 1.25rem;
        }

        .login .w-login .links {
            text-align: left;
            padding-top: 2rem;
        }

            .login .w-login .links a {
                color: #0A6BE4;
                display: block;
                font-weight: 500;
                margin-bottom: 1rem;
                text-decoration: underline;
            }

                .login .w-login .links a:last-child {
                    margin-bottom: 0;
                }

.mostrar {
    color: #0A6BE4;
    position: absolute;
    cursor: pointer;
    right: 1rem;
    top: 2.4rem;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid #0A6BE4;
    line-height: 1;
}

.dashboard {
    background: #F5F5F5;
    padding: 2rem 0 2rem;
    min-height: 100vh;
}

    .dashboard .titulo {
        margin: 0 0 1.2rem;
        font-size: 1.75rem;
        font-weight: 600;
    }

        .dashboard .titulo.small {
            font-size: 1.5rem;
        }

@media only screen and (max-width: 768px) {
    .dashboard .titulo {
        font-size: 1.5rem;
    }
}

.card-bienvenida {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    padding: 1.4rem 1.2rem 2rem;
}

.card-bienvenida__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-bienvenida__header .ver-mas {
        margin-bottom: 1.125rem;
    }

.titulo-card {
    font-size: 1.3rem;
    margin: 0 0 1.125rem;
    font-weight: 600;
}

    .titulo-card span {
        font-weight: normal;
        font-size: 1rem;
    }

    .titulo-card:after {
        content: "";
        width: 40px;
        height: 3px;
        background: #671E75;
        display: block;
        margin-top: 0.3rem;
    }

.ver-mas {
    font-size: 1rem;
    color: #0A6BE4;
    text-decoration: underline;
    font-weight: 500;
}

.card-seguro {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    padding: 1rem 1.2rem 1.5rem;
    position: relative;
    margin-bottom: 1.8rem;
    border: 1px solid #DEDEDE;
    overflow: hidden;
    display: block;
    color: #373737;
}

    .card-seguro:hover {
        color: #373737;
    }

@media only screen and (max-width: 768px) {
    .card-seguro {
        padding-top: 0;
    }
}

.card-seguro:last-child {
    margin-bottom: 0;
}

.card-seguro__estado {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
    min-width: 122px;
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .card-seguro__estado {
        position: relative;
        width: calc(100% + 2.4rem);
        margin-left: -1.2rem;
        text-align: left;
        margin-bottom: 1rem;
        margin-top: 0rem;
    }
}

.card-seguro__estado.success {
    background: #DBF0E4;
    color: #007A33;
}

.card-seguro__estado.error {
    background: #FFEDED;
    color: #F13F3F;
}

.card-seguro h4 {
    margin: 0 0 0.8rem;
    color: #671E75;
    font-weight: 700;
    font-size: 1.125rem;
}

.card-seguro p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.bread {
    background: #E8E8E8;
    padding: 1rem 0;
}

    .bread a {
        color: #0A6BE4;
    }

.volver {
    font-size: 1.25rem;
    color: #373737;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
}

    .volver a {
        display: inline-block;
        margin-right: 0.4rem;
    }

        .volver a span {
            font-size: 2.2rem;
            display: inline-block;
            line-height: 1;
            color: #373737;
        }

    .volver h1 {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
    }

.morado {
    font-weight: 600;
    color: #671E75;
}

.asegurados {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.form-group-doc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 1.2rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
    .form-group-doc {
        flex-direction: column;
        align-items: flex-start;
    }
}

.form-group-doc .label {
    font-weight: 700;
}

    .form-group-doc .label .ic-check {
        color: #007A33;
    }

    .form-group-doc .label span {
        font-weight: normal;
    }

.form-group-doc.s-b {
    border: none;
}

.texto-small {
    font-size: 0.75rem;
}

.card-aceptar {
    border: 1px solid #B1D2FB;
    border-radius: 4px;
    background: #F1F8FE;
    padding: 0.875rem;
    display: flex;
    align-items: center;
}

    .card-aceptar.error .label {
        color: #f00;
    }

    .card-aceptar.error input {
        border-color: #f00;
    }

    .card-aceptar .label {
        font-size: 0.72rem;
        color: #000;
        font-weight: 700;
        margin-bottom: 0;
        margin-left: 0.5rem;
    }

.box-filter-dashboard {
    width: 100%;
    padding: 14px 14px;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 12px;
}

.filter-dashboard {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-cotiz-nueva-venta {
    gap: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn-filter-dashboard {
    background-color: transparent;
    width: 93px;
    height: 45px;
    border: 1px solid #0A6BE4;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 6px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #0A6BE4;
    transition: 0.5s;
}

    .btn-filter-dashboard svg {
        min-width: 15px;
        width: 15px;
    }

    .btn-filter-dashboard:hover {
        color: #FFFFFF;
        background-color: #0A6BE4;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .btn-filter-dashboard:hover img {
            filter: brightness(22.5);
        }

.btn-cotiz-blue-uc {
    background-color: #0A6BE4;
    color: white;
    text-decoration: none;
    height: 45px;
    padding: 10px 15px 10px 15px;
    gap: 10px;
    border: 1px solid #0A6BE4;
    border-radius: 5px;
    opacity: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
}

    .btn-cotiz-blue-uc:hover {
        background-color: transparent;
        border: 1px solid #0A6BE4;
        color: #0A6BE4;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

.btn-drop-new-vent {
    background-color: #FFFFFF;
    color: #0A6BE4 !important;
    height: 45px;
    border: 1px solid #0A6BE4;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
}

.select-new-previs {
    background-color: #FFFFFF;
    color: #0A6BE4 !important;
    height: 45px;
    width: 216px;
    border: 1px solid #0A6BE4;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
}

.btn-border-blue img {
    margin-right: 6px;
}

.btn-border-blue {
    background-color: #FFFFFF;
    color: #0A6BE4 !important;
    height: 45px;
    border: 1px solid #0A6BE4;
    font-family: Montserrat;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    width: max-content;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0px 15px;
}

.btn-drop-new-vent:hover {
    background-color: #FFFFFF;
    color: #0A6BE4 !important;
    height: 45px;
    border: 1px solid #0A6BE4;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
}

.btn-items-new-vent li a {
    color: #373737;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
}

.btn-items-new-vent {
    padding: 0px 0px;
    width: 100%;
}

.btn-save-blue {
    background-color: #0A6BE4;
    color: white;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    width: 100%;
    height: 45px;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}

.box-table-uc-dashboard {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .box-table-uc-dashboard .box-no-result {
        text-align: center;
        width: 280px;
        margin: 0 auto;
        padding: 4rem 0;
    }

    .box-table-uc-dashboard .box-no-result__ic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
    }

        .box-table-uc-dashboard .box-no-result__ic img {
            width: 80%;
            transform: translateX(-3px);
        }

        .box-table-uc-dashboard .box-no-result__ic p {
            font-size: 1.125rem;
        }

.card-historial {
    background: #F1F8FE;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 0.82rem 1rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

    .card-historial span {
        font-size: 2.2rem;
        color: #0A6BE4;
        margin-right: 0.2rem;
    }

.card-cuenta p {
    font-size: 0.875rem;
}

.card-cuenta .cuenta h4 {
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}

.card-cuenta .cuenta p {
    font-size: 1rem;
}

.card-cuenta .cuenta.cuenta-vacia {
    display: flex;
    align-items: center;
    background: #FFFCEA;
    border: 1px solid #FBF0AE;
    border-radius: 8px;
    padding: 0.5rem;
    margin-bottom: 0.8rem;
}

    .card-cuenta .cuenta.cuenta-vacia span {
        font-size: 3rem;
        margin-right: 0.4rem;
        color: #CDCDCD;
    }

    .card-cuenta .cuenta.cuenta-vacia p {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

.card-cuenta .link {
    font-size: 0.875rem;
}

.link {
    color: #0A6BE4;
    text-decoration: underline;
}

.card-filter-active p {
    margin: 0px;
    padding: 10px;
}

.card-filter-active {
    border: 1px solid #666666;
    width: max-content;
    height: 35px;
    gap: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #373737;
}

.filters-active {
    display: flex;
    gap: 13px;
}

.collapse-btn {
    background-color: white;
    border: unset;
    border-bottom: 1px solid #E1E1E1;
    height: 60px;
    color: #373737;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    width: 100%;
}

.collapse-item {
    margin: 0px;
    padding: 0px;
}

.collapse-content {
    display: none;
}

.table-uc-one {
    border-collapse: collapse;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    /* Define un ancho fijo para cada columna y especifica un margen entre ellas */
}

    .table-uc-one th,
    .table-uc-one td {
        padding: 0.8rem;
        text-align: left;
        line-height: 1.2;
        /*  border-bottom: 1px solid #373737;
  */
    }

    .table-uc-one th {
        background-color: transparent;
    }

    .table-uc-one th {
        width: 16.6666666667%;
    }

    .table-uc-one td {
        width: 16.6666666667%;
    }

.table-uc-interior {
    /* Define un ancho fijo para cada columna y especifica un margen entre ellas */
}

    .table-uc-interior th,
    .table-uc-interior td {
        padding: 0.8rem;
        text-align: left;
        /*  border-bottom: 1px solid #373737;
  */
    }

    .table-uc-interior th {
        background-color: transparent;
    }

    .table-uc-interior th {
        width: 16.6666666667%;
    }

    .table-uc-interior td {
        width: 16.6666666667%;
    }

.table-uc-one-thead {
    border-bottom: 1px solid #373737;
}

.arrow {
    display: inline-block;
    margin-right: 5px;
    /* Ajusta el espacio entre la flecha y el texto */
    transition: transform 0.3s ease;
}

.active .arrow {
    transform: rotate(180deg);
    /* Rota la flecha hacia arriba cuando el collapse está activo */
}

/* ESTADOS COLLAPSE - ESTADOS COLLAPSE - ESTADOS COLLAPSE - ESTADOS COLLAPSE - ESTADOS COLLAPSE - ESTADOS COLLAPSE - ESTADOS COLLAPSE - ESTADOS COLLAPSE - ESTADOS COLLAPSE -  */
.estado-proceso .text-info-table {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.26px;
    text-align: left;
    padding: 6px 11px;
    text-align: center;
    border-radius: 8px;
    background-color: #F1F8FE;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #0A6BE4;
    width: 100%;
}

.estado-rechazado .text-info-table {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.26px;
    text-align: left;
    padding: 6px 11px;
    text-align: center;
    border-radius: 8px;
    background-color: #FFEDED;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #F13F3F;
    width: 100%;
}

.estado-pagado .text-info-table {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.26px;
    text-align: left;
    padding: 6px 11px;
    text-align: center;
    border-radius: 8px;
    background-color: #DBF0E4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #007A33;
    width: 100%;
}

.estado-caducado .text-info-table {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.26px;
    text-align: left;
    padding: 6px 11px;
    text-align: center;
    border-radius: 8px;
    background-color: #F5F5F5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #9E9E9E;
    width: 100%;
}

.box-table-uc-dashboard {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.text-info-table {
    margin: 0px;
}

.collapse-btn.active {
    border-bottom: unset;
    background-color: #F8F8F8 !important;
}

.collapse-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #F8F8F8 !important;
}

.text-info-table-collapsed {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    color: #373737;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 5px 0px;
    margin-left: 4px;
    margin-bottom: 1rem;
}

    .text-info-table-collapsed span {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #000000;
    }

.botones {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
}

@media only screen and (max-width: 550px) {
    .botones {
        flex-direction: column-reverse;
    }

        .botones .btn {
            width: 100%;
            margin-bottom: 1rem;
        }
}

.card-producto {
    position: relative;
    margin-bottom: 1.2rem;
}

.card-producto__estado {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
    min-width: 122px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .card-producto__estado {
        position: relative;
        width: calc(100% + 2.4rem);
        margin-left: -1.2rem;
        text-align: left;
        margin-bottom: 1rem;
        margin-top: -1.2rem;
        border-radius: 20px 20px 0 0;
    }
}

.card-producto__estado.success {
    background: #DBF0E4;
    color: #007A33;
}

.card-producto__estado.error {
    background: #FFEDED;
    color: #F13F3F;
}

.card-producto__contenido {
    display: flex;
    margin-bottom: 1.2rem;
}

.card-producto__img {
    width: 120px;
}

    .card-producto__img img {
        width: 100%;
    }

.card-producto__txt {
    padding-left: 1.2rem;
}

    .card-producto__txt h3 {
        margin: 0 0 0.5rem;
        color: #671E75;
        font-weight: 700;
        font-size: 1.4rem;
    }

    .card-producto__txt p {
        margin-bottom: 0.5rem;
        color: #000;
        font-size: 0.875rem;
    }

        .card-producto__txt p:last-child {
            margin-bottom: 0;
        }

.card-producto__detalle {
    border: 1px solid #878787;
    border-radius: 8px;
    background: #FFF;
}

    .card-producto__detalle .btn-detalle {
        position: relative;
        width: 100%;
        font-size: 0.875rem;
        padding: 1rem;
        cursor: pointer;
    }

    .card-producto__detalle .btn-detalle__ic {
        position: absolute;
        font-size: 2.2rem;
        top: 0.1rem;
        right: 1rem;
        transition: all 0.2s ease;
    }

    .card-producto__detalle .card-producto__desplegable {
        visibility: hidden;
        transition: all 0.3s ease-out;
        overflow: hidden;
        max-height: 0;
        transform-origin: top;
        padding: 0 1rem;
    }

    .card-producto__detalle h5 {
        margin: 0 0 0.2rem;
        font-size: 0.875rem;
        color: #373737;
        font-weight: 700;
    }

    .card-producto__detalle p {
        font-size: 0.875rem;
    }

        .card-producto__detalle p a {
            color: #0A6BE4;
        }

    .card-producto__detalle.visible {
        background: #F8F8F8;
    }

        .card-producto__detalle.visible .btn-detalle__ic {
            transform: rotate(180deg);
            top: -1px;
        }

        .card-producto__detalle.visible .card-producto__desplegable {
            opacity: 1;
            visibility: visible;
            padding: 1rem;
            max-height: 1000px;
            transform-origin: top;
            transition: all 0.3s ease-in;
        }

.offcanvas-title-uc {
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: left;
    color: #373737;
}

.line-purple-title {
    width: 40px;
    height: 3px;
    background-color: #872899;
    margin-top: 5px;
    border: unset;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.form-default-uc label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    color: #373737;
}

.form-control-uc {
    border: 1px solid #808080;
    height: 46px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #373737;
}

.form-control-uc-date {
    border: 1px solid #808080;
    height: 46px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #848484 !important;
}

.form-check-uc-custom {
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.4rem;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: baseline;
    margin-left: 3px;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check .form-check-input {
    cursor: pointer;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"%3e%3cpath fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m6 10 3 3 6-6"/%3e%3c/svg%3e);
}

.form-check-uc-custom .form-check-label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: unset;
    text-align: left;
    cursor: pointer;
    color: #000000;
}

#miFormulario .g-3 {
    --bs-gutter-y: 1.2rem;
}

.tabla-uc-datos {
    border-radius: 10px;
    overflow: hidden;
}

.tabla-uc-datos__header {
    display: flex;
    border-bottom: 1px solid #373737;
    background: #fff;
}

@media only screen and (max-width: 991px) {
    .tabla-uc-datos__header {
        display: none;
    }
}

.tabla-uc-datos__header .item {
    flex-grow: 1;
    padding: 1.2rem 1rem;
    font-weight: bold;
}

.tabla-uc-datos__row {
    margin-bottom: 0.2rem;
    background: #fff;
}

.tabla-uc-datos__show {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .tabla-uc-datos__show {
        flex-wrap: wrap;
        padding-bottom: 2rem;
    }
}

.tabla-uc-datos__show .item {
    flex-grow: 1;
    padding: 0.9rem 1rem;
}

@media only screen and (max-width: 991px) {
    .tabla-uc-datos__show .item {
        width: 30%;
    }
}

@media only screen and (max-width: 550px) {
    .tabla-uc-datos__show .item {
        width: 50%;
    }
}

.tabla-uc-datos__show .item span {
    display: none;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .tabla-uc-datos__show .item span {
        display: block;
        margin-bottom: 2px;
    }
}

.tabla-uc-datos__show .flecha {
    position: absolute;
    font-size: 1.5rem;
    top: 0.8rem;
    right: 0.6rem;
}

@media only screen and (max-width: 991px) {
    .tabla-uc-datos__show .flecha {
        top: auto;
        bottom: 0.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
}

.tabla-uc-datos__show .tag-estado {
    font-size: 0.875rem;
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
    font-weight: 500;
    display: inline-block;
}

    .tabla-uc-datos__show .tag-estado.proceso {
        background: #F1F8FE;
        color: #6F6F6F;
    }

    .tabla-uc-datos__show .tag-estado.pagado {
        color: #007A33;
        background-color: #DBF0E4;
    }


    .tabla-uc-datos__show .tag-estado.aprobado {
        color: #007A33;
        background-color: #DBF0E4;
    }


    .tabla-uc-datos__show .tag-estado.rechazado {
        background-color: #FFEDED;
        color: #F13F3F;
    }

.tabla-uc-datos__show.activo .flecha {
    transform: rotate(180deg);
}

.tabla-uc-datos__desplegable {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background-color: #F8F8F8 !important;
}

    .tabla-uc-datos__desplegable.activo {
        max-height: 1000px;
        transition: all 0.8s ease-in;
    }

    .tabla-uc-datos__desplegable .item {
        margin-bottom: 1rem;
        padding: 0.8rem;
    }

        .tabla-uc-datos__desplegable .item h5 {
            font-size: 1rem;
            font-weight: 600;
            margin: 0;
        }

        .tabla-uc-datos__desplegable .item p {
            margin-bottom: 0;
        }

.filters-active {
    flex-wrap: wrap;
    padding-top: 1.5rem;
}

    .filters-active .card-filter-active {
        margin-top: 0;
    }

.pasos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.8rem 0;
}

@media only screen and (max-width: 768px) {
    .pasos {
        padding: 1rem 0 1.4rem;
    }
}

.pasos .item-paso {
    display: flex;
    align-items: center;
    margin-right: 0.7rem;
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso {
        margin-right: 0;
    }
}

.pasos .item-paso:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #373737;
    display: block;
    margin: 0;
    margin-left: 0.3rem;
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso:after {
        width: 10px;
    }
}

.pasos .item-paso:last-child:after {
    display: none;
}

.pasos .item-paso .item-paso__num {
    display: flex;
    width: 40px;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #373737;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 0.75rem;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso .item-paso__num {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 0.875rem;
        margin-right: 0;
    }
}

.pasos .item-paso p {
    margin: 0 0.2rem 0 0;
    font-size: 0.875rem;
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso p {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso.activo:after {
        display: none;
    }
}

.pasos .item-paso.activo .item-paso__num {
    background: #671E75;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso.activo p {
        display: inline-block;
        font-size: 0.75rem;
        margin: 0 0.8rem 0 0.4rem;
    }
}

.pasos .item-paso.listo .item-paso__num {
    background: #527DB7;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso.listo img {
        width: 14px;
    }
}

.card-prestacion {
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    position: relative;
    height: 85px;
    margin-bottom: 1.2rem;
    cursor: pointer;
}

    .card-prestacion .seleccion {
        position: absolute;
        border: 1px solid #A8A8A8;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        top: 0.75rem;
        right: 0.75rem;
    }

    .card-prestacion span {
        display: inline-block;
        font-size: 2rem;
        margin-right: 0.5rem;
    }

    .card-prestacion p {
        margin-bottom: 0;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .card-prestacion.error {
        color: #F13F3F;
        border-color: #F13F3F;
    }

        .card-prestacion.error span {
            color: #373737;
        }

        .card-prestacion.error .seleccion {
            border-color: #F13F3F;
        }

    .card-prestacion.activo {
        box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
        background: #F1F8FE;
        border-color: #0A6BE4;
        color: #0A6BE4;
    }

        .card-prestacion.activo .seleccion {
            border: 6px solid #0A6BE4;
        }

.card-documento {
    border: 1px solid #DEDEDE;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    height: 230px;
    margin-bottom: 1.75rem;
    flex-direction: column;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card-documento__ic {
    font-size: 2.2rem;
}

.card-documento h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0.4rem 0;
}

.card-documento p {
    font-size: 0.875rem;
}

.card-documento:hover {
    box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    color: #0A6BE4;
}

.card-atencion {
    height: 260px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    flex-direction: column;
    margin-bottom: 1.8rem;
}

.card-atencion__ic {
    font-size: 3.6rem;
    margin-top: -0.2rem;
}

.card-atencion h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.3rem 0 1.4rem;
}

.card-atencion .fono {
    color: #0A6BE4;
    font-size: 1.75rem;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1rem;
}

.card-atencion p {
    font-size: 0.875rem;
    max-width: 100%;
    margin: 0 auto 0.5rem;
}

.card-atencion .separador {
    background: #DEDEDE;
    width: 100%;
    height: 1px;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.card-atencion .btn {
    min-width: 144px;
}

.card-perfil .menu-perfil a {
    display: flex;
    align-items: center;
    color: #373737;
    font-weight: 500;
    margin-bottom: 1rem;
}

    .card-perfil .menu-perfil a span {
        font-size: 1.5rem;
        margin-right: 0.8rem;
    }

    .card-perfil .menu-perfil a.activo {
        color: #0A6BE4;
    }

@media only screen and (max-width: 991px) {
    .card-perfil {
        width: calc(100% + 40px);
        overflow: auto;
        margin: -30px -20px 2rem;
        border-radius: 0;
        border: none;
    }

        .card-perfil .menu-perfil {
            display: flex;
        }

            .card-perfil .menu-perfil a {
                white-space: nowrap;
                margin-bottom: 0;
                padding: 0.5rem;
                margin-right: 1rem;
            }

                .card-perfil .menu-perfil a span {
                    display: none;
                }
}

.card-bancaria {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 550px) {
    .card-bancaria {
        flex-direction: column;
        align-items: flex-start;
    }
}

.card-bancaria__izq {
    display: flex;
    align-items: center;
}

.card-bancaria__ic {
    margin-right: 0.8rem;
    font-size: 3.2rem;
    color: #757575;
}

.card-bancaria__txt h4 {
    margin: 0 0 0.4rem;
    font-weight: bold;
    font-size: 1rem;
}

.card-bancaria__txt p {
    margin-bottom: 0;
}

.header-dashboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-dashboard .link {
        margin-bottom: 1.2rem;
    }

.filtros-tabla {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    padding: 1.25rem;
    background: #fff;
    margin-bottom: 0.875rem;
}

.titulo-morado {
    font-size: 1.125rem;
    color: #671E75;
    font-weight: 700;
    margin: 0 0 1rem;
}

.no-pagos {
    text-align: center;
    padding: 3rem 0;
}

.no-pagos__ic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DEDEDE;
    font-size: 3rem;
    background: #fff;
    margin: 0 auto 0.6rem;
}

.no-pagos p {
    font-size: 1.125rem;
    color: #53565A;
}

.ic-ayuda {
    font-size: 1.4rem;
}

footer {
    background: #32588B;
    padding: 3rem 0;
}

    footer .f1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media only screen and (max-width: 1200px) {
    footer .f1 {
        flex-direction: column;
        align-items: flex-start;
    }
}

footer .f1 .logo {
    width: 240px;
    display: inline-block;
}

    footer .f1 .logo img {
        width: 100%;
    }

footer .f1 nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    footer .f1 nav ul li {
        margin-left: 1.8rem;
    }

        footer .f1 nav ul li a {
            color: #fff;
            text-decoration: underline;
        }

@media only screen and (max-width: 1200px) {
    footer .f1 nav ul {
        flex-direction: column;
        align-items: flex-start;
        margin: 2rem 0;
    }

        footer .f1 nav ul li {
            margin-left: 0;
            margin-bottom: 1.2rem;
        }
}

footer .f1 .redes {
    display: flex;
    align-items: center;
}

    footer .f1 .redes p {
        color: #fff;
        margin-bottom: 0;
        font-weight: 600;
    }

    footer .f1 .redes a {
        color: #fff;
        display: inline-block;
        margin-left: 0.4rem;
        font-size: 1.4rem;
    }

footer .f2 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
    margin: 1rem 0;
}

    footer .f2 h4 {
        color: #fff;
        margin: 0 0 0.5rem;
        font-size: 1rem;
        font-weight: 600;
    }

    footer .f2 p {
        color: #fff;
        font-size: 0.875rem;
    }

footer .f3 p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.875rem;
}


.loading2 {
    width: 100%;
    height: 500px;
    background: transparent;
    display: flex;
    justify-content: center;
    padding-top: 4%;
}

    .loading2 .ldio div {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        top: 60px;
        left: 20px;
    }

        .loading2 .ldio div:nth-child(1) {
            background: #0a6be4;
            animation: ldio-2 1s linear infinite;
            animation-delay: -0.5s;
        }

        .loading2 .ldio div:nth-child(2) {
            background: #671e75;
            animation: ldio-2 1s linear infinite;
            animation-delay: 0s;
        }

        .loading2 .ldio div:nth-child(3) {
            background: #0a6be4;
            animation: ldio-1 1s linear infinite;
            animation-delay: -0.5s;
        }

    .loading2 .loadingio-spinner {
        width: 200px;
        height: 200px;
        display: inline-block;
        overflow: hidden;
        background: transparent;
    }

    .loading2 .ldio {
        width: 100%;
        height: 100%;
        position: relative;
        transform: translateZ(0) scale(1);
        backface-visibility: hidden;
        transform-origin: 0 0;
        /* see note above */
    }

        .loading2 .ldio div {
            box-sizing: content-box;
        }

@keyframes ldio-1 {
    0% {
        opacity: 1;
        transform: translate(0 0);
    }

    49.99% {
        opacity: 1;
        transform: translate(40px, 0);
    }

    50% {
        opacity: 0;
        transform: translate(40px, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

@keyframes ldio-2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(40px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.paso-reembolso {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none;
}

    .paso-reembolso .nice-select {
        min-width: 100px;
    }

    .paso-reembolso.activo {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
    }

    .paso-reembolso.oculto {
        display: none !important;
    }

    .paso-reembolso.visible {
        display: block;
        padding-bottom: 4rem;
    }

.dashboard-reembolso {
    position: relative;
}

    .dashboard-reembolso .loading2 {
        position: absolute;
        z-index: 999;
        top: 0;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
        align-items: center;
    }

        .dashboard-reembolso .loading2.oculto {
            display: none;
        }

#sel-1.error {
    border-color: #f00;
}

.btn-ayuda {
    color: #0A6BE4;
    justify-content: center;
    height: 45px;
    align-items: center;
    border-radius: 5px;
    display: flex;
    width: 210px;
    border: 1px solid #0A6BE4;
}



@media only screen and (max-width: 768px) {
    .btn-ayuda {
        width: calc(100% - 2rem);
        margin: 0 1rem;
    }
}

.btn-ayuda span {
    margin-right: 7px;
    font-size: 1.2rem;
}

.dropdown-menu-uc-dash.visible:after {
    display: none !important;
}
/*# sourceMappingURL=estilos.css.map */

/* Scrollbar visible y personalizado */
.nice-select-dropdown .list::-webkit-scrollbar {
    width: 8px !important;
}

.nice-select-dropdown .list::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 4px !important;
}

.nice-select-dropdown .list::-webkit-scrollbar-thumb {
    background: #999 !important;
    border-radius: 4px !important;
}

    .nice-select-dropdown .list::-webkit-scrollbar-thumb:hover {
        background: #666 !important;
    }




/**CAMBIOS ORIENTACION**/

.banner-orientacion img {
    width: 100%;
    transition: all 0.3s ease;
}

.banner-orientacion:hover img {
    opacity: 0.9;
}

@media only screen and (max-width: 768px) {
    .card-orientacion {
        margin: 0 -20px;
        border: none;
        border-radius: 0;
        padding-bottom: 4rem;
    }
}

.card-orientacion p {
    font-size: 16px;
    color: #000;
}

.card-orientacion .titulo {
    font-size: 20px;
    font-weight: bold;
    color: #671E75;
    margin: 10px 0 15px;
}

.card-orientacion ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

    .card-orientacion ul li {
        position: relative;
        padding-left: 20px;
        line-height: 1.1;
        margin-bottom: 1rem;
    }

        .card-orientacion ul li:after {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 5px;
            background: #671E75;
        }

.card-orientacion .wrap-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .card-orientacion .wrap-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.w-btn-orientacion {
    margin-top: 21px;
}

@media only screen and (max-width: 991px) {
    .w-btn-orientacion {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 15px;
        background: #fff;
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    }
}

.btn-orientacion {
    background: #0A6BE4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    border-radius: 5px;
    height: 48px;
}

    .btn-orientacion img {
        margin-right: 7px;
    }

    .btn-orientacion:hover {
        background: rgb(7.8571428571, 84.0714285714, 179.1428571429);
        color: #fff;
    }



