.top-bar {
    background-color: #004D3A;
    color: white;
    font-size: 0.875rem;
    min-height: 70px;
}

.top-bar-greeting {
    color: white;
    font-weight: 500;
}

.top-bar-link {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
    font-size: 16px;
    font-style: normal;
    padding: 16px;
    font-weight: 500;
    line-height: normal;
    margin-right: 16px;
}

.top-bar-link:hover {
    color: white;
    opacity: 0.8;
    text-decoration: none;
}

.top-bar-icon {
    width: 20px;
    height: 20px;
	margin-right: 8px;
}

.btn-quero-contratar {
    background-color: white;
    color: #004D3A;
    border: 2px solid #006B52;
    padding: 12px 16px;
    font-weight: 600;
    border-radius: 100px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
}

.btn-quero-contratar:hover {
    background-color: #f8f9fa;
    color: #004D3A;
    border-color: #004D3A;
}

@media (max-width: 991.98px) {
    .top-bar .d-flex.justify-content-end {
        justify-content: center !important;
    }
    .top-bar .d-flex.align-items-center {
        justify-content: center;
        flex-wrap: nowrap;
    }
}

@media (max-width: 395px) {
    .top-bar-link {
        font-size: 13px;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-bar-link span,
    .btn-quero-contratar span {
        white-space: nowrap;
    }
    .top-bar-icon {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
    .btn-quero-contratar {
        font-size: 13px;
        white-space: nowrap;
        padding-left: 12px;
        padding-right: 12px;
    }
}
