@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600&display=swap');

:root {
    --sw-border-color: #eeeeee;
    --sw-toolbar-btn-color: #ffffff;
    --sw-toolbar-btn-background-color: #0091CD;
    --sw-anchor-default-primary-color: #f8f9fa;
    --sw-anchor-default-secondary-color: #b0b0b1;
    --sw-anchor-active-primary-color: #0091CD;
    --sw-anchor-active-secondary-color: #ffffff;
    --sw-anchor-done-primary-color: #90d4fa;
    --sw-anchor-done-secondary-color: #fefefe;
    --sw-anchor-disabled-primary-color: #f8f9fa;
    --sw-anchor-disabled-secondary-color: #dbe0e5;
    --sw-anchor-error-primary-color: #dc3545;
    --sw-anchor-error-secondary-color: #ffffff;
    --sw-anchor-warning-primary-color: #ffc107;
    --sw-anchor-warning-secondary-color: #ffffff;
    --sw-progress-color: #0091CD;
    --sw-progress-background-color: #f8f9fa;
    --sw-loader-color: #0091CD;
    --sw-loader-background-color: #f8f9fa;
    --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

.sw .toolbar {
    padding: 0.8rem;
    display: flex;
    justify-content: space-between;
}

.sw-btn-next-custom {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
}

.sw-btn-prev-custom {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
}

.tab-pane {
    font-family: 'Montserrat', sans-serif;
}

.nome-produto {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.nome-seguradora {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
}