﻿.div-posee-cc {
    margin-right: 52px;
    width: 11%;
}

#bar-banner {
    position: unset !important;
    background-image: unset !important;
    background-color: white;
}

#progress-bar-banner {
    height: 2px;
    background-color: rgb(61 91 121);
}

.barra-rosa {
    background-color: #ff436e !important;
}

@media (max-width: 879px) {
    .div-posee-cc {
        display: none;
    }

    .posee-cc-menu {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 28%;
    }

    #progess-bar-menu {
        height: 2px;
        background-color: none !important;
        background-color: rgb(178 172 243);
        width: 64%;
    }

    .div-credito {
        text-align: left;
    }

    #bar-menu {
        background-color: rgba(var(--bs-link-color-rgb));
    }

    .credito-bar {
        text-align: left
    }
}

@media (min-width: 879px) {
    .posee-cc-menu {
        display: none;
    }
}
