
/*body { background: yellow !important; }*/

.card {
    font-family: 'Nunito', sans-serif;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    /* Outros estilos para todos os cards */
}

.card-title {
    color: #198754;
    font-weight: bold;
}

.card-text {
    font-size: 18px;
    color: #333;
}


/*
card-icone-esq - 

*/
.card-icone-esq {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 2rem;
    color: #ffc107;
    z-index: 2;
    background: rgba(80, 75, 75, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
  } 
  