@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body * {
    font-family: Montserrat, sans-serif !important;
}

header, footer {
    display: none !important;
}

strong {
    font-weight: 600;
}

/* SIDEBAR */

.content {
    margin: 80px 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

nav {
    padding: 60px 0px 50px;
}

.navbar {
    background-color: #183155 !important;
    padding: 10px 20px;
}

.navbar-collapse {
    padding: 20px 0;
}

.nav-link {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.active {
    color: #ffffff !important;
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
}

.navbar-toggler {
    border: 1px solid #ffffff;
}

.bi-list {
    color: #ffffff;
}

#menuwhy {
    background-attachment: fixed;
}

#menuwhat {
    background-image: url(imgs/fundo02.png);
    background-attachment: fixed;
}

#menuwho {
    background-image: url(imgs/fundo03.png);
    background-attachment: fixed;
}

#menuwhere {
    background-image: url(imgs/fundo04.png);
    background-attachment: fixed;
}

#menuwhen {
    background-image: url(imgs/fundo05.png);
    background-attachment: fixed;
}

#menuapply {
    background-image: url(imgs/fundo06.png);
    background-attachment: fixed;
}

.min-widht {
    min-width: 200px;
    max-width: 300px;

}

#selected {
    transform: scale(2) !important;
}

.unselected {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 4.2px;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.unselected:hover {
    animation: animacaoTexto 0.5s ease-in-out forwards;
}

@keyframes animacaoTexto {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2);
    }
}


/* MAIN CONTENT */

.awards-title {
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.lead {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 2.8px;
    color: #000000;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.normal-text-center {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #183155;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 40px 0 0 0;
    text-transform: uppercase;
}

.normal-text-left {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    color: #000000;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 40px 0 0 0;
}

.text-box {
    padding: 40px 20px;
    margin: 40px 0 0 0;
    border: 2px solid #000000;
}

.text-box p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.awards-light {
    font-weight: 400;
}

.apply-link {
    color: #000000;
    text-decoration: underline;
}

.apply-link:hover {
    color: #183155;
}

.card-body {
    height: 50px;
}

.card-body2 {
    height: 100px;
}

.card-title {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.2px;
    color: #000000;
    text-transform: none;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.card-text {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0 0 5px 0;
}

.ip-logo {
    height: auto;
    width: 200px;
}

.ip-logo-02 {
    height: 50px;
    width: auto;
}

.ip-sponsor-category {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.ip-sponsor {
    height: auto;
    width: 120px;
}

#more-info {
    font: normal normal 600 16px/28px Montserrat;
    letter-spacing: 1.6px;
}

.finalist-img {
    width: 100%;
    filter: grayscale(1);
}

.finalist-img:hover {
    filter: grayscale(0);
}

.card-img-top {
    filter: grayscale(1);
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
}

.winner-category {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2.8px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 10px 0 4px 0;
}

.winner-title {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.2px;
    color: #000000;
    text-transform: none;
    opacity: 1;
    text-decoration: none;
    padding: 0;
    margin: 0 0 10px 0;
}
