body {
    font-family: 'Source Sans Pro', sans-serif;
}

.img_logo {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}



@media (max-width: 768px) {
    #nav-content.nav_active {
        display: inline-grid;
        padding: 5px;
        margin: 5px;
    }

    #nav-content.nav_active a {
        margin-bottom: 5px;
        width: 100%;
    }

    #nav-content.nav_active a.a_cadatrar {
        margin-top: 1rem;
    }
}

@media (min-width: 768px){
  #nav-content.nav_active {
        display: inline-grid;
        padding: 5px;
        margin: 5px;
    }

    #nav-content.nav_active a {
        margin-bottom: 5px;
        width: 100%;
    }

    #nav-content.nav_active a.a_cadatrar {
        margin-top: 1rem;
    }
}