﻿:root {
    --yellow: #DEFB09;
    --black: #000000;
    --gray: #C4C4C4;
    --lightgray: #F6F6F6;
    --blue: #14CDE9;
    --red: #D0021B;
    --darkred: #C4183C;
    --green: #17C671;
    /*#region Variables basados en CCAPP*/
    /* Botones */
    --btn-primary-bg: #111111;
    --btn-primary-text: #FFFFFF;
    --card-border: #1111111A;
    /*#endregion*/
}

@font-face {
    font-family: 'StabilGrotesk';
    src: url('../fonts/StabilGrotesk-Regular.woff');
}
/*#region Estilos CCAPP*/
.btn-primary-grupal {
    background-color: var(--btn-primary-bg) !important;
    color: var(--btn-primary-text) !important;
    border-radius: 50px;
    border: none;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.card-edit-info {
    background-color: white;
    border-radius: 1rem;
    border: 0.15rem solid var( --card-border);
}

.btn-icon-pencel {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: black;
    /*  display: inline-flex;
    align-items: center;
    justify-content: center;*/
}

/*#endregion*/
.dataTables_filter {
    float: left !important;
    text-align: left;
    margin-top: 35px;
}

html, body {
    height: 88%;
    padding: 0px !important;
    font-family: 'StabilGrotesk';
}

    body:before {
        position: absolute;
        content: "";
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }

    body.show-sidebar:before {
        opacity: 1;
        visibility: visible;
    }

.font-FirmasMA {
    color: white;
    font-size: 31px;
}

.modal-header {
    border-bottom: none;
    display: block !important;
}

.modal-footer {
    border-top: none;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
}

.modal-Firma {
    background: rgba(0, 0, 0, 0.82);
}

.success {
    background-color: #17C671;
    position: absolute;
    top: 0px;
    width: 100vw;
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.failure {
    background-color: #C4183C;
    color: white;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    z-index: 10;
    display: none;
    width: 100vw;
}

.messageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.header {
    background-color: black;
    color: white;
    width: 100%;
    height: 70px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0px;
}

.header-container {
    margin-top: 2px;
    text-align: center;
}

.header-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
}

.header-helper {
    font-size: 15px;
}

.header-opciones {
    font-size: 16px;
    font-weight: bold;
}

.primary-button {
    background-color: #DEFB09;
    color: black;
    border-radius: 50px;
    border: none;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.primary-button-black {
    background-color: black;
    color: white;
    border-radius: 50px;
    border: none;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 30px;
    font-size: 18px;
}

.primary-button-black-sm {
    background-color: black;
    color: white;
    border: none;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .6rem;
    height: 12.5%;
}

.primary-button-sm {
    background-color: #DEFB09;
    color: black;
    width: 100%;
    border: none;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .6rem;
    height: 12.5%;
}

.secondary-button {
    background-color: white;
    color: black;
    border-radius: 50px;
    border: 2px solid #DEFB09;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-top: 30px;
    font-size: 18px;
}

.primary-button-modal {
    background-color: #DEFB09;
    color: black;
    border-radius: 50px;
    border: none;
    padding: 10px;
    width: 100px;
    outline: none;
    margin-top: 10px;
    font-size: 14px;
}

.secondary-button-modal {
    background-color: white;
    color: black;
    border-radius: 50px;
    border: 2px solid #DEFB09;
    padding: 10px;
    width: 100px;
    outline: none;
    margin-top: 10px;
    font-size: 14px;
}

.button-cancelar {
    background-color: #DEFB09;
    color: black;
    border-radius: 50px;
    border: none;
    padding: 10px;
    opacity: 0.5;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.op-5 {
    opacity: 0.5;
}

.op-0 {
    opacity: 0 !important;
}

.spinningGif {
    animation: spin 2s infinite;
    height: 24px;
    width: 24px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.helperInputButton {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0;
    background: #14CDE9;
    color: #fff;
    outline: none;
    padding: 0px 15px 0px 15px;
    border-radius: 20px;
    font-size: 13px;
    z-index: 2;
    height: 20px;
    width: 80px;
}

.inputBoxContainer {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 0;
}

.create-new-button {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 40px;
}

.no-padding-margin {
    padding: 0px !important;
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.is-bold {
    font-weight: bold;
}

.is-blue {
    color: var(--blue) !important;
}

.txt-line {
    text-decoration: line-through;
}

.txt-18 {
    font-size: 18px;
}

.txt-14 {
    font-size: 14px;
}

.cover-image {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-container-end, .btn-container-end-login {
    position: absolute;
    bottom: 30px;
    width: 99%;
}

.h-100-min {
    min-height: 100vh;
    height: auto;
    position: relative;
}

.m-auto {
    margin: auto;
}

.txt20 {
    font-size: 20px;
}

.txt15 {
    font-size: 15px;
}

.txt17 {
    font-size: 17px;
}

.txt11 {
    font-size: 11px;
}

.space-top {
    margin-top: 20px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.addSpaceForButtons {
    margin-bottom: 200px;
}

.addSpaceForButton {
    margin-bottom: 150px;
}

.form-label {
    font-size: 16px;
    padding-bottom: 3px;
    font-weight: 500;
}

.form-control {
    font-size: 16px;
    border-radius: 0px 15px 15px 0px;
}

.form-check1 {
    display: flex;
}

.check-25 {
    width: 25px;
}

.opcional-form-label {
    font-weight: bold;
}

input, select {
    border-radius: 50px !important;
    padding: 5px 15px !important;
}

label {
    padding-left: 2px;
    margin-bottom: 0px !important;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, .uneditable-input:focus, select:focus {
    border-color: #14CDE9 !important;
    box-shadow: 0 1px 1px #14CDE9 inset, 0 0 8px #14CDE9 !important;
    outline: 0 none !important;
}

.txt-invalid {
    color: #C4183C;
    font-size: 12px;
    margin: 0px;
    display: none;
}

.inp-invalid {
    border-color: #C4183C;
}

.inp-login {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    font-size: 25px;
    color: #B9BBBE;
    border-bottom: 1px solid #B9BBBE;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 70%;
    margin: 15px;
    border-radius: 0% !important;
}

.img-logo-MA-login {
    padding-top: 80px;
    padding-bottom: 40px;
}

.div-btn-inicio {
    padding: 60px;
}

.btn-inicio-sesion {
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: #B3B9EE;
    color: #FFFFFF;
    font-size: 25px;
}

.cover-img-login {
    background: url(../img/LoginWomen.jpg);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.grupo {
    border-bottom: 1px solid rgb(94, 94, 94);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    margin-top: 15px;
}

.integrante {
    border-bottom: 1px solid rgb(94, 94, 94);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    margin-top: 15px;
}

.url {
    color: #14CDE9 !important;
}

.group-svg {
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

.group-svg-sm {
    height: 12px;
    width: 12px;
}

.group-svg-lg {
    height: 90px;
    width: 90px;
}

.group-svg-rem {
    height: 2rem;
    width: 2rem;
}

.notificacion-main {
    cursor: pointer;
    background-color: #f4eeee;
    border-bottom: 1px solid #14CDE9;
}

.modal-title2 {
    border-bottom: 1px solid #f2f2f2;
}

.closeNoti {
    float: left !important;
}

.m-icon {
    margin-top: 0.5rem;
}

.visto-icon {
    display: flex;
    justify-content: flex-end;
}

.cursorP {
    cursor: pointer;
}

.i-noti {
    font-size: 1.5rem;
}

.contador-notificaciones {
    background-color: yellow;
    border-radius: 30px;
    color: black;
    padding: 1px 6px;
    font-size: 10px;
    position: absolute;
}

.secondary-buttonM {
    background-color: white;
    color: black;
    border-radius: 50px;
    border: 2px solid #DEFB09;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.primary-buttonM {
    background-color: #080808;
    color: white;
    border-radius: 50px;
    border: none;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.modal-contentM {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 15px;
    outline: 0;
}

.modal-footerM {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.StepProgress-item {
    position: relative;
}

    .StepProgress-item:not(:last-child) {
        padding-bottom: 20px;
    }

    .StepProgress-item::before {
        font-family: fontawesome;
        display: inline-block;
        content: '';
        position: absolute;
        left: -30px;
        height: 100%;
        width: 10px;
    }

    .StepProgress-item::after {
        font-family: fontawesome;
        content: '';
        display: flex;
        position: absolute;
        top: -7px;
        left: -37px;
        width: 12px;
        height: 12px;
        border: 2px solid #CCC;
        border-radius: 50%;
        background-color: #FFF;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .StepProgress-item.is-done::before {
        border-right: 4px solid #DEFB09;
    }

    .StepProgress-item.is-done::after {
        text-align: center;
        border: 15px solid #DEFB09;
        background-color: #DEFB09;
    }

    .StepProgress-item.is-done-active::before {
        border-right: 4px solid #C4C4C4;
    }

    .StepProgress-item.is-done-active::after {
        text-align: center;
        border: 15px solid #DEFB09;
        background-color: #DEFB09;
    }

    .StepProgress-item.current::before {
        border-right: 4px solid #C4C4C4;
    }

    .StepProgress-item.current::after {
        padding-top: 1px;
        width: 19px;
        height: 18px;
        top: -7px;
        left: -38px;
        font-size: 14px;
        text-align: center;
        border: 15px solid #C4C4C4;
        background-color: #C4C4C4;
    }

    .StepProgress-item.is-done1::before {
        border-right: 0px solid #DEFB09;
    }

    .StepProgress-item.is-done1::after {
        text-align: center;
        border: 15px solid #DEFB09;
        background-color: #DEFB09;
    }

    .StepProgress-item.current1::before {
        border-right: 0px solid #C4C4C4;
    }

    .StepProgress-item.current1::after {
        padding-top: 1px;
        width: 19px;
        height: 18px;
        top: -4px;
        left: -38px;
        font-size: 14px;
        text-align: center;
        border: 15px solid #C4C4C4;
        background-color: #C4C4C4;
    }

.StepProgress li::after {
    font-family: fontawesome;
    content: "\f0c0";
}

.StepProgress-item.ojo::after {
    content: "\f06e" !important;
}

.StepProgress-item.recopila::after {
    content: url('../img/R1.svg');
}

.StepProgress-item.recopila3::after {
    content: url('../img/R2N.svg');
}

.StepProgress-item.pagar::after {
    content: url('../img/P1.svg');
}

.StepProgress-item.pagar2::after {
    content: url('../img/P2.svg');
}

.header-titleM {
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
}

.header-helperM {
    font-size: 15px;
}

.opciones-menu {
    background-color: var(--yellow);
    border-radius: 25px;
    padding: 15px;
    height: 100%;
    margin-top:0 !important
 }



.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.opciones-menu:hover {
    background-color: #DEFB09;
    cursor: pointer;
}

.opciones-menu:active {
    background-color: #e8e9e0;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.submenu {
    position: absolute;
}

.titulo-pagina {
    display: flex;
    margin: auto;
}

.bars {
    position: absolute;
    right: 0;
    margin-right: 10px;
}

.backLeft {
    position: absolute;
    left: 0;
    margin-left: 45px;
}

.blueText {
    color: var(--blue);
}

.lista {
    background: white;
    margin: auto;
    border-radius: 10px;
    list-style: none;
    padding-left: 0;
}

.just-cont-sb {
    justify-content: space-between;
}

.pregunta {
    padding: 9px;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

    .pregunta i {
        transition: .3s;
        color: var(--blue);
    }

    .pregunta:last-child {
        border: none;
    }

.respuesta {
    text-align: justify;
    height: 0;
    overflow: hidden;
    transition: .5s;
    padding: 0 14px;
}

.resp_act {
    padding-top: 2px;
    padding-bottom: 7px;
    border-bottom: 1px solid lightgrey;
}

.ico_resp_act {
    transform: rotate(180deg);
}

#nav-menu {
    margin-right: -15px;
    margin-left: -15px;
}

.nav {
    justify-content: center;
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .nav {
        justify-content: center;
        font-size: 11.5px;
    }

    .img-logo-MA-login {
        padding-top: 40px;
        padding-bottom: 0px;
        width: 70%;
        height: auto;
    }
}

.nav li {
    background-repeat: no-repeat;
    background-color: var(--lightgray);
    width: 32%;
    text-align: center;
    padding: 0.5rem;
}

.nav .active {
    border-bottom: 3px solid var(--yellow);
    padding-bottom: 25px;
}

.nav .active-red {
    border-bottom: 3px solid #C4183C;
    padding-bottom: 25px;
}

.doc-cargado {
    background-color: var(--blue);
    color: white;
}

.iconos {
    display: flex;
    justify-content: center;
}

.img-nav {
    height: 30px;
    width: 30px;
}

@media screen and (max-width: 652px) {
    .iconos {
        display: block;
    }

    .img-nav {
        height: 30px;
        width: 30px;
        display: block;
        margin: auto;
    }

    .btn-container-end-login {
        bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .img-nav {
        width: 70px;
    }

    .img-logo-MA-login {
        padding-top: 40px;
        padding-bottom: 20px;
        width: 70%;
        height: auto;
    }

    .div-btn-inicio {
        padding-top: 30px;
        padding-bottom: 55px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .img-nav {
        width: 70px;
    }
}

@media screen and (min-width: 1024px) {
    .img-nav {
        width: 50px;
    }

    .img-portada {
        width: 100%;
        height: 50vh;
    }
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0px 15px;
    padding-top: 3px;
    border-radius: 30px;
    border-style: solid;
    border-color: var(--blue);
    color: var(--blue);
    border-width: 1.7px;
    font-size: 16px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.cargado {
    background-color: var(--gray);
    color: var(--black) !important;
}

.info p {
    margin-bottom: 0 !important;
}

.stico {
    color: green;
    padding-left: 5px;
}

.divcolor {
    background: black;
}

.divcolorH {
    background: black;
}

.divcolor {
    background-color: var(--black);
}

.btnF {
    background-color: white;
    color: black;
    border-radius: 50px;
    border: none;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}

.btnFC {
    background-color: black;
    color: white;
    border-radius: 50px;
    border: none;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}

.PMargin {
    margin: 10px;
}

.btnW {
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    border-radius: 12px;
    margin: 1em;
    font-weight: bold;
    width: 25%;
}

.btnB {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    border-radius: 12px;
    margin: 1em;
    font-weight: bold;
    width: 25%;
}

.btn-outline-file {
    color: #a39d9d;
    border-color: #a39d9d !important;
    background-color: transparent !important;
    border-radius: 50px;
    font-size: 1.3em;
    height: 56px;
    border-style: dashed;
    border-width: 3px;
}

.btn-outline-file-sm {
    color: #14CDE9;
    border-color: #14CDE9 !important;
    background-color: transparent !important;
    border-radius: 50px;
    font-size: 1.3em;
}

.btn-big-text-icon i {
    font-size: 1.7em;
}

.btn-outline-file:active {
    color: #14CDE9;
    border-color: #14CDE9 !important;
    background-color: transparent !important;
}

.btn-outline-file:focus {
    color: gray;
    border-color: gray !important;
    background-color: transparent !important;
}

.done {
    color: #37CA13;
}

.pd-1 {
    padding: 20px;
}

.notificacion {
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 0;
}

.icono-notificacion {
    padding: 10px;
}

.txt-i {
    text-align: initial;
}

.txt-r {
    text-align: right;
}

.btn-outline-file.active:hover,
.btn-outline-file:active:hover,
.btn-outline-file:focus,
.btn-outline-file:hover,
.btn-outline-file:not(:disabled):not(.disabled).active,
.btn-outline-file:not(:disabled):not(.disabled).active:focus,
.btn-outline-file:not(:disabled):not(.disabled):active,
.btn-outline-file:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-file.dropdown-toggle,
.show > .btn-outline-file.dropdown-toggle:focus,
.show > .btn-outline-file.dropdown-toggle:hover {
    color: gray !important;
}

.btn-outline-file-sm.active:hover,
.btn-outline-file-sm:active:hover,
.btn-outline-file-sm:focus,
.btn-outline-file-sm:hover,
.btn-outline-file-sm:not(:disabled):not(.disabled).active,
.btn-outline-file-sm:not(:disabled):not(.disabled).active:focus,
.btn-outline-file-sm:not(:disabled):not(.disabled):active,
.btn-outline-file-sm:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-file-sm.dropdown-toggle,
.show > .btn-outline-file-sm.dropdown-toggle:focus,
.show > .btn-outline-file-sm.dropdown-toggle:hover {
    color: #14CDE9 !important;
}

.floatMenu {
    border-radius: 5%;
    width: 50vw;
    font-size: 1.1em;
    margin-top: -35px;
    color: #e4e4e4;
    min-width: 230px;
    max-width: 500px;
    height: 13.5vh;
    margin-left: 17%;
}

    .floatMenu i {
        font-size: .95em;
    }

.form {
    height: 80vh;
}

.btnGPNo {
    background-color: #F6F6F6;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.btnGPYes {
    background-color: #DEFB09;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.divider {
    border-top: 1px solid #bbb;
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.divider-b {
    border-top: 1px solid #bbb;
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-top: 5px !important;
    margin-bottom: 25px !important;
}

.lstDocumentos {
    height: 50vh;
    background: white;
    overflow-y: scroll;
}

.documento {
    height: 90vh;
}

.aqua-color {
    color: #14CDE9;
}

.wally {
    font-size: 17px;
    background: linear-gradient(180deg, #4CBCEA 0%, #54E0D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.firma {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}

.firmaSolidario {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}

.intracicloCanvasNormal {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}

.intracicloCanvasRuego1 {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}

.intracicloCanvasRuego2 {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}

.firma-placeholder {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    background: #fff;
}

.firma-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.firma-img {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
}

.round {
    position: relative;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }

        .round label:after {
            background-color: #555555;
            border-radius: 100px;
            content: "";
            height: 8px;
            width: 8px;
            left: 5px;
            opacity: 0;
            position: absolute;
            top: 5px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: white;
            border-color: #BECAD6;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

.round-RyE {
    position: relative;
}

    .round-RyE label {
        background-image: url(../img/RyEoff.svg);
        border: none;
        border-radius: 22%;
        cursor: pointer;
        height: 24px;
        width: 41px;
        left: 0;
        position: absolute;
        top: 0;
    }

        .round-RyE label:after {
            background-image: url(../img/RyEon.svg);
            border-radius: 100px;
            content: "";
            height: 24px;
            width: 41px;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
        }

    .round-RyE input[type="checkbox"] {
        visibility: hidden;
    }

        .round-RyE input[type="checkbox"]:checked + label {
            background-color: white;
            border-color: #BECAD6;
        }

            .round-RyE input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    -webkit-transition: .2s;
    transition: .2s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s;
    }

input:checked + .slider {
    background-color: #17C671;
}

input:focus + .slider {
    box-shadow: 0 0 1px #17C671;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.semanas {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sem {
    display: flex;
    justify-content: flex-end;
}

.ml-rq {
    margin-left: 2.4rem;
}

.d-grid {
    display: grid;
}

.btn-tabla {
    border: none;
    background-color: white;
    font-weight: bold;
}

.no-margin {
    margin: 0 !important;
}

.version {
    color: #888888;
    font-size: 14px;
    position: absolute;
}

.infolink:before {
    content: '?';
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    width: 2ex;
    height: 2ex;
    font-size: 1.2ex;
    line-height: 1.8ex;
    border-radius: 1.2ex;
    margin-right: 4px;
    margin-bottom: 6px;
    padding: 1px;
    color: white;
    background: grey;
    border: 1px solid grey;
    text-decoration: none;
}

.infolink:hover:before {
    color: grey;
    background: white;
    border-color: grey;
    text-decoration: none;
}

.fileCargado {
    border: solid 2px var(--blue) !important;
    color: var(--blue);
}

.divcolor-grey {
    border-radius: 10px;
    background-color: var(--lightgray);
}

.btn-grey, .btn-grey-agenda {
    background-color: var(--lightgray);
    color: var(--blue);
    border-radius: 10px;
    border: none;
    width: 100%;
    outline: none !important;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.btn-grey-focus, .btn-grey-agenda-focus {
    background-color: white;
    color: var(--blue);
    border-radius: 10px;
    border: solid 1px var(--blue);
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .custom-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 5px;
    }

        .custom-checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

    .custom-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .custom-checkbox .checkmark:after {
        left: 9px; /* Ajusta la posición del marcador de verificación */
        top: 5px; /* Ajusta la posición del marcador de verificación */
        width: 5px;
        height: 10px;
        border: solid #000;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/load.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

@media screen and (max-width: 500px) {
    .backLeft {
        left: 0;
        margin-left: 24px;
        position: relative;
    }

    .titulo-pagina {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-left: 1rem;
        position: relative;
    }

    .notificacion {
        cursor: pointer;
        display: flex;
        right: 0;
        position: relative;
    }
}

.secondary-buttonB {
    background-color: white;
    color: black;
    border-radius: 50px;
    border: 2px solid #14CDE9;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/LCCSpinner.png') 50% 50% no-repeat;
    animation: rotation 3s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.overlay {
    background-color: rgb(249,249,249);
    height: 100%;
    opacity: 0;
    z-index: 9998;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: opacity 250ms ease;
    width: 100%;
}

    .overlay.visible {
        opacity: 0.8;
    }

/*rebrandin creditoindividual*/
.header2 {
    background-color: white;
    color: black;
    width: 100%;
    height: 70px;
    font-size: 35px;
    /*  font-weight: bold;*/
    display: flex;
    align-items: center;
    margin: 0px;
}

.textlist {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #DD6FCA;
}

.nuevo-credito-btn {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.primary-buttonModal {
    background-color: black;
    color: white;
    border-radius: 8px;
    border: none;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.secondary-buttonModal {
    background-color: white;
    color: black;
    border-radius: 8px;
    border: 2px solid #000000;
    padding: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.header-title2 {
    font-size: 34px;
    /* font-weight: bold; */
    line-height: 15px;
}

.header-helper {
    font-size: 24px;
}

.credito-individual h2 {
    font-size: 24px;
    font-weight: bold;
}

/*.prospectos-list {
    list-style-type: none;
    padding: 0;
}*/

.prospecto-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.continuar-link {
    color: #DD6FCA; /* Color rosa */
}

.nuevo-credito {
    margin-top: 20px;
}

.activo-icon {
    background-color: #4caf50; /* Verde */
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.continuar-text {
    color: #DD6FCA; /* Color rosa */
}

.buscador {
    margin-bottom: 10px;
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
}

.float-left {
    float: left;
    margin-left: 10px;
}

.red-label-dispersion {
    background-color: #FFEBED;
    color: #D0021B;
    font-family: StabilGrotesk;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    line-height: 12px;
    width: 100px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 10px;
    text-align: center;
    width: 150px;
}

.orange-label-dispersion {
    background-color: #FEF7EA;
    color: #CB7B01;
    font-family: StabilGrotesk;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    line-height: 12px;
    width: 100px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 10px;
    text-align: center;
}

.red-label-dispersion{
    background-color: #FFEBED;
    color: #D0021B;
    font-family: StabilGrotesk;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    line-height: 12px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 10px;
    text-align: center;
    width: 100px;
}

.green-label-dispersion {
    background-color: #D3F1DD;
    color: #128724;
    font-family: StabilGrotesk;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    line-height: 12px;
    width: 100px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 10px;
    text-align: center;
}

.dentro-de-zona-label {
    background-color: #E2F5E8;
    color: #128724;
    font-family: StabilGrotesk;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    line-height: 12px;
    width: 100px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 10px;
    text-align: center;
}

.fuera-de-zona-label {
    background-color: #FFEBED;
    color: #D0021B;
    font-family: StabilGrotesk;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    line-height: 12px;
    width: 100px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 10px;
    text-align: center;
}

.sin-validacion-zona-label {
    text-align: left;
    background-color: #F6F6F6;
    color: #5F6061;
    font-family: StabilGrotesk;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    line-height: 12px;
    width: 100px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 10px;
    text-align: center;
}

.excepcion-domicilio-zona-label {
    background-color: #F6F6F6;
    color: #5F6061;
    font-family: StabilGrotesk;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    line-height: 12px;
    width: 100px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 10px;
    text-align: center;
}

.overlayDoc {
    background-color: rgb(249,249,249);
    height: 100%;
    opacity: 0;
    z-index: 9998;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: opacity 250ms ease;
    width: 100%;
}

    .overlayDoc.visible {
        opacity: 0.8;
    }

.contador{
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    background: #e0e0e0;
    border-radius: 10px;
}