.center {
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.confirmed {
    color: white;
    background-color: #00995D;
}

.canceled {
    color: white;
    background-color: #d63636;
}

.descricao {
    margin-top: 1%;
    margin-bottom: 5%;
}

    .descricao p {
        margin: 0px !important;
    }


* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

@media (min-width: 768px) {
    .my-custom-container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .my-custom-container {
        width: 820px;
    }
}

@media (min-width: 1200px) {
    .my-custom-container {
        width: 1000px;
    }
}

.my-custom-container {
    padding: 3%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.image {
    padding: 3%;
    background-color: var(--cor-principal);
}

.logo {
    max-height: 100px;
    border: none;
}

:root {
    --bs-primary: #16a34a; /* verde */
    --bs-primary-rgb: 22,163,74;
    --brand-600: #16a34a;
    --brand-700: #15803d;
}

html, body {
    background: #fff;
    color: #111;
}

a {
    color: var(--bs-primary);
}

    a:hover {
        color: var(--brand-700);
    }

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--brand-700);
    --bs-btn-hover-border-color: var(--brand-700);
}

.navbar {
    background: #fff !important;
}

.card-hover {
    transition: transform .15s ease, box-shadow .15s ease;
    cursor: pointer;
}

    .card-hover:hover {
        transform: translateY(-2px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.10);
    }

.badge-soft {
    background: rgba(22,163,74,.08);
    border: 1px solid rgba(22,163,74,.25);
    color: #155e2e;
}

.info-label {
    color: #6b7280;
    font-size: .9rem
}

.card {
    width: 100% !important;
    max-width: 100% !important;
}
