:root {
    --bs-primary: #222e61;
    --bs-secondary: #3a98d4;  
    --bs-success: #28a745;   
    --bs-info: #17a2b8;       
    --bs-warning: #ffc107;    
    --bs-danger: #dc3545;     
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
}

.text-justify {
    text-align: justify;
}

@media only screen and (max-width: 1024px) {
    .text-justify {
        text-align: left;
    }
}

.navbar.bg-primary {
    background-color: var(--bs-primary) !important;
}
.navbar .nav-link {
    color: white !important;
}

#campo-contato {
    background-color: var(--bs-primary) !important;
    color: var(--bs-light) !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1); /* Light border color */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}