.navbar{
    padding: 0;
}

.card-header {
    padding: 8px 30px 8px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.collapse-accordion {
    height: 0;
    overflow: hidden;
    transition: all 350ms ease-in-out;
}

.table td.td-celulas {
    vertical-align: top;
    border: 1px solid #e9ecef;
}

.table td.td-celulas,
.table thead th {
     padding: .5rem;
     font-size: 0.8em;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #e9ecef;
    font-family: 'Lato', sans-serif;
}
.navbar-expand-lg .navbar-collapse{
    justify-content:space-between;
}

.navbar-brand{
    font-size: 2rem;
    color: rgb(152, 218, 209);
}

.navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}

@media (min-width: 992px) {
    .table thead th,
    .table td.td-celulas {
        padding: .75rem;
        font-size: 1em;
    }
}