/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
.pasos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.8rem 0;
}

@media only screen and (max-width: 1170px) {
    .pasos {
        width: 962px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .pasos {
        padding: 10px 0 10px;
        width: auto;
    }
}

.pasos .item-paso {
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 242px;
}

    .pasos .item-paso:last-child {
        width: 161px;
    }

@media only screen and (max-width: 1170px) {
    .pasos .item-paso {
        width: 184px;
    }
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso {
        margin-right: 0;
        width: auto;
    }
}

.pasos .item-paso:after {
    content: "";
    width: auto;
    flex-grow: 1;
    height: 1px;
    background: #373737;
    display: block;
    margin-left: 0rem;
    margin: 0;
}

@media only screen and (max-width: 1170px) {
    .pasos .item-paso:after {
        min-width: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso:after {
        width: 10px;
        min-width: 10px;
    }
}

.pasos .item-paso:last-child:after {
    display: none;
}

.pasos .item-paso span {
    display: flex;
    width: 54px;
    min-width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    color: #373737;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 8px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso span {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 0.875rem;
        margin-right: 0;
    }
}

.pasos .item-paso p {
    margin: 0 10px 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 span {
    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 span {
    background: #527DB7;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .pasos .item-paso.listo img {
        width: 14px;
    }
}

.flujo {
    background: #F5F5F5;
    padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
    .flujo {
        padding-bottom: 60px;
    }
}

.flujo.bloqueado .col-lg-8 {
    position: relative;
}

    .flujo.bloqueado .col-lg-8:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(255, 255, 255, 0.4);
    }

.card-form {
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 20px;
    margin-bottom: 1.875rem;
    background: #fff;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .card-form {
        margin: 0 -20px 30px;
        border-radius: 0;
        padding: 1.75rem 20px;
    }
}

.card-form .form-group {
    margin-bottom: 1.4rem;
}

.card-form p {
    color: #000;
}

.card-form.con-header {
    padding: 0;
    overflow: hidden;
}

    .card-form.con-header .card-form__header {
        background: #F1F8FE;
        padding: 1rem 1.25rem;
        border-bottom: 1px solid #dedede;
    }

        .card-form.con-header .card-form__header h4 {
            margin: 0;
            font-size: 1.25rem;
            color: #671E75;
            font-weight: 600;
            display: inline-block;
            margin-right: 0.3rem;
        }

        .card-form.con-header .card-form__header span {
            font-weight: 400;
            color: #373737;
        }

    .card-form.con-header .card-form__body {
        padding: 20px;
    }

        .card-form.con-header .card-form__body > .radio-custom {
            padding-top: 0;
        }

.card-form.resumen-compra .card-form__header h4 {
    color: #373737;
    font-weight: 600;
}

.card-form.resumen-compra .card-form__body h4 {
    color: #671E75;
    font-weight: 700;
}

    .card-form.resumen-compra .card-form__body h4 b {
        font-weight: 700;
        color: #671E75;
    }

.card-form.resumen-compra .card-form__body .mensaje-info {
    border-top: 1px solid #dedede;
    margin: 1rem -20px 0;
    padding: 20px 20px 0;
}

    .card-form.resumen-compra .card-form__body .mensaje-info p {
        font-size: 1rem;
        margin-bottom: 0;
    }

.bg-checkbox {
    background: #F1F8FE;
    padding: 18px 22px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

    .bg-checkbox .form-group {
        margin-bottom: 0;
    }

.radio-custom {
    padding-top: 0.5rem;
}

    .radio-custom.inline {
        display: flex;
        align-items: center;
    }

        .radio-custom.inline .radio {
            margin-right: 1rem;
            margin-bottom: 0;
        }

    .radio-custom .radio {
        position: relative;
        display: flex;
        margin-bottom: 0.5rem;
    }

        .radio-custom .radio:last-child {
            margin-bottom: 0;
        }

        .radio-custom .radio input[type=radio] {
            opacity: 0;
        }

        .radio-custom .radio label {
            padding-left: 10px;
            cursor: pointer;
            margin-bottom: 7px !important;
            display: inline;
            font-weight: normal;
        }

            .radio-custom .radio label:before {
                width: 18px;
                height: 18px;
                position: absolute;
                top: 1px;
                left: 0;
                content: "";
                display: inline-block;
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                border-radius: 50px;
                border: 1px solid #373737;
                background: #fff;
            }

        .radio-custom .radio input[type=radio] {
            margin: 0px;
        }

            .radio-custom .radio input[type=radio]:disabled + label {
                color: #999;
            }

                .radio-custom .radio input[type=radio]:disabled + label:before {
                    background-color: #373737;
                }

            .radio-custom .radio input[type=radio]:checked + label::after {
                content: "";
                position: absolute;
                top: 5px;
                left: 4px;
                display: inline-block;
                font-size: 11px;
                width: 10px;
                height: 10px;
                background-color: #0A6BE4;
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                border-radius: 50px;
            }

    .radio-custom .radio-default input[type=radio]:checked + label:before {
        border-color: #0A6BE4;
    }

    .radio-custom .radio-primary input[type=radio]:checked + label:before {
        border-color: #0A6BE4;
    }

    .radio-custom .radio-primary input[type=radio]:checked + label::after {
        background-color: #0A6BE4;
    }

.btn-agregar-asegurado {
    border-radius: 5px;
    border: 1px solid #0A6BE4;
    background: #F1F9FF;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0A6BE4;
    padding: 1.12rem;
    margin-bottom: 1.75rem;
    cursor: pointer;
}

    .btn-agregar-asegurado.disabled {
        cursor: default;
        opacity: 0.5;
    }

    .btn-agregar-asegurado img {
        margin-right: 0.2rem;
    }

.btn-form {
    width: 50%;
    height: 60px;
    border-radius: 5px;
    padding-top: 1.2rem;
    font-size: 1.125rem;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .btn-form {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

.col-resumen {
    position: sticky;
    top: 80px;
}

@media only screen and (max-width: 991px) {
    .col-resumen {
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        left: 0;
        transition: all 0.3s ease;
        transform: translateY(calc(100% - 60px));
        z-index: 999;
        box-shadow: 0px -4px 7px 0px rgba(0, 0, 0, 0.15);
    }

        .col-resumen.visible {
            transform: translateY(0);
        }

            .col-resumen.visible .ic-barra {
                transform: rotate(180deg);
            }
}

.card-resumen {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #DEDEDE;
    margin-bottom: 0.5rem;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .card-resumen {
        border-radius: 0;
        margin-bottom: 0;
        background: #F1F8FE;
    }
}

.card-resumen__mobile {
    display: none;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .card-resumen__mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 60px 1rem 20px;
    }

        .card-resumen__mobile .total {
            font-size: 1.375rem;
            font-weight: 600;
            color: #000;
        }

            .card-resumen__mobile .total span {
                font-size: 0.875rem;
                font-weight: 400;
            }

        .card-resumen__mobile .num-asegurados {
            font-size: 0.875rem;
        }

        .card-resumen__mobile .ic-barra {
            position: absolute;
            right: 14px;
            font-size: 2.2rem;
            color: #5c5c5c;
            transition: all 0.3s ease;
        }
}

.card-resumen__head {
    background: #F1F8FE;
    font-size: 1.125rem;
    color: #373737;
    font-weight: 600;
    margin: 0;
    padding: 15px 20px;
}

@media only screen and (max-width: 991px) {
    .card-resumen__head {
        display: none;
    }
}

.card-resumen__body {
    padding: 22px 20px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .card-resumen__body {
        padding-top: 0.5rem;
    }
}

.card-resumen__body h3 {
    margin: 0 0 1rem;
    color: #671E75;
    font-size: 1.5rem;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .card-resumen__body h3 {
        font-size: 1.125rem;
    }
}

.card-resumen__body p {
    font-size: 1rem;
    margin-bottom: 0.6rem;
}

@media only screen and (max-width: 991px) {
    .card-resumen__body p {
        font-size: 0.875rem;
    }
}

.card-resumen__body .valor-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 1.3rem;
}

@media only screen and (max-width: 991px) {
    .card-resumen__body .valor-total {
        display: none;
    }
}

.card-resumen__body .valor-total p {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}

.card-resumen__body .valor-total .valor {
    color: #000;
    font-weight: 600;
    font-size: 1.5rem;
}

    .card-resumen__body .valor-total .valor #valor-total {
        font-size: 1.5rem;
    }

    .card-resumen__body .valor-total .valor span {
        font-size: 1rem;
    }

.card-resumen__body .cuadro-gris {
    background: #f0f0f0;
    padding: 0.75rem;
}

@media only screen and (max-width: 991px) {
    .card-resumen__body .cuadro-gris {
        display: none;
    }
}

.card-resumen__item {
    border-bottom: 1px solid #dedede;
    margin: 0 -20px;
    padding: 1rem 1.2rem;
    position: relative;
}

    .card-resumen__item .modificar {
        position: absolute;
        top: 0.8rem;
        right: 1.2rem;
        font-size: 0.875rem;
        color: #0A6BE4;
        text-decoration: underline;
        display: none;
    }

        .card-resumen__item .modificar.visible {
            display: block;
        }

        .card-resumen__item .modificar.no-mostrar {
            display: none !important;
        }

    .card-resumen__item h5 {
        margin: 0 0 0.5rem;
        font-size: 0.875rem;
        font-weight: 400;
        color: #373737;
    }

    .card-resumen__item p {
        font-weight: 600;
        font-size: 1rem;
        color: #373737;
        margin-bottom: 0;
    }

    .card-resumen__item .item-ad {
        color: #A6A6A6;
        font-weight: 500;
        display: none;
    }

        .card-resumen__item .item-ad img {
            display: none;
        }

        .card-resumen__item .item-ad.activo {
            font-weight: 600;
            font-size: 1rem;
            color: #373737;
            display: block;
        }

            .card-resumen__item .item-ad.activo img {
                display: inline-block;
            }

.card-resumen__info.oculto {
    display: none;
}

.card-resumen__info .deducible-desactivo {
    display: none;
}

    .card-resumen__info .deducible-desactivo.visible {
        display: block;
    }

    .card-resumen__info .deducible-desactivo p {
        font-weight: 600;
        color: #F13F3F;
        font-size: 1rem;
    }

.card-resumen__info .deducible-activo {
    display: none;
}

    .card-resumen__info .deducible-activo.visible {
        display: block;
    }

.card-resumen__modificar {
    display: none;
}

    .card-resumen__modificar.visible {
        display: flex;
    }

    .card-resumen__modificar .nice-select {
        width: 130px;
        min-width: 130px;
    }

    .card-resumen__modificar .botones {
        display: flex;
    }

        .card-resumen__modificar .botones .btn {
            margin-left: 0.8rem;
            display: block;
            border-radius: 5px;
            width: 43px;
            height: 45px;
            padding: 0.2rem;
            text-align: center;
        }

            .card-resumen__modificar .botones .btn span {
                margin-right: 0;
                font-size: 1.4rem;
            }

    .card-resumen__modificar.v2 {
        display: none;
    }

        .card-resumen__modificar.v2.visible {
            display: block;
        }

        .card-resumen__modificar.v2 .botones {
            padding-top: 0.4rem;
        }

            .card-resumen__modificar.v2 .botones .btn {
                margin-left: 0;
                margin-right: 0.8rem;
                width: auto;
                min-width: 43px;
                padding: 0.2rem 0.5rem;
            }

            .card-resumen__modificar.v2 .botones .btn-primary {
                width: 97px;
            }

.logos-pagos {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .logos-pagos {
        display: none;
    }
}

.logos-pagos img {
    max-width: 100%;
}

.form-botones {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .form-botones {
        flex-direction: column-reverse;
    }
}

.form-botones .btn-anterior {
    color: #008EFF;
    height: 60px;
    border-radius: 5px;
    padding-top: 1.2rem;
    font-size: 1.125rem;
    text-align: center;
}

    .form-botones .btn-anterior span {
        border-bottom: 1px solid #008EFF;
    }

@media only screen and (max-width: 768px) {
    .form-botones .btn-anterior {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

.form-botones.form-pago {
    align-items: flex-start;
}

    .form-botones.form-pago .btn-pago {
        width: 50%;
    }

        .form-botones.form-pago .btn-pago img {
            max-width: 100%;
        }

@media only screen and (max-width: 768px) {
    .form-botones.form-pago .btn-pago {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.form-botones.form-pago .btn-pago .btn-form {
    margin-bottom: 0.5rem;
    width: 100%;
}

.bloque-separador {
    border-bottom: 1px solid #dedede;
    margin: 0 -20px 1.5rem;
    padding: 0 20px 1.5rem;
}

    .bloque-separador:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

.item-masa {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 768px) {
    .item-masa {
        flex-direction: column;
    }
}

.item-masa .w-group {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
}

    .item-masa .w-group .msg {
        width: 100%;
    }

.item-masa .form-group {
    width: 117px;
    margin-right: 22px;
}

.item-masa .imc {
    font-size: 1.375rem;
    margin-top: 2rem;
}

    .item-masa .imc .valor-imc {
        color: #373737;
    }

@media only screen and (max-width: 768px) {
    .item-masa .imc {
    }
}

.item-masa .imc span {
    color: #007A33;
}

    .item-masa .imc span.ic-error {
        color: #F13F3F;
    }

.comentarios {
    border-radius: 4px;
    border: 1px solid #808080;
    background: #FFF;
    height: 93px;
    resize: none;
}

    .comentarios.error {
        border-color: #F13F3F;
    }

.box-mensaje {
    display: flex;
    border-radius: 8px;
    padding: 1.2rem;
    margin-bottom: 1.4rem;
}

    .box-mensaje.oculto {
        display: none;
    }

@media only screen and (max-width: 991px) {
    .box-mensaje__img {
        width: 32px;
        min-width: 32px;
    }

        .box-mensaje__img img {
            width: 100%;
        }
}

.box-mensaje__txt {
    padding-left: 1rem;
}

    .box-mensaje__txt h5 {
        font-size: 1.125rem;
        font-weight: 600;
        margin: 0 0 0.2rem;
    }

    .box-mensaje__txt p {
        font-size: 1.125rem;
        color: #000;
        margin-bottom: 0;
    }

.box-mensaje.mensaje-error {
    background: #FFEDED;
}

    .box-mensaje.mensaje-error .box-mensaje__txt h5 {
        color: #F13F3F;
    }

.box-mensaje.mensaje-success {
    background: #DBF0E4;
}

    .box-mensaje.mensaje-success .box-mensaje__txt h5 {
        color: #007A33;
    }

.box-mensaje.sin-texto {
    align-items: center;
}

@media only screen and (max-width: 550px) {
    .box-mensaje.sin-texto {
        padding: 0.8rem 1rem;
    }
}

.box-mensaje.sin-texto .box-mensaje__txt h5 {
    margin-bottom: 0;
}

.cedula h4 {
    margin: 0 0 0.6rem;
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
}

.cedula .btn {
    border-radius: 4px;
}

.cedula .input-rut {
    max-width: 175px;
}

@media only screen and (max-width: 991px) {
    .cedula .img-cedula {
        margin-top: 54px;
    }
}

.cedula .img-cedula h5 {
    font-size: 0.875rem;
    font-weight: 600;
}

.cedula .img-cedula img {
    margin: 0.2rem 0 0.6rem;
    max-width: 100%;
}

.cedula .img-cedula p {
    font-size: 0.8rem;
}

.item-declaracion {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 0.3rem;
}

@media only screen and (max-width: 768px) {
    .item-declaracion {
        flex-direction: column;
        align-items: flex-start;
    }
}

.item-declaracion:first-child {
    padding-top: 0;
}

.item-declaracion label {
    font-weight: 600 !important;
}

.item-declaracion a {
    margin-bottom: 0.8rem;
    color: #0A6BE4;
    border-bottom: 1px solid #0A6BE4;
    display: inline-block;
}

    .item-declaracion a.success {
        color: #007A33;
    }

.descargar-todos {
    color: #0A6BE4;
    border-bottom: 1px solid #0A6BE4;
    margin-top: 1.2rem;
    display: inline-block;
}

.w-pago {
    width: 823px;
    max-width: 100%;
    margin: 0 auto;
}

.card-pago h4 {
    margin: 0 0 1rem;
    font-size: 1.375rem;
    font-weight: 600;
}

    .card-pago h4 b {
        color: #671E75;
        font-weight: 600;
    }

.card-pago .asegurados h5 {
    margin: 0 0 0.7rem;
    font-weight: 600;
    font-size: 1rem;
}

.card-pago .asegurados p {
    color: #373737;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

    .card-pago .asegurados p span {
        font-size: 0.875rem;
        font-weight: 400;
        display: inline-block;
        margin-left: 0.2rem;
    }

.card-pago .total {
    font-size: 1.5rem;
    color: #000;
    margin-top: 1.5rem;
    font-weight: 600;
}

.eliminar-asegurado {
    position: absolute;
    top: 1.8rem;
    right: 1.2rem;
    color: #F13F3F;
    display: inline-block;
    border-bottom: 1px solid #F13F3F;
    cursor: pointer;
    font-weight: 600;
    display: none;
}

header.header-flujo .head-main .container {
    justify-content: flex-start;
}

    header.header-flujo .head-main .container nav {
        margin-left: 2.5rem;
    }

        header.header-flujo .head-main .container nav ul li a {
            font-weight: 600;
        }

@media only screen and (max-width: 991px) {
    header.header-flujo .head-main .container nav {
        display: block;
    }
}

.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: 60px;
            height: 60px;
            margin: 8px;
            border: 5px 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;
}

.linea {
    width: 1px;
    height: 22px;
    background: #0A6BE4;
    margin-left: 8px;
}

.card-form.oculto {
    display: none;
}

.msg-cobertura {
    display: none;
    color: #F13F3F;
    font-weight: 600;
    margin: 0.4rem 0;
}

    .msg-cobertura.visible {
        display: block;
    }

.lista-enfermedades.oculto {
    display: none;
}

.declara-enfermedades.oculto {
    display: none;
}

.accordion-header .count {
    font-size: 0.75rem;
    color: #fff;
    background: #0A6BE4;
    border-radius: 6px;
    padding: 2px;
    min-width: 24px;
    display: none;
    text-align: center;
    margin-left: 1rem;
}

    .accordion-header .count.visible {
        display: block;
    }

.accordion .accordion-item .accordion-header .accordion-button {
    padding-right: 3rem;
}

.accordion-button::after {
    position: absolute;
    right: 0.7rem;
}

.comentarios.oculto {
    display: none;
}

.footer-flujo .f2 {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.card-configura.con-header .titulo {
    margin-bottom: 1.2rem;
}

.card-configura.con-header .card-form__header h4 {
    color: #373737;
    font-size: 1.125rem;
}

.bloque-card {
    background: #F1F8FE;
    padding: 1.4rem 1.2rem;
    margin-bottom: 2rem;
}

.card-producto {
    border: 1px solid #696969;
    border-radius: 12px;
    background: #fff;
    padding: 1.125rem 1.25rem 1.8rem;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

    .card-producto .check {
        position: absolute;
        top: -10px;
        right: -10px;
        color: #0A6BE4;
        background: #fff;
        border-radius: 50%;
        display: none;
    }

    .card-producto.activo {
        border: 2px solid #0A6BE4;
    }

        .card-producto.activo .check {
            display: block;
        }

        .card-producto.activo:hover {
            border: 2px solid #0A6BE4;
        }

    .card-producto:hover {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.3);
        border: 1px solid #0A6BE4;
        opacity: 1;
    }

    .card-producto.disabled {
        opacity: 0.4;
    }

        .card-producto.disabled:hover {
            opacity: 1;
        }

    .card-producto h4 {
        margin: 0 0 0.8rem;
        color: #671E75;
        font-weight: 600;
        font-size: 1.125rem;
    }

    .card-producto p {
        font-size: 0.875rem;
        color: #000;
        font-weight: 400;
        margin-bottom: 0;
    }

    .card-producto ul {
        font-size: 0.875rem;
        margin: 1rem 0 0;
        padding-left: 0;
        list-style: none;
    }

        .card-producto ul li {
            position: relative;
            padding-left: 1rem;
            margin-bottom: 0.4rem;
        }

            .card-producto ul li:before {
                content: "";
                width: 8px;
                height: 8px;
                position: absolute;
                left: 0;
                top: 4px;
                display: block;
                border-radius: 50%;
                background: #671E75;
            }

.asegurados .card-form {
    display: block;
}

    .asegurados .card-form.ultimo .eliminar-asegurado {
        display: block;
    }

    .asegurados .card-form.oculto {
        display: none;
    }

.msg-declaracion {
    color: #F13F3F;
    font-weight: 500;
}

.modal .opt1.oculto {
    display: none;
}

.modal .opt2.oculto {
    display: none;
}

.card-form.card-declaracion {
    background: #F1F8FE;
    border-radius: 0;
    border: none;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #DEDEDE;
}

    .card-form.card-declaracion:last-child {
        border: none;
    }

    .card-form.card-declaracion .card-form__header {
        padding: 0;
        border: none;
    }

        .card-form.card-declaracion .card-form__header h4 {
            font-size: 18px;
        }

        .card-form.card-declaracion .card-form__header p {
            margin-bottom: 1rem;
        }

    .card-form.card-declaracion .card-form__body {
        padding: 1rem 0 0;
    }

.card-form .circle-morado {
    columns: 2;
    /* Dividir en dos columnas */
    column-gap: 20px;
    /* Espacio entre columnas */
    width: 100%;
    /* Ancho total del ul */
}

.bg-dashboard-grey-100 {
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
}

.box-table-uc-dashboard {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.box-no-result img {
    margin-bottom: 15px;
}

.box-no-result {
    width: 380px;
    text-align: center;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .box-no-result h3 {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #53565A;
    }

    .box-no-result p {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #53565A;
    }

.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;
}

.box-cotiz-nueva-venta {
    gap: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.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;
}

@media (max-width: 991.98px) {
    .box-cotiz-nueva-venta {
        gap: 15px;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.mayor-cobertura {
    background: rgba(103, 30, 117, 0.9);
    border-radius: 20px 0 20px 0;
    padding: 1.2rem 1.2rem 2rem 1.2rem;
    margin-left: -2rem;
}

@media (max-width: 991.98px) {
    .mayor-cobertura {
        margin-left: 0;
    }
}

.mayor-cobertura h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.mayor-cobertura p {
    color: #fff;
    font-size: 13px;
}

.tooltip-uc {
    color: #0A6BE4;
    cursor: pointer;
}

.bs-tooltip-top {
    overflow: hidden;
    padding-top: 0;
}

    .bs-tooltip-top .tooltip-inner {
        padding: 0;
        overflow: hidden;
        border-radius: 8px;
    }

    .bs-tooltip-top h3 {
        margin: 0;
        color: #000;
        font-size: 1rem;
        font-weight: 600;
        background: #D9D9D9;
        text-align: left;
        padding: 0.3rem 0.6rem;
        font-family: "Montserrat";
    }

    .bs-tooltip-top p {
        font-size: 0.875rem;
        margin-bottom: 0;
        text-align: left;
        line-height: 1.2;
        font-family: "Montserrat";
        padding: 0.6rem;
        display: block;
    }

@media (max-width: 768px) {
    .card-producto.card-adicionales {
        margin-bottom: 1rem;
        height: auto;
    }
}

.item-adicional {
    background: #F1F8FE;
    display: flex;
    align-items: center;
    border-radius: 2px;
    padding: 1rem;
    margin-top: 0.4rem;
}

    .item-adicional input {
        margin-right: 0.5rem;
    }

    .item-adicional label {
        font-size: 0.875rem;
    }


    .card-maternidad .item-adicional.error label {
        color: #F13F3F;
    }

.panel-embarazo {
    display: none;
}

    .panel-embarazo.visible {
        display: block;
    }

.card-resumen-nuevo .card-resumen__body {
    padding: 1rem 0;
}

    .card-resumen-nuevo .card-resumen__body h4 {
        padding: 0rem 1.25rem 0;
    }

.card-resumen-nuevo .item-card {
    padding: 0 1.25rem;
}

    .card-resumen-nuevo .item-card p {
        margin-bottom: 0.4rem;
    }

.card-resumen-nuevo .separador {
    margin: 1.2rem 0;
}

@media only screen and (max-width: 991px) {
    .card-resumen-nuevo {
        background: #fff;
        margin: 0 -20px 1.25rem;
    }

        .card-resumen-nuevo .card-resumen__mobile {
            display: none;
        }

        .card-resumen-nuevo .card-resumen__head {
            display: block;
        }
}

.card-pago-nuevo {
    margin-bottom: 1rem;
    overflow: hidden;
}

    .card-pago-nuevo .total {
        margin-top: 0;
        margin-bottom: 1.25rem;
        display: flex;
        justify-content: space-between;
    }

    .card-pago-nuevo .cobro {
        font-size: 0.85rem;
        background: #F0F0F0;
        padding: 0.7rem 1.25rem;
    }

        .card-pago-nuevo .cobro p {
            margin-bottom: 0;
        }

    .card-pago-nuevo .mensaje-pago {
        background: #FCF6FF;
        border-top: 1px solid #DEDEDE;
        margin: 0 -1.25rem -30px;
        padding: 1.2rem;
    }

    .card-pago-nuevo .btn-form {
        width: 100%;
    }

.medios-pago {
    max-width: 100%;
    text-align: center;
}

    .medios-pago img {
        max-width: 100%;
        margin: 0 auto;
    }

.alerta-uc {
    border-radius: 8px;
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .alerta-uc .mdi {
        margin-right: 0.4rem;
    }

    .alerta-uc.error {
        background: #FFEDED;
        border-left: 8px solid #F13F3F;
    }

        .alerta-uc.error .mdi {
            color: #F13F3F;
            font-size: 2rem;
        }

.card-error h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #F13F3F;
}

.card-error.no-error h4 {
    color: #671E75;
}

.card-error .btn {
    height: 48px;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 1rem;
    margin-bottom: 0.6rem;
    min-width: 124px;
    margin-top: 1rem;
}

.card-error .ic-error {
    text-align: center;
}

    .card-error .ic-error img {
        max-width: 100%;
    }

@media only screen and (max-width: 991px) {
    .card-error .ic-error {
        margin-top: 1.5rem;
    }
}

input[type=radio].error,
.item-masa input.error {
    border-color: #f00;
}

.radio-custom .radio-primary input[type=radio].error + label:before {
    border-color: #f00;
}

.panel-embarazo input.error {
    border-color: #f00 !important;
}

.card-resumen__body .valor-total-uf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 1.3rem;
}

    .card-resumen__body .valor-total-uf p {
        margin-bottom: 0;
    }

.w-pago > h4 {
    font-size: 22px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

    .w-pago > h4 b {
        color: #671E75;
    }

@media only screen and (max-width: 768px) {
    .w-pago > h4 {
        font-size: 20px;
    }
}

/*# sourceMappingURL=estilos-contratacion.css.map */
.loading-gif {
    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-gif.visible {
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }

header .head-top {
    display: none;
}

header {
    position: relative;
}

.main {
    padding-top: 0px;
}

header .head-main nav ul li {
    color: #373737;
    display: block;
    margin-right: 2rem;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    header.header-flujo .head-main .container {
        justify-content: space-between;
    }

    .card-producto {
        margin-bottom: 25px;
        height: auto;
    }

    .card-form.card-declaracion {
        margin-top: 1rem;
        margin-bottom: -1.75rem;
    }

    .card-form .circle-morado {
        columns: 1;
    }

    .modal .modal-body .asegurados-modal__header {
        display: none;
    }

    .modal .modal-body .mensaje-proceso .botones .form-check-modal {
        margin-bottom: 1rem;
    }

    .modal .modal-body .asegurados-modal__body .item:first-child {
        border: none;
    }
}

.nice-select .nice-select-dropdown {
    box-shadow: 2px 2px 6px 1px rgba(68,68,68,.11);
    border: 1px solid #9b9b9b;
}

.card-resumen .loading .lds-ring {
    transform: translateX(-12px);
}

.card-pago-nuevo .btn-form {
    width: 100%;
    padding-top: .57rem;
}

.form-check.error .custom-checkbox .checkbox-custom-label {
    color: #F13F3F;
}

    .form-check.error .custom-checkbox .checkbox-custom-label:before {
        border: 1px solid #F13F3F;
    }

.item-declaracion.error a {
    color: #F13F3F;
    border-color: #F13F3F;
}

.card-form.con-header .card-form__header h4.titulo-small {
    font-size: 18px;
}
.form-acepto {
    margin-top: 1rem;
}
.form-acepto .form-group {
    display: flex;
    align-items: flex-start;
}
.form-acepto .form-group input {
    margin-top: 3px;
    cursor: pointer;
}
.form-acepto .form-group.error label {
    color:#f00;
}
.form-acepto .form-group label {
    padding-left: .4rem;
    font-size: 14px;
    display: inline-block;
}

.card-maternidad .m-adicionales {
  background: #F1F8FE;
  padding: 12px 15px;
}
.card-maternidad .m-adicionales .item-adicional{
 padding: 0;
 margin-bottom: 8px;
 margin-top: 0;
}
.card-maternidad .m-adicionales .item-adicional:last-child {
  margin-bottom: 0;
}
.card-maternidad .texto-destacado {
  border: 1px solid #FBF0AE;
  background: #FFFCEA;
  padding: 10px 12px;
  font-size: 14px;
  color: #000;
  margin-top: 1rem;
}