body {
    background-color: #f4f6f9;
    min-height: 100vh;
}

.navbar-brand {
    letter-spacing: 1px;
}

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    border-radius: 8px;
}

.card-header {
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
    border-radius: 8px 8px 0 0 !important;
}

.table > thead {
    background-color: #f8f9fa;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}

.btn-group .btn-check:checked + .btn-outline-primary {
    background-color: #0d6efd;
    color: #fff;
}

.list-group-item {
    border-left: none;
    border-right: none;
}

.list-group-item:first-child {
    border-top: none;
}

#productosCarousel .card {
    transition: transform .2s;
}

#productosCarousel .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.badge {
    font-weight: 500;
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}
