html,
body {
    height: 100%;
    background-color: rgb(247, 247, 247);
    overflow-x: hidden;
}

p,
div,
.textos p,
.et_pb_text_inner {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .wrap>.container {
        padding: 20px 15px 20px;
    }
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
    background-color: white;
    color: rgb(0 0 0 / 66%);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

/* Headings */
h1 {
    color: #2a1859;
    font-size: 35px;
    margin: 10px 0;
}

h2 {
    color: #2a1859;
    font-size: 33px;
    margin: 10px 0;
}

h3 {
    color: #2a1859;
    font-size: 30px;
}

h4 {
    color: #2a1859;
    font-size: 25px;
}

/* END Headings */

/* Inputs */

.form-control:focus {
    border: 1px solid #2a1859;
}

.btn,
.swal2-styled.swal2-confirm {
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 12px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 12px rgb(0 0 0 / 20%);
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    background: #2a1859 !important;
    border: 2px solid #2a1859 !important;
    color: #fff !important;
}

.btn:hover,
.swal2-styled.swal2-confirm:hover {
    -webkit-box-shadow: 0px 8px 16px rgb(0 0 0 / 30%);
    -ms-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 16px rgb(0 0 0 / 30%);
    background: #352872 !important;
    border-color: #352872 !important;
    color: #05f29b !important;
    text-decoration: none;
}

.field-fulldetailsform-city button,
.field-fulldetailsform-city button:hover,
.bootstrap-select button,
.bootstrap-select button:hover {
    display: block !important;
    outline: unset !important;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    box-shadow: unset !important;
}

.field-fulldetailsform-city .dropdown-toggle::after,
.bootstrap-select .dropdown-toggle::after {
    margin-left: -9px !important;
}

.field-fulldetailsform-city button:focus,
.field-fulldetailsform-city .bootstrap-select .dropdown-toggle:focus,
.container .bootstrap-select button:focus,
.container .bootstrap-select .dropdown-toggle:focus {
    outline: unset !important;
}

/*darle estilos solo cuando este habilitado el boton*/
.user-index .btn-primary:enabled:hover,
.loan .btn-primary:hover,
.user-index .btn-primary:hover {
    color: #05f29b !important;
    text-decoration: none;
    -webkit-box-shadow: 0px 8px 16px rgb(0 0 0 / 30%);
    -ms-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 16px rgb(0 0 0 / 30%);
    background: #352872 !important;
    border-color: #352872 !important;
}

.user-index .btn-primary {
    text-decoration: none;
    color: white !important;
}

/* END Inputs */


/* Register/Login */
.login-container,
.signup-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.signup-container #form-signup {
    margin-top: 0px;
}

.login-container .row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 200px);
}

@media (max-width: 767px) {
    .login-container .row {
        min-height: calc(100vh - 150px);
    }
}


.row #col-login,
.row #col-copy {
    padding: 25px 0;
}

#login-form,
#form-signup {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: white;
    padding: 15px 0px;
    width: 100%;
    max-width: 465px;
    position: relative;
    -webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    text-align: center;
    margin: auto;
}

.login-container input,
.signup-container input {
    width: 80%;
    text-align: center;
    margin: 5px auto;
}

.login-container input,
.login-container button,
.signup-container input,
.signup-container button {
    width: 80%;
    text-align: center;
    margin: 10px auto;
}

#login-form .form-links div,
#form-signup .form-links div {
    margin-bottom: 10px;
}

.signup-container h3 {
    margin-bottom: 10px;
}

.btn-facebook,
.btn-facebook:hover {
    color: #fff !important;
    background-color: #3b5998 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.btn-social {
    position: relative !important;
    padding-left: 44px !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

}

.btn-social:hover {
    color: #eee !important;
}

.btn-social :first-child {
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    bottom: 0 !important;
    width: 40px !important;
    padding: 7px !important;
    font-size: 1.6em !important;
    text-align: center !important;
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.site-signup .benefits {
    margin-top: 15px;
}


@media(max-width:767px) {
    .signup-container .btn-social {
        padding: 13px 23px;
        font-size: 16px;
    }

    .signup-wrap {
        padding-right: 0;
        padding-left: 0;
    }

    .signup-container {
        margin-top: 0px;
    }

    .col-copy img {
        display: none;
    }

    .col-copy p {
        margin-bottom: 20px;
    }

    .signup-container {
        min-height: 677;
    }
}

.full-width {
    width: 98.3vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* END Register/Login */



/* Navbar */

.navbar-brand img {
    width: 155px;
}

ul.navbar-nav.nav {
    display: flex;
    align-items: center;
}

.wrap>.navbar.navbar-custom {
    padding: 0.8rem 1rem;
    background-color: white;
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(42,24,89,2)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom .navbar-toggler {
    border-color: transparent;
}

@media(max-width:767px) {
    ul.navbar-nav.nav {
        display: block;
    }
}

@media (min-width: 992px) {
    .menu-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .menu-desktop {
        display: none;
    }
}

/* END Navbar */

/* Common components: Cards, alerts */

.card {
    margin-bottom: 24px;
}

.card-header {
    background: #2C175A;
    color: white;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: transparent !important;
    color: #FF5500 !important;
    font-size: 1.0625em;
}

.swal2-styled.swal2-cancel:hover,
.swal2-styled.swal2-cancel:focus {

    background-color: transparent !important;
    background-image: none !important;
}

h2.swal2-title {
    color: #2a1859;
    font-size: 26px;
}

.swal2-styled:focus {
    box-shadow: none !important;
}



@media(max-width:767px) {
    .debt-preview {
        /*  margin: 0px 5px 10px 30px; */
    }

    .debt-preview form {
        /* margin-top: 10px; */
    }

    .debt-preview h5 {
        font-size: 16px;
    }
}

/* END Common components */


/* Credit Profile - Site debt */

.credit-profile img {
    margin: 0 auto;
    display: block;
}

.credit-profile .card-body {
    padding-bottom: 0;
}

.site-debt .info-card {
    cursor: pointer;
}

.site-debt .fa-info-circle {
    float: right;
    font-size: 21px;
}

.site-debt .credit-profile .debt-preview .fa-info-circle,
.site-dashboard .debt-preview .fa-info-circle {
    float: right;
    font-size: 15px;
    color: rgb(0 0 0 / 31%);
}

.site-debt .off-float,
.site-dashboard .off-float {
    float: none !important;
}

.popover-body {
    background-color: #2C175A;
    color: white;
}

@media (max-width: 768px) {
    .popover {
        max-width: calc(100vw - 32px);
    }

    .popover-body {
        word-break: break-word;
    }
}

.bs-popover-top .arrow:after,
.bs-popover-bottom>.arrow::after {
    border-top-color: #2C175A;
    border-bottom-color: #2C175A;
}


.site-debt .section-nav,
.credit-profile .section-nav {
    margin-bottom: 17px;
    width: 100%;
}

.site-debt .andes-tabs-container,
.credit-profile .andes-tabs-container {
    position: relative;
}

.site-debt .andes-tabs-wrapper,
.credit-profile .andes-tabs-wrapper {
    width: 100%;
    border-bottom: 1px solid #56545433
}

.site-debt .andes-tab:nth-child(1),
.credit-profile .andes-tab:nth-child(1) {
    width: 50%;
}

.site-debt .andes-tab-selected,
.credit-profile .andes-tab-selected {
    color: #000000 !important;
}

.site-debt .andes-tabs,
.credit-profile .andes-tabs {
    -webkit-align-items: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
    height: 100%;
    padding: 0;
    position: relative;
}

.site-debt .andes-tab,
.credit-profile .andes-tab {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    color: #000000;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 50%;
}

.site-debt .andes-tab-link,
.credit-profile .andes-tab-link {
    padding: 16px 14px;
    text-align: center;
    text-align: center;
    display: block;
    font-weight: 500;
}

.site-debt .andes-tab-selected .andes-tab-link:after,
.credit-profile .andes-tab-selected .andes-tab-link:after {
    background-color: #007bff;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.chart {
    /* padding: 33px 30px; */
    /* padding: 7px 5px; */
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    transform-origin: center bottom;
}

/* .chart:hover {
    transform: scale(1.01);
} */

.chart .apexcharts-title-text {
    font-family: 'Poppins', sans-serif !important;
}

/* Todos estilos necesarios que hay que aplicar si realizamos un tooltip custom, porque perdemos los originales */
.custom-tooltip {
    background-color: white;
    box-shadow: 2px 2px 6px -4px #999;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
}

.tooltip-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background: #eceff1;
    border-bottom: 1px solid #ddd;
    padding: 6px;
    position: relative;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px)
}


.tooltip-content {
    display: flex;
    align-items: center;
}

.tooltip-marker {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    font-family: inherit;
}

.tooltip-text {
    font-size: 16px;
    font-family: inherit;
    color: #333;
}

.chart-title {
    font-size: calc(2em + 2vw);
}

.chart-title-graph {
    font-size: 1.5rem;
    color: black;
}

.chart-content {
    position: relative;
}

#msgChartEmpresas,
#msgChartDebt,
#msgChartCalificacionBcu,
#msgChartUsoTarjetaCredito {
    display: none;
}

.apexcharts-xaxistooltip {
    display: none;
}

/* Slide info chart de Como me califican las financieras */

.container-info-heatmap {
    flex-direction: column;
}

.container-info-heatmap-colors {
    margin: 16px 13px 0 13px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media(max-width:768px) {
    .container-info-heatmap-colors {
        width: 60%;
    }

    .container-info-heatmap-colors {
        margin: 0 auto;
        transform: translateY(-25px);
    }
}

.container-colors-heatmap-elements {
    justify-content: center;
    align-items: center;
}

.color-element {
    height: 25px;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
    border: 1px solid #000;
}

.color-element-text {
    font-family: 'Poppins', sans-serif;
    /* padding: 20px 10px; */
    font-weight: bold;
    font-size: 17px;
}

@media(max-width:768px) {
    .color-element {
        height: 15px;
    }

    .color-element-text {
        padding: 5px 1px;
        font-weight: bold;
        font-size: 10px;
    }
}

.color-element:nth-child(1) {
    background-color: #4169e1;
}

.color-element:nth-child(2) {
    background-color: #32cd32;
}

.color-element:nth-child(3) {
    background-color: #90ee90;
}

.color-element:nth-child(4) {
    background-color: #ffd700;
}

.color-element:nth-child(5) {
    background-color: #ff8c00;
}

.color-element:nth-child(6) {
    background-color: #ff0000;
}

.color-element:nth-child(7) {
    background-color: #daa520;
}

.container-info-heatmap-texts-elements {
    margin-left: 14px;
}

/*       .container-info-heatmap-texts {
        font-family: 'Poppins', sans-serif;
        width: 100%;
      } */

/*       .info-element span{
          font-weight: bold;
      } */

.center-message-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    background: #2c175a;
}

.center-message-container h3 {
    text-align: center;
    font-size: 1rem;
    color: white;
    margin: 0;
    word-wrap: break-word;
}


#chartContainer {
    border: 1px solid #DCDCDC;
}




/* Para los elementos del eje y de los charts  */
.apexcharts-text {
    font-weight: 600;
}

/* Para ocultar del legend a los de valor -9999  */
.apexcharts-legend-series[seriesname="-9999x-x-9999"] {
    display: none !important;
}

/* Para ocultar del chart heatmap los que tengan valor -9999  */
.apexcharts-heatmap-rect[val="-9999"] {
    display: none !important;
}

.apexcharts-heatmap-rect {
    padding: 5px;
}

.apexcharts-tooltip-text-y-label {
    font-weight: 600;
}

.chartdebt-container-selects {
    width: 100%;
    justify-content: space-around;
}

.chartdebt-select-container {
    position: relative;
    width: 150px;
}

.chartdebt-select {
    border: none;
    border-radius: 3px;
    appearance: none;
    padding: 0 20px 0 15px;
    width: 100%;
    color: white;
    background-color: #2c175a;
    font-size: 12px;
}

.chartdebt-select-icon {
    border: none;
    border-radius: 8px;
    appearance: none;
    width: 20px;
    height: 90%;
    position: absolute;
    top: 2%;
    right: 0;
    align-items: center;
    justify-content: center;
    background-color: #210c4d;
}

.chartdebt-select-icon i {
    border: none;
    appearance: none;
    font-size: 15px;
    color: white;
}





@media(max-width:767px) {

    .center-message-container {
        width: 80%;
        left: 55%;
        top: 47%;
    }

    .center-message-container h3 {
        font-size: 0.6rem;
    }

    .credit-profile .credit-image {
        margin: 0 30px;
    }

    .chart-title-graph {
        font-size: 0.8rem;
    }

    #chartContainer i {
        font-size: 15px !important;
    }

}



/* END Credit Profile */

/* Products */

@media(min-width: 360px) {
    .site-dashboard .loan {
        min-height: 91% !important;
    }

    .loan .content-description {
        /* margin-bottom: 1.7rem !important; */
        width: 100%;
    }
}

@media(max-width: 767px) {
    .site-dashboard .loan .content-description {
        margin-bottom: 1.5rem;
    }

    .site-dashboard .content-description-not-suggested {
        margin: 1.5rem 0;
    }
}

.content-description .card-subtitle-long {
    word-wrap: break-word;
}

.loan .card-body {
    padding-top: 0.75rem;
    /* height: 100% !important; */
}

@media (max-width: 767px) {

    .loan {
        max-width: 100%;
    }

    .loan .card-body {
        padding: 1rem .7rem !important;
    }

    .site-dashboard .loan {
        margin: 0 auto;
    }

}

.credit-card .card-body {
    padding: 1.25rem;
}

.loan .card-body .loan-img {
    border-radius: 6px;
    border: 1px solid rgb(88, 80, 101);
    max-width: 100px;
    max-height: 100px;
}

.credit-card .card-body img {
    height: 150px;

    margin: 0;
}

.content-all-card .loan-title:first-child,
.content-all-card .title:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.content-all-card .card {
    border-radius: 0 !important;
    border-bottom-left-radius: calc(0.25rem - 1px) !important;
    border-bottom-right-radius: calc(0.25rem - 1px) !important;
}

.content-card-header {
    background-color: #2C175A;
    border-top-left-radius: calc(0.25rem - 1px) !important;
    border-top-right-radius: calc(0.25rem - 1px) !important;
}

.content-all-card .loan-title,
.content-all-card .title {
    margin-bottom: 0;
    padding: 12px 0 12px 20px;
    background-color: #2C175A;
    color: #fff;
}


.loan .logo-row {
    margin: .3rem 0 0 0;
}

.loan .probability-text {
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: .3rem;
}

.loan .card-title {
    margin-bottom: 0 !important;
}


/* @media(min-width: 1200px){
    .loan .content-description{
        height: 100px !important;
    }
} */

/* @media (min-width: 992px) and (max-width: 1199px){
    .loan .content-description{
        height: 70px !important;
    }
} */

@media (min-width: 768px) and (max-width: 991px) {
    .loan .content-description {
        height: 85px !important;
    }
}

.loan .content-description p {
    font-size: .9rem !important;
    color: black !important;
    margin: 0;
}

.loan .btn,
.content-btn-request .btn {
    width: 80%;
}

.btn-landingloan {
    width: 100% !important;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(1);
}


.loan .payment-details {
    text-align: center;
}

.credit-card .card-title {
    margin: 0;
}

.loan-more {
    text-align: center;
    display: block;
    margin-top: 12px;
    font-size: 15px;
}

.site-loan .amount-select {
    background-color: #2A1859;
    color: white;
    cursor: pointer;
    background: #2A1859;
}

.selectdiv:after,
.selectdiv:focus::after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: white;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 23px;
    /*Adjust for position however you want*/

    top: 18px;
    padding: 0 0 2px;

    position: absolute;
    pointer-events: none;
}

.selectdiv select,
.selectdiv select:focus::after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.amount-select:focus {
    z-index: 0 !important;
}

.order-variations a:hover {
    text-decoration: none;
}

/* #select-order{
    background: transparent;
    color: #2A1859;
    font-weight: bold;
    border: transparent;
    border: 0;
    outline: 0;
} */
.custom-select:focus {
    border: transparent;
    box-shadow: none;
}

#instantLoanModal .modal-body {
    padding: 1.25em;
    text-align: center;
}

#instantLoanModal .modal-body h2 {
    text-align: center;
    display: block !important;
}

.animate__fadeInDown,
.animate__fadeOutUp {
    --animate-duration: 400ms;
}

.site-loan .loan-variation-container {
    display: none;
}

.site-loan .spinner-border {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.site-loan .wrap-spinner-instant {
    padding: 50px 50px;
    margin: 0 auto;
    display: none;
}

.site-loan .modal-confirm,
.site-loan .modal-request-made,
.site-loan .modal-requirements {
    display: none;
}

.site-loan .modal-rejected {
    display: none;
}

/*** Prestamos y tarjetas en home */
.site-dashboard .wrap-spinner-instant {
    padding: 50px 50px;
    margin: 0 auto;
    display: none;
}

.site-dashboard .modal-confirm,
.site-dashboard .modal-request-made,
.site-dashboard .modal-requirements,
.site-dashboard .modal-error {
    display: none;
}

.site-dashboard .modal-rejected {
    display: none;
}

/*** Prestamos y tarjetas en home */

/* card */
.site-card .modal-confirm,
.site-card .modal-request-made {
    display: none;
}

.site-card .modal-rejected,
.site-card .alert {
    display: none;
}

.modal-dialog.modal-oca-visa-master,
.modal-dialog.modal-oca-blue {
    max-width: 1100px !important;
    width: 95%;
}

.modal-oca-visa-master .swal2-html-container span,
.modal-oca-blue .swal2-html-container span {
    font-weight: 900;
}

.modal-oca-visa-master .swal2-html-container,
.modal-oca-blue .swal2-html-container {
    margin-top: 24px;
    font-size: 16px;
    text-align: left;
}

.modal-oca-visa-master .btn,
.modal-oca-blue .btn {
    font-weight: 600 !important;
    padding: 10px 12px;
}

.modal-oca-visa-master .requisitos,
.modal-oca-blue .requisitos {
    margin-top: 10px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px !important;
}

.modal-oca-visa-master .requisito-item,
.modal-oca-blue .requisito-item {
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 16px;
}

.modal-oca-visa-master .requisito-icono,
.modal-oca-blue .requisito-icono {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.modal-oca-visa-master .requisito-item span,
.modal-oca-blue .requisito-item span {
    font-size: 14px !important;
    line-height: 1.4;
    color: #333;
    text-align: left;
}


.site-card .wrap-spinner-instant {
    padding: 50px 50px;
    margin: 0 auto;
    display: none;
}

.site-card .spinner-border {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.site-loan #confirm-loan-btn,
.site-loan #requirementsBtn {
    margin-right: 15px;
}

.site-loan .card .wrap-instant-product {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px 5px 9px;
    align-content: center;
    color: #6c757d;
    background: white;
    border: solid #6c757d;
    border-radius: 10px 10px 10px 10px;
    width: fit-content;
    text-transform: uppercase;
    margin-top: 10px;
}

.site-loan #instantLoanBtn {
    border-radius: .25em;
    font-size: 1.0625em;
    margin-right: 15px;
}

.site-loan .modal-requirements label {
    display: block !important;
    font-weight: bold;
    text-align: left;
}

.modal-requirements>.alert {
    display: none;
}

.product .card-title img {
    border: 1px solid black;
    border-radius: 20px;
    height: 150px;
}

.product .btn-wrap {
    text-align: left;
}

.product-modal .modal-error {
    display: none;
}

.product-modal .modal-confirm .alert-danger {
    display: none;
}

.product-modal .modal-confirm label {
    font-weight: bold;
}

.product-modal .modal-confirm h2 {
    font-weight: bold;
}


.user-card #h6NewProbability {
    display: none;
}

#imgProbability {
    /* max-width: 65%; */
    height: 100%;
    object-fit: cover;
    object-position: center center;
    margin: 0px;
}

#h6NewProbability {
    float: right;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(242, 231, 78);
    color: rgb(88, 80, 101);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
}

.h6NewProbability {
    font-size: .9rem;
    font-weight: 800;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: rgb(242, 231, 78);
    color: #2c175a;
    padding: 2.5px 5px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: calc(.25rem - 1px);
}

.card-probability {
    padding-left: 0px;
}

#ImmediateApproval {
    margin: 0 0 30px 0;
}

.site-loan .loan-separator {
    margin: 5px 0 43px 0;
}

.user-index .loan-separator {
    display: none;
}

.site-loan .item-probability .probability-info,
.user-index .item-probability .probability-info {
    padding-left: 8px;
}

.site-loan .item-probability,
.user-index .item-probability {
    padding-left: 19%;
}

.site-loan .item-probability .high-probability-text,
.user-index .item-probability .high-probability-text {
    font-size: 15px;
}

.site-loan .loan .logo-row {
    margin-bottom: 7px;
}

/* .site-loan .instant-product .logo-row, .user-index .instant-product .logo-row{
    margin-bottom: 0px;
} */
#modal-file-card .alert {
    display: none;
}

#modal-file-card .spinner-border {
    display: inline-block;
}

#modal-file-card strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    margin-top: 7px;
}

#modal-file-card #file-req-btn {
    margin-right: 17px;
}

.custom-file-input~.custom-file-label::after {
    content: "Elegir";
}

#divItemProbability {
    padding-right: 0;
}

.loan .content-btn-request {
    margin-bottom: .3rem !important;
}

@media(max-width:991px) {

    #h6NewProbability {
        margin-right: 0%;

    }

    #divItemProbability {
        padding-left: 8%;

    }

}

@media(max-width:767px) {

    .user-card #imgProbability {
        margin-bottom: 0px;
    }

    .user-index .loan .logo-row {
        margin-bottom: 1.5rem;
    }

    .content-all-card {
        margin: 0 auto;
    }

    .card-probability {
        margin-bottom: 1rem;
        display: block;
    }


    #product-intent-default-7 {
        margin: 0px;
    }

    .loan .card-title {
        margin-bottom: 0px;
    }

    .site-loan .item-probability .high-probability-text,
    .user-index .item-probability .high-probability-text {
        font-size: 16px;
    }

    #divImmediateApproval {
        height: 6vh;
        margin-bottom: 5%;
    }

    #divItemProbability {
        padding-left: 3%;

    }

    #imgProbability {
        /* max-width: 40% ; */
        height: 100%;
        object-fit: cover;
        object-position: center center;
        margin: 0px;
    }

    .credit-card #imgProbability {
        max-width: 40%;
    }

    #h6NewProbability {
        float: right;
        padding: 6px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgb(242, 231, 78);
        color: rgb(88, 80, 101);
        border-radius: 10px;
        font-size: 14px;
        font-weight: 800;
    }

    .site-loan .card .wrap-instant-product {
        margin-bottom: 40px;
        margin-top: -3px;
    }

    .row-filters {
        margin-bottom: 25px !important;
    }

    .loan .btn,
    .card .btn {
        width: 80%;
        margin-top: 16px;
        /* margin: 0 auto !important; */
        display: block;
        padding: 9px;
    }

    .btn-landingloan {
        margin: 0 auto !important;
    }

    .site-dashboard .loan .btn {
        margin: 0 auto !important;
    }

    .credit-card .card-body img,
    .product .card-body img {
        height: 137px;
        margin: 0 auto;
        display: block;
    }

    .card .credit-card-info {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .card .credit-card-info h4 {
        margin-bottom: 17px;
    }

    /*     .product .card-body{
        margin-top: 8px;
    } */
    .product .product-wrap .product-name {
        margin: 5px 0;
    }

    .product .product-wrap .product-description {
        margin: 13px 0;
    }

    .site-product {
        padding-bottom: 50px;
    }
}

.credit-card #imgProbability {
    max-width: 65%;
}

/* END Products */


/* Dashboard */

/* .user-index #divItemProbability {
    padding-left: 10%;
} */
.user-index .card-probability {
    margin-bottom: 13px;
}

.user-index .card-probability h6 {
    font-size: 15px;
}

.user-index .logo-probability-div {
    padding: 0px;
}

.user-index .card-probability img {
    margin-bottom: 10px !important;
}

.site-dashboard .icon-creditcard {
    height: 90px;
    /*     margin-left: auto;
    display: block;
    margin-top: 20px; */
}

.site-dashboard .alert {
    display: none;
}

.site-dashboard .icon-referal {
    height: 100px;
    margin: auto;
    display: block;
}

.site-dashboard #btn-share-wp {
    background-color: #25D366 !important;
    border: 2px solid #25D366 !important;
}

.site-dashboard #btn-share-wp:hover {
    color: white !important;
}

.site-dashboard .card {
    /* min-height: 21.8rem !important; */
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
}

.swiper-container {
    width: 100%;
    height: 100%;
}


.site-dashboard .loan .card-body {
    padding-top: 1.25rem;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .site-dashboard .loan .card-body {
        justify-content: center;
    }
}

.site-dashboard .credit-card .card-body img {
    height: 114px;
}

.site-dashboard .credit-card .btn {
    font-size: 1rem;
}

.site-dashboard .credit-card .suggested {
    margin-bottom: 0.75rem;
}

.site-dashboard .credit-card h4 {
    font-size: 22px;
}

.site-dashboard .credit-card .card-body {
    padding: 23px 10px;
    padding: 1.25rem;
}

.site-dashboard .questions .card-text {
    padding: 10px 0;
    text-align: left;
}

.site-dashboard #questionsModal .modal-header {
    padding-bottom: 0px;
    border-bottom: transparent;
}

.site-dashboard #questionsModal .modal-body {
    padding-top: 0px;
}

.site-dashboard #recommendModal .modal-header {
    padding-bottom: 0px;
    border-bottom: transparent;
}

.site-dashboard #btnCopyReferal,
.site-dashboard #btn-share-wp {
    margin: 0 auto;
    display: block;
    margin-top: 18px;
    width: 100%;
}

/* .site-dashboard{
 display: none;
} */
/* .user-index nav#w0{
 display:none;
} */
#fullpage-spinner {
    display: block;
    margin-bottom: 30px;
    width: 5rem;
    height: 5rem;
}

.wrap-spinner-loading {
    align-items: center;
    background: #2a1859;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999;
    flex-direction: column;
}

.site-dashboard .img-raffle {
    margin: 0 auto;
    height: 119px;
    display: block;
}

.site-dashboard .col-icons .card {
    height: 92%;
}

@media(max-width:767px) {

    /*     .icon-creditcard, .icon-loan{
        margin-top: 15px;
    } */
    .site-dashboard .credit-card .suggested {
        /* margin-bottom: 1.75rem; */
        margin-top: 19px !important;
    }

    .site-dashboard .col-icons {
        padding: 0px 15px;
    }

    .user-index #divItemProbability {
        padding-left: 5%;
    }


}

/* End Dashboard */

/*Warranty Form*/
/* .site-loan-warranty-form .spinner-border{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
} */
.site-loan-warranty-form h4 {
    margin-bottom: 0px;
}

.site-loan-warranty-form .form-wrap {
    padding-bottom: 4px;
}

.site-loan-warranty-form .wrap-value.form-wrap {
    max-width: max-content;
}

.site-loan-warranty-form .wrap-value.form-wrap input {
    max-width: 268px;
    border: 1px solid #707880;
}

.site-loan-warranty-form .wrap-ownName-company.form-wrap {
    max-width: max-content;
}

.site-loan-warranty-form .wrap-ownName-company.form-wrap input {
    max-width: 268px;
    border: 1px solid #707880;
}

.site-loan-warranty-form .alert-danger {
    max-width: 268px;
}

.site-loan-warranty-form select {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(/images/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 244px;
    border: 1px solid #707880;
    padding-left: 12px;
}

.site-loan-warranty-form .form-wrap {
    display: none;
}

.site-loan-warranty-form .alert {
    display: none;
}

.site-loan-warranty-form .wrap-has-property.form-wrap {
    display: block;
}

.site-loan-warranty-form #form-warranty {
    display: none;
}

/* Loan Form */
.site-loanForm h4,
.site-companyForm h4 {
    margin-bottom: 0px;
}

.site-loanForm .form-wrap,
.site-companyForm .form-wrap {
    padding-bottom: 4px;
}

.site-loanForm .form-control,
.site-companyForm .form-control {
    max-width: 300px;
}

.site-loanForm .wrap-salary.form-wrap input,
.site-loanForm .wrap-phone.form-wrap input {
    max-width: 268px;
}

.site-loanForm .btn-loan-form {
    margin-bottom: 120px;
}

.site-loanForm .wrap-salary.form-wrap input,
.site-loanForm .wrap-phone.form-wrap input {
    border: 1px solid #707880;
}

.site-loanForm .alert-danger,
.site-companyForm .alert-danger {
    max-width: 268px;
}

.site-loanForm select,
.site-companyForm select {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(/images/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 244px;
    border: 1px solid #707880;
    padding-left: 12px;
}

.site-loanForm .form-wrap,
.site-companyForm .form-wrap {
    display: none;
}

.site-loanForm .wrap-activity.form-wrap,
.site-loanForm .wrap-equifax.form-wrap,
.site-loanForm .wrap-salary.form-wrap,
.site-loanForm .wrap-gender.form-wrap,
.site-loanForm .wrap-phone.form-wrap {
    display: block;
}

.site-loanForm .wrap-equifax.form-wrap small {
    margin-top: 14px;
    display: block;
}

.site-loanForm #form-loan,
.site-companyForm #form-company {
    display: none;
}

.site-companyForm .wrap-company.form-wrap {
    display: block;
}

.site-loanForm .already {
    display: block;
}

.site-loanForm p {
    margin: 0;
}

/* End Loan Form */

/* BEGIN Order History */

.user-order-history .card-title img {
    border-radius: 6px;
    border: 1px solid rgb(88, 80, 101);
}

.user-order-history .card-title {
    margin-bottom: 0;
}

@media(max-width:767px) {
    .user-order-history .card-title {
        margin-bottom: 15px;
    }

    .user-order-history h3 {
        font-size: 26px;
    }

    .user-order-history .card {
        text-align: center;
    }
}

/* END Order History */


/* Landings */

.landing>.wrap>.container {
    max-width: 100%;
    background-color: rgb(42, 24, 89);
    padding-bottom: 0px;
}

.landing .navbar .container {
    max-width: 100%;
}

.landing .header-container {
    max-width: 1135px;
    max-height: 1200px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0px 20px;
}

.landing .info-wrap h1,
.landing .info-wrap p {
    color: white;
}

.landing .info-wrap p {
    font-size: 23px;
}

.landing .info-wrap h1 {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 36px;
}

.landing .img-landing {
    max-width: 450px;
}

.landing .btn-landing,
.landing .btn-landing:hover,
.landing .btn-landing:active {
    background-color: rgb(5 241 156 / 74%) !important;
    color: white !important;
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
}

.landing .benefits-wrap {
    max-width: 1135px;
    max-height: 1200px;
    margin: 0 auto;
}

.landing .benefits-wrap .benefits-icons {
    text-align: center;
}

.landing .benefits {
    background-color: white;
    padding-bottom: 68px;
}

.landing .benefits h1 {
    text-align: center;
    margin: 50px 0;
}

.landing .benefits img {
    width: 150px;
}

.landing .benefits .text-icons strong {
    font-weight: 900;
    margin-bottom: 10px;
}

.landing .benefits .text-icons p {
    margin-top: 10px;
}

.landing .more-info {
    max-width: 1135px;
    max-height: 1200px;
    margin: 0 auto;
    padding: 26px 12px;
}

.landing .more-info h1 {
    text-align: center;
    color: white;
}

.landing .more-info-wrap p {
    font-size: 24px;
    margin-bottom: 15px !important;
    font-weight: 500;
    margin: 0 0;
    color: white;
}

.landing .more-info-wrap .btn {
    float: right;
}

.landing-white .info-wrap h1 {
    color: #2a1859;
}

.landing-white .info-wrap p {
    color: black;
}

.landing-white .btn-landing {
    background-color: #2a1859 !important;
}

.landing-white .more-info-wrap p {
    color: #2a1859;
}

.landing-white .benefits {
    background-color: #2a1859 !important;
    color: white;
}

.landing-white .benefits a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.landing-white .benefits h1 {
    color: white;
}

.landing-white .btn-landing,
.landing-white .btn-landing:hover,
.landing-white .btn-landing:active {
    background-color: #2a1859 !important;
    color: white !important
}

@media(max-width:767px) {
    .landing .more-info-title-wrap img {

        display: block;
        margin: 30px auto 15px auto;
    }

    .landing .more-info-wrap .btn {
        float: none;
        margin: 0 auto;
        display: block;
        max-width: 250px;
    }

    .landing .more-info-wrap p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 29px !important;
    }

    .landing .info-wrap p {
        font-size: 20px;
    }

    .landing .info-wrap {
        text-align: center;
    }

    .landing .img-landing {
        margin-top: 32px;
    }

    .landing .img-landing {
        max-width: 300px;
    }
}

/* END Landings */



/* Modify data */
.itemProfile {
    border-bottom: 1px solid grey;
    margin: 10px;
}

.iTuerca {
    color: blue;
}

/* END Modify data */

/* Score 2.0 */

#chartscore {
    margin: 0 auto 30px;
    display: block;
    max-width: fit-content;
    height: auto;
}

/* END SCORE 2.0 */


/*Credit Factors*/

.green {
    border-top: 5px solid #39db92;
    position: relative;
}

.red {
    border-top: 5px solid #ff5c5c;
    position: relative;
}

.yellow {
    border-top: 5px solid #f0f011;
    position: relative;
}

.grey {
    border-top: 5px solid #838593;
    position: relative;
}

#view-details-small {
    display: none;
}

@media screen and (max-width: 767px) {
    .green {
        border-top: none;
        border-left: 5px solid #39db92;
    }

    .red {
        border-top: none;
        border-left: 5px solid #ff5c5c;
    }

    .grey {
        border-top: none;
        border-left: 5px solid #838593;
    }

    .yellow {
        border-top: none;
        border-left: 5px solid #f0f011;
    }

    #view-details-small {
        display: block;
        margin: 10px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #view-details {
        display: none !important;
    }
}

.friendly {
    font-size: 23px;
    color: black;
}

.modal-content-factor {
    padding: 25px;
    margin-top: -20px;
}

.modal-factor .modal-dialog {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .modal-factor .modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        margin: 0;
    }

    .modal-factor .modal-content {
        margin: auto;
        max-width: 90%;
        border-radius: 10px;
    }
}

/*End Credit Factors*/

/*Landing para prestamos*/

.user-landing-product .landingImg {
    border-radius: 6px;
    border: 1px solid rgb(88, 80, 101);
    margin: 10px 0;
    max-width: 100px;
    max-height: 120px;
}

.user-landing-product .loan-more {
    text-align: center;
    display: block;
    margin-top: 0px;
    font-size: 15px;
}

.user-landing-product .tableLanding {
    border-collapse: collapse;
    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
}

.user-landing-product .tableLanding th,
.user-landing-product .tableLanding td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid black;
}

.user-landing-product .tableLanding tr:last-child td {
    border-bottom: none;
}

/* .user-landing-product .ammountLanding{
    margin-top: 35px;
} */


.user-landing-product .amount-select {
    background-color: #2A1859;
    color: white;
    cursor: pointer;
    background: #2A1859;
}

.user-landing-product .amount-select:focus {
    z-index: 0 !important;
}

.user-landing-product .selectdiv {
    display: none;
}

/* Add separation to table cells */
.user-landing-product .tableLanding td {
    padding-right: 15px;
}

.user-landing-product .flip-arrow {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s;
}

.user-landing-product .flip-arrow.upside-down {
    transform: rotate(180deg);
}

.user-landing-product .table-background {
    border-radius: 6px;
    padding: 50px !important;
    background: white;
}

.user-landing-product .middle {
    /* width: 100%;  quede todo el largo de la pag*/
    margin: 0 auto;
}

.site-card .imgSmall {
    max-width: 200px;
    max-height: fit-content;
}

.user-landing-product .landing {
    display: none;
}

.user-landing-product .back-loan {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.back-desktop {
    margin: 0 auto !important;
    padding-left: 0;
    margin-bottom: 20px !important;
}

@media(max-width:767px) {
    .user-landing-product .tableLanding {
        display: none;
    }

    .user-landing-product .landing {
        display: block;
    }

    .user-landing-product .imgResponsive {
        display: none;
    }

    .user-landing-product .selectdiv {
        display: flex;
        justify-content: center !important;
    }

    .user-landing-product .textFont {
        font-size: 18px;
        font-weight: 500;
    }
}

.landing-product .spinner-border {
    display: block;
    margin: 0 auto !important;
    margin-top: 15px !important;
}

.landing-product .loans-landing {
    display: none;
    opacity: 0;
}

.user-landing-product .wrap-spinner-instant {
    padding: 50px 50px;
    display: none;
}

.user-landing-product .modal-confirm,
.user-landing-product .modal-request-made,
.user-landing-product .modal-requirements,
.user-landing-product .modal-error {
    display: none;
}

.user-landing-product .modal-rejected {
    display: block;
}

/*Fin Landing para prestamos*/


/*Footer y menu nuevo*/

.bottom-navigation {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    margin-bottom: -1px;
    /* Add this line to remove the tiny gap */
    z-index: 50;
}

.bottom-navigation a,
.bottom-navigation .nav-item.disabled {
    text-align: center;
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-navigation a i,
.bottom-navigation .nav-item.disabled i {
    margin-bottom: 5px;
    font-size: 17px;
}

.bottom-navigation .navigation-text {
    font-size: 11px;
    font-weight: 500;
}

.bottom-navigation .nav-item.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}


@media only screen and (max-width: 768px) {
    .bottom-navigation {
        display: flex;
        justify-content: center;
    }
}

.cardAux {
    display: none;
    background-color: white;
    min-height: fit-content;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    margin-bottom: 28px;
}

.cardAux .row:first-child .col i {
    margin-top: 15px;
    /* Adjust the margin value as per your preference */

}

.cardAux .roundedMenu {
    border: 1px solid black;
    border-radius: 20%;
    /* Apply circular shape */
    padding: 12px;
    /* Adjust padding value as per your preference */
    color: #2A1859;
    background-color: white;
}

.cardAux .noDecoration {
    color: black;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {

    .user-debt .cardAux,
    .credit-profile-graph .cardAux,
    .credit-profile-factors .cardAux {
        display: block;
    }

}

@media only screen and (max-width: 500px) {

    .user-debt .cardAux a,
    .credit-profile-graph .cardAux a,
    .credit-profile-factors .cardAux a {
        font-size: 12px;
    }

    .user-debt .cardAux p,
    .credit-profile-graph .cardAux p,
    .credit-profile-factors .cardAux p {
        font-size: 12px;
    }
}

/*.cardAux {
        position: sticky;
        top: 0;
        z-index: 999; /* Set a higher z-index value to keep the element on top */
/* Add your cardAux styles here */
/*}*/

/*Fin Footer y header nuevo*/


/*Site new-loan*/

.site-new-loan .new-loan-more,
.site-new-card .new-loan-more {
    text-align: center;
    border-radius: 10px;
    width: fit-content;
    box-shadow: 0 0 15px #2B1858;
    font-size: 11px;
    display: block;
    /* Add this property to make the button a block-level element */
}

.site-new-loan .loan-variation-container,
.site-new-card .loan-variation-container {
    display: none;
}

.site-new-loan .landingImg,
.site-new-card .landingImg { 
    border-radius: 10px;
    border: 1px solid rgb(88, 80, 101);
    max-width: 100px;
    max-height: 120px;
}

.site-new-loan .row-no-margin,
.site-new-card .row-no-margin {
    margin-left: 0;
    margin-right: 0;
}

.site-new-loan .h6-loan,
.site-new-card .h6-loan {
    font-size: 10px;
}

.site-new-loan .h-loan-ammounts,
.site-new-card .h-loan-ammounts{
    font-size: 20px;
    font-weight: 600;
}

.loan .divProbability {
    padding-left: 0;
}

.site-new-loan .h6-loan, .probabilityImg, .site-new-card .h6-loan, .site-new-card .probabilityImg{
    width: 120px; /* Adjust this value to suit your design */
}

.site-new-loan .probability-not-null,
.site-new-card .probability-not-null {
    justify-content: flex-end ;
}

.site-new-loan .spinner-border,
.site-new-card .spinner-border {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.site-new-loan .h6NewProbability,
.site-new-card .h6NewProbability {
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(242, 231, 78);
    color: rgb(88, 80, 101);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
}

/* .site-new-loan .probability-info{
    color: rgb(242,231,78);
} */

.site-new-loan .yellow-text, 
.site-new-card .yellow-text {
    color: rgb(242,231,78);
}

.site-new-loan .example,
.site-new-card .example {
    border-radius: 10px;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    --shd: 0.00px 0.00px 14px 7px rgba(0, 0, 0, 0.1);
}

.site-new-loan .new-probability-container,
.site-new-card .new-probability-container {
    justify-content: flex-start !important;
}

.site-new-loan .div-mobile,
.site-new-card .div-mobile {
    display: none;
}

.site-new-loan .new-loan-more-mobile,
.site-new-card .new-loan-more-mobile {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 15px #2B1858;
    width: 100%;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    /* Add this property to make the button a block-level element */
}

.site-new-loan .divProbability,
.site-new-card .divProbability {
    align-items: end;
}

@media(max-width:991px) {
    .site-new-loan .divProbability,
    .site-new-card .divProbability {
       display: none !important;
    }
    .site-new-loan .new-loan-more,
    .site-new-card .new-loan-more {
        width: 95%;
    }
}

@media(max-width:1199px) {
    .site-new-loan .ammount-section,.site-new-loan .new-loan-more, .site-new-card .ammount-section,.site-new-card .new-loan-more {
        margin-left: 20px;
    }
}

@media(max-width:767px) {
    .site-new-loan .bottom-part,
    .site-new-card .bottom-part {
        margin-top:10px
    }
    .site-new-loan .h-loan-ammounts,
    .site-new-card .h-loan-ammounts {
        font-size: 14px;
    } 
    .site-new-loan .new-loan-more,
    .site-new-card .new-loan-more {
        display: none; /* Adjust this value to suit your design */
    }
    .site-new-loan .div-mobile,
    .site-new-card .div-mobile {
        display: block; /* Adjust this value to suit your design */
    }
    .site-new-loan .h6-loan, .probabilityImg, .site-new-card .h6-loan, .site-new-card .probabilityImg{
        width: 170px; /* Adjust this value to suit your design */
    }
    .site-new-loan .divProbability,
    .site-new-card .divProbability{
        display: flex !important;
        align-items: start;

     }
    .site-new-loan .h6-loan,
    .site-new-card .h6-loan {
        font-size: 12px;
        font-weight: 600;
    }
    .site-new-loan .landingImg,
    .site-new-card .landingImg { 
        border-radius: 10px;
        border: 2px solid #6E6E6E;
        width: 69px;
    }

    /*     .site-new-loan .yellow-text {
        display: none;
    } */
    .site-new-loan .h6NewProbability,
    .site-new-card .h6NewProbability {
        padding: 6px;
        width: 69px;
        text-align: center;
    }

    .loan .divProbability {
        padding-left: 15px;
        padding-right: 15px !important;
    }
}

/*End site new-loan*/
/*Loading nuevo*/
.fade-in-loading {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in-loading.show {
    opacity: 1;
}

/*Fin Loading nuevo*/
.progress-bar-container {
    display: flex;
    align-items: center;
}

.progress-dot {
    width: 25px;
    height: 25px;
    background-color: black;
    border-radius: 50%;
    position: relative;
}

.progress-dot.active {
    background-color: green;
}

.progress-line {
    flex-grow: 1;
    height: 4px;
    background-color: #2A1859;
}

/*new multi step form*/

.steps h4,
.site-companyForm h4 {
    margin-bottom: 10px;
}

.steps .form-wrap,
.site-companyForm .form-wrap {
    padding-bottom: 4px;
}

.steps .wrap-salary.form-wrap input,
.steps .wrap-phone.form-wrap input {
    max-width: 268px;
}

.steps .btn-loan-form {
    margin-bottom: 120px;
}

.steps .wrap-salary.form-wrap input,
.steps .wrap-phone.form-wrap input {
    border: 1px solid #707880;
}

.steps .alert-danger,
.site-companyForm .alert-danger {
    max-width: 268px;
}

.steps select,
.site-companyForm select {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(/images/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 244px;
    border: 1px solid #707880;
    padding-left: 12px;
}

.steps .form-wrap,
.site-companyForm .form-wrap {
    display: none;
}

.steps .wrap-activity.form-wrap,
.steps .wrap-equifax.form-wrap,
.steps .wrap-salary.form-wrap,
.steps .wrap-gender.form-wrap,
.steps .wrap-phone.form-wrap {
    display: block;
}

.steps .wrap-equifax.form-wrap small {
    margin-top: 14px;
    margin-bottom: 10px;
    display: block;
}

.steps #form-loan {
    display: none;
}

.steps .wrap-company.form-wrap {
    display: block;
}

.steps .alert {
    display: none;
}



@media (max-width: 767px) {
    .swal2-custom-title {
        font-size: 22px !important;
    }

}

.swal-custom-p {
    margin-top: 1rem;
}

.swal2-input {
    margin: 8px 0 !important;
}

/* contenedor */
.modal-oca-visa-master .swal2-actions,
.modal-oca-blue .swal2-actions {
    display: flex;
    gap: 10px;
}

/* botón principal ARRIBA */
.modal-oca-visa-master .swal2-actions .oca-btn,
.modal-oca-blue .swal2-actions .oca-btn {
    order: -1;
}

/* botón secundario ABAJO */
.modal-oca-visa-master .swal2-actions .swal2-cancel {
    order: 1;
}

.modal-oca-visa-master .btn,
.modal-oca-blue .btn {
    font-size: 14px;
    width: 100%;
}

.modal-oca-visa-master .swal2-title,
.modal-oca-blue .swal2-title {
    text-align: left !important;
}

.modal-oca-visa-master .swal2-cancel,
.modal-oca-blue .swal2-cancel {
    background: none !important;
    border: none !important;
    color: #0066ff !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

#anchor-modify-phone:hover {
    cursor: pointer;
}

#anchor-modify-phone:active {
    transform: translateY(2px);
}

.swiper-wrapper {
    z-index: 0 !important;
}

.swiper-pagination {
    position: relative !important;
    z-index: 0 !important;
}

.swiper-pagination-bullet-active {
    /* opacity: var(--swiper-pagination-bullet-opacity, 1) !important; */
}

.swiper-pagination-bullet {
    background-color: #2a1859 !important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
    box-shadow: 0 0 1px 1px rgba(5, 242, 155, 1);
    /* opacity: var(--swiper-pagination-bullet-inactive-opacity, .5) !important; */
}

@media (max-width: 767px) {
    .not-swiper {
        display: none;
    }

    .with-swiper {
        display: block;
    }
}

@media (min-width: 768px) {
    .with-swiper {
        display: none;
    }

    .not-swiper {
        display: block;
    }
}

/* .content-all-card .content-img{
    margin-top: .3rem;
} */

/* .content-all-card .content-description-not-suggested{
    margin-top: .2rem;
} */

.content-all-card .content-btn-request {
    margin-bottom: .3rem;
}

@media(max-width: 767px) {
    .site-dashboard .card {
        margin-bottom: 28px !important;
    }

    .site-dashboard .personal-insurance,
    .site-dashboard .personal-rentalguarantee {
        margin-bottom: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-dashboard .card {
        margin-bottom: 28px !important;
    }

    .site-dashboard .personal-insurance,
    .site-dashboard .personal-rentalguarantee {
        margin-bottom: 8px !important;
    }
}

@media(min-width: 1200px) {
    .site-dashboard .card {
        margin-bottom: 28px !important;
        height: 22rem;
    }

    .site-dashboard .personal-cards,
    .site-dashboard .personal-insurance,
    .site-dashboard .personal-rentalguarantee,
    .site-dashboard .personal-benefits {
        height: 22rem !important;
    }

}

@media (max-width: 767px) {

    .site-dashboard .personal-cards,
    .site-dashboard .personal-insurance,
    .site-dashboard .personal-rentalguarantee,
    .site-dashboard .personal-benefits {
        height: 22rem !important;
    }

    .site-dashboard .loan {
        height: 20rem !important;
    }

    .personal-cards .content-btn-request,
    .personal-insurance .content-btn-request,
    .personal-benefits .content-btn-request,
    .personal-rentalguarantee .content-btn-request {
        margin-top: auto !important;
    }

    .personal-cards .content-description-not-suggested,
    .personal-insurance .content-description-not-suggested,
    .personal-benefits .content-description-not-suggested,
    .personal-rentalguarantee .content-description-not-suggested {
        margin: 2rem 0 1rem 0 !important;
    }

    .site-dashboard .loan .card-body {
        padding: 1.25rem !important;
    }

    .site-dashboard .content-btns {
        flex: 1;
    }

    .site-dashboard .loan .content-description {
        margin-bottom: .3rem;
    }

    .site-dashboard .loan .content-btn-request {
        margin-bottom: -4rem;
    }

    .site-dashboard .loan .content-see-all {
        margin-bottom: -8rem !important;
    }

}

.site-dashboard .loan .content-see-all {
    /* margin-bottom: -0.7rem; */
}

.site-dashboard .loan .content-see-all a {
    font-size: .8rem;
    font-weight: 300;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) and (max-width: 1199px) {

    .site-dashboard .card-body {
        transform: translateY(.7rem);
    }

    .site-dashboard .loan .content-description {
        margin: -6.5rem 0 2rem 0 !important;
        width: 100%;
    }

    .site-dashboard .personal-cards,
    .site-dashboard .personal-insurance,
    .site-dashboard .personal-rentalguarantee,
    .site-dashboard .personal-benefits,
    .site-dashboard .loan {
        height: 22rem !important;
    }

    .personal-cards .content-btn-request,
    .personal-insurance .content-btn-request,
    .personal-benefits .content-btn-request,
    .personal-rentalguarantee .content-btn-request {
        margin-top: auto !important;
        margin-bottom: 1.7rem;
    }

    .personal-cards .content-description-not-suggested,
    .personal-insurance .content-description-not-suggested,
    .personal-benefits .content-description-not-suggested,
    .personal-rentalguarantee .content-description-not-suggested {
        margin: 2rem 0 1rem 0 !important;
    }

    /*     .site-dashboard .loan .content-description{
        margin-bottom: .3rem;
    } */

    /*     .site-dashboard .loan .content-btn-request{
        margin-bottom: -4rem;
    } */

    /*     .site-dashboard .loan .content-see-all{
        margin-bottom: -8rem !important;
    } */

}

@media (min-width: 1200px) {

    .site-dashboard .card-body {
        transform: translateY(.7rem);
    }

    .site-dashboard .loan .content-description {
        margin: -6.5rem 0 2rem 0 !important;
        width: 100%;
    }

    .content-all-card .content-description-not-suggested {
        margin-top: 2rem;
    }

    .personal-cards .content-btn-request,
    .personal-insurance .content-btn-request,
    .personal-benefits .content-btn-request {
        margin-top: 1.4rem;
    }

    .personal-rentalguarantee .content-btn-request {
        margin-top: 2.65rem;
    }

    .personal-cards .content-btn-request {
        margin-top: 2.65rem;
    }


}

.close-button {
    position: absolute;
    top: 5px;
    right: 8px;
    color: grey;
    border: none;
    background: none;
    font-size: 25px;
    /* Adjust font size as needed */
    cursor: pointer;
    padding: 0;
    line-height: 1;
    /* Ensures the 'X' is aligned vertically */
}

/*Facebook icons*/

.btn-facebook-custom {
    width: 80%;
    text-align: center !important;
    position: relative;
}

.efe img:first-child {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    padding: 7px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/*End Facebook icons*/

/*Font Awesome*/

.awesome {
    width: 20px;
    height: 20px;
}

.awesomeArrow {
    width: 15px;
    height: 15px;
}

/* START ICON WHATSAPP */

.content-icons-botwp .content-icon-wp {
    padding: .5rem;
    background-color: #2a1859;
    border: 1px solid #05f29b;
    border-radius: 50%;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 50%);
    transition: scale 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.content-icon-wp:hover {
    opacity: .9;
    scale: .95;
    cursor: pointer;
}

.content-icons-botwp i {
    color: #05f29b;
    font-size: 1.8rem;
}

/* END ICON WHATSAPP */

@media (min-width: 1541px) {
    .content-icons-botwp {
        display: flex;
        position: fixed;
        top: 85vh;
        left: 90vw;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1351px) and (max-width: 1540px) {
    .content-icons-botwp {
        display: flex;
        position: fixed;
        top: 85vh;
        left: 92vw;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1025px) and (max-width: 1350px) {
    .content-icons-botwp {
        display: flex;
        position: fixed;
        top: 85vh;
        left: 94vw;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .content-icons-botwp {
        display: flex;
        position: fixed;
        top: 85vh;
        left: 93vw;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {
    .content-icons-botwp {
        display: flex;
        position: fixed;
        top: 75vh;
        left: 90vw;
        transform: translate(-50%, -50%);
    }
}


/* START CHATBOT */

.content-icons-botwp .content-icon-chatbot {
    margin-right: .5rem;
    padding: .5rem;
    background-color: #2a1859;
    border: 1px solid #05f29b;
    border-radius: 50%;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 50%);
    transition: scale 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.chat-container {
    z-index: 500;
}

.content-icon-chatbot:hover {
    opacity: .9;
    scale: .95;
    cursor: pointer;
}

.content-icon-chatbot i {
    color: #05f29b;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    .chat-container {
        width: 92% !important;
        right: 4% !important;
    }
}

@media (min-width: 768px) and (max-width: 1350px) {
    .chat-container {
        width: 70% !important;
        right: 15% !important;
    }
}

@media (max-width: 1350px) {

    .chat-container {
        position: fixed;
        top: -100%;
        right: 2%;
        transition: top .5s ease-in-out;
        max-width: 92%;
        width: 92%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 200px rgb(0 0 0 / 90%);
        overflow: hidden;
        overflow-y: auto;
    }

    .show-bottom-chat-container {
        top: 0;
        transition: top .5s ease-in-out;
    }

    .show-top-chat-container {
        top: 0;
        transition: top .5s ease-in-out;
    }

    .minimize-chat-container {
        top: -100%;
        transition: top .5s ease-in-out;
    }
}

@media (min-width: 1351px) {
    #menu-link-chatbot {
        display: none;
    }

    .chat-container {
        position: fixed;
        bottom: -100%;
        transition: bottom .5s ease-in-out;
        right: 2%;
        max-width: 500px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 500px rgb(0 0 0 / 90%);
        overflow: hidden;
        overflow-y: auto;
    }

    .show-bottom-chat-container {
        bottom: 0;
        transition: bottom .5s ease-in-out;
    }
}

.chat-container p {
    margin: 0;
}

.chat-header {
    background-color: #2a1859;
    padding: .8rem 1.4rem;
}

.chat-header .content-texts {
    margin-left: 1rem;
}

.chat-header .content-texts>p:nth-child(1) {
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
}

.chat-header .content-texts>p:nth-child(2) {
    font-size: .8rem;
    color: rgb(229, 229, 229);
    font-weight: 500;
}

.chat-header .content-icon {
    border-radius: 50%;
    background-color: grey;
    padding: .4rem;
}

.chat-header .content-icon i {
    font-size: 2.3rem;
    color: #ffd700;
}

.content-icon-minimize {
    margin-left: auto;
    background-color: #3c2a65;
    padding: .4rem;
    border-radius: 25%;
    transition: opacity .5s ease-in-out box-shadow .5s ease-in-out scale .5s ease-in-out;
}

.content-icon-minimize:hover {
    background-color: #453766;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content-icon-minimize:active {
    scale: .95;
}

.content-icon-minimize i {
    color: #fff;
    font-size: .8rem;
}

.chat-body {
    min-height: 30vh;
    max-height: 50vh;
    overflow-y: auto;
    padding: 2vw;
}

.box-message-credifama {
    background-color: #2a1859;
    color: #fff;
    border-radius: 15px;
    margin-right: 4rem;
}

.content-message-sended {
    background-color: grey;
    color: #fff;
    border-radius: 15px;
    margin-right: 4rem;
}

.box-message-credifama .content-elements,
.questions-menu .content-questions {
    padding: 1rem;
}

.questions-menu .content-questions p,
.box-message-credifama .options-menu p {
    margin-bottom: .8rem;
}

.questions-menu .content-questions p:last-child,
.box-message-credifama .options-menu p:last-child {
    margin-bottom: 0;
}

.box-message-credifama p {
    margin: 0;
}

.box-message-credifama span {
    font-weight: bold;
    color: #fff;
    background: #2a1859;
    border-radius: 5px;
}

.chat-body::-webkit-scrollbar {
    width: 6px;
}

.chat-body::-webkit-scrollbar-thumb {
    background: #b2b2b2;
}

.chat-body::-webkit-scrollbar-thumb:hover {
    background: #979797;
}

.chat-body .questions-menu {
    margin-top: .8rem;
}

.questions-menu span {
    margin-top: .8rem;
}

.content-message-sended-credifama {
    margin-right: 4rem;
}

.content-message-sended-user {
    margin-left: 4rem;
}

.message {
    color: #fff;
    padding: 1rem;
    border-radius: 15px;
    margin-top: .8rem;
    overflow-wrap: break-word;
}

.message-credifama {
    background-color: #2a1859;
}

.message-user {
    background-color: grey;
}

.chat-input {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.input-group-text {
    background-color: #05f29b;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background-color .5s ease-in-out;
}

.input-group-text:hover {
    background-color: #05bd7a;
}

.chat-input .form-control:focus {
    box-shadow: 0 0 0 0;
    border: 1px solid #05f29b !important;
}

.placeholder-red::placeholder {
    color: red;
}


/* @media(max-width: 1470px){
    .content-icon-chatbot{
        top: 85vh;
        left: 94vw;
        transform: translate(-50%, -50%);
    }
} */

@media(max-width: 1350px) {
    .content-icon-chatbot {
        display: none;
    }

    .chat-body .questions-menu {
        display: none;
    }
}

/* END CHATBOT */

/*Signup footer*/

.custom-footer-content {
    color: grey;
}

.smallertext {
    font-size: smaller;
}

/***********************************************************************************
* START [CreditCard.php] Diseño de card descriptions + iconos
***********************************************************************************/

.content-list-card-description .item-list {
    padding-bottom: .4rem;
    gap: .35rem;
}

.content-list-card-description li {
    list-style-type: none;
    font-size: 1.2rem;
    padding-left: .5rem;
}

@media (max-width:764px) {
    .content-list-card-description li {
        font-size: .9rem;
        padding-left: .5rem;
    }
}

.content-list-card-description li:last-child {
    padding-bottom: 0;
}

.content-list-card-description .icon-list-credit-card {
    width: 3.5rem;
    margin-right: .35rem;
}

/***********************************************************************************
* END [CreditCard.php] Diseño de card descriptions + iconos
/*End Signup footer*/


/***********************************************************************************
* START PRO-479 [site/resend-verification-account]
***********************************************************************************/

@media(max-width: 1023px) {
    .content-all-items {
        display: flex;
        flex-direction: column;
    }

    .content-all-items .site-resend-verification-email {
        margin-bottom: 2rem;
    }
}

.content-all-items .custom-label {
    font-size: 14px;
    font-weight: 500;
}

/***********************************************************************************
* END PRO-479 [site/resend-verification-account]
***********************************************************************************/

/***********************************************************************************
* START PRO-543 [user/index]
***********************************************************************************/

.modal-santander,
.modal-mercurius,
.modal-cooperativa-artigas,
.modal-cash {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.modal-cash .modal-content {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}


.modal-santander.show,
.modal-mercurius.show,
.modal-cooperativa-artigas.show,
.modal-cash.show {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    position: relative;
    padding: 2px;
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    transform: translateY(-50px);
    transition: transform 0.5s ease;
}

.modal-santander.show .modal-content,
.modal-mercurius .modal-content,
.modal-cooperativa-artigas .modal-content,
.modal-cash .modal-content {
    transform: translateY(0);
}

.modal-premium .modal-content .close,
.modal-santander .modal-content .close,
.modal-mercurius .modal-content .close,
.modal-cooperativa-artigas .modal-content .close,
.modal-cash .modal-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: black;
    font-size: 1.5rem;
    cursor: pointer;
}


.modal-santander .modal-content .go-santander-loan {
    background-color: #eb0404;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    max-width: 90%;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.modal-santander .modal-content .go-santander-loan:hover {
    background-color: #c70303;
    transform: scale(1.05);
}

@media(min-width: 768px) {
    .modal-santander .modal-content .go-santander-loan {
        bottom: 6%;
        right: 9%;
        font-size: clamp(.5rem, 2.5vw, 1.2rem);
        padding: .4rem 1rem;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .modal-santander .modal-content .go-santander-loan {
        bottom: 6%;
        right: 7%;
        font-size: clamp(1rem, 1.5vw, 1.9rem);
        padding: .2rem 1rem;
    }
}

@media (min-width: 361px) and (max-width: 560px) {
    .modal-santander .modal-content .go-santander-loan {
        bottom: 5%;
        right: 6%;
        font-size: clamp(.8rem, 1.1vw, 1.4rem);
        padding: .1rem .7rem;
    }
}

@media (max-width: 360px) {
    .modal-santander .modal-content .go-santander-loan {
        bottom: 5%;
        right: 6%;
        font-size: clamp(.7rem, 1.1vw, 1.4rem);
        padding: .0rem .7rem;
    }
}


/***********************************************************************************
* END PRO-543 [user/index]
***********************************************************************************/

/***********************************************************************************
* START PRO-612 [user/index]
***********************************************************************************/
.modal-mercurius .modal-content .go-mercurius-loan {
    background-color: #005596;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    max-width: 90%;
    bottom: 6%;
    left: 50%;
    /* Centra horizontalmente */
    transform: translateX(-50%);
    /* Ajusta el centro real */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.modal-mercurius .modal-content .go-mercurius-loan:hover {
    background-color: #013e6c;

}

@media(min-width: 768px) {
    .modal-mercurius .modal-content .go-mercurius-loan {
        bottom: 6%;
        font-size: clamp(.5rem, 2.5vw, 1.2rem);
        padding: .4rem 1rem;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .modal-mercurius .modal-content .go-mercurius-loan {
        bottom: 6%;
        font-size: clamp(1rem, 1.5vw, 1.9rem);
        padding: .2rem 1rem;
    }
}

@media (min-width: 361px) and (max-width: 560px) {
    .modal-mercurius .modal-content .go-mercurius-loan {
        bottom: 5%;
        font-size: clamp(.8rem, 1.1vw, 1.4rem);
        padding: .1rem .7rem;
    }
}

@media (max-width: 360px) {
    .modal-mercurius .modal-content .go-mercurius-loan {
        bottom: 5%;
        font-size: clamp(.7rem, 1.1vw, 1.4rem);
        padding: .0rem .7rem;
    }
}


/***********************************************************************************
* END PRO-612 [user/index]
***********************************************************************************/

/***********************************************************************************
* START Pro-1672 Pop Up Cooperativa Artigas [user/index]
***********************************************************************************/
.modal-cooperativa-artigas .modal-content .go-cooperativa-artigas-loan {
    background-color: #2B166A;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    max-width: 90%;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.modal-cooperativa-artigas .modal-content .go-cooperativa-artigas-loan:hover {
    background-color: #1f0f4d;
    transform: scale(1.05);
}

@media(min-width: 768px) {
    .modal-cooperativa-artigas .modal-content .go-cooperativa-artigas-loan {
        bottom: 0.5%;
        right: 0.5%;
        font-size: clamp(.5rem, 2.3vw, 1.1rem);
        padding: .35rem .9rem;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .modal-cooperativa-artigas .modal-content .go-cooperativa-artigas-loan {
        bottom: 0.5%;
        right: 0.5%;
        font-size: clamp(.9rem, 1.4vw, 1.7rem);
        padding: .18rem .9rem;
    }
}

@media (min-width: 361px) and (max-width: 560px) {
    .modal-cooperativa-artigas .modal-content .go-cooperativa-artigas-loan {
        bottom: 0.5%;
        right: 0.5%;
        font-size: clamp(.75rem, 1vw, 1.3rem);
        padding: .08rem .65rem;
    }
}

@media (max-width: 360px) {
    .modal-cooperativa-artigas .modal-content .go-cooperativa-artigas-loan {
        bottom: 0.5%;
        right: 0.5%;
        font-size: clamp(.65rem, 1vw, 1.3rem);
        padding: .0rem .65rem;
    }
}

/***********************************************************************************
* END PRO-1672 Pop Up Cooperativa Artigas [user/index]
***********************************************************************************/

/***********************************************************************************
* START Pop Up Cash [user/index]
***********************************************************************************/
.modal-cash .modal-content .go-cash-loan {
    background-color: #2B166A;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    max-width: 90%;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.modal-cash .modal-content .go-cash-loan:hover {
    background-color: #1f0f4d;
    transform: scale(1.05);
}

@media(min-width: 768px) {
    .modal-cash .modal-content .go-cash-loan {
        bottom: 2.5%;
        right: 1.5%;
        font-size: clamp(.5rem, 2.3vw, 1.1rem);
        padding: .35rem .9rem;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .modal-cash .modal-content .go-cash-loan {
        bottom: 1.5%;
        right: 0.5%;
        font-size: clamp(.9rem, 1.4vw, 1.7rem);
        padding: .18rem .9rem;
    }
}

@media (min-width: 361px) and (max-width: 560px) {
    .modal-cash .modal-content .go-cash-loan {
        bottom: 0.5%;
        right: 0.5%;
        font-size: clamp(.75rem, 1vw, 1.3rem);
        padding: .08rem .65rem;
    }
}

@media (max-width: 360px) {
    .modal-cash .modal-content .go-cash-loan {
        bottom: 0.5%;
        right: 0.5%;
        font-size: clamp(.65rem, 1vw, 1.3rem);
        padding: .0rem .65rem;
    }
}

/***********************************************************************************
* END Pop Up Cash [user/index]
***********************************************************************************/

/***********************************************************************************
* END PRO-655 [user/index]
***********************************************************************************/



/***********************************************************************************
* START PRO-554 [user/survey]
***********************************************************************************/

.fw-semibold {
    font-weight: 500;
}

.container-question-items label {
    margin: 0;
}

.container-all p {
    padding: 0;
    margin: 0;
    color: #2a1859;
}

.container-all .help-block {
    color: red;
    margin-top: 10px;
}

.container-all .form-group {
    margin-bottom: 0;
}

.container-all label {
    color: #2a1859;
}

.container-all .title {
    color: #2a1859;
    font-weight: 800;
}

.question-option .star-rating {
    font-size: 2rem;
    background-color: #2a1859;
    border-radius: 3px;
}

.star-rating .star {
    cursor: pointer;
    color: #ccc;
}

.star-rating .star.selected {
    color: gold;
}

@media (max-width: 767px) {

    .container-all .logo {
        width: 70%;
    }

    .container-all .title {
        font-size: 1.4rem;
    }

    .question-rating .rating-extremes {
        font-size: .6rem;
    }

    .container-question-items .question-rating {
        width: 85%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .container-all .logo {
        width: 40%;
    }

    .question-rating .rating-extremes {
        font-size: .7rem;
    }

    input.form-control {
        max-width: 50% !important;
    }
}

@media (min-width: 1025px) {
    .container-all .logo {
        width: 25%;
    }

    .container-all .title {
        font-size: 1.6rem;
    }

    .container-question-items .question-rating {
        width: 50% !important;
    }
}

/***********************************************************************************
* END PRO-554 [user/survey]
***********************************************************************************/

.ui-autocomplete {
    z-index: 9999;
    /* Asegúrate de que esté por encima del modal */
}

input.loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' class='spinner-border' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='35' stroke='%23007bff' stroke-width='10' fill='none' stroke-linecap='round' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' keyTimes='0;1' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
    z-index: 9999 !important;

}

/***********************************************************************************
* START PRO-554 [user/index]
***********************************************************************************/

.lottery-banner {
    width: 100%;
    height: 6rem !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* background-color: yellow; */
}

.lottery-banner .lottery-img,
.lottery-banner .premium-img {
    width: 100%;
    height: 100%;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-dialog {
    margin-top: 10vh;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

/* Imagenes especificas segun el tamaño de pantalla */

@media (min-width: 1280px) {
    .lottery-banner .lottery-img {
        content: url('/images/mother-lottery-xl.png');
    }

    .lottery-banner .premium-img {
        content: url('/images/premium-banner-xl.png');
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .lottery-banner .lottery-img {
        content: url('/images/mother-lottery-lg.png');
    }

    .lottery-banner .premium-img {
        content: url('/images/premium-banner-lg.png');
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .lottery-banner .lottery-img {
        content: url('/images/mother-lottery-m.png');
    }

    .lottery-banner .premium-img {
        content: url('/images/premium-banner-m.png');
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .lottery-banner .lottery-img {
        content: url('/images/mother-lottery-s.png');
    }

    .lottery-banner .premium-img {
        content: url('/images/premium-banner-s.png');
    }
}

@media (max-width: 480px) {
    .lottery-banner .lottery-img {
        content: url('/images/mother-lottery-xs.png');
    }

    .lottery-banner .premium-img {
        content: url('/images/premium-banner-xs.png');
    }


    .lottery-banner .lottery-img {
        object-fit: cover;
    }

    .lottery-banner .premium-img {
        object-fit: cover;
    }
}

/***********************************************************************************
* END PRO-554 [user/index]
***********************************************************************************/

/***********************************************************************************
* START PRO-651 [user/landing]
***********************************************************************************/

@media (max-width: 480px) {
    .btn-container-landings {
        display: flex;
        /* Asegura el uso de flexbox */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
        margin-top: 0;
        /* Opcional: ajusta si hay márgenes adicionales */
    }

    .btn-container-landings .btn {
        width: auto;
        /* Opcional: ajusta el ancho del botón si es necesario */
        text-align: center;
        /* Asegura que el texto esté centrado */
    }


}

/***********************************************************************************
* END PRO-651 [user/landing]
***********************************************************************************/

@media (max-width: 576px) {
    .modal.show .modal-dialog {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 100vh !important;
        margin: 0 auto !important;
    }

    .modal-content {
        margin: 0 auto !important;
    }
}

/************************************************************************************
  //                    START PRO-794 Cambio en implementacion de Cash
  // ***********************************************************************************/

.ui-autocomplete {
    z-index: 9999 !important;
}

input.loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' class='spinner-border' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='35' stroke='%23007bff' stroke-width='10' fill='none' stroke-linecap='round' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' keyTimes='0;1' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
    z-index: 9999 !important;

}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-8px);
    }

    40% {
        transform: translateX(8px);
    }

    60% {
        transform: translateX(-6px);
    }

    80% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0);
    }
}

.modal-form-cash.shake {
    animation: shake 0.4s;
}


.modal-fixed {
    display: flex;
    justify-content: center;
}


/************************************************************************************
                     END PRO-794 Cambio en implementacion de Cash
  / ************************************************************************************/

.card-description-list {
    max-width: 85%;
    margin: 1rem auto 0.5rem auto;
    /* Espaciado arriba y abajo */
    text-align: left;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width : 768px) {
    .tests {
        margin-bottom: 30px;
    }

}


/***********************************************************************************
* START PRO-681 [credit-profile/inquiries]
***********************************************************************************/

.inquiries-item {
    margin: 10px 0;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pagination {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.pagination i {
    cursor: pointer;
}

.filled {
    display: none;
    color: #05f29b;
}

.arrow:hover .default {
    display: none;
}

.arrow:hover .filled {
    display: inline;
}

.mini-card {
    height: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #352872;
    border: 3px solid #05f29b;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.mini-card strong {
    font-weight: 600;
}

.only-bottom-shadow {
    position: relative;
}

/* Pseudo-elemento que generará la sombra solo en la parte inferior */
.only-bottom-shadow::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.icon-info-filter {
    position: absolute;
    top: 9.5%;
    left: 36%;
    font-size: 20px;
}

.icon-info-filter .fas.fa-info-circle {
    color: #2c175a !important;
}

#iconInfoInquiriesTitle {
    position: absolute;
    top: 22.8%;
    left: 30.4%;
    font-size: 20px;
    z-index: 2;
}

#iconInfoInquiriesBox {
    position: absolute;
    top: 37.8%;
    right: 15%;
    font-size: 20px;
}

.icon-info-inquiries .fas.fa-info-circle {
    color: #2c175a !important;
}

#mpBuyModal form {
    padding: 10px;
}

#mpBuyModal form .row-3-KWvY.margin-bottom-dB41Lp.svelte-10yh6ws {
    margin-bottom: 0px;
}

#mpBuyModal h1 {
    padding: 10px;
}

#mpBuyModal .modal-body {
    padding-top: 0px;
}

/* Para pantallas medianas */
@media (max-width: 768px) {
    #inquiriesHistory .pagination {
        font-size: 0.9rem;
        /* Se reduce un poco el tamaño de fuente en la paginación */
    }

    #creditPackages .mini-card {
        padding: 8px;
        font-size: 0.9rem;
    }

    .visualize {}
}

/* Para pantallas pequeñas */
@media (max-width: 576px) {
    #inquiriesHistory .item {
        margin: 5px 0;
        padding: 5px;
    }

    #creditPackages .mini-card {
        height: auto;
        min-height: 186.66px;
        padding: 5px;
    }

    .visualize {
        font-size: smaller;
    }

    #compraForm .btn {
        margin-top: 2vh !important;
    }

    #tableHeader h3 {
        margin-bottom: 3vh;
    }

    #tableHeader h5 {
        margin-bottom: 2vh !important;
    }

    #tableHeader .btn {
        margin-bottom: 2vh;
    }

    #btnBuy {
        margin-top: 8vh;
    }

    .pagination {
        justify-self: center;
        font-size: large !important;
    }

    .content-icons-botwp {
        display: none;
    }

    .icon-info-filter {
        top: 9.5%;
        left: 56%;
    }

    #noInquiriesContainer {
        position: relative;
    }

    #iconInfoInquiriesBox {
        position: absolute;
        top: 15%;
        right: 10%;
        font-size: 20px;
    }

    #iconInfoInquiriesTitle {
        position: absolute;
        top: 2.8%;
        left: 82.4%;
        font-size: 20px;
        z-index: 2;
    }

    .icon-info-inquiries .fas.fa-info-circle {
        color: #2c175a !important;
    }
}

.inquiry-spinner {
    position: fixed;
    /* Fija el spinner en la pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* Usamos flexbox para centrar el spinner */
    justify-content: center;
    /* Centrado horizontal */
    align-items: center;
    /* Centrado vertical */
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo semitransparente */
    z-index: 9999;
    /* Asegura que el spinner esté por encima de todo */
}

.inquiry-spinner .spinner-border {
    display: none;
    /* Inicialmente oculto */
}


/***********************************************************************************
* END PRO-681 [credit-profile/inquiries]
***********************************************************************************/

/***********************************************************************************
* START PRO-682 [user/buy-full-profile]
***********************************************************************************/


.fas.fa-info-circle:hover {
    color: #6300c7;
    cursor: pointer;
}



/* Modal Premium Styles */
.modal-premium {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-premium.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-premium .modal-content {
    position: absolute;
    width: auto;
    max-width: 400px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    transition: transform 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-premium .modal-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

.modal-premium .modal-content .go-payment {
    background-color: #00ffa2;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    max-width: 90%;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.modal-premium .modal-content .go-payment:hover {
    background-color: #01c27b;
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .modal-premium .modal-content {
        width: 80%;
    }
}

@media(min-width: 768px) {
    .modal-premium .modal-content .go-payment {
        bottom: 3%;
        right: 9%;
        font-size: clamp(.5rem, 2.5vw, 1.2rem);
        padding: .4rem 1rem;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .modal-premium .modal-content .go-payment {
        bottom: 3%;
        right: 7%;
        font-size: clamp(1rem, 1.5vw, 1.9rem);
        padding: .2rem 5rem;
    }
}

@media (min-width: 361px) and (max-width: 560px) {
    .modal-premium .modal-content .go-payment {
        bottom: 3%;
        right: 9%;
        font-size: clamp(1rem, 1.5vw, 1.9rem);
        padding: .2rem .9rem;
    }
}

@media (max-width: 360px) {
    .modal-premium .modal-content .go-payment {
        bottom: 3%;
        right: 8%;
        padding: .0rem .7rem;
    }
}



.btn-premium > a {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #f3cf45 0%, #25db88 100%) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    color: #6f7380 !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    padding: 4px 12px !important;
}

.btn-premium > a:hover,
.btn-premium > a:focus {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #efc935 0%, #1fd37f 100%) border-box !important;
    border-color: transparent !important;
    color: #646977 !important;
}

@media (max-width: 768px) {
    .btn-premium > a {
        display: inline-block;
    }
}




/***********************************************************************************
* END PRO-682 [user/buy-full-profile]
***********************************************************************************/

#aguinaldo,
#liquidation {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

.rounded-label {
    background-color: #2a1859;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 75%;
    display: flex;
    color: white;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

#aguinaldo h1,
#liquidation h1 {
    color: #2a1859;
    font-weight: 700;
}

#liquidation h1 {
    color: #835de7;
}

.aguinaldoContainer,
.liquidationContainer {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-top-left-radius: 1.375rem;
    border-top-right-radius: 1.375rem;
    border-bottom-right-radius: 1.375rem;
    border-bottom-left-radius: 1.375rem;
}

.aguinaldoContainer,
.liquidationContainer {
    background-color: #b295ff;
    border-color: #b295ff;
}

#btnContainer a {
    width: 100%;
    background-color: #2a1859;
    color: white;
    font-size: xx-large;
    font-weight: 600;
    border-radius: 1rem;
}

#aguinaldo h5,
#liquidation h5 {
    font-weight: 400;
    width: 75%;
}

#aguinaldo .rounded-label,
#liquidation .rounded-label {
    justify-content: center;
}

#liquidation #btnContainer a {
    background-color: #835de7 !important;
}

#liquidation .rounded-label {
    background-color: #835de7;
}

.liquidationContainer h1 {
    color: white !important;
}

.debt-detail {
    display: flex;
    width: 542px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--falsoblanco-fondos, #F7F7F7);
    margin: 0 auto;
}

.debt-field-container .debt-detail {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #btnContainer button {
        font-size: x-large;
    }

    #aguinaldo,
    #liquidation {
        flex-direction: column;
    }

    .content-section {
        order: 0;
    }

    .image-section {
        order: 2;
        margin-top: 2rem;
    }

    .rounded-label {
        width: 90%;
    }

    #aguinaldo h1,
    #liquidation h1 {
        font-size: 1.8rem;
    }

    .aguinaldoContainer h1,
    .liquidationContainer h1 {
        font-size: 2rem;
    }

    #aguinaldo h5,
    #liquidation h5 {
        font-weight: 500 !important;
        font-size: 1.26rem !important;
        padding: 0 1rem;
    }

    .btn {
        width: 90%;
        font-size: 1.2rem;
    }
}

/***********************************************************************************
* START PRO-899 [user/unsubscribe-email]
***********************************************************************************/

.custom-table thead th {
    border-bottom: 1px solid #333;
    font-weight: 500;
}

.custom-table td,
.custom-table th {
    border: none;
    vertical-align: middle;
    font-size: x-large;
}

.unsubscribe-email-container .custom-table .form-check-input {
    position: relative;
    margin-left: 8%;
}

.form-check-input:checked {
    background-color: #1d0f4f;
    border-color: #1d0f4f;
}

.unsubscribe-email-container .title {
    font-size: xxx-large;
}

.unsubscribe-email-container p {
    font-size: larger;
    font-weight: 400;
}

.unsubscribe-email-container h3 {
    font-weight: 700;
}

.unsubscribe-email-container {
    width: 78%;
    justify-self: anchor-center;
    background-color: white;
    justify-content: center;
    display: flex;
    padding-bottom: 2rem;
}

.unsubscribe-email-container> :first-child {
    width: 90%;
}

.unsubscribe-email-container .logo {
    width: 33%;
    margin-top: -24px;
}

.unsubscribe-email-container input[type="radio"] {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    accent-color: #2a1859;
    transform: scale(1.5);
}

.unsubscribe-email-container input[type="radio"]:hover {
    cursor: pointer;
}

.unsubscribe-email-container .btn {
    width: 24%;
    font-size: x-large;
    font-weight: 500;
}

@media (max-width: 767px) {
    .unsubscribe-email-container {
        width: 100%;
        padding: 0.5rem 0.2rem 1.5rem 0.2rem;
        min-width: unset;
    }

    .unsubscribe-email-container> :first-child {
        width: 100%;
    }

    .unsubscribe-email-container .logo {
        width: 60%;
        margin: -1.5rem auto 0 auto;
        display: block;
    }

    .unsubscribe-email-container .title {
        font-size: 1.3rem;
        text-align: center;
    }

    .unsubscribe-email-container h3 {
        font-size: 1.1rem;
        text-align: center;
    }

    .unsubscribe-email-container p {
        font-size: 1rem;
        text-align: center;
    }

    .custom-table th,
    .custom-table td {
        font-size: 1rem;
        padding: 0.4rem 0.2rem;
    }

    .unsubscribe-email-container input[type="radio"] {
        width: 20px;
        height: 20px;
        transform: scale(1.1);
    }

    .unsubscribe-email-container .btn {
        width: 90%;
        font-size: 1.1rem;
        display: block;
    }

    .container-question-items {
        overflow-x: auto;
    }

    .custom-table {
        min-width: 350px;
        width: 100%;
    }

    .custom-table td {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

    .unsubscribe-email-container .form-check-input {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin: 0 0.5rem !important;
    }

    .unsubscribe-email-container .btn-container {
        margin-top: 1.5rem !important;
    }
}

.wpp-bot {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    align-items: baseline;
    justify-content: center;
    background: transparent;
}

.wpp-bot::before {
    content: "";
    position: absolute;
    justify-content: baseline;
    left: 0;
    right: 0;
    top: 50%;
    height: 31px;
    margin: 0px;
    padding: 0px;
    background: #fad300;
    z-index: 1;
}

.wpp-bot-center {
    position: relative;
    z-index: 2;
    background: #fad300;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 10px 32px 10px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid white;
    cursor: pointer;
}

.wpp-bot-text {
    font-size: 1.1rem;
    color: #2a1859;
    font-weight: 500;
}

.wpp-bot-icon {
    font-size: 1.6rem;
    margin-left: 8px;
}

@media (max-width: 767px) {

    .wpp-bot-center {
        /* padding: 7px 16px 7px 14px; */
        font-size: 0.95rem;
        margin-top: 15px;
    }

    .wpp-bot-text {
        font-size: 1.0rem;
    }

    .wpp-bot::before {
        background: none;

    }

    .mobile-wpp-bot-text {
        display: block !important;
        font-size: 1.1rem;

    }

    .desktop-wpp-bot-text {
        display: none;
    }

}

/* 
.card-finance .loan-title,.card-finance .content-card-header, .card-finance .btn{
    background-color: #188dcd !important; 
}

.card-finance .btn{
    border-color:  #188dcd !important;
}

.card-finance .btn:hover{
    background-color: #166996 !important; 
    border-color:  #188dcd !important;
} */

.site-finance {
    /* Start Generation Here */
    color: #2c175a;
    /* End Generation Here */
}

.options-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}

.options-grid>[class*="col-"] {
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.option-finance-card {
    background-color: rgb(250, 248, 248);
    cursor: pointer;
    height: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    flex: 1;
    width: 100%;
}

@media (max-width: 768px) {
    .option-finance-card {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 100px;
    }
}

.option-finance-card:hover {
    border: 2px solid #188dcd;
    box-shadow: 0 0 8px 2px #188dcd33;
    background-color: #f0f8ff;
    transform: scale(1.03);
    z-index: 1;
}

.option-finance-card.selected {
    border: 2px solid #188dcd;
    box-shadow: 0 0 0 2px #188dcd33;
    background-color: #e6f7ff;
    transform: scale(1.04);
    z-index: 2;
}

.btn-container-finance {
    margin-top: 15px !important;
}

.btn-submit-finance {
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    border-radius: 8px;
}

.btn-submit-finance:hover {
    background: #166996 !important;
    box-shadow: 0 4px 16px 0 #188dcd55;
    transform: scale(1.04);
    cursor: pointer;
}

/***********************************************************************************
* END PRO-899 [user/unsubscribe-email]
***********************************************************************************/

/***********************************************************************************
* START PRO-1233 [recontacta]
***********************************************************************************/

#recontacta-container .content-card-header,
#recontacta-container .loan-title,
#recontacta-container .btn {
    background-color: #ffd700 !important;
}

#recontacta-container .btn {
    border: 2px solid #ffd700 !important;
}

/***********************************************************************************
* END PRO-1233 [recontacta]
***********************************************************************************/



/***********************************************************************************
* START PRO-1057 [recontacta-mercurius]
***********************************************************************************/

#mercurius-container .pagination .page-item .page-link {
    border-radius: 6px;
    margin: 0 3px;
    min-width: 38px;
    text-align: center;
    cursor: pointer;
}

#mercurius-container .line-separator {
    width: 994px;
    height: 1px;
    background: #DFDFDF;
    margin-top: 16px !important;
    margin-bottom: 40px !important;
    margin-left: auto;
    margin-right: auto;
}

#mercurius-container .common-questions .line-separator {
    justify-self: center;
    margin: 0;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.mercurius-common-questions-list li::marker,
.mercurius-common-questions-list strong {
    color: var(--gris-oscuro, #212529);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.mercurius-common-questions-list li p {
    color: var(--gris-body, #343A40);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}

.mercurius-common-questions-subtitle {
    color: var(--gris-oscuro, #212529);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
}

#mercurius-container .pagination .page-item.active .page-link {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: #fff !important;
}


#mercurius-container {
    width: 90%;
    margin: 0 auto;
}

.mercurius-debt-details {
    background-color: transparent;
    border-radius: 0;
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.mercurius-not-managed-debts {
    max-width: 100%;
}

.mercurius-debt-details .debt-details-info {
    display: flex;
    width: 748px;
    align-items: center;
    gap: 72px;
}

.mercurius-debt-details .debt-item-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
}

.mercurius-debt-details .debt-item-detail .debt-item-detail-header,
.mercurius-not-managed-debts .debt-item-detail .debt-item-detail-header {
    color: var(--gris-body, #343A40);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 0;
}

.mercurius-debt-details .debt-item-detail .debt-item-detail-body,
.mercurius-not-managed-debts .debt-item-detail .debt-item-detail-body {
    color: var(--gris-oscuro, #212529);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-bottom: 0;
}

.mercurius-debt-details h6 {
    text-align: left;
    color: rgb(153, 153, 153);
    border-bottom: 1px solid rgb(230, 229, 229);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.mercurius-debt-details .debt-field-container {
    margin-bottom: 15px;
    width: 100%;
}

.mercurius-debt-details .debt-field {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 0;
    min-height: 45px;
    overflow: hidden;
}


.mercurius-debt-details .debt-label {
    color: #333333;
    font-weight: 400;
    padding: 12px 15px;
    flex: 1;
    text-align: left;
    background-color: #f8f8f8;
}

.mercurius-debt-details .debt-value {
    background-color: #EFEFF4;
    color: #333333;
    padding: 22px 15px;
    border-radius: 0 6px 6px 0;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

.mercurius-debt-details .debt-detail {
    padding: 12px 15px;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    border-top: none;
    background-color: #f8f8f8;

}

.mercurius-debt-details .debt-detail ul li {
    padding-left: 0;
    margin: 7px;
    font-size: 15px;
}

.mercurius-debt-details .refinance-btn,
.mercurius-not-managed-debts .refinance-btn {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--violeta-credifama-primario, #2A1859);
    box-shadow: 0 4px 13.3px 0 rgba(42, 24, 89, 0.20);
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    height: 45px;
    margin: auto;
}

.important-info-mercurius {
    background-color: rgb(228, 228, 228);
    padding: 7px;
    border-radius: 2px;
    margin-bottom: 1rem;
    display: flex;
}

.important-info-mercurius p {
    margin-bottom: 0;
    font-size: 14px;
}



#recontacta-form,
#recontacta-mercurius-form {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    justify-content: center;
    justify-self: center;
    background-color: white;
    border-radius: 10px;
    max-width: 100%;
    padding: 1rem;
    margin: 0 auto;
}


#recontacta-mercurius-form .error-message {
    background-color: #ffebee;
    color: #d32f2f;
    padding: 12px 16px;
    border-radius: 10px;
    margin: 8px 0;
    border: 2px solid #ff7369;
    display: none;
    align-items: center;
    justify-content: space-between;
}

#recontacta-mercurius-form .error-message.show {
    display: flex;
}

#recontacta-mercurius-form .error-message .close-error {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #d32f2f;
}

#recontacta-mercurius-form #recontacta-send:disabled {
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

#recontacta-form .content-section {
    max-width: 100%;
    padding: 0;
}

#recontacta-form .form-title,
#recontacta-form .form-subtitle,
#recontacta-form .form-description {
    text-align: left;
}

#recontacta-form .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

#recontacta-form .form-container p {
    width: 100%;
}

#recontacta-form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

#recontacta-form form label {
    font-size: x-large;
    font-weight: 400;
}

#recontacta-form form input,
#recontacta-form form select {
    height: 2.3rem;
    border-radius: 10px;
    border: 1px solid;
    padding: 0 10px;
}

#recontacta-form form .btn {
    border-radius: 10px;
    font-size: x-large;
    font-weight: 500;
    width: 100% !important;
}

/* Responsive para tablet y desktop */
@media (min-width: 768px) {
    #recontacta-form {
        max-width: 70%;
    }

    #recontacta-form .content-section {
        max-width: 85%;
    }

    #recontacta-form form {
        width: 70%;
    }
}

.swal2-popup.swal2-loading {
    height: 273.075px;
}

/* Estado inicial oculto con animación tipo "accordion" */
#amountContainer {
    overflow: hidden;
    max-height: 0;
    /* Oculto */
    opacity: 0;
    /* Desvanecido */
    transform: translateY(-6px);
    transition:
        max-height .35s ease,
        opacity .25s ease,
        transform .35s ease;
}

#amountContainer.is-visible {
    /* Usaremos JS para setear max-height dinámica según el contenido */
    opacity: 1;
    transform: translateY(0);
}

/* Respeta usuarios con “reducir movimiento” */
@media (prefers-reduced-motion: reduce) {
    #amountContainer {
        transition: none;
    }
}

#recontacta-form .error-message {
    color: red;
    margin: 0.5rem 0 0 0;
    height: 19.200px;
}

/* Contenedor principal de dos columnas */
.mercurius-debt-details,
.how-it-works-section,
.common-questions,
.mercurius-not-managed-debts {
    background-color: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mercurius-debt-details,
.how-it-works-section,
.mercurius-not-managed-debts {
    margin: 0 auto;
}

.common-questions {
    padding: 40px 102px;
    width: 1198px;
}

@media (min-width: 768px) {
    .common-questions {
        justify-self: center;
    }
}

/* Sección "Cómo funciona" */
.how-it-works-section h4 {
    color: #2a1859;
    font-weight: 600;
    margin-bottom: 15px;
}

.common-questions h5 {
    color: #2a1859;
    margin-bottom: 15px;
    text-align: left;
}

/* Estilos para el acordeón */
.accordion-container {
    margin-top: 20px;
}

.accordion-item {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #f8f9fa;
    margin: 0 -20px;
    padding: 20px;
    border-radius: 8px;
}

.accordion-header h5 {
    color: #2a1859;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    flex: 1;
    text-align: left;
}



.accordion-item.active .fa-chevron-down {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0 0 0;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding: 0 0 20px 0;
}

.accordion-content p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}

.benefits-numbered-list {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 20px;
    margin: 0;
}

.benefits-numbered-list li {
    margin-bottom: 12px;
}

.benefits-numbered-list li:last-child {
    margin-bottom: 0;
}

.benefits-numbered-list strong {
    color: #2a1859;
    font-weight: 600;
}

.how-it-works-section p {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Estilos para el proceso de pasos */
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.step-box {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.step-number {
    background-color: #2a1859;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

.step-text {
    color: #333333;
    font-size: 13px;
    line-height: 1.4;
    flex: 1;
}

/* Estilos para la lista de beneficios */
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.benefits-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
}

.benefits-list li:before {
    content: "•";
    color: #2a1859;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* Responsive para el layout */
@media (max-width: 767px) {
    .debt-process-container {
        padding: 1rem;
    }

    .debt-process-container .row {
        flex-direction: column;
    }

    .debt-process-container .col-md-6 {
        margin-bottom: 2rem;
    }

    .debt-process-container .col-md-6:last-child {
        margin-bottom: 0;
    }

    #recontacta-mercurius-form .btn {
        font-size: 15px;
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .debt-process-container {
        max-width: 1200px;
    }

    .debt-process-container .col-md-6 {
        padding: 0 1rem;
    }
}

/* Estilos para el icono de confirmación */
.confirmation-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.check-icon {
    flex-shrink: 0;
    font-size: 30px;
    color: #4CAF50;
}


.confirmation-header h4 {
    margin: 0;
}




/* Estilos para el modal */
.modal-terms-mercurius {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content-terms-mercurius {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: none;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-header-terms-mercurius {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.modal-header-terms-mercurius h2 {
    margin: 0;
    font-size: 1.5rem;
}

.close-terms-mercurius {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.close-terms-mercurius:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

.modal-body-terms-mercurius {
    padding: 0;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.terms-content-terms-mercurius {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    max-height: 400px;
    line-height: 1.6;
    color: #333;
}

.terms-content-terms-mercurius h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #2a1859;
}

.terms-content-terms-mercurius h6 {
    font-size: 1rem;
    font-weight: 500;
    margin: 15px 0 8px 0;
}

.terms-content-terms-mercurius ul {
    margin: 10px 0;
    padding-left: 20px;
}

.terms-content-terms-mercurius li {
    margin: 5px 0;
}

.terms-content-terms-mercurius blockquote {
    background-color: #f8f9fa;
    border-left: 4px solid #2a1859;
    margin: 15px 0;
    padding: 15px;
    font-style: italic;
    border-radius: 0 4px 4px 0;
}

.modal-footer-terms-mercurius {
    padding: 20px;
    border-top: 1px solid #ddd;
    text-align: right;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.modal-footer-terms-mercurius .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

.modal-footer-terms-mercurius .btn-primary {
    background-color: #2a1859;
    color: white;
}

.modal-footer-terms-mercurius .btn-primary:hover {
    background-color: #2a1859;
}

.modal-footer-terms-mercurius .btn-primary:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.modal-footer-terms-mercurius .btn-primary:disabled:hover {
    background-color: #6c757d;
}

.mercurius-debt-details .debt-item-detail-header-background,
.mercurius-debt-details .debt-item-detail-body-background {
    width: 700px;
    height: 40px;
    position: absolute;
    left: 0px;
    border-radius: 4px;
}

.mercurius-debt-details .debt-item-detail-header-background {
    top: -7px;
    background: rgb(165 165 165 / 12%);
}

.mercurius-debt-details .debt-item-detail-body-background {
    bottom: -5px;
    background: rgba(42, 24, 89, 0.12);
}

.informative-section {
    display: flex;
    width: 1198px;
    padding: 48px 100px 96px 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 40px 40px 0 0;
    border: 1px solid var(--gris-border, #DFDFDF);
    background: #FFF;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-content-terms-mercurius {
        width: 95%;
        max-height: 90vh;
    }

    .modal-header-terms-mercurius h2 {
        font-size: 1.2rem;
    }

    .terms-content-terms-mercurius {
        padding: 15px;
        max-height: 300px;
    }

    .mercurius-not-managed-debts {
        display: flex;
        width: 372px;
        padding: 24px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-radius: 8px;
        border: 1px solid var(--gris-border, #DFDFDF);
        background: #FFF;
    }

    .mercurius-not-managed-debts .debt-item-detail .debt-item-detail-body {
        color: var(--gris-oscuro, #212529);
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        letter-spacing: -0.48px;
    }

    .mercurius-debt-details .debt-item-detail-header-background {
        display: none;
    }

    .mercurius-debt-details .debt-item-detail-body-background {
        display: none;
    }

    .mercurius-debt-details .debt-details-info {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .mercurius-debt-details .debt-item-detail {
        flex-direction: row;
        width: 100%;
        gap: 0;
    }

    .mercurius-debt-details .debt-item-detail .debt-item-detail-header {
        border-radius: 8px 0px 0px 8px;
        background: #F7F7F7;
        padding: 8px 16px;
        width: 164px;
        height: 46px;
    }

    .mercurius-debt-details .debt-item-detail .debt-item-detail-body {
        width: 148px;
        padding: 8px 16px;
        text-align: center;
        border-radius: 0 8px 8px 0;
        background: rgba(42, 24, 89, 0.12);
    }

    .mercurius-debt-details {
        display: flex;
        width: 372px;
        padding: 24px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-radius: 8px;
        border: 1px solid var(--gris-border, #DFDFDF);
        background: #FFF;
        box-shadow: 0 4px 13.3px 0 rgba(42, 24, 89, 0.20);
    }

    #pagination-controls {
        justify-content: center !important;
    }

    .common-questions {
        width: 100vw;
        padding: 40px 20px;
        border-radius: 40px 40px 0 0;
        border: 1px solid var(--gris-border, #DFDFDF);
    }

    #mercurius-container .line-separator {
        width: 100%;
    }

    .informative-section {
        padding: 40px 20px;
        width: 100vw;
    }

    #mercurius-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/***********************************************************************************
* END PRO-1057 [recontacta-mercurius]
.eee {
  display: flex;
  align-items: center; /* centra verticalmente */

.eee p {
    margin: 0;
    /* espacio entre texto e imagen */
    margin-right: 3px;
    font-size: 0.6rem;
}

/***********************************************************************************
* START PRO-1658 [OCA]
***********************************************************************************/

.DÉBITO-type-container,
.CRÉDITO-type-container {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 25px;
    background: #E5FFB9;
    width: 72px;
    height: 29px;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.DÉBITO-type-container {
    background: #E5FFB9;
}

.CRÉDITO-type-container {
    background: #FFBFF5;
}

.DÉBITO-type-container p,
.CRÉDITO-type-container p {
    margin: 0 auto;
    color: var(--gris-oscuro, #212529);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.credit-card .promo-badge {
    position: absolute;
    top: -14px;
    right: -10px;
    background: linear-gradient(90deg, #ffe600, #00d084);
    color: #333;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    color: var(--violeta-credifama-primario, #2A1859);
    font-family: Poppins;
    line-height: normal;
    padding: 4px 8px;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 4px;
    white-space: nowrap;
    height: 46px;
    pointer-events: none;
}

.credit-card .promo-badge .star {
    width: 14.595px;
    height: 14px;
    flex-shrink: 0;
    aspect-ratio: 14.60/14.00;
}

.credit-card .promo-badge .star .bi-star-fill::before {
    transform: rotate(180deg);
}

.banner-container {
    display: flex;
    width: 97%;
    height: 150px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--gris-border, #DFDFDF);
    background: #FFF;
    margin: 0 auto;
    margin-bottom: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 2rem;
}

.banner {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.banner .col-lg-9 .banner-text {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
}

.banner .only-blue-banner-text {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}

.banner .col-lg-9 #banner-title {
    font-size: 24px;
    width: 620px;
    align-self: stretch;
    margin-bottom: 1rem;
}

.banner .col-lg-9 {
    left: 1px;
    top: 1px;
    width: 791px;
    height: 150px;
    border-radius: 7px 80px 80px 7px;
    background: linear-gradient(90deg, #014AA0 42.5%, #006ED2 75.48%, #187FE3 99.99%);
}

.banner #banner-images-container {
    position: relative;
    margin-right: 60px;
    width: 200px;
    min-width: 200px;
}

.banner .banner-image {
    width: 100px;
    height: auto;
    rotate: -10deg;
}

.banner #banner-image-only-blue {
    width: 100%;
}

.banner #banner-image-blue {
    z-index: 3;
    top: -80px;
    left: 40px;
}

.banner #banner-image-master {
    z-index: 2;
    top: -80px;
    left: 130px;
}

.banner #banner-image-visa {
    z-index: 1;
    top: -50px;
    left: 68px;
}

.banner #banner-btn {
    font-family: Poppins;
    width: 249px;
    font-size: 20px;
    border-radius: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner #card-options-container {
    gap: 8px;
}

.banner .card-option {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
}

.banner #banner-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-all-card .CRÉDITO-type-container,
.content-all-card .DÉBITO-type-container {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;
}

@media (min-width: 768px) and (max-width: 1299px) {
    .banner {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .banner .col-lg-9 {
        width: 75%;
        max-width: 75%;
        flex: 0 0 75%;
    }

    .banner .col-lg-9 #banner-title {
        width: 100%;
        max-width: 380px;
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .banner .col-lg-9 .banner-text {
        font-size: 12px;
    }

    .banner #card-options-container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 6px;
        margin-left: 0 !important;
        width: 100%;
        max-width: 320px;
    }

    .banner .card-option {
        padding: 4px 8px;
        flex: 0 0 auto;
    }

    .banner #banner-btn-container {
        width: 25%;
        max-width: 25%;
        flex: 0 0 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

    .banner #banner-btn {
        font-size: 14px;
        width: 100%;
        max-width: 180px;
        padding: 10px 18px;
    }
}

@media (max-width: 768px) {
    .banner .only-blue-banner-text {
        width: 242px;
    }

    .banner-container {
        margin-top: 0;
    }

    .banner .col-lg-9 {
        width: 100%;
        height: auto;
        min-height: 236px;
        flex-shrink: 0;
        border-radius: 0 80px 80px 0;
        background: linear-gradient(90deg, #014AA0 42.5%, #006ED2 75.48%, #187FE3 99.99%);
        padding: 24px 24px 20px;
        align-items: flex-start !important;
        overflow: visible;
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 140px;
        column-gap: 12px;
    }

    .banner-container {
        width: 100vw;
        height: auto;
        min-height: 352px;
        flex-shrink: 0;
        border: 1px solid var(--gris-border, #DFDFDF);
        background: #FFF;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        overflow: hidden;
    }

    .banner #card-options-container {
        width: 100%;
        max-width: none;
        flex-wrap: wrap;
        gap: 10px 10px;
        margin-left: 0 !important;
    }

    .banner .col-lg-9 #banner-title {
        width: 100%;
        max-width: none;
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 16px;
    }

    .banner .col-lg-9 > .d-flex.flex-column {
        padding-left: 2px;
        padding-right: 0;
        width: 100%;
        position: relative;
        grid-column: 1;
        grid-row: 1;
    }

    .banner #banner-images-container {
        order: 2;
        width: 140px;
        min-width: 140px;
        height: 180px;
        margin: 0;
        position: relative;
        right: auto;
        top: auto;
        z-index: 2;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        align-self: start;
    }

    .banner .banner-image {
        width: 86px;
        height: auto;
        rotate: 10deg;
    }

    .banner #banner-image-blue {
        z-index: 3;
        top: 12px;
        left: 56px;
    }

    .banner #banner-image-only-blue {
        z-index: 3;
        top: 0;
        left: 16px;
        position: absolute;
        width: 100px;
        rotate: 13.97deg;
    }

    .banner #banner-image-master {
        z-index: 2;
        top: 18px;
        left: 8px;
    }

    .banner #banner-image-visa {
        z-index: 1;
        top: 90px;
        left: 28px;
    }

    .banner .card-option {
        padding: 6px 14px;
    }

    .banner #banner-btn-container {
        justify-content: start;
    }

    .banner #banner-btn {
        padding: 12px 24px;
        width: auto;
        min-width: 170px;
        margin: 0;
        display: inline-flex;
        text-align: center;
    }

    .banner #banner-btn-container {
        justify-content: flex-start;
        padding: 14px 16px 16px;
    }

    .credit-card .card-body img {
        position: relative;
        z-index: 12;
    }

    .card .credit-card-info {
        text-align: center;
    }

    .credit-card-info .DÉBITO-type-container,
    .credit-card-info .CRÉDITO-type-container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 400px) {
    .banner .col-lg-9 {
        grid-template-columns: minmax(0, 1fr) 118px;
        column-gap: 8px;
    }

    .banner #banner-images-container {
        width: 118px;
        min-width: 118px;
        height: 165px;
    }

    .banner .banner-image {
        width: 65px;
        height: auto;
        rotate: 13.97deg;
    }

    .banner #banner-image-only-blue {
        width: 100px;
        height: auto;
        rotate: 13.97deg;
        left: 2px;
    }

    .banner #banner-image-blue {
        z-index: 3;
        top: 8px;
        left: 44px;
    }

    .banner #banner-image-master {
        z-index: 2;
        top: 12px;
        left: 0;
    }

    .banner #banner-image-visa {
        z-index: 1;
        top: 78px;
        left: 16px;
    }

    .banner #banner-btn-container {
        justify-content: start;
    }

    .banner #banner-btn {
        padding: 12px 10px 10px 24px;
        width: 55%;
        margin-bottom: 8px;
    }

    .credit-card .card-body img {
        position: relative;
        z-index: 12;
    }

    .card .credit-card-info {
        text-align: center;
    }

    .user-index .loan .logo-row {
        margin-bottom: 1rem;
    }
}

@media (max-width: 339px) {
    .banner #banner-btn {
        width: 57%;
    }

    .credit-card .card-body img {
        position: relative;
        z-index: 12;
    }

    .card .credit-card-info {
        text-align: center;
    }
}

/***********************************************************************************
* END PRO-1658 [OCA]
***********************************************************************************/

/***********************************************************************************
* START PRO-1694 - Modal Cash
***********************************************************************************/

.search-input-wrapper {
    position: relative;
}

.search-input-wrapper input {
    padding-right: 40px;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0.6;
}

/* LUPA */
.search-icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY2NiIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxjaXJjbGUgY3g9IjExIiBjeT0iMTEiIHI9IjciLz48bGluZSB4MT0iMjEiIHkxPSIyMSIgeDI9IjE2LjY1IiB5Mj0iMTYuNjUiLz48L3N2Zz4=") no-repeat center;
}

/* CRUZ */
.search-input-wrapper.has-value .search-icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY2NiIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxsaW5lIHgxPSIxOCIgeTE9IjYiIHgyPSI2IiB5Mj0iMTgiLz48bGluZSB4MT0iNiIgeTE9IjYiIHgyPSIxOCIgeTI9IjE4Ii8+PC9zdmc+") no-repeat center;
}

.cash-help-error {
    color: #dc3545 !important;
    font-weight: 500;
}

.cash-input-error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .15);
}

/* Lista del autocomplete de workplaces (Cash) */
.ui-autocomplete {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 15px;
}

/* Cada opción más grande y fácil de clickear */
.ui-autocomplete .ui-menu-item-wrapper {
    padding: 12px 16px !important;
    line-height: 1.4;
    min-height: 44px;
    /* área táctil tipo mobile */
    align-items: center;
}

/* Hover más visible */
.ui-autocomplete .ui-state-active {
    background: #f1f5ff !important;
    border: none !important;
}

/* Mantener texto negro en hover del autocomplete */
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-state-active span,
.ui-autocomplete .ui-state-active div {
    color: #000 !important;
}

/***********************************************************************************
* END PRO-1694 - Modal Cash
***********************************************************************************/
/***********************************************************************************
* START PRO-1676 - Rollout gradual del nuevo panel con medición de impacto
***********************************************************************************/
.content-credit-profile .card-header {
    background: #E1DBF0;
    color: #2C175A;
}

.card-bootstrap-modified.credit-profile {
    border-radius: 1.5rem;
}

.card-bootstrap-modified.credit-profile .card-header {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.card-bootstrap-modified {
    position: relative;
}

.credit-profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
    background-color: #e9e4f4;
    /* mismo lila */
    padding: 12px 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-weight: 500;
    color: #2c175a;
}

.credit-profile-link {
    font-size: 14px;
    font-weight: 500;
    color: #2c175a;
    text-decoration: underline;
}

.credit-profile-link:hover {
    text-decoration: underline;
}

.card-bootstrap-modified.credit-profile {
    overflow: hidden;
}

.credit-profile-footer {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.credit-profile-footer p {
    margin-bottom: 0;
}

.recent-requests-card {
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 0;
}

.card-bootstrap-modified.recent-requests-card .card-header {
    background: #E1DBF0 !important;
    color: #2c175a !important;
    font-weight: 500;
    padding: 12px 16px;
    border-bottom: 1px solid #d6cfee;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-bootstrap-modified.recent-requests-card .recent-item {
    display: grid;
    grid-template-columns: 1fr minmax(110px, auto);
    gap: 16px;
    align-items: start;
    margin: 8px 0;
}


.card-bootstrap-modified.recent-requests-card .recent-item>div:first-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.card-bootstrap-modified.recent-requests-card .recent-item>div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 6px;
    text-align: right;
    font-size: 13px;
    color: #6c757d;
}

.recent-right .contact:first-child {
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-bootstrap-modified.recent-requests-card .card-body-modified {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
}

.recent-link-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.card-bootstrap-modified.recent-requests-card {
    padding-bottom: 16px;
}

.card-bootstrap-modified.credit-profile,
.card-bootstrap-modified.recent-requests-card {
    height: 100%;
}

.card-bootstrap-modified.recent-requests-card {
    padding-left: 20px;
    padding-right: 20px;
}

.recent-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.recent-status::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: currentColor;
    flex-shrink: 0;
}

.recent-status--pending {
    color: #0056B0;
}

.recent-status--disbursed {
    color: #006554;
}

.recent-status--rejected {
    color: #6C757D;
}

.recent-link {
    font-weight: 500;
    color: #1a73e8;
    font-size: 14px;
    text-align: center;
}

.recent-link:hover {
    text-decoration: underline;
}

.recent-requests-card hr {
    margin: 4px 0;
    border-top: 1px solid #eee;
}

.credit-profile-footer {
    background-color: white;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 12px 16px;
}

.products-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #2a1859;
}

.products-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 4rem 122px;
}

/* Título */
.products-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 24px;
    font-family: Poppins;
}

/* Contenedor de botones */
.products-buttons {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    padding: 0 16px;
    max-width: 1040px;
    margin: 0 auto;
}

/* Botón individual */
.product-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    gap: 8px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: clamp(92px, 10vw, 127px);
    height: 84px;
    flex: 0 1 clamp(92px, 10vw, 127px);
}

/* Imagen del botón */
.product-btn img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.product-btn span {
    color: #ffffff;
}

.product-btn:hover,
.product-btn:hover span {
    color: #ffffff;
    /* 🔑 evita el azul */
}

.product-btn:hover {
    transform: translateY(-2px);
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.35));
}

@media (max-width: 991.98px) {
    .products-inner {
        padding: 4rem 24px;
    }

    .products-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .products-buttons {
        gap: 20px 16px;
        padding: 0 16px;
    }

    .product-btn {
        width: clamp(92px, 12vw, 110px);
        height: 84px;
        gap: 8px;
        flex: 0 1 clamp(92px, 12vw, 110px);
    }

    .product-btn img {
        width: 44px;
        height: 44px;
    }

    .product-btn span {
        font-size: 11px;
        line-height: 1.2;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .products-inner {
        padding: 2rem 12px 4rem;
    }

    .products-title {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 14px;
    }

    .products-buttons {
        gap: 16px 10px;
        padding: 0;
    }

    .product-btn {
        width: clamp(68px, 21vw, 88px);
        height: auto;
        gap: 6px;
        flex: 0 1 clamp(68px, 21vw, 88px);
    }

    .product-btn img {
        width: 32px;
        height: 32px;
    }

    .product-btn span {
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
    }
}

.cards-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-home-section .cards-section-header {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.cards-section-header h4 {
    margin: 0;
    font-weight: 600;
    color: #2c175a;
}

.cards-link {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #1a73e8;
    text-decoration: underline;
    white-space: nowrap;
}

.cards-link:hover {
    text-decoration: underline;
}

.no-credit-history-title {
    text-align: left;
    color: var(--gris-body, #343A40);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 21.6px */
    letter-spacing: -0.48px;
    align-self: stretch;
    margin-right: 32px;
}

@media (max-width: 991px) {
    .no-credit-history-title {
        margin-right: 0;
        margin-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.cs-banner-row {
    margin-left: -15%;
}

.finance-dashboard-banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.user-home-section {
    position: relative;
    isolation: isolate;
    padding-top: 0;
    padding-bottom: 0;
    --user-home-section-bg: transparent;
}

.user-home-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 70vw);
    width: 140vw;
    pointer-events: none;
    z-index: -1;
    background: var(--user-home-section-bg);
}

.user-home-section--white::before {
    --user-home-section-bg: #fff;
}

.user-home-section--gray::before {
    --user-home-section-bg: #f3f4f6;
}

#main-carousel-container.user-home-section::before {
    background: var(--user-home-section-bg);
}

#main-approved-loan-carousel-container.user-home-section::before {
    top: 0;
}

#main-approved-loan-carousel-container.user-home-section .cards-section-header {
    margin-top: 0 !important;
}

#main-approved-loan-carousel-container.user-home-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#main-loan-carousel-container.user-home-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#main-carousel-container.user-home-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#main-insurance-carousel-container.user-home-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#main-rental-guarantee-carousel-container.user-home-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (max-width: 1600px) {
    .cs-banner-row {
        transform: scale(0.9);
        transform-origin: center top;
    }

    .finance-dashboard-banner.cs-banner-row {
        transform: none;
        transform-origin: center center;
    }
}

@media (min-width: 1601px) {
    .finance-dashboard-banner {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .cs-banner-row {
        width: 115% !important;
        margin-left: -7.5%;
    }
}

@media (max-width: 767px) {
    .cs-banner-row {
        width: 100% !important;
        margin-left: 0;
        translate: none;
    }

    .finance-dashboard-banner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .user-home-section::before {
        top: 0;
        bottom: 0;
    }

    #main-approved-loan-carousel-container.user-home-section::before {
        top: -1.5rem;
    }

    .user-home-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    #main-carousel-container.user-home-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .user-home-section .cards-section-header {
        margin-top: 0 !important;
        margin-bottom: 1.75rem !important;
    }
}

.no-recent-orders-text {
    margin-top:
        16px;
    margin-bottom: 0px;
    color: #343A40;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}

.no-recent-orders-small-text {
    margin-top: 0px;
    color: #6C757D;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
}

.section-title {
    color: var(--violeta-credifama-primario, #2A1859);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 32.4px */
}

/* ===== SECCIÓN GENERAL ===== */
.cs-recommended-section {
    margin: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #fff;
    display: none;
}

.cs-recommended-title {
    margin-top: 0;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #2a1859;
    font-weight: 500;
}

.cs-recommended-section > :first-child {
    margin-top: 0;
}

.cs-recommended-section > :last-child {
    margin-bottom: 0;
}

/* ===== LISTADO DE PRODUCTOS ===== */
.cs-recommended-products {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    gap: 20px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.cs-recommended-products-mobile {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    gap: 20px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
    overflow-x: hidden;
    background: #fff;
}

/* ===== TARJETA DE PRODUCTO ===== */
.cs-recommended-product {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Header del producto */
.cs-recommended-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-shrink: 0;
}

/* Badge */
.cs-recommended-badge-credit {
    padding: 4px 8px;
    font-size: 12px;
    color: #7a1b5e;
    background: #ffd6f3;
    border-radius: 12px;
}

/* ===== PARTE SUPERIOR ===== */
.cs-recommended-top {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 100px;
}

/* Logo */
.cs-recommended-logo,
.cs-recommended-product-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-recommended-logo {
    width: 120px;
    height: 120px;
}

.cs-recommended-product-logo {
    height: 80px;
    margin-bottom: 12px;
}

.cs-recommended-logo img,
.cs-recommended-product-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ===== PROBABILIDAD ===== */
.cs-recommended-probability,
.cs-probability-text {
    font-size: 14px;
    font-weight: 500;
    color: #2c175a;
    line-height: 1.2;
    text-align: center;
}

.cs-recommended-probability {
    font-size: 13px;
    color: #333;
}

.cs-probability-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.cs-probability-header {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cs-probability-info {
    font-size: 14px;
    color: #2c175a;
    cursor: pointer;
}

.cs-probability-bar {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 6px;
    width: 100%;
}

.cs-probability-bar span {
    flex: 1;
    height: 10px;
    background: #7cc7ff;
    border-radius: 6px;
}

.cs-probability-bar img {
    display: block;
    width: 110px;
    height: 14px;
}

/* ===== CUERPO DEL PRODUCTO ===== */
.cs-recommended-product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Texto informativo */
.cs-recommended-product-info {
    flex: 1;
    font-size: 14px;
    color: #565656;
}

/* ===== VALORES ===== */
.cs-recommended-values {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-height: 100px;
}

.cs-recommended-values ul,
.cs-recommended-values li {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.cs-recommended-value {
    text-align: center;
}

.cs-recommended-value .label {
    display: block;
    font-size: 13px;
    color: #7a7a7a;
}

.cs-recommended-value strong {
    font-size: 16px;
    color: #2c175a;
}

/* ===== ACCIONES ===== */
.cs-recommended-product-actions {
    margin-top: auto;
    text-align: center;
}

.cs-recommended-secondary-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1a73e8;
    text-decoration: none;
}

.cs-recommended-secondary-link:hover {
    text-decoration: underline;
}

/* ===== BADGE TIPO TARJETA ===== */
.cs-recommended-product {
    position: relative;
    /* 🔑 necesario para el badge */
}

.credit-type-dashboard-container,
.debit-type-dashboard-container,
.CRÉDITO-type-dashboard-container,
.DÉBITO-type-dashboard-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.credit-type-dashboard-container p,
.CRÉDITO-type-dashboard-container p {
    background: #ffd6f3;
    color: #7a1b5e;
}

.debit-type-dashboard-container p,
.DÉBITO-type-dashboard-container p {
    background: #e6f4d7;
    color: #2f6b1c;
}

.credit-type-dashboard-container p,
.debit-type-dashboard-container p,
.CRÉDITO-type-dashboard-container p,
.DÉBITO-type-dashboard-container p {
    margin: 0;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 999px;
    text-transform: uppercase;
}

/* cards iguales */
.card-bootstrap-modified.credit-profile,
.card-bootstrap-modified.recent-requests-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* body ocupa el espacio */
.card-bootstrap-modified.credit-profile .card-body-modified,
.card-bootstrap-modified.recent-requests-card .card-body-modified {
    flex: 1;
}

.card-bootstrap-modified.credit-profile .card-body-modified {
    padding: 1.25rem;
}

.card-bootstrap-modified.credit-profile .card-body-elements {
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
}

.card-bootstrap-modified.credit-profile .card-body-elements .col-12.col-md-6.mt-4 {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
}

.premium-description {
    font-size: 16px;
    color: #343a40;
    line-height: 1.4;
    margin-bottom: 24px;
}

/* layout horizontal arriba */
.premium-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

/* imagen más chica y alineada */
.premium-logo {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

/* título alineado a la izquierda */
.premium-title-new {
    margin: 0;
    font-size: 16px;
    font-family: Poppins;
    text-align: left;
    margin-bottom: 12px;
    color: #000 !important;
}

/* descripción debajo */
.premium-description {
    font-size: 15px;
    line-height: 1.6;
    color: #343a40;
    margin-bottom: 32px;
}

.recommended-btn {
    border-radius: 18px !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

@media (min-width: 992px) {
    .cs-recommended-product {
        flex: 0 0 calc(33.333% - 14px);
        max-width: calc(33.333% - 14px);
    }
}

@media (max-width: 991.98px) {
    .cs-recommended-section {
        flex: 0 0 100%;
        width: calc(100% + 2rem);
        max-width: none;
        margin: 0;
        box-shadow: none;
        clip-path: none;
        overflow-x: clip;
        background: transparent;
    }

    .cs-recommended-products-mobile {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        overflow-x: clip;
        background: transparent;
    }

    .cs-recommended-products-mobile #main-recommended2-carousel-container {
        width: 100% !important;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        background: transparent;
    }

    .cs-recommended-section.user-home-section::before {
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .cs-recommended-products {
        display: none;
    }

    .cs-recommended-title {
        display:none;
    }
}

@media (min-width: 992px) {
    .cs-recommended-products-mobile {
        display: none;
    }
    
    .cs-recommended-section {
        display: block;
    }
}

/* ============================
   Cross Selling – Badge Figma
   ============================ */

.cs-card-slide {
    position: relative;
}

/* reposicionamos SOLO los badges dentro de esta vista */
.cs-card-slide .credit-type-container,
.cs-card-slide .debit-type-container,
.cs-card-slide .CRÉDITO-type-container,
.cs-card-slide .DÉBITO-type-container {
    top: 12px;
    right: 12px;
    left: auto;
    z-index: 5;
}

/* look más parecido a Figma */
.cs-card-slide .credit-type-container p,
.cs-card-slide .debit-type-container p,
.cs-card-slide .CRÉDITO-type-container p,
.cs-card-slide .DÉBITO-type-container p {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: 0.3px;
}

.cards-details-link {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #1a73e8;
    text-decoration: none;
    white-space: nowrap;
}

.cards-details-link:hover {
    text-decoration: underline;
}

.dashboard-cards {
    display: flex;
    align-items: stretch;
}

.dashboard-cards>[class*='col-'] {
    display: flex;
}

.card-bootstrap-modified.credit-profile,
.card-bootstrap-modified.recent-requests-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.card-bootstrap-modified.recent-requests-card .card-body-modified {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.recent-link-wrapper {
    margin-top: auto;
    /* 🔥 empuja hacia abajo */
}

.recent-title-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.recent-title-row strong {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-word;
}

.recent-date {
    white-space: nowrap;
}

.recent-left {
    flex: 1;
    min-width: 0;
}

.recent-right {
    flex-shrink: 0;
    min-width: 128px;
}

.recent-right .contact {
    display: block;
    line-height: 1.1;
}

.recent-right .contact--link {
    text-decoration: none;
    color: inherit;
}

.recent-right .contact strong {
    font-weight: 400;
}

.recent-right .contact:first-child strong {
    font-size: 13px;
}

.recent-right .contact:last-child strong {
    font-size: 16px;
    font-weight: 400;
    color: #3f4650;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card-bootstrap-modified.recent-requests-card .recent-item {
        grid-template-columns: minmax(0, 1fr) minmax(104px, 118px);
        gap: 10px;
    }

    .recent-title-row {
        gap: 6px;
    }

    .recent-right {
        min-width: 104px;
    }

    .recent-right .contact:first-child strong {
        font-size: 12px;
    }

    .recent-right .contact:last-child strong {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recent-title-row {
        gap: 6px;
    }

    .recent-title-row strong {
        flex: 0 1 auto;
        max-width: calc(100% - 84px);
    }

    .recent-date {
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .card-bootstrap-modified.recent-requests-card .recent-item {
        grid-template-columns: 1fr auto;
        gap: 10px;
    }

    .recent-right {
        min-width: 0;
    }

    .recent-title-row {
        gap: 6px;
    }

    .recent-date {
        flex-shrink: 0;
    }
}


.credit-metric-box {
    background: #F1F1F4;
    /* más parecido al diseño */
    border-radius: 20px;
    margin-top: 8px;
    padding: 20px;
    text-align: left;
    /* 🔥 clave */
}

.credit-metric-value {
    font-size: 20px;
    font-weight: 500;
    color: #2C175A;
}

.improve-profile-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 48px;

    background: #fff;
    color: #343A40;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;

    border: 2px solid transparent;
    border-radius: 14px;

    /* borde degradado amarillo -> verde */
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(90deg, #F6C445 0%, #00D084 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;

    margin-top: 8px;
    /* separación respecto a la métrica */
}

.improve-profile-btn:hover {
    text-decoration: none;
    filter: brightness(0.98);
}

/* ===== Métricas perfil crediticio - nuevo estilo ===== */

.credit-metric-box {
    background: #F3F4F7;
    border-radius: 20px;
    padding: 20px 24px;
    margin-bottom: 16px;
}

/* Header con label + icon */
.credit-metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit-metric-label {
    font-size: 18px;
    font-weight: 400;
}

/* Valor grande como en diseño 2 */
.credit-metric-value {
    margin-top: 6px;
    font-size: 26px;
    color: #2C175A;
    letter-spacing: -0.5px;
}

/* Icono de info estilo diseño 2 */
.metric-info {
    font-size: 16px;
    color: #6C757D;
    cursor: pointer;
}

.metric-info:hover {
    color: #2C175A;
}

/* Ajustes de espaciado y aire solo para la card del dashboard en desktop */
#dashboard-credit-profile-card .debt-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    width: 100%;
    padding: 8px 0;
}

#dashboard-credit-profile-card .credit-metric-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 84px;
    margin: 0;
    padding: 18px 22px;
}

#dashboard-credit-profile-card .credit-metric-header {
    align-items: flex-start;
    gap: 14px;
}

#dashboard-credit-profile-card .credit-metric-label {
    font-size: 17px;
    line-height: 1.2;
    color: #343A40;
}

#dashboard-credit-profile-card .credit-metric-value {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.3px;
}

#dashboard-credit-profile-card .metric-info {
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 18px;
    line-height: 1;
}

#dashboard-credit-profile-card .improve-profile-btn {
    min-height: 48px;
    margin: 0;
}

@media (min-width: 768px) {
    #dashboard-credit-profile-card .card-body-modified {
        padding: 1.5rem 1.9rem 1.2rem;
    }

    #dashboard-credit-profile-card .card-body-elements {
        padding: 6px 10px 12px;
    }

    #dashboard-credit-profile-card .card-body-elements > [class*='col-'] {
        padding-left: 22px;
        padding-right: 22px;
    }

    #dashboard-credit-profile-card .content-elements {
        padding: 0.5rem 0;
    }

    #dashboard-credit-profile-card .card-body-elements .col-12.col-md-6.mt-4 {
        padding-top: 14px;
    }
}

.contact-phone {
    font-size: 13px;
    line-height: 1.2;
    color: black;
    white-space: nowrap;
}

.cu-finance-card {
    background: #8BC4FF;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    width: 100%;
}

.cu-finance-card__logo-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cu-finance-card__logo {
    height: 42px;
}

.cu-finance-card__content {
    margin-left: 16px;
    flex: 1;
}

.cu-finance-card__title {
    font-weight: 600;
    font-size: 20px;
    color: #1f2a44;
    margin-bottom: 6px;
}

.cu-finance-card__description {
    font-size: 16px;
    color: #1f2a44;
    line-height: 1.4;
}

.cu-finance-card__cta {
    background: #3b236a;
    color: #ffffff;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.cu-finance-card__cta:hover {
    background: #2b184e;
    color: #ffffff;
}

/* CARD */
.cf-recontacta-card {
    margin:auto;
    border-radius: 16px;
    background: linear-gradient(90deg,
            #f2e89a 0%,
            #f4f2e4 40%,
            #f5f5f5 100%);
}

/* BODY */
.cf-recontacta-body {
    border-radius: 16px;
    padding: 0;
    background: transparent;
}

.cf-recontacta-logo {
    max-width: 100px;
}

/* TEXT */
.cf-recontacta-title {
    font-weight: 600;
    color: #2e2a68;
    margin-bottom: 4px;
    font-size: 20px;
}

.cf-recontacta-text {
    color: #6c757d;
    margin: 0;
    font-size: 16px;
}

.cf-recontacta-btn {
    background: #2e1a6b;
    color: #fff;
    border-radius: 10px;
    padding: 12px 28px;
    font-weight: 500;
    text-decoration: none;
}

.cf-recontacta-btn:hover {
    background: #24145a;
    color: #fff;
}

.cf-recontacta-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 1.5rem 1.75rem 1.75rem;
}

.cf-recontacta-logo-box {
    width: 208px;
    height: 96px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* TEXTO */
.cf-recontacta-content {
    flex: 1;
}

.cf-recontacta-action {
    flex-shrink: 0;
}

@media (min-width: 769px) {
    .cf-recontacta-card {
        min-height: 144px;
        display: flex;
        align-items: center;
        overflow: hidden;
        }

    .cf-recontacta-body {
        width: 100%;
    }

    .cf-recontacta-inner {
        padding: 1.75rem !important;
    }
}

@media (min-width: 1601px) {
    .cf-recontacta-card {
        min-height: 156px;
    }

    .cf-recontacta-inner {
        padding: 1.9rem 1.75rem !important;
    }
}

@media (max-width: 991px) {
    .dashboard-cards>[class*='col-'] {
        margin-bottom: 20px;
    }

    .dashboard-cards>[class*='col-']:last-child {
        margin-bottom: 0;
    }
}

#dashboard-credit-profile-card .content-elements {
    padding: 0.75rem 0;
}

#dashboard-credit-profile-card #chartscore {
    margin: 0 auto;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

#dashboard-credit-profile-card .content-scale-arrow,
#dashboard-credit-profile-card .scale-labels {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

@media (max-width: 768px) {
    #dashboard-credit-profile-card .card-body-elements .col-12.col-md-6.mt-4 {
        display: block;
        width: 100%;
    }

    #dashboard-credit-profile-card .debt-preview {
        text-align: left !important;
        margin-right: 0.75rem !important;
        margin-left: 0.75rem !important;
        width: auto;
        max-width: none;
    }

    #dashboard-credit-profile-card .content-chart-and-icon {
        margin-top: 0.25rem !important;
        margin-bottom: 1rem !important;
    }

    #dashboard-credit-profile-card .credit-metric-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 16px;
        border-radius: 14px;
        margin-bottom: 10px;
    }

    #dashboard-credit-profile-card .credit-metric-header {
        align-items: center;
    }

    #dashboard-credit-profile-card .credit-metric-label {
        font-size: 14px;
        line-height: 1.2;
    }

    #dashboard-credit-profile-card .credit-metric-value {
        margin-top: 4px;
        font-size: 19px;
        line-height: 1.2;
    }

    #dashboard-credit-profile-card .metric-info {
        font-size: 14px;
        margin-left: 8px;
        flex-shrink: 0;
    }

    #dashboard-credit-profile-card .improve-profile-btn {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        height: 42px;
        border-radius: 12px;
        font-size: 14px;
        margin-top: 6px;
    }

    #dashboard-credit-profile-card .credit-profile-footer {
        padding: 10px 14px;
    }

    #dashboard-credit-profile-card .credit-profile-footer p {
        font-size: 13px;
        line-height: 1.35;
    }
}

/* ===== Banner Capital Uruguay - Mobile ===== */
@media (max-width: 768px) {

    .cu-finance-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 24px 20px;
        gap: 16px;
    }

    .cu-finance-card__logo-wrapper {
        padding: 16px 28px;
        border-radius: 14px;
    }

    .cu-finance-card__logo {
        height: 80px;
        width: auto;
    }

    .cu-finance-card__content {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .cu-finance-card__title {
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
    }

    .cu-finance-card__description {
        font-size: 14px;
        line-height: 1.5;
    }

    .cu-finance-card__cta {
        width: 100%;
        text-align: center;
        padding: 14px 0;
        border-radius: 12px;
    }
}
@media (max-width: 768px) {

    .cf-recontacta-body {
        padding: 1.75rem;
    }

    .cf-recontacta-inner {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        gap: 16px;
        padding: 0;
    }

    .cf-recontacta-logo-box {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .cf-recontacta-logo {
        max-width: 120px;
    }

    .cf-recontacta-content {
        text-align: left;
    }

    .cf-recontacta-title {
        text-align: left;
    }

    .cf-recontacta-action {
        width: 100%;
    }

    .cf-recontacta-btn {
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 0;
        border-radius: 12px;
    }
}

#page-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(ellipse at center, #ffffff 40%, #eeeaf8 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#page-loader-overlay .loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

#page-loader-overlay .loader-circle {
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(42, 24, 89, 0.08);
}

#page-loader-overlay .loader-spinner {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 276px;
    height: 276px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #2A1859;
    border-right-color: #2A1859;
    animation: loader-spin 1.4s linear infinite;
    box-sizing: border-box;
}

#page-loader-overlay .loader-mascot-wrapper {
    position: relative;
    width: 190px;
    height: 190px;
}

#page-loader-overlay .loader-mascot {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 190px;
    object-fit: contain;
}

#page-loader-overlay .loader-mascot-front {
    opacity: 1;
}

#page-loader-overlay .loader-mascot-back {
    opacity: 0;
}

#page-loader-overlay .loader-content.is-playing .loader-mascot-front {
    animation: loader-mascot-front 4s ease-in-out infinite;
    will-change: opacity;
}

#page-loader-overlay .loader-content.is-playing .loader-mascot-back {
    animation: loader-mascot-back 4s ease-in-out infinite;
    will-change: opacity;
}

#page-loader-overlay .loader-text {
    text-align: center;
    max-width: 520px;
    padding: 0 20px;
}

#page-loader-overlay .loader-text h3 {
    color: #2A1859;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

#page-loader-overlay .loader-messages {
    display: grid;
}

#page-loader-overlay .loader-message {
    grid-area: 1 / 1;
    opacity: 0;
    color: #565656;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

#page-loader-overlay .loader-messages.is-playing .loader-message:nth-child(1) { animation: loader-msg-cycle 24s linear infinite    0s; }
#page-loader-overlay .loader-messages.is-playing .loader-message:nth-child(2) { animation: loader-msg-cycle 24s linear infinite  -20s; }
#page-loader-overlay .loader-messages.is-playing .loader-message:nth-child(3) { animation: loader-msg-cycle 24s linear infinite  -16s; }
#page-loader-overlay .loader-messages.is-playing .loader-message:nth-child(4) { animation: loader-msg-cycle 24s linear infinite  -12s; }
#page-loader-overlay .loader-messages.is-playing .loader-message:nth-child(5) { animation: loader-msg-cycle 24s linear infinite   -8s; }
#page-loader-overlay .loader-messages.is-playing .loader-message:nth-child(6) { animation: loader-msg-cycle 24s linear infinite   -4s; }

@media (min-width: 992px) {
    #page-loader-overlay .loader-text {
        max-width: 680px;
    }

    #page-loader-overlay .loader-text h3 {
        font-size: 28px;
    }

    #page-loader-overlay .loader-message {
        font-size: 17px;
    }
}

@keyframes loader-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes loader-mascot-front {
    0%, 45%  { opacity: 1; }
    50%, 95% { opacity: 0; }
    100%     { opacity: 1; }
}

@keyframes loader-mascot-back {
    0%, 45%  { opacity: 0; }
    50%, 95% { opacity: 1; }
    100%     { opacity: 0; }
}

@keyframes loader-msg-cycle {
    0%      { opacity: 0; }
    0.83%   { opacity: 1; }
    15.83%  { opacity: 1; }
    16.67%  { opacity: 0; }
    100%    { opacity: 0; }
}

#main-carousel-container{
    margin-top: 2rem !important;
}

@media (max-width: 1600px) {
    .user-index #main-carousel-container {
        transform: none !important;
        transform-origin: initial;
    }
}

@media (max-width: 420px) {
    #dashboard-credit-profile-card .content-elements{
        width: 100%;
    }
}

.user-index #main-carousel-container{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.user-index #main-carousel-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.user-index #main-carousel-container .cards-section-header {
    margin-bottom: 1.75rem !important;
}

.user-index #main-carousel-container .cards-carousel-link-desktop,
.user-index #main-carousel-container .cards-carousel-link-mobile {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: normal;
}

.user-index #main-carousel-container #carousel-container {
    padding-top: 0;
    padding-bottom: 0;
}

.user-index #main-rental-guarantee-carousel-container #carousel-rental-guarantee-container {
    padding-top: 0;
    padding-bottom: 4rem;
}
.user-index #main-rental-guarantee-carousel-container.user-home-section #carousel-rental-guarantee-container {
    padding-top: 0;
    padding-bottom: 0;
}

.user-index #main-approved-loan-carousel-container #carousel-approved-loan-container {
    padding-top: 0;
    padding-bottom: 0;
}

.user-index #main-approved-loan-carousel-container .swiper-approved-loan-controls {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.user-index #main-carousel-container .swiper-controls,
.user-index #main-loan-carousel-container .swiper-loan-controls,
.user-index #main-approved-loan-carousel-container .swiper-approved-loan-controls,
.user-index #main-insurance-carousel-container .swiper-insurance-controls,
.user-index #main-rental-guarantee-carousel-container .swiper-rental-guarantee-controls,
.user-index #main-recommended2-carousel-container .swiper-recommended2-controls {
    margin-bottom: 0 !important;
}

.user-index #main-insurance-carousel-container #carousel-insurance-container {
    padding-top: 0;
    padding-bottom: 0;
}

.user-index #main-insurance-carousel-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.user-index #main-insurance-carousel-container.user-home-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 768px) {
    .user-index #main-carousel-container .swiper-controls {
        margin-bottom: 0;
    }
}

/***********************************************************************************
* END PRO-1676 - Rollout gradual del nuevo panel con medición de impacto
***********************************************************************************/
/***********************************************************************************
* START PRO-1694 - Integración nuevo socio comercial - MawDy
***********************************************************************************/

.mawdy-modal {
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}

/* Header */
.mawdy-modal .modal-header {
    padding: 20px 24px 10px;
}

.mawdy-modal .modal-title {
    font-weight: 700;
    font-size: 18px;
    color: #2b145b;
}

/* Body */
.mawdy-modal .modal-body {
    padding: 20px 24px 28px;
}

.mawdy-modal p {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

/* Benefits box */
.mawdy-benefits {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    margin: 20px 0;
}

.mawdy-benefits p {
    text-align: left;
    margin-bottom: 10px;
    color: #333;
}

.mawdy-benefits ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.mawdy-benefits li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #444;
    text-align: left;
}

/* Main button */
.mawdy-modal .btn-primary {
    background-color: #2b145b;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
}

.mawdy-modal .btn-primary:hover {
    background-color: #23114a;
}

/* Exit link */
.mawdy-exit {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    color: #1e88e5;
    font-weight: 500;
    text-decoration: none;
}

.mawdy-exit:hover {
    text-decoration: underline;
}
.modal-mawdy p.text-muted {
    text-align: left;
}
/* Ajuste fino título Mawdy */
.modal-mawdy .modal-header {
    padding-left: 0;
    padding-right: 0;
}
/* Destacar textos strong en la lista Mawdy */
.mawdy-benefits li strong {
    font-weight: 600;       /* más peso */
    color: #000;            /* negro real */
}
/* Modal más ancho (ya lo tenías, lo dejo completo) */
@media (min-width: 768px) {
    #product-modal-96 .modal-dialog {
        max-width: 640px;
    }
}

/* Limitar alto total del modal */
#product-modal-96 .modal-content {
    max-height: 90vh;
    overflow: hidden;
}

/* Scroll SOLO en el body */
#product-modal-96 .modal-mawdy {
    max-height: calc(90vh - 40px);
    overflow-y: auto;
}

/* Asegurar espacio inferior para el botón */
#product-modal-96 .modal-mawdy {
    padding-bottom: 24px;
}
/* Centrar botón "Enviar solicitud" en mobile */
@media (max-width: 767px) {
    #product-modal-96 .modal-mawdy {
        text-align: center;
    }

    #product-modal-96 .modal-mawdy .btn-primary {
        display: inline-block;
        width: 100%;
        max-width: 320px; /* opcional, queda más prolijo */
        margin: 0 auto;
    }
}
/* Cruz de cierre Mawdy */
.modal-mawdy .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-mawdy .close {
    font-size: 22px;
    opacity: 0.6;
}

.modal-mawdy .close:hover {
    opacity: 1;
}

.modal-mawdy .modal-header {
    position: relative;
}

.modal-mawdy .close {
    position: absolute;
    top: 8px;
    right: 12px;
}
/* Modal Confirmed - estilo correcto */

.modal-mawdy-confirmed {
    position: relative;
}

.mawdy-success-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.success-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e6f7ed;
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-title {
    color: #2A1859;
    font-weight: 600;
    font-size: 24px;
}

.success-text {
    color: #2A1859;
    font-size: 16px;
    line-height: 1.5;
}

.modal-close-x {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    color: #888;
}

.modal-close-x:hover {
    color: #000;
}
.modal-mawdy-confirmed {
    text-align: left !important;
}

.modal-mawdy-confirmed p,
.modal-mawdy-confirmed h4 {
    text-align: left !important;
}
/***********************************************************************************
* END PRO-1694 - Integración nuevo socio comercial - MawDy
***********************************************************************************/
