@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

a{
    text-decoration: none !important;
    transition: 300ms !important;
}
a:hover{
    opacity: .7 !important;
    transition: 500ms !important;
}

*{
    font-family: "Montserrat", sans-serif !important;
}


/* LINK ATIVO */
.active-link{
    color: #002BA5 !important;
}


/* PALHETA DE CORES */
.text-0{
    color: #002BA5 !important;
}
.bg-0{
    background-color: #002BA5 !important;
}
.text-1{
    color: #0082C0 !important;
}
.bg-1{
    background-color: #0082C0 !important;
}
.text-2{
    color: #00CCC0 !important;
}
.bg-2{
    background-color: #00CCC0 !important;
}
.text-3{
    color: #00B351 !important;
}
.bg-3{
    background-color: #00B351 !important;
}
.text-4{
    color: #00297B !important;
}
.bg-4{
    background-color: #00297B !important;
}
.text-5{
    color: #D3E4ED !important;
}
.bg-5{
    background-color: #D3E4ED !important;
}