:root {
    /* ### ABC-DS | Ilustrações */
    --color-support-600: #1A357B;
    --color-support-400: #5F78BE;
    --color-support-300: #A0AED3;
    --color-support-250: #C5D1F3;
    --color-support-200: #F4F7FE;
    --color-support-100: #F4F7FE;

    /* ### ABC-DS | Tokens-Core */

    /* Nova Marca */
	--ocre: #A6874B;
	--off-white: #DEDDD7;
	--chumbo: #232222;
	--new-support: #4E759D;
	--investment-banking: #733022;
	--corretora-de-seguros: #244566;
	--energia: #905A26;
	--agro: #50593D;
    /* Brand */
    --brand-primary: #1E1E1E;
    /* Support */
    --support-dark-primary: #1A357B;
    --support-dark-secondary: #5F78BE;
    --support-dark-tertiary: #A0AED3;
    --support-light-primary: #C5D1F3;
    --support-light-secondary: #E0E7FA;
    --support-light-tertiary: #F4F7FE;
    /* Feedback */
    --feedback-success-light: #E1F3ED;
    --feedback-success-default: #239972;
    --feedback-success-dark: #107154;
    --feedback-warning-light: #FEEFD7;
    --feedback-warning-default: #F9B137;
    --feedback-warning-dark: #E59307;
    --feedback-info-light: #E9F8FC;
    --feedback-info-default: #1F8EC3;
    --feedback-info-dark: #0F6A96;
    --feedback-error-light: #FDEBEE;
    --feedback-error-default: #E74F3E;
    --feedback-error-dark: #AD0C14;
    /* Font */
    --font-primary-positive: #000000;
    --font-secondary-positive: #535960;
    --font-negative: #FFFFFF;
    --font-placeholder: #84888D;
    --font-disable: #9DA0A4;
    --font-error: #AD0C14;
    --font-link: #0F6A96;
    /* Icon */
    --icon-default: #09121C;
    --icon-negative: #FFFFFF;
    --icon-disable: #9DA0A4;
    /* Content/Background */
    --background-primary: #FFFFFF;
    --background-secondary: #F2F3F3;
    --background-brand: #1E1E1E;
    --background-support-light: #F4F7FE;
    /* Content/Stroke */
    --stroke-divider: #CED0D2;
    --stroke-disable: #E6E7E8;
    --stroke-card-default: #CED0D2;
    --stroke-card-hover: #5F78BE;
    /* Neutral */
    --neutral-00: #000000;
    --neutral-50: #09121C;
    --neutral-100: #222A33;
    --neutral-200: #3A4149;
    --neutral-300: #535960;
    --neutral-400: #6B7177;
    --neutral-500: #84888D;
    --neutral-600: #9DA0A4;
    --neutral-700: #B5B8BB;
    --neutral-800: #CED0D2;
    --neutral-900: #E6E7E8;
    --neutral-980: #F2F3F3;
    --neutral-1000: #FFFFFF;
    /* Cores Alternativas */
    --purple-600: #503F5F;
    --purple-400: #8F8499;
    --purple-200: #C0BAC5;
    --purple-100: #F8F7F9;
    --forest-green-600: #2D6765;
    --forest-green-400: #799D9D;
    --forest-green-200: #B3C8C8;
    --forest-green-100: #F7F9F9;
    --orange-600: #BE5415;
    --orange-400: #D59169;
    --orange-200: #E8C1AB;
    --orange-100: #FCF8F6;
    --rose-600: #85413F;
    --rose-400: #B18584;
    --rose-200: #D3BBBA;
    --rose-100: #F9F3F3;
    --navy-blue-600: #1A357B;
    --navy-blue-400: #5F78BE;
    --navy-blue-200: #C5D1F3;
    --navy-blue-100: #F4F7FE;
    /* Shadows elevation */
    --shadow-focus: 0px 0px 8px 0px rgba(63, 161, 214, 0.50);
    --shadow-elevation-8: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    --shadow-elevation-16: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    --shadow-elevation-32: 0px 12px 32px 0px rgba(0, 0, 0, 0.16);
}


/* Fonts */

p, a, h1, h2, h3, h4 {
    padding: 0px;
    margin: 0px;
}

.fontPrimary {
    color: var(--font-primary-positive);
}

.fontSecondary {
    color: var(--font-secondary-positive);
}

.fontNegative {
    color: var(--font-negative);
}

/* ### ABC-DS | Data Table */
.smallBody {
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.06px;
}

/* ### ABC-DS | Tipografia */

/* Display */
.display1 {
    font-family: "Open Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.24px;
}

.display2 {
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.2px;
}

.display3 {
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
}

@media only screen and (max-width: 600px) {
    .display1 {
        font-family: "Open Sans";
        font-size: 38px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        letter-spacing: -0.19px;
    }

    .display2 {
        font-family: "Open Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        letter-spacing: -0.18px;
    }

    .display3 {
        font-family: "Open Sans";
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }
}

/* Heading */
.heading1 {
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.12px;
}

.heading2 {
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.1px;
}

.heading3 {
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

/* Body */
.body1 {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.body2 {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bodyLink {
    color: var(--font-link);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
    cursor: pointer;
}

/* Caption */
.caption1 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.07px;
}

.caption2 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.07px;
}

.captionLink {
    color: var(--font-link);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.07px;
    text-decoration-line: underline;
    cursor: pointer;
}

.captionLinkWhite {
    color: var(--font-negative);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.07px;
    text-decoration-line: underline;
    cursor: pointer;
}

/* Buttons */
.buttonPrimaryPositive {
    /* Text */
    color: var(--font-negative);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    /* Background */
    background-color: var(--background-brand);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: fit-content;
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.buttonPrimaryNegative {
    /* Text */
    color: var(--font-primary-positive);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    /* Background */
    background-color: var(--neutral-1000);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: fit-content;
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.buttonPrimaryNegativeSmall {
    /* Text */
    color: var(--font-primary-positive);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    /* Background */
    background-color: var(--neutral-1000);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: fit-content;
    display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.buttonSecondaryPositive {
    /* Text */
    color: var(--font-primary-positive);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    /* Background */
    background-color: transparent;
    border: 1px solid var(--brand-primary);
    border-radius: 4px;
    cursor: pointer;
    width: fit-content;
    display: inline-flex;
    padding: 16px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.buttonSecondaryNegative {
    /* Text */
    color: var(--font-negative);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    /* Background */
    background-color: transparent;
    border: 1px solid var(--background-primary);
    border-radius: 4px;
    cursor: pointer;
    width: fit-content;
    display: inline-flex;
    padding: 16px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.buttonSecondaryNegativeSmall {
    /* Text */
    color: var(--font-negative);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    /* Background */
    background-color: transparent;
    border: 1px solid var(--neutral-1000);
    border-radius: 4px;
    cursor: pointer;
    width: fit-content;
    display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

button:hover {
    box-shadow: var(--shadow-focus);
}

button:active {
    outline: solid 2px var(--feedback-info-default);
}

/* Divider */

.dividerHorizontal {
    padding: 0px;
    margin: 0px;
    background-color: var(--stroke-divider);
    box-shadow: none;
    border: none;
    height: auto;
    width: 100%;
	min-width: 1px;
	min-height: 1px;
}

.dividerVertical {
    padding: 0px;
    margin: 0px;
    background-color: var(--stroke-divider);
    box-shadow: none;
    border: none;
    width: auto;
	min-width: 1px;
	min-height: 1px;
}

/* Input */
.userInput {
    /* Text */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* Background */
    border: 1px solid var(--neutral-600);
    background-color: var(--background-primary);
    padding: 16px 16px 16px 48px;
    border-radius: 4px;
    box-shadow: none;
    background: url(file:///Users/viniciust/Desktop/Novo%20site%20institucional/Login%20IBPJ/Assets/user.svg) no-repeat scroll 16px 16px;
}

.userInput:not(:placeholder-shown) {
    border: none;
    outline: 1px solid var(--neutral-200);
}

.userInput:active {
    border: none;
    outline: 2px solid var(--neutral-200);
}

.userInput:focus {
    border: none;
    outline: 2px solid var(--neutral-200);
}

.passwordInput {
    /* Text */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* Background */
    border: 1px solid var(--neutral-600);
    background-color: var(--background-primary);
    padding: 16px 16px 16px 48px;
    border-radius: 4px;
    box-shadow: none;
    background: url(file:///Users/viniciust/Desktop/Novo%20site%20institucional/Login%20IBPJ/Assets/lock.svg) no-repeat scroll 16px 16px;    
}

.passwordInput:not(:placeholder-shown) {
    border: none;
    outline: 1px solid var(--neutral-200);
}

.passwordInput:active {
    border: none;
    outline: 2px solid var(--neutral-200);
}

.passwordInput:focus {
    border: none;
    outline: 2px solid var(--neutral-200);
}