.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

h1 {
    font-weight: 700;
}

h3 {
    color: #198754;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

h4 {
    font-weight: 600;
}

.logo-home {
    width: 100%;
    max-width: 400px;
}

@media (max-width: 768px) {
    .logo-home {
        max-width: 220px;
    }
}

.navbar-nav.mx-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar {
    border-top: 1px solid #222;
}


.navbar .nav-link {
    transition: all 0.3s ease;
}

.navbar .nav-link:hover {
    color: #63D471 !important;
    transform: translateY(-2px);
}

.categoria-link {
    transition: all 0.3s ease;
}

.categoria-link:hover {
    color: #63D471 !important;
    transform: translateX(3px);
}

.categoria-link {
    transition: all 0.3s ease;
}

.categoria-link:hover {
    color: #63D471 !important;
    transform: translateX(3px);
}

.redes-sociais {
    background-color: aliceblue;
    width: 150px;
}

.redes-sociais a{
    font-size: 32px;
    color: #6c757d;
    transition: 0.3s;
}

.redes-sociais a:hover{
    color: #0d6efd;
    transform: scale(1.2);
}

.footer-link{
    color: #ffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-link:hover{
    color: #0d6efd;
}





