/* Desktop */
.card-dashboard.card-dashboard--panel.alert-desktop {
    display: flex;
}

.card-dashboard.card-dashboard--panel.alert-mobile {
    display: none;
}

.backtop-mobile {
    display: none !important;
}

@media (max-width: 1080px) {
    .hide {
        display: none !important;
    }

    .dashboard-one {
        flex-direction: column;
    }

    .ajustaresp {
        margin-top: 100px;
    }

    .card-dashboard {
        &.card-dashboard--main {
            width: 100%;
            max-width: 100%;
        }
    }

    .cards-dashboard-panel {
        grid-template-columns: 1fr;
    }

    .card-dashboard.card-dashboard--special {
        width: 100%;
        height: 100% !important;
    }

    .dashboard-two {
        overflow-x: auto;
    }

    .invested-modal {
        width: 100%;
    }

    #invested-0>.d-flex:first-child {
        flex-direction: column;
        gap: 20px;
    }

    .card-invested-item {
        width: 100%;
    }

    .step-invested-item::before {
        width: 45%;
        left: 68%;
    }

    .terms-selector {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .term-option {
        display: inline-flex;
        justify-content: center;
    }

    .calculator-preloader-content.preloader-stop {
        text-align: center;
        flex-direction: column;
    }

    .invested-footer {
        flex-direction: column;
        gap: 20px;
    }

    .btn-panel {
        justify-content: center;
    }

    .dashboard-two .cod-thead span {
        text-wrap: nowrap;
        padding: 0 22px;
    }

    .result-row,
    .evaluating-result .d-flex,
    .evaluating-invested--sub,
    .transfers-data-investment li,
    .red-crypto .d-flex.justify-content-between {
        flex-direction: column !important;
    }

    .invested-end {
        width: 100%;
    }

    .main-profile {
        grid-template-columns: 1fr;
        margin: 0px 0 90px;
    }

    .profile-left {
        width: 100%;
        padding: 15px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .profile-right {
        padding: 28px 15px;
    }

    .grid-cols-2-cod {
        grid-template-columns: 1fr;
    }

    .tabs-cod-main {
        flex-direction: column;
        height: 191px !important;
    }

    .calculator-slider-labels {
        margin-top: 20px;
    }

    .calculator-content .input-dropdown {
        flex-direction: row !important;
    }

    .d-flex.h-100.justify-content-between.mt-5.calculator-col {
        flex-direction: column;
        gap: 15px;

        button {
            width: 100% !important;
            justify-content: center !important;
        }
    }

    .d-flex.h-100.justify-content-between.calculator-col {
        flex-direction: column;
        gap: 15px;

        button {
            width: 100% !important;
            justify-content: center !important;
            margin: 0 !important;
        }
    }

    .calculator-footer.calculator-col.mt-5 {
        flex-direction: column;
        gap: 15px;

        button {
            width: 100% !important;
            justify-content: center !important;
            margin: 0 !important;
        }
    }

    .calculator-items {
        gap: 20px !important;
    }

    .calculator-inversion {
        font-size: 15px;
        align-items: start;
    }

    .calculator-lists-item {
        font-size: 13px;
    }

    .cards-saving-container,
    .steps-container {
        grid-template-columns: 1fr !important;
    }

    .step-item::before {
        display: none !important;
    }

    .step-item {
        margin: auto;
        max-width: 300px;
    }

    .tabs-ambiente {
        flex-direction: column !important;
    }

    .row.h-100 {
        position: relative !important;
        z-index: 4 !important;
    }

    .product-list-item-content {
        flex-direction: column !important;
        align-items: start !important;
    }

    .login-card {
        min-width: 97% !important;
    }

    #register-form .col-cod-2 {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .col-cod-2 .field-cod {
        width: 100% !important;
        display: table;
    }

    .login-register-main {
        overflow-y: auto;
        align-items: flex-start !important;
    }

    #register-form {
        min-width: 345px !important;
    }

    .input-cod-date input {
        width: 100% !important;
    }

    .weare-item {
        flex-wrap: wrap;
        justify-content: center;

        img {
            width: 100%;
        }
    }

    .steps-container {
        grid-template-columns: 1fr;
    }

    .weare-hero::before {
        display: none;
    }

    .title-weare {
        font-size: 28px !important;
    }

    .leaders-container {
        grid-template-columns: 1fr !important;
    }

    .leader-item {
        margin: auto !important;
    }

    h1.title-weare {
        margin: 0 !important;
        margin-top: 50px !important;
    }

    .banner-hero-container {
        padding: 0 !important;
        gap: 0 !important;
    }

    .banner-hero-right {
        order: inherit !important;
        margin-top: 0px;
        cursor: grab;
        user-select: none;
        position: relative;
        height: 100%;
    }

    .dashboard-two {
        display: none !important;
    }

    .row-profile-miss {
        border: 0.5px solid #EBEBFE !important;
        border-radius: 10px !important;
        padding: 12px !important;
    }

    .row-profile-miss-content {
        border-radius: 8px !important;
    }
    .dash-cod-accordion-container {
        display: flex !important;
    }
    .main-dashboard {
        gap: 16px !important;
    }
    .card-dashboard.card-dashboard--panel.alert-mobile {
        display: flex !important;
    }
    .card-dashboard.card-dashboard--panel.alert-desktop {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .calculator-tasa-title-plus {
        scale: 0.9;
        margin-top: -7px !important;
    }

    .calculator-content {
        scale: 0.9;
    }

    .banner-hero-right {
        min-height: 100px !important;
    }

    .buttons-hero {
        gap: 10px;
    }

    .calculator-section::before {
        width: 140%;
    }

    .calculator-items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        display: grid;
        gap: 10px !important
    }

    .calculator-tasa-title-value,
    .calculator-mount {
        font-size: 16px;
    }

    .calculator-features-list-item-icon::before {
        display: none;
    }

    .boxNew {
        width: 100%;
        margin-left: 0 !important;
    }

    .videos .row {
        padding: 20px;
    }

    .carousel-press-slick .slick-next-custom {
        background: linear-gradient(270deg, #f9f9ff52 0%, #11112200 100%);
        width: 94px;
    }

    .calculator-main.calculator-main-performance {
        .calculator-col {
            padding: 0 !important;
        }
    }

    .tabs-faqs .accordion-item {
        width: 340px;
    }

    .alert-cod-warning--promo {
        display: none !important;
    }

    .banner-hero-video {
        position: absolute;
    }

    .banner-hero-main {
        padding: 0 !important;
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }

    .finfos>h1 {
        line-height: 38px !important;
    }

    .finfos>h1 strong {
        font-size: 34px !important;
        line-height: 0.5;
    }

    .fsec.slice .finfos>h1 {
        margin-bottom: 25px;
    }

    .finfos>h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 371px;
    }

    .buttons-hero .btn-cod-custom {
        width: 100% !important;
        justify-content: start !important;

        span {
            justify-content: center;
            width: 100%;
            font-size: 20px !important;
        }
    }

    .buttons-hero a {
        width: 100% !important;
    }

    .buttons-hero .btn-cod-custom.blur-effect {
        order: 2;
    }

    .finfos.wow.fadeIn {
        margin-top: -110px !important;
    }

    .banner-hero-right::after {
        top: -4px !important;
        height: 99px !important;
        background: linear-gradient(315deg, #6464BDCC, #39397B80, #39397B00) !important;
    }

    .product-pozo {
        min-height: 306px !important;
        background-size: auto !important;
    }

    .product-pozo::before {
        background: linear-gradient(58deg, #343468CC, #3434684d) !important;
    }

    .product-pozo .btn-cod-custom.btn {
        width: 100% !important;
        justify-content: start !important;

        span {
            justify-content: center !important;
            width: 100% !important;
        }
    }

    .product-pozo-title {
        font-size: 29px !important;
    }

    .product-pozo-description p {
        font-size: 18px !important;
        margin-top: 15px !important;
    }

    .tab-cod-content img {
        width: 24px !important;
    }

    .tab-cod-content span {
        font-size: 16px;
    }

    .tabs-cod-main {
        height: 72px !important;
        flex-direction: row;
    }

    .tab-cod-content {
        border-radius: 200px !important;
    }

    .tabs-cod-main--ahorro .tabs-cod-tab.tabs-cod-tab--active::after {
        display: none;
    }

    .tabs-cod-tab.tabs-cod-tab--active .tab-cod-content {
        border: 1px solid #AABEF7;
    }

    .tabs-cod-tab {
        border: none;
    }

    .calculator-item-months,
    .calculator-item-percentage {
        font-size: 14px !important;
    }

    .calculator-shield span {
        font-size: 16px !important;
    }

    .calculator-features-list-item-icon img {
        width: 26.36px !important;

    }

    .calculator-features-list-item-icon {
        background: #EBEBFE;
        padding: 6px;
        border-radius: 8px;
    }

    .calculator-features-list-item {
        border-radius: 8px;
    }

    .calculator-features-list-item-content {
        display: flex;
    }

    .calculator-features-list {
        margin: 0 !important;

        .btn-cod-custom {
            width: 100% !important;
            justify-content: start !important;
        }
    }

    .calculator-features-list .btn-cod-custom {
        margin: 20px 0 10px !important;
        height: 50px !important;

        span {
            font-size: 20px !important;
            width: 100% !important;
            justify-content: center !important;
        }
    }

    .calculator-features-list .btn-cod-custom img {
        width: 14px !important;
        height: 14px !important;
    }

    .calculator-features-list .btn-cod-custom .arrow-btn-container {
        width: 34px !important;
        height: 34px !important;
    }

    .btn-cod-custom {
        width: 100% !important;
        justify-content: start !important;

        span {
            width: 100% !important;
            justify-content: center !important;
        }
    }

    .calculator-features-list-main {
        gap: 0px !important;
    }

    .calculator-features-list-main img {
        max-width: 107% !important;
    }

    .text-gradient-purple {
        line-height: 1.3 !important;
    }

    .hero-product-content {
        top: 140px !important;
        justify-content: start !important;
    }

    .calculator-main--products .calculator-content {
        .calculator-items {
            grid-template-columns: 1fr 1fr 1fr !important;
        }
    }

    [tooltip-cod][flow^="right"]::after {
        left: -118px;
    }

    .cards-benefits {
        grid-template-columns: 1fr !important;
    }

    .withdraw-modal {
        top: 40px !important;
        transform: translate(-50%, 0) !important;
    }

    .card-dashboard p {
        width: 100%;
    }

    .grid-cols-2-cod.mt-70 {
        gap: 67px !important;
    }

    #help-profile .d-flex {
        flex-direction: column;
        gap: 10px;

        a {
            width: 100% !important;
            flex-direction: row !important;
        }
    }

    .accordion-header {
        flex-direction: row !important;
    }

    .hero-mobile {
        display: block !important;
    }

    #sectSumamosGlobal .contMetricas .item-stadistica .textDegr {
        margin-bottom: -12px !important;
    }

    .contMetricas .d-flex {
        gap: 50px !important;
    }

    .item-stadistica div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #sectSumamosGlobal .contMetricas .item-stadistica p {
        text-wrap: nowrap;
    }

    #sectSumamosGlobal .contSumarGlobal {
        padding-left: 0;
        padding-right: 20px;
    }

    .banner-hero-right::before {
        height: 94px !important;
    }

    .calculator-footer.calculator-col.mt-5 {
        margin-top: -21px !important;
        padding: 0 16px 24px !important;
    }

    .finance-box .calculator-lists-item {
        flex-direction: column !important;
    }

    .finance-box .calculator-lists-item .calculator-tasa-title {
        font-size: 16px !important;
    }

    .project-ahorro--temp {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .project-ahorro--temp a:nth-child(1) img {
        width: 103% !important;
    }

    .project-ahorro--temp a:nth-child(2) img {
        margin-left: -7px !important;
        width: 103% !important;
    }

    .project-detail-wrapper {
        /* grid-template-columns: 340px !important; */
        grid-template-columns: 1fr !important;
    }

    .gallery-thumbnails {
        /* width: 337px !important; */
        width: 100% !important;
    }

    .project-header {
        flex-direction: row;
        justify-content: space-between !important; 
        align-items: start !important;
    }

    .back-link {
        width: 100% !important;
    }

    .calculator-lists-item.d-flex.justify-content-between.ahorro-only-estimado {
        flex-direction: column !important;

        .calculator-tasa-title {
            font-size: 16px !important;
        }
    }

    /* Mobile Home */
    .products-title strong {
        font-size: 42px;
        background: linear-gradient(90deg, #4168D8, #552D9A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    #sectproyectos {
        padding-top: 28px;
        background: #0f0e1a !important;
        margin-top: -2px !important;
    }

    #sectproyectos .contProNew {
        background: #fff;
        padding-top: 30px;
        border-radius: 40px 40px 0 0 !important;
    }

    #sectproyectos .contProNew .contTextTitlePro h2 {
        font-size: 20px !important;
        width: 16ch !important;
        margin: auto;
        margin-top: 20px;
    }

    .arrow-gradient-mobile {
        width: auto;
        margin: auto;
        margin-top: 20px;
        display: block !important;
    }

    .product-item {
        padding: 0;
        position: relative;
    }

    .product-item .tag-flat {
        position: absolute;
        top: -7px;
        right: 0;
        border-radius: 0 24px 0 24px;
        padding: 5px 19px;
        font-weight: 500;
    }

    .product-header {
        flex-direction: row;
        gap: 15px;
        align-items: center;
        padding: 16px !important;
    }

    .product-header .d-flex.justify-content-between.align-items-start.mb-3 {
        margin: 0 !important;
    }

    .product-content {
        padding: 0 0px 0px 11px !important;
        margin: 0 !important;
    }

    .product-list-item-content {
        flex-direction: row !important;
    }

    .product-description {
        padding: 20px 15px !important;
        font-weight: 500 !important;
    }

    .product-item .buttons a,
    .product-item .buttons button {
        font-size: 16px !important;
    }

    .product-list-item-mobile--temp {
        display: inline !important;
        font-size: 16px;
    }

    .product-list-item-mobile--temp span:nth-child(1) {
        color: #0C0E1D;
        font-weight: 700;
    }

    .product-list-item-mobile--temp span:nth-child(2) {
        color: #3251A8;
        font-weight: 700;
    }

    #product-list-item-mobile--temp {
        display: none !important;
    }

    #calculator-index .calculator-content {
        margin-left: -11px !important;
    }

    .calculator-main.calculator-main--saving .calculator-content,
    .calculator-main.calculator-main--performance .calculator-content {
        margin-top: -50px !important;
        margin-left: -11px;
    }

    .carousel-press-slick .press-card {
        width: 270px !important;
        height: 315px !important;
    }

    .carousel-press-slick {
        padding-left: 20px !important;
        margin-top: -10px !important;
    }

    .carousel-press-slick .slick-arrow {
        display: none !important;
    }

    .carousel-press-slick .press-card-overlay {
        padding: 22px !important;
    }

    .carousel-press-slick .press-card-title {
        margin-bottom: 17px !important;
    }

    .carousel-projects--slick .project-card {
        width: 313px !important;
        height: 264px !important;

        .project-card-city {
            margin: 0 !important;
        }
    }

    .carousel-projects--slick .slick-arrow {
        display: none !important;
    }

    .d-flex.h-100.justify-content-between.mt-5.calculator-col {
        margin: 0 !important;
        padding: 0 16px !important;
        /* margin-top: -49px !important; */
    }

    .product-pozo-content {
        padding: 28px 0px !important;
    }

    .calculator-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .calculator-section-title {
        font-size: 36px !important;
        display: flex;
        flex-direction: column;
        line-height: 1.1;
    }

    .calculator-section::before {
        display: none !important;
    }

    #calculator-home {
        margin-top: 0 !important;
    }

    .calculator-shield.calculator-shield--only {
        position: absolute;
        left: 0;
        top: -96px;
        gap: 6px;
        padding: 8px;
        border-radius: 0 !important;
        background: #FAFBFF !important;
        border-color: #EBEBFE;
        height: 52px;
        width: 100%;

        img {
            width: 20px;
            height: 20px;
        }
    }

    .calculator-shield span {
        font-size: 14px !important;
    }

    .calculator-shield.calculator-shield--only::before,
    .calculator-shield.calculator-shield--only::after {
        border-radius: 0;
        display: none;
    }

    .calculator-features-title {
        margin-top: 115px !important;
        text-align: left;
        font-size: 20px;
    }

    .calculator-section::after {
        display: none !important;
    }

    .calculator-features-list-main img {
        order: 2;
    }

    .projects-plus .arrow-double {
        display: none;
    }

    .projects-plus {
        flex-direction: column;
    }

    .benefits-back-subtitle {
        font-size: 36px !important;
    }

    .card-benefit {
        border-radius: 20px !important;
    }

    .card-benefit img {
        width: 32px;
    }

    .card-benefit-header {
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px;
    }

    .card-benefit-title {
        font-size: 18px !important;
        margin: 0 !important;
    }

    .card-benefit-description {
        margin-top: 8px;
    }

    .sponsors-carousel {
        overflow: hidden;
        width: 100%;
        position: relative;
        cursor: grab;
        user-select: none;
    }

    .sponsors-carousel:active {
        cursor: grabbing;
    }

    .sponsors-track {
        display: flex;
        align-items: center;
        justify-content: start !important;
        gap: 10px !important;
        animation: sponsorsScroll 10s linear infinite !important;
        will-change: transform;
    }

    .sponsors-track a {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        transition: transform 0.3s ease;
    }

    .sponsors-track a:hover {
        transform: scale(1.05);
    }

    .sponsors-track img {
        width: auto;
        /* AR=height: 40px;
        max-width: 120px; */
        object-fit: contain;
        filter: grayscale(100%) opacity(0.7);
        transition: filter 0.3s ease;
    }

    .sponsors-track a:hover img {
        filter: grayscale(0%) opacity(1);
    }

    .sponsors-carousel:hover .sponsors-track {
        animation-play-state: paused;
    }

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

        100% {
            transform: translateX(-50%);
        }
    }

    .sponsors-track.dragging {
        animation-play-state: paused !important;
    }

    .sponsors-mobile {
        display: flex !important;
    }

    .press {
        padding-top: 20px;
    }

    .press-title {
        font-size: 36px;
        color: #1E1D33;
        line-height: 1.3;
    }

    .product-pozo-content .btn.btn-cod-custom.btn-private-deals {
        border: none !important;

        img {
            width: 14px !important;
            height: 14px !important;
        }
    }

    .product-pozo-content .btn.btn-cod-custom.btn-private-deals .arrow-btn-container {
        width: 34px !important;
        height: 34px !important;
    }

    .press::before,
    .press::after {
        display: none !important;
    }

    .press-title.text-center {
        margin-top: 0px !important;
        font-size: 30px !important;
        background: linear-gradient(90deg, #4168D8, #552D9A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .press .cards-benefits {
        margin-top: 35px !important;
    }

    .press-cta .img-mobile {
        display: flex !important;
    }

    .press-cta .img-desktop {
        display: none !important;
    }

    .press-cta .card-benefit-title {
        font-size: 24px !important;
        background: linear-gradient(90deg, #4168D8, #552D9A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-top: 8px !important;
    }

    .press-cta .card-benefit.card-benefit--first {
        border-width: 2px;
    }

    .press-cta .card-benefit-description {
        margin-top: 8px !important;
        font-size: 17px !important;
        line-height: 28px;
    }

    .press-cta .card-benefit:hover {
        border-width: 2px;
    }

    .press-cta .card-benefit-header img {
        width: 40px !important;
    }

    .cite-cta .text-gradient-purple {
        font-size: 36px !important;
        background: linear-gradient(90deg, #4168D8, #552D9A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 44px !important;
    }

    .press-cta .btn-cod-custom.btn-home-register {
        width: 168px !important;
        height: 50px !important;
        padding-left: 8px !important;
        margin-bottom: 40px !important;
        span {
            font-size: 20px !important;
        }
    }

    .press-cta .btn-cod-custom .arrow-btn-container img {
        transform: scale(1.5) rotate(-90deg) !important;
    }

    #footerSect {
        padding-top: 0;
    }

    .main-logo-footer {
        img {
            width: 156px;
        }
    }
    .ahorro-only-estimado, 
    .finance-box {
        padding: 16px 15px !important;
    }
    .month-year {
        grid-template-columns: 1fr !important;
    }
    .month-year-item:nth-child(1)::after {
        display: none !important
    }
    #info-user .d-flex.justify-content-between.mb-3,
    #edit-password .d-flex.justify-content-between.mb-3 {
        flex-direction: column !important;
    }
    .footer-info {
        padding: 0;
        margin: 0;

        a,
        .footer-info-item {
            font-size: 14px !important;
        }
    }

    .footer-mobile-socials {
        margin-bottom: 20px;
    }

    .contLogF {
        width: 100% !important;
        margin-bottom: 19px;
    }

    .legal {
        display: flex !important;
        justify-content: space-around;

        a {
            font-weight: 600;
            color: #CCCBEB;
            font-size: 12px;
        }
    }
    .active-projects-private-deals {
        margin-top: 40px !important;
    }
    .calculator-shield.calculator-shield--only.calculator-shield-private-deals {
        background: #262647 !important;
        margin-bottom: 20px !important;
    }
    .footer-project-content {
        flex-direction: column !important;
        gap: 15px !important;
        a {
            width: 100% !important;
        }
    }
    .copyri {
        font-size: 12px;
        color: #9593BD;
        text-align: center;
    }

    .backtop-mobile {
        display: flex !important;
        position: absolute;
        top: 83px;
        left: 0;
        width: 100%;
        height: 300px;
        background: linear-gradient(0deg, #0000, #111122 39%);
    }
    .product-pozo.product-pozo--ahorro {
        min-height: 347px !important;
    }
    .press-cta.press-cta--ahorro {
        padding-top: 30px !important;
    }
    .product-pozo--ahorro.product-pozo-content .btn.btn-cod-custom.btn-private-deals {
        margin: 0 !important;
    }
    .press-cta--gradient::before, 
    .press-cta--gradient::after {
        display: none !important;
    } 
    .product-pozo--ahorro .container {
        padding-top: 15px !important;
    }

    .main-dashboard {
        margin-top: 20px !important;
    }

    .alert-title-panel {
        font-size: 16px !important;
    }

    .card-dashboard.card-dashboard--panel {
        padding: 12px !important;
        height: auto !important;

        img {
            width: 24px !important;
        }
    }

    .card-dashboard-header {
        display: flex;
        align-items: center;
        gap: 10px;

        span {
            margin: 0 !important;
        }
    }

    .card-dashboard-header .text-gradient-to-right,
    .card-dashboard--special .text-gradient-to-right {
        margin: 0 !important;
    }

    .card-value {
        font-size: 24px !important;
    }

    .card-dashboard {
        &.card-dashboard--main {
            padding: 16px !important;
        }
    }

    .buttons-invested-main {
        margin-top: 24px !important;
    }

    .dashboard-one {
        gap: 16px !important;
    }

    .dashboard-one--one {
        gap: 0 !important;
    }

    .cards-dashboard-panel {
        gap: 16px !important;
    }

    .card-dashboard--special {
        border: 0.3px solid #EBEBEB !important;
        background: #FAFBFF !important;
        border-radius: 8px !important;

        p {
            color: #3251A8 !important;
        }
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .card-dashboard.card-dashboard--panel.card-dashboard--special .arrow-alert {
        width: 10px !important;
    }

    .container.container--calculator {
        padding: 0;
        background: #fff !important;
    }
    .tabs-cod-main {
        border-radius: 35px 35px 0 0 !important;
        border-color: #EBEBFE !important;
        border-bottom: none !important;
        background: #fff !important;
        padding: 12px 16px !important;
    }
    .tabs-cod-main.tabs-cod-main--ahorro .tabs-cod-tab.tabs-cod-tab--active .tab-cod-content {
        background: #EDF1FD !important;
        border-color: #84A1F3 !important;
        span {
            background: linear-gradient(to right, #4168D8, #552D9A);
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
    }
    .tabs-cod-main.tabs-cod-main--ahorro .tabs-cod-tab {
        padding: 24px !important;    
    }
    .tabs-cod-main.tabs-cod-main--ahorro {
        gap: 12px !important;
        align-items: center;
        justify-content: center;
    }
    .calculator-mobile-hidden {
        display: flex !important;
    }
    .arrow-right-left {
        position: absolute;
        background: #fff;
        border: 1px solid #EBEBFE;
        border-radius: 200px;
        justify-content: center;
        align-items: center;
        z-index: 20;
        width: 28px;
        height: 28px;
    }
    .tabs-cod-main.tabs-cod-main--ahorro .tabs-cod-tab img {
        margin-right: 2px !important;
    }
    .tabs-cod-main.tabs-cod-main--ahorro .tab-cod-content {
        background: #fff;
        border: 1px solid #E3E3FA;
    }
    .calculator-slider-arrows img {
        display: none !important;
    }
    .calculator-main--saving .calculator-slider-handle,
    .calculator-main--performance .calculator-slider-handle {
        height: 9.77px !important;
        width: 9.77px !important;
        background: linear-gradient(0deg, #6C8EF1, #552D9A) !important;
    }
    .calculator-slider-track {
        height: 2px !important;
    }
    .calculator-items {
        grid-template-columns: 1fr 1fr !important;
        justify-self: anchor-center !important;
        gap: 12px !important;
        .calculator-item {
            width: 156px !important;
            flex-direction: row !important;
            justify-content: space-between !important;
            padding: 6px 5px 6px 16px !important;
            background: #fff !important;
            border: 1px solid #E3E3FA !important;
        }
    }
    .calculator-main--saving .calculator-item-percentage,
    .calculator-main--performance .calculator-item-percentage {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        border-radius: 200px;
        order: 2 !important;
        margin: 0 !important;
    }
    .calculator-main--saving .calculator-item-percentage {
        color: #4B939B !important;
        border-color: #60C7C5 !important;
        background: #F0FBFB !important;
    }
    .calculator-main--performance .calculator-item-percentage {
        color: #6F3BB3 !important;
        border-color: #6F3BB3 !important;
        background: #F8F2FF !important;
    }
    .calculator-main--saving .calculator-item.calculator-item--active,
    .calculator-main--performance .calculator-item.calculator-item--active {
        border-color: #84A1F3 !important;
        background: #EDF1FD !important;
    }
    .calculator-item.calculator-item--active .calculator-item-months {
        background: linear-gradient(to right, #4168D8, #552D9A);
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .calculator-main--saving .calculator-item.calculator-item--active .calculator-item-percentage,
    .calculator-main--performance .calculator-item.calculator-item--active .calculator-item-percentage {
        color: #fff !important;
    }
    .calculator-main--saving .calculator-item.calculator-item--active .calculator-item-percentage {
        border-color: #4B939B !important;
        background: #4B939B !important;
    }
    .calculator-main--performance .calculator-item.calculator-item--active .calculator-item-percentage {
        border-color: #552D9A !important;
        background: #552D9A !important;
    }
    
    .calculator-shield--off-mobile,
    .ahorro-hero.ahorro-hero--saving::before,
    .ahorro-hero.ahorro-hero--performance::before,
    .cards-saving {
        display: none !important;
    }

    .section-services-mobile {
        display: inline-block !important;
        z-index: 2;
        position: relative;
    }
    .services-cards-title {
        font-weight: 700;
        font-size: 28px !important;
        color: #1E1D33;
        span {
            background: linear-gradient(to right, #4168D8, #6D34CF);
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
    }
    .services-cards-description {
        color: #1E1D33 !important;
        font-size: 15px;
    }
    .services-cards-boxs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: 20px;
    }
    .services-cards-boxs-item {
        background: #fff;
        border-radius: 12px;
        padding: 12px;
        border: 0.5px solid #EBEBFE;
        display: grid;
    }
    .services-cards-boxs-item .services-cards-icon {
        border: 1px solid #EBEBFE;
        border-radius: 8px;
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
    }
    .services-cards-boxs-item p {
        font-size: 14px !important;
        color: #1E1D33 !important;
        margin: 8px 0 0 0 !important;
    }
    .services-cards-boxs-item span {
        font-size: 22px !important;
        color: #4B939B !important;
    } 
    .lucide-chevrons-down {
        margin: 30px auto 0 auto;
        display: block;
    }
    .calculator-section-title--special span {
        background: linear-gradient(to right, #4168D8, #6D34CF);
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .services-cards-subtitle {
        font-weight: 700;
        font-size: 24px;
        color: #1E1D33;
        text-align: center;
        span {
            background: linear-gradient(to right, #4168D8, #6D34CF);
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
    }
    .main-projection {
        display: none !important;
    }
    .steps-mobile {
        margin: 30px auto 40px;
        display: block;
    }
    .product-pozo.product-pozo--ahorro.product-pozo--one {
        min-height: 315px !important;
    }
    .press-cta--gradient {
        display: none !important;
    }
    .section-services-mobile .press-title.text-center {
        -webkit-text-fill-color: inherit !important;
        display: inline-block;
        color: #212456 !important;
        margin-top: 30px !important;
    }
    .section-services-mobile.press-cta .card-benefit-title,
    .section-services-mobile.press-cta .card-benefit-description {
        color: #4951C0 !important;
        -webkit-text-fill-color: inherit !important;
    }
    .section-services-mobile.press-cta .btn-benefit {
        span {
            color: #4951C0 !important;
            -webkit-text-fill-color: inherit !important;
        }
    }
    .btn-benefit .btn-icon-benefit {
        img {
            filter: brightness(0) saturate(100%) invert(29%) sepia(86%) saturate(783%) hue-rotate(207deg) brightness(98%) contrast(97%);
        }
    }
    .section-services-mobile .cite-cta .text-gradient-purple {
        font-size: 30px !important;
    }

    .ahorro-hero.ahorro-hero--saving::after,
    .ahorro-hero.ahorro-hero--performance::after {
        content: "";
        display: block;
        position: absolute;
        top: -240px;
        left: -255px;
        width: 190%;
        height: 720px;
    }
    .ahorro-hero.ahorro-hero--saving::after {
        background: radial-gradient(circle, rgb(94 200 210 / 21%) 0, #0000 72%);
    }
    .ahorro-hero.ahorro-hero--performance::after {
        background: radial-gradient(circle, #a575e436 0, #0000 72%);
    }
    .ahorro-hero--performance .services-cards-boxs-item img {
        filter: brightness(0) saturate(100%) invert(19%) sepia(18%) saturate(7350%) hue-rotate(247deg) brightness(100%) contrast(97%);
    }
    .ahorro-hero--performance .services-cards-boxs-item span {
        color: #552D9A !important;
    }
    
    .hero-product::before {
        background: linear-gradient(to right, #1111228a, #11112200) !important;
    }
    .ahorro-hero {
        margin-top: 50px !important;
    }
    .hero-product {
        background: url('../images/helpers/bg-mobile-private.png') no-repeat;
        background-size: cover !important;
    }
    .hero-product::before {
        background: linear-gradient(to right, #11112299, #11112200) !important;
    }
    .hero-product-content .d-flex.flex-wrap {
        margin-top: 174px !important;
    }
    .hero-product-content .d-flex.flex-wrap a {
        width: 100%;
    }
    .hero-product-content .btn-cod-custom .arrow-btn-container {
        height: 34px !important;
        width: 34px !important;
        img {
            width: 24px !important;
            height: 15px !important;
        }
    }
    .calculator-shield--home {
        border-radius: 0 !important;
    }
    .tabs-main-new {
        border-radius: 16px 16px 29px 16px;
    }
    .calculator-col {
        padding: 0 !important;
    }
    .d-flex.h-100.justify-content-between.mt-4.calculator-col {
        padding: 0 10px !important;
    }
    .switch-active-indicator {
        width: 33px !important;
        height: 33px !important;
    }
    .switch-option img {
        width: 21px !important;
        height: 21px !important;
    }
    .switch-option.active img {
        width: 24px !important;
    }
    .tabs-main-new {
        border-radius: 40px 40px 0 0 !important;
    }
    .currency-switch-wrapper {
        width: 105px !important;
    }
    .hero-product-content .d-flex.flex-wrap .btn-cod-custom span {
        font-size: 18px !important;
    }
    .hero-product-content .d-flex.flex-wrap a:nth-child(1) {
        order: 2;
    }
    .hero-product-content .container {
        padding: 0 !important;
    }
    .sec-products {
        margin-top: 119px !important;
    }
    .subtitle-span {
        font-size: 20px !important;
        margin-bottom: 7px !important;
    }
    .products-projects-title {
        font-size: 30px;
        line-height: 38px !important;
        margin-top: 5px !important;
        span {
            color: #AABEF7 !important;
        }
    }
    .btn-trigger-calculator {
        display: flex !important;
        border: none; 
        width: 229px;
        height: 50px;
        background: #4168D8;
        border-radius: 200px;
        padding: 8px;
        float: left;
        margin-top: 20px;
        .icon-calculator {
            margin-right: 5px;
            height: 34px;
            width: 34px;
            background: #CCCBEB1A;
            border-radius: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    .btn-trigger-calculator span {
        font-size: 18px;
        font-weight: 700;
        margin-top: 3px !important;
    }
    .active-projects-private-deals {
        margin-top: -7px !important;
    }
    .dropdown-cod.dropdown-finished-projects a {
        padding: 0 !important;
        font-size: 30px !important;
    }
    .crowd-desktop {
        display: none !important;
    }
    .crowd-mobile {
        position: relative;
        display: flex !important;
        background: #E9E9FF;
        padding: 16px 16px 24px 16px;
        flex-direction: column;
    }
    .crowd-mobile::before {
        content: url(../images/helpers/world-mobile.png);
        position: absolute;
        right: 0;
    } 
    .title-crowd-mobile {
        font-size: 28px;
        line-height: 1.2;
        font-weight: 700;
        color: #552D9A;
    }
    .description-crowd-mobile {
        font-size: 18px; 
        color: #2F1B59;
        margin-top: 12px;
    }
    .btns-crowd-mobile {
        display: flex; 
        gap: 8px;
        z-index: 1;
        margin-top: 32px;
        button span {
            font-size: 16px !important;
            text-align: center;
            margin-top: 0 !important;
            margin-bottom: 2px;
        }
    }
    .btns-crowd-mobile button {
        align-items: center;
        height: 44px !important;
        margin-top: 0 !important;
    }
    .btn-trigger-calculator.btn-know-more {
        background: #FBFAFF80;
        border: 1px solid #DEDDFF;
        span {
            color: #552D9A;
        }
    }
    .btn-trigger-calculator .icon-calculator {
        width: 34px;
        height: 34px;
    }
    .btn-trigger-calculator.btn-know-more .icon-calculator {
        color: #552D9A;
        background: #D8D7FF80;
    }
    .btn-trigger-calculator.btn-invested-crowd {
        background: #552D9A;
        border: 1px solid #552D9A;
        span {
            color: #fff;
            width: 65%;
        }
    }
    .btn-trigger-calculator.btn-invested-crowd .icon-calculator {
        color: #fff;
        background: #CCCBEB1A;
    }
    .experience-desktop {
        display: none !important;
    }
    .experience-mobile {
        display: flex !important;
        flex-direction: column;
        background: #111122;
        padding: 24px 16px;
        p {
            color: #EBEBFE !important;
            margin-top: 10px !important;
            margin-bottom: 0 !important;
        }
    }
    .experience-mobile .btn-trigger-calculator.btn-xp {
        height: 44px !important;
        width: 215px !important;
        background: #7E7D9C1A;
        border: 1px solid #F9F9FF80 !important;
        span {
            color: #FDFDFD;
            font-size: 16px !important;
            margin-top: 0 !important;
        }
    }
    .experience-mobile .btn-trigger-calculator.btn-xp .icon-calculator {
        color: #FDFDFD;
    }
    .agenda .cards-benefits {
        padding: 0 !important;
    }
    .cards-benefits.cards-benefits--private {
        .btn-cod-custom.btn {
            width: 180px !important;
        }
    }
    .btn.btn-cod-custom.mt-1 {
        width: 180px !important;
    }
    .text-gradient-purple.text-gradient-purple--private {
        background: linear-gradient(to right, #84A1F3, #A57DD9) !important;
        -webkit-text-fill-color: transparent;
        background-clip: text !important;
        font-size: 33px !important;
    }
    .btn.btn-cod-custom.btn-cod-custom--private {
        width: 198px !important;
        span {
            font-size: 20px !important;
        }
    }
    .btn.btn-cod-custom.btn-cod-custom--private .arrow-btn-container img {
        height: 17px !important;
    }
    .calculator-main--mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
        margin-top: 0 !important;
        border-radius: 0 !important;
        overflow-y: auto;
        overflow-x: hidden !important;
        height: 100vh;
        padding: 0 !important;
    }
    .calculator-main--mobile.calculator-main--mobile--active {
        display: block !important;
    }
    .calculator-items--private {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
        gap: 0 !important;
        padding: 0 !important;
        .calculator-item {
            width: 108px !important;
            background: #171631 !important;
            height: 32px !important;
            color: #fdfdfd;
            border: 0.5px solid #3D3C5D !important;
            justify-content: center !important;
            padding: 0 !important;
        }
    }
    .calculator-items--private .calculator-item.calculator-item--active {
        background: #4168D880 !important;
        border: 1px solid #4168D8 !important;
        color: #fff !important;
    }
    .calculator-items--private .calculator-item.calculator-item--active .calculator-item-months {
        color: #fdfdfd !important;
        -webkit-text-fill-color: inherit !important;
    }
    .back-calculator {
        display: flex !important;
        gap: 11px;
        align-items: center;
        color: #FDFDFD;
        span {
            font-size: 32px;
            margin-top: -5px;
        }
    }
    .sec-products--private {
        margin-top: 574px !important;
    }
    
    .hero-product-content h1 {
        font-size: 34px !important;
        padding: 0 16px !important;
    }
    .hero-product-content p {
        font-size: 20px !important;
        padding: 0 16px !important;
    }

    .project-overlay .btn-cod-custom {
        width: 168px !important;
    }
    .project-overlay .btn-cod-custom.trigger-avisarme {
        width: 302px !important;
    }

    .d-flex.d-md-none.justify-content-center {
        gap: 18px;
        justify-content: center !important;
        margin-left: 11px;
        margin-top: 20px;
    }


} /* Fin 480 */
.back-calculator,
.experience-mobile,
.crowd-mobile,
.section-services-mobile,
.btn-trigger-calculator {
    display: none;
}


.percentaje-fixed {
    font-size: 10px !important;
    padding: 0.5px 6px;
    border: 0.5px solid #84A1F3;
    border-radius: 200px;
    font-weight: 700;
    position: absolute !important;
    bottom: -10px;
    background: #fff;
}
/* .tabs-cod-tab.tabs-cod-tab--active */
.percentage-fixed--saving {
    color: #4B939B !important;
    border-color: #60C7C5 !important;
    background: #F0FBFB !important;
}
.percentage-fixed--performance {
    color: #552D9A !important;
    border-color: #6F3BB3 !important;
    background: #F8F2FF !important;
}
.invested-amount {
    color: #040404;
    font-size: 14px !important;
    justify-content: center;
    margin-top: 15px;
    font-weight: 500;
}
.calculator-mobile-hidden {
    display: none;
}

.text-footer {
    margin-top: 20px;

    p {
        color: #9593BD;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }
}

.legal {
    display: none;
}

.btn-benefit {
    height: 44px;
    width: 187px;
    border-radius: 200px;
    border: 1px solid #C6D3F9;
    background: #FDFDFD;
    gap: 12px;
    align-items: center;
    padding-left: 6px;
    margin-top: 7px;

    span {
        font-size: 16px;
        background: linear-gradient(90deg, #4168D8, #552D9A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
}

.btn-benefit .btn-icon-benefit {
    width: 28px;
    height: 28px;
    border-radius: 200px;
    background: #EDF1FD;
    display: grid;
    place-items: center;

    img {
        width: 11.53px;
    }
}

.press-cta .img-mobile {
    display: none;
}

.sponsors-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sponsors-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    animation: sponsorsScroll 30s linear infinite;
    will-change: transform;
}

.sponsors-track a {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: transform 0.3s ease;
}
.sponsors-track a:hover {
    transform: scale(1.1);
}

.sponsors-track img {
    /* AR=height: 50px;
    max-width: 150px; */
    width: auto;
    object-fit: contain;
    /* filter: grayscale(100%) opacity(0.6); AR*/
    transition: filter 0.3s ease;
}

.sponsors-track a:hover img {
    filter: grayscale(0%) opacity(1);
}

.sponsors-carousel:hover .sponsors-track {
    animation-play-state: paused;
}

.sponsors-mobile {
    display: none !important;
}

.card-benefit-header {
    display: flex;
    justify-content: flex-start !important;
    flex-direction: column;
    align-items: start !important;
}

.arrow-gradient-mobile--plus {
    filter: brightness(0) saturate(100%) invert(33%) sepia(91%) saturate(701%) hue-rotate(194deg) brightness(99%) contrast(96%);
    width: 40px;
}

.error-message {
    color: #FF4444;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: -8px;
}

.hero-mobile {
    display: none;
    width: 100%;
    position: absolute;
}

.arrow-gradient-mobile {
    display: none;
}

.product-list-item-mobile--temp {
    display: none;
}

.tabs-cod-main.tabs-cod-main--ahorro {
    position: relative !important;
    z-index: 0 !important;
}

@media (max-width: 380px) {
    .calculator-item-months {
        font-size: 14px !important;
    }

    .finfos>h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 231px;
    }
}

.buttons-invested-main {
    margin-top: 3rem;
}

.calculator-features-list-item .number {
    color: #CCCBEB !important;
}

.dash-cod-accordion-container {
    display: none;
    max-width: 420px;
    flex-direction: column;
    gap: 16px;
}

.dash-cod-investment-card {
    border: 0.3px solid #EBEBEB;
    border-radius: 8px;
    background: #FDFDFD;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.3s ease;
}

.dash-cod-accordion-header {
    width: 100%;
    padding: 12px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.dash-cod-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dash-cod-icon-wrapper {
    background: #fcfcfd;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    border: 1px solid #f1f1f4;
    font-size: 1.2rem;
    img {
        width: 28.32px;
    }
}

.dash-cod-title {
    font-size: 18px;
    font-weight: 700;
    color: #040404;
}

.dash-cod-arrow {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.dash-cod-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    padding: 0 12px;
}

/* Estado Activo */
.dash-cod-investment-card.dash-cod-active .dash-cod-accordion-content {
    max-height: 400px;
    padding-bottom: 12px;
}

.dash-cod-investment-card.dash-cod-active .dash-cod-arrow {
    transform: rotate(180deg);
}

/* Filas de Información */
.dash-cod-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    color: #040404;
    font-size: 14px;
}
.dash-cod-row:nth-child(1) {
    border-top: 1px solid #EBEBFE;
}

.dash-cod-value {
    color: #9593BD;
    font-weight: 600;
}

.dash-cod-badge {
    background: #E0F9EB;
    color: #09A34D;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-right: 10px;
}

.dash-cod-value-group {
    display: flex;
    align-items: center;
}
.footer-project-content {
    margin-top: 30px !important;
    a {
        margin: 0 !important;
    }
}
.mobile-menu {
    width: 100% !important;
}
.mobile-menu-link  {
    justify-content: start !important;
    gap: 10px;
    border: none !important;
    padding: 12px 16px !important;
}
.mobile-menu-link span {
    font-size: 16px !important;
}
.mobile-menu-header {
    padding: 20px 30px !important;
}
.mobile-menu-item {
    margin-bottom: 0 !important;
}
.mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mobile-menu-buttons {
    flex-direction: row !important;
}
.mobile-submenu {
    margin: 0 !important;
}
.mobile-submenu.active {
    margin: 10px 0 0 32px !important; 
}
.mobile-menu-link .arrow-icon {
    width: auto !important;
    height: auto !important;
}
.mobile-menu-link.active {
    color: #6C8EF1 !important;
    border-radius: 8px;
    background: #18172C !important;
    img {
        filter: brightness(0) saturate(100%) invert(57%) sepia(11%) saturate(3699%) hue-rotate(193deg) brightness(98%) contrast(93%) !important;
    }
}
.mobile-menu-nav {
    padding: 12px !important;
}
.mobile-menu-item--name {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
}
.name--profile {
    width: 44px;
    height: 44px;
    border-radius: 200px;
    border: 1px solid #4168D8;
    display: grid;
    place-items: center;
}
.sp-mobile {
    background: linear-gradient(0deg, #23223A00, #23223a45, #23223A00);
    width: 100%;
    height: 1px !important;
    margin: 0 !important;
}