.sections .card {
    margin: auto !important;
}

@media (max-width: 768px) {
    .widthCard {
        max-width: 90%;
        margin: 0px auto!important;
    }

}

.sections{
    position: relative;
}

.noShow{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.show{
    z-index: 1;
    opacity: 1;
}

.glider-dots{
    margin-top: 20px;
    display: none;
}

.glider-dot{
    width: 14px;
    height: 14px;
}

.glider-dot.active{
    background: var(--color-morado) !important
}

/* @media (min-width:1200px) {
    #dotsFirst,
    #dotsSecond{
        display: none;
    }
} */

@media (max-width:990px){
    .glider-dots{
        display: flex;
    }
}

.apps_nuevascards {
    padding: 0px 20px 0px 20px;
}