.row {
    margin-left: 10%;
    margin-right: 10%;
}

.todo_contador {
    display: flex;
    justify-content: end;
    width: 100%;
}

.todo_carta {
    margin-top: 80px;
}

.boton_atras {
    display: flex;
    justify-content: end;
}

.contador {
    z-index: 100;
    color: #fff;
    width: auto;
    padding: 8px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}



.img img {
    display: block;
    margin: auto;
    width: 90px;
}




.cards p {
    text-align: center;
}



.card .cardB img {
    display: block;
    margin: auto;
    width: 50%;
    height: 50%;
    border-radius: 50%;
}

.todo_card {
    height: 120px;
}



.visible {
    display: block;
}


.oculto {
    display: none;
}

.navInferior {
    justify-content: center;
    display: flex;
    margin-top: 120px;
}

.margin {
    margin-left: 1px;
    margin-right: 1px;
}

.color {
    background: green !important;
}