﻿titulo-card {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 5px 10px 5px;
}

.card-header {
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

titulo-card-menor {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 1px;
    padding: 3px 3px 7px 3px;
}

.card-header-menor {
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

.card-tabela-card {
    box-shadow: inset 0px 3px 0px 0px #1570cd;
    border-radius: 25px;
    border-color: black;
    border: solid;
}

.card-tabela-titulo-card {
    font-size: 1.1rem;
    line-height: 0.7;
    color: #000;
    letter-spacing: 0.5px;
}

.card-body {
    padding-left: 0.10rem;
    padding-right: 0.10rem;
}