:root {
    --blue-01: #233671;
    --blue-02: #2C3A57;
    --blue-03: #4F5F82;
    --gray-01: #949494;
    --white-01: #FFFFFF;

    --font-body: 'Lato', sans-serif;
    --font-body-02: 'Montserrat', sans-serif;
}

section.intro-page-whistleblower {
    background: linear-gradient(87.3deg, rgba(15, 47, 90, 0.2) 15.32%, rgba(15, 47, 90, 0.2) 50.56%), linear-gradient(180deg, rgba(15, 47, 90, 0.83) 2.96%, rgba(15, 47, 90, 0.5146) 46.61%, rgba(15, 47, 90, 0.1577) 79.42%), url('/assets/img/whistleblower/banner-intro.png') no-repeat center;
    background-size: cover;
    height: 554px;
    width: 100%;
    margin-top: 0px;
}

section.intro-page-whistleblower h1 {
    max-width: 759px;
    text-align: center;
}

h2.title {
    max-width: 562px;
    color: #242F47
}

p.p, p.p a {
    text-align: center;
    max-width: 995px;
    font-family: var(--font-body);
    font-size: 1.125rem !important;
    color: #575757;
    font-weight: 400
}

p.p a:hover {
    color: #242F47
}

section.container-contact-form div#form-contact a span {
    font-family: var(--font-body);
    font-size: 1.125rem !important;
    color: #575757;
    font-weight: 400;
    text-align: center;
}

section.container-contact-form div#form-contact div.file input {
    display: none;
}

section.container-contact-form div#form-contact div.file {
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
    padding: 0 .75rem
}

section.container-contact-form div#form-contact div.file label {
    color: var(--white-01);
    cursor: pointer;
    width: 204px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blue-03);
    opacity: 0.5;
    border-radius: 4px;
    padding: 0 .75rem;
    text-align: center;
}

section.container-contact-form div#form-contact div.file label.file-active {
    opacity: 1;
    background-color: var(--blue-01)
}

@media(max-width: 576px) {
    p.p, p.p a {
        font-size: .75rem !important;
    }

    section.container-contact-form div#form-contact a span {
        font-size: .875rem !important;
    }

    section.container-contact-form div#form-contact button {
        background: linear-gradient(89.74deg, #072060 8.49%, #194F72 100.89%) !important;
    }

    section.intro-page-whistleblower {
        background: linear-gradient(87.3deg, rgba(15, 47, 90, 0.2) 15.32%, rgba(15, 47, 90, 0.2) 50.56%), linear-gradient(180deg, rgba(15, 47, 90, 0.83) 2.96%, rgba(15, 47, 90, 0.5146) 46.61%, rgba(15, 47, 90, 0.1577) 79.42%), url('/assets/img/contact/banner-intro.png') no-repeat center;
    }
}
div#file-whistleblower label div {
    /* position: relative; */
    width: 100%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
