@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --primary-pink: #9947b8;
    --secondary-pink: #c085d6;
    --tertiary-pink: #af45bd;
    --accent-pink: #dfc2ea;
    --bs-body-bg: #e3dcf0;
}

body {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}


input {
    font-weight: bold;
}

select:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--bs-black) !important;
}

/* Select 2*/

.select2-search__field,
.select2-container--bootstrap-5 .select2-dropdown,
.select2-container--bootstrap-5 .select2-selection {
    background-color: #FFF !important;
}

.select2-search__field:focus {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-white) !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: var(--accent-pink) !important;
    color: var(--primary-pink) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: var(--primary-pink) !important;
    color: #FFF !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #ce93d8;
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ce93d8;
    outline: 0;
    box-shadow: none !Important;
    border-width: 0 !important;
    border-top: none !important;
    clip-path: none;
}

.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }
.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single {border-color: #000; border-left: none !important;}


/* Header */
header {
    background-color: var(--secondary-pink);
    margin-top: 20px;
}

header img {
    width: 100%;
    max-width: 160px;
}

header .nav-link {
    font-family: var(--bs-font-sans-serif);
    font-weight: 600;
    font-size: 20px;
    color: var(--bs-white);
    padding: 26px !important;
}

header .nav-link.active,
header .nav-link:hover {
    color: var(--bs-white) !important;
    background-color: var(--primary-pink);
}

/* Conheça o Projeto */
.conheca-o-projeto {
    margin-top: 120px;
    margin-bottom: 120px;
}

.conheca-o-projeto h1 {
    color: var(--bs-black);
    font-family: var(--bs-font-sans-serif);
    font-weight: 700;
    font-size: 72px;
    line-height: 1.2em;
}

.conheca-o-projeto h3 {
    color: var(--bs-black);
    font-family: var(--bs-font-sans-serif);
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 30px;
}


.conheca-o-projeto ul,
.conheca-o-projeto p {
    margin-bottom: 40px;
    font-size: 24px;
}

.conheca-o-projeto ul li {
    margin-bottom: 20px;
    font-size: 20px;
}

/* Como Participar */
.como-participar {
    margin-top: 120px;
    margin-bottom: 120px;
}

.como-participar h1 {
    color: var(--bs-black);
    font-family: var(--bs-font-sans-serif);
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 30px;
}


.como-participar ul,
.como-participar p {
    margin-bottom: 40px;
    font-size: 20px;
}

.como-participar ul li {
    margin-bottom: 20px;
    font-size: 20px;
}

/* Pré-inscrição */
.pre-inscricao h3 {
    color: var(--bs-black);
    font-family: var(--bs-font-sans-serif);
    background-color: var(--accent-pink);
    font-size: 48px;
    font-weight: 700;

}

.pre-inscricao h5 {    
    font-weight: 800;
    color: var(--bs-black);
    font-family: var(--bs-font-sans-serif);
    font-size: 22px;
    margin-bottom: 12px;
    margin-left: 30px;
}

.pre-inscricao button {
    background-color: var(--tertiary-pink);
    border-color: var(--tertiary-pink);
    font-family: var(--bs-font-sans-serif);
    font-size: 32px;
    min-width: 280px;
    margin-top: 28px;
}

.pre-inscricao button:hover,
.pre-inscricao button:focus,
.pre-inscricao button:active {
    background-color: var(--tertiary-pink);
    border-color: var(--tertiary-pink);
    opacity: .75;
    text-decoration: underline;
}

/* Login */
.login-page {
    /* background-image: url("../images/login/background.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; */
}

.login-page h4 {
    color: var(--bs-black);
    text-decoration: underline;
    font-family: var(--bs-font-sans-serif);
    font-weight: 600;
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.login-page button {
    background-color: var(--tertiary-pink);
    border-color: var(--tertiary-pink);
}

.login-page button:hover {
    background-color: var(--tertiary-pink);
    border-color: var(--tertiary-pink);
    opacity: .75;
}

h1 {
    font-family: var(--bs-font-sans-serif);
    font-weight: 600;
    font-size: 80px;
    mix-blend-mode: multiply;
    color: var(--primary-pink);
}

/* Footer */
footer {
    background-color: var(--secondary-pink);
    padding-top: 62px;
    padding-bottom: 104px;
}

footer h3 {
    font-family: var(--bs-font-sans-serif);
    font-size: 30px;
    font-weight: 600;
    color: var(--bs-white);
    margin-bottom: 33px;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    color: var(--bs-white);
    list-style: none;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 22px;
}

footer ul li a {
    color: var(--bs-white);
    text-decoration: none;
    margin-left: 10px;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
    text-decoration: underline;
    color: var(--bs-white);
}

footer img {
    width: 100%;
}

footer p {
    font-family: var(--bs-font-sans-serif);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: var(--bs-white);
    margin-bottom: 22px;
}