:root{
    --bs-link-color: #197854;
    --bs-link-active-color: #197854;
    --bs-link-hover-color: #197854;
}

.btn{
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #146c43;
    --bs-btn-hover-bg: #146c43;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-active-bg: #0c5734;
}

.navbar-brand img{
    width: 50px;
}

main{
    margin-top: 5rem;
}

section{
    scroll-margin-top: 6rem;
}
/* Tamanho do carousel */

.carousel-item{
    height: 500px;
}

.carousel-item img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-item::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgb(31, 31, 31));
    position: absolute;
}

.card-menu img{
    height: 300px;
    object-fit: cover;
}