/*#region modal PreScor */
#PreScor_form,
#prescorOk,
#prescorKo,
#prescorResumen,
#PreScor_form fieldset:not(:first-of-type),
.modalPreScor .modal-footer,
.modalPreScor #btnpedidosmv,
.modalPreScor .cuentaajenaPS,
.modalPreScor .cuentapropiaPS,
.modalPreScor .situacionAntiguedad,
.modalPreScor #loadPreScor{
    display: none;
}

.modalPreScor .modal-body fieldset {
    min-height: 510px;
}

#ModalGuardarPreScor .modal-dialog {
    max-width: 480px;
}

#ModalGuardarPreScor .checkscontact,
#ModalGuardarPreScor .checkscontact,
#ModalGuardarPreScor .form-check-label {
    display: flex;
}

#ModalGuardarPreScor .form-check-label {
    padding: 0px 0px 5px 30px;
}

#ModalGuardarPreScor .startGuardado:disabled:hover {
    color: #99AED5;
}

#ModalGuardarPreScor .mensaje-eviado,
.modalPreScor .mensaje-eviado {
    display: none;
}

#ModalGuardarPreScor .mensaje-eviado,
.modalPreScor .mensaje-eviado .texto-mensaje-ok {
    color: #20BAA3;
    text-align: center;
    display: none;
}

#ModalGuardarPreScor .mensaje-eviado,
.modalPreScor .mensaje-eviado .texto-mensaje-ko {
    color: #DB2929;
    text-align: center;
    display: none;
}

#ModalGuardarPreScor .checkscontact p,
#ModalGuardarPreScor .checkscontact p {
    margin-top: -5px;
}


.modalPreScor {
    overflow: hidden;
    background: rgba(1, 53, 149, 0.7);
}

/**/
.modalPreScor .modal-dialog {
    margin: auto;
    max-width: 100%;
    height: 100%;
}

.modalPreScor .modal-content {
    height: 100%;
    border: 0;
    background-color: transparent;
}

.modalPreScor .modal-header {
    /*justify-content: flex-end;*/
    background-color: #fff;
    border: 0;
    padding: 16px;
    border-radius: 0;
}

.modalPreScor .modal-header .logo {
    display: block;
    width: 154px;
    /*height: 25px;*/
}

.modalPreScor .modal-header .btn-close {
    border: 0;
    background-color: transparent;
}

.modalPreScor .modal-header .btn-close img {
    height: 23px;
    width: 23px;
}

.modalPreScor .modal-body {
    background-color: #fff;
    padding: 21px 16px;
}

.modalPreScor .modal-body h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 12px;
}

.modalPreScor .modal-body p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--textoGris);
    margin-bottom: 18px;
    margin-top: 8px;
}

.modalPreScor .modal-body p.noPuedesSeguir{
    color:red;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: none;
}

.modalPreScor .modal-bodyR {
    border-radius: 0;
}

.modalPreScor .modal-footer {
    justify-content: center;
    background-color: #fff;
    border: 0;
    padding: 10px 16px 24px 16px;
    margin: 0;
    border-radius: 0;
}

.modalPreScor .modal-footer>* {
    margin: 0;
}



.modalPreScor .modal-footer .gen-foot {
    max-width: 264px;
    width: 100%;
}

.modalPreScor .modal-footer .paginacion-g {
    width: 100%;
    margin-bottom: 5px;
}

.modalPreScor fieldset .previous-btn {
    border: 0;
    background-color: transparent;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--azulCarsAndCars);
    margin-bottom: 16px;
}

.modalPreScor .label-date {
    position: absolute;
    line-height: 52px;
    padding-left: 16px;
    margin: 0;
}

.modalPreScor .form-date {
    color: #fff;
}

.modalPreScor fieldset .previous-btn img {
    transform: rotate(180deg);
    width: 11px;
    margin-right: 11px;
    margin-top: -2px;
}

.modalPreScor .paginacion {
    text-align: center;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--textoGris);
    margin: 0;
}

.modalPreScor .progress {
    width: 100%;
    display: flex;
    height: 2px;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #F6F6F6;
    border-radius: 0.25rem;
}

.modalPreScor .progress-bar {
    height: 4px;
    background-color: var(--azulCarsAndCars);
    border-radius: 2px;
    margin-top: -2px;
}

.modalPreScor .form-control-cc {
    width: 100%;
}

.modalPreScor .carroPreScor {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(101px, 1fr));
    row-gap: 13px;
    column-gap: 13px;
    padding: 0;
    min-width: 329px;
    margin-bottom: 60px;
}

.modalPreScor .prescor-item-check {
    width: 100%;
    /*max-width: 101px;*/
}

.modalPreScor .form-check-label {
    display: grid;
    padding: 15px 0;
    text-align: center;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #CCD7EA;
}

.modalPreScor .form-check-label img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    opacity: 0.3;
    width: 71px;
    height: 31px;
}

.modalPreScor .form-check-input {
    visibility: hidden;
    position: absolute;
    right: 0;
}

.modalPreScor .form-check-label input[type=radio]+i {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #CCD7EA;
    border-radius: 8px;
}

.modalPreScor .form-check-label input[type=radio]+i:after {
    border: 1px solid #CCD7EA;
}

.modalPreScor .form-check-label input[type=radio]+i:before {
    content: '';
    display: block;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    /* border-radius: 8px; */
    /* border: 1px solid var(--azulCarsAndCars); */
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    background: transparent;
}

.modalPreScor .numrange {
    display: flex;
    margin-top: 8px;
}

.modalPreScor .numrange input[type=number] {
    text-align: right;
    border: 0;
    pointer-events: none;
    background: transparent;
}

.modalPreScor .numrange label {
    margin-bottom: 0;
    text-align: right;
    color: var(--primaryblue);
    position: unset;
    margin-left: 0 !important;
}

.modalPreScor .modal-body .pLkEntIni {
    margin-bottom: 0;
}

.next-btn {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 32px);
}

#PSEnviar {
    width: 100%;
    float: right;
    margin-top: 25px;
}

.modalPreScor .modal-body #StartPreScor .imgSP {
    text-align: center;
    margin-top: 34px;
    margin-bottom: 38px;
}

.modalPreScor .modal-body #StartPreScor h3 {
    margin-bottom: 16px;
}

.modalPreScor .modal-body #StartPreScor .textSP {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1D1D;
    margin-bottom: 56px;
}

.modalPreScor .modal-body #StartPreScor .textSP span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1B1D1D;
}

.modalPreScor .modal-body #StartPreScor .minitextSP {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #474747;
    margin-top: 24px;
}

.modalPreScor .modal-body fieldset h3 {
    margin-bottom: 31px;
}

.modalPreScor .modal-body fieldset .precio {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--azulCarsAndCars);
    margin-bottom: 0;
    margin-top: 0;
}

.modalPreScor .modal-body fieldset .textfieldset {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5D5874;
}

.modalPreScor .modal-body fieldset .dropdown {
    margin-bottom: 32px;
}

.modalPreScor .modal-body fieldset .dropdown-item {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modalPreScor .GastosMens {
    margin-top: 50px;
}

.modalPreScor .GMcoment {
    margin-top: 30px;
}

.modalPreScor .GMcomentf {
    position: absolute;
    bottom: 60px;
}

.modalPreScor .info-car {
    margin-left: 0;
    background-image: url(/public/icon/prescoring/fi-rr-info.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 21px;
    margin-top: 5px;
    cursor: pointer;
}

.modalPreScor .texting {
    display: flex;
}





.modalPreScor #loadPreScor>.row {
    height: 100%;
}

.modalPreScor #loadPreScor>.row {
    align-items: center;
}

.modalPreScor .loader {
    border: 9.4px solid #ECECEC;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.modalPreScor .loaderactive {
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(to right, #8CACFF, #3A4FFF) border-box;
    border: 11.75px solid transparent;
    border-left-color: transparent;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-left: -9.4px;
    margin-top: -9.4px;

    animation: spin 1s linear infinite;
}

.modalPreScor .loaderPS {
    background: url(/public/img/frontend/prescoring/Loader.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;

    animation: spin 1s linear infinite;
}

#resultPreScorOK {
    background: #FAFAFA;
    margin: -16px;
    padding: 16px;
}

.modalPreScor .card-ps {
    background: #FFFFFF;
    /*box-shadow: 0px 4px 20px rgb(151 151 151 / 19%);*/
    box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
    border-radius: 10px;
    padding: 16px;
    width: 100%;
}

.modalPreScor .card-psdual {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 38px;
    display: grid;
}

.modalPreScor .sepPS {
    margin: 13px 0 19px 0;
    grid-column-start: 1;
    grid-column-end: 3;
    border-bottom: 1px solid #DEDEDE;
}

.modalPreScor h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
    margin: 37px 0 16px 0;
}

.modalPreScor .card-ps p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--textoGris);
    margin-bottom: 8px;
}

.modalPreScor .card-ps .textresultPScuota {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1B1D1D;
    margin-bottom: 16px;
}

.modalPreScor .card-ps .textresultPScuota span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1B1D1D;
}

.modalPreScor .card-ps .textresultPSanos {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1D1D;
    margin-bottom: 0px;
}

.modalPreScor .card-ps .textresultPSanos span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1B1D1D;
}

.modalPreScor .resultPSfinan .calculoPS {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #474747;
    margin-top: 24px;
}

.modalPreScor .resultPSfinan .btn-primary-cc {
    margin-top: 32px;
}

.modalPreScor .targetcar .card-ps {
    margin-top: 25px;
    display: flex;
    padding: 0;
}

.modalPreScor .targetcar .contenedor-foto {
    min-width: 118px;
    min-height: 91px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.modalPreScor .targetcar .text-carPS {
    margin-left: 16px;
    align-self: center;
}

.modalPreScor .targetcar .titulo {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #0E1213;
}

.modalPreScor .targetcar .subtitle {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--textoGris);
}

.modalPreScor .targetcar .carac-car,
.modalPreScor .targetcar .carac-fin {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--textoGris);
}

.modalPreScor .card-ps .ptitlePS {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

.modalPreScor .card-ps .presultPS {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--textoGris);
}

.modalPreScor .card-ps .title-ptPS {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}

.modalPreScor .card-ps .subtitle-ptPS {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.modalPreScor .card-ps .resut-ptPS {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #2F2F2F;
}

.modalPreScor #resultPreScorKO .imgresPSko {
    text-align: center;
    margin: 52px 0 52px 0;
}

.modalPreScor #resultPreScorKO .title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #252627;
    margin-bottom: 30px;
}

.modalPreScor #resultPreScorKO p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2F2F2F;
    margin-bottom: 26px;
}

.modalPreScor h4 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.modalPreScor .btn-primary-icon {
    display: block;
}

.modalPreScor .btn-primary-icon:hover {
    color: #fff;
    text-decoration: none;
}

.modalPreScor .linkPrescorCoches {
    display: flex;
    justify-content: space-between;
    /* height: auto; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.modalPreScor .linkPrescorCoches span {
    width: calc(100% - 50px);
    line-height: normal;
}



.modalPreScor .resultadoPrecio {
    font-weight: 500;
}


.modalPreScor .listaResumen {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.modalPreScor .listaResumen>div>div {
    margin-bottom: 12px;
}

.modalPreScor .listaResumen>div>div:last-child {
    margin-bottom: 0;
}

.modalPreScor .listaResumen .resultado {
    color: var(--textoGris);
}

.modalPreScor .listaResumen .precioTotal {
    font-size: 24px;
    font-weight: 700;
    color: #2F2F2F;
}



.modalPreScor .textoPrescoring {
    font-size: 12px;
    margin-top: 32px;
    margin-bottom: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    line-height: 20px;
    color: #474747; 
}

.modalPreScor .textoPrescoring b {   
    font-weight: 700;   
}

.modalPreScor .tituloResultadoDetalle{
    font-weight: 700;
    font-size: 16px;
    color: #2F2F2F;
    margin-bottom: 15px;
}

.modalPreScor .condicionesCalculadora {
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 0px;
    line-height: 20px;
    color: #474747; 
}

#prescorKo h4 {
    margin-bottom: 50px;
}

#prescorOk h4 {
    margin-bottom: 15px;
}

#prescorOk .card-financiacion {
    box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 48px;
}

#prescorOk .card-financiacion .precio {
    font-weight: 500;
}

#prescorOk p {
    margin-top: 30px;
    margin-bottom: 40px;
}

#prescorOk .contLink {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 8px;
}

#prescorOk .prescorDetalle p {
    font-size: 14px;
    color: var(--textoGris);
    margin-top: 0;
    margin-bottom: 8px;
}

#prescorOk .prescorDetalle .cuotaGrande {
    font-size: 18px;
}

#prescorOk .prescorDetalle .card-coche-prescor {
    display: flex;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 35px;
}

#prescorOk .prescorDetalle .card-coche-prescor .img-coche {
    width: 120px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

#prescorOk .prescorDetalle .card-coche-prescor .datos {
    color: var(--textoGris);
    padding: 0px 0;
    font-size: 12px;
    padding: 0 0 10px 15px;
}

#prescorOk .prescorDetalle .card-coche-prescor .titulo-coche,
#prescorOk .prescorDetalle .card-coche-prescor .version {
    font-size: 14px;
}

#prescorOk .prescorDetalle .card-coche-prescor .titulo-coche {
    color: #0E1213;
    font-weight: 700;
}

#prescorOk .prescorDetalle .card-coche-prescor .car-caract {
    display: flex;
    flex-wrap: wrap;
}

#prescorOk .prescorDetalle .card-coche-prescor .car-caract .separador {
    margin: 0 3px
}

#prescorKo h4 {
    margin-top: 45px;
    margin-bottom: 25px;
}

.prescorListado {
    max-height: 737px;
    overflow-y: scroll;
}

.prescorListado .card-coche {
    margin-bottom: 10px;
    height: auto;
}

#prescorEstimacionLink,
#prescorResultadoLink {
    color: var(--primaryblue);
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
    border: none;
    background: transparent;
}

#prescorResultadoLink {
    margin-bottom: 10px;
}


/* a.reinicioPrescoring {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flow;
    padding: 20px 0 0 0;
    color: var(--azulCarsAndCars);
    font-weight: bold;
}
a.reinicioPrescoring:hover {
    text-decoration: underline;
    color: var(--azulCarsAndCars);
} */

.prescorListado.dl-view_item_list{
    /* border: 1px solid red; */
    height: 100%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width:1200px) {

    #PSEnviar {
        width: calc(100% - 52%);
    }

    .modalPreScor .modal-dialog {
        margin: auto;
        max-width: 834px;
        height: auto;
        transform: translate(0,-50px) !important;
    }

    .modalPreScor .modal-header {
        justify-content: flex-end;
        background-color: transparent;
        border: 0;
        padding: 16px;
        padding-right: 0;
    }

    .modalPreScor .modal-header .logo {
        display: none;
    }

    .modalPreScor .modal-header .btn-close {
        border: 0;
        background-color: #fff;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
    }

    .modalPreScor .modal-header .btn-close img {
        height: 23px;
        width: 23px;
    }

    .modalPreScor .modal-body {
        background-color: #fff;
        padding: 0;
        border-radius: 10px;
        padding: 38px 50px 38px 50px;
        /*display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 38px;*/
    }

    .modalPreScor .modal-bodyR {
        border-radius: 10px 10px 0 0;
        /* min-height: 442px; */
        min-height: 500px;
    }

    .modalPreScor .respPresco {
        border-radius: 10px;
    }

    .modalPreScor .modal-body #StartPreScor .imgSP {
        grid-column: 2;
        align-self: end;
        margin-bottom: 23px;
    }

    .modalPreScor .modal-body #StartPreScor .textSPgen {
        grid-row: 1;
    }

    .modalPreScor .modal-body #StartPreScor .textSP {
        margin-bottom: 32px;
    }

    .modalPreScor .modal-body fieldset {
        min-height: 335px;
    }

    .modalPreScor .carroPreScor {
        margin-bottom: 10px;
    }

    .modalPreScor .modal-body .g-inputs2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 38px;
    }

    .modalPreScor .GastosMens {
        margin-top: 16px;
    }

    /*.modalPreScor .GMcoment{
        margin-top: 30px;
        grid-column-start: 1;
        grid-column-end: 3;
    }*/
    .modalPreScor .modal-body #StartPreScor .minitextSP {
        grid-column-start: 1;
        grid-column-end: 3;
        margin-top: 31px;
        margin-bottom: 0;
    }

    .modalPreScor .modal-body h3 {
        margin-bottom: 12px;
        text-align: start;
    }

    .modalPreScor .modal-body p {
        color: #252627;
    }
    .modalPreScor .modal-body p.noPuedesSeguir{
        color:red;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        display: none;
    }

    .modalPreScor .modal-body  p.leg-title {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: var(--textoGris);
        margin-bottom: 6px !important;
        margin-top: 8px !important;
    }

    .modalPreScor .modal-body  p.leg-text {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        color: #383737;
        margin-bottom: 6px !important;
        margin-top: 0 !important;
    }
    

    .modalPreScor .GMcomentf {
        position: inherit;

    }

    .modalPreScor .modal-footer {
        border-radius: 0 0 10px 10px;
    }

    .next-btn{
        bottom: 23px;
        width: 348px;
        margin-left: calc(100% - 448px);
    }

    .modalPreScor .modal-footer {
        justify-content: flex-end;
        background-color: #fff;
        border: 0;
        padding: 10px 50px 23px;
        margin: 0;
    }

    .modalPreScor .modal-footer .gen-foot {
        max-width: 348px;
        width: 100%;
    }

    .modalPreScor  .form-check-label input[type=checkbox] + i {
        height: 14px;
        width: 14px;
        border-radius: 2px;
    }

   
}

/*#endregion modal PreScor */