@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

*{
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto !important;
}


a{
    text-decoration: none !important;
    transition: 300ms !important;
}
a:hover{
    opacity: .7 !important;
    transition: 500ms !important;
}


.text-cinza{
    color: #4A4A49 !important;
}
.bg-cinza{
    background-color: #4A4A49 !important;
}
.text-amarelo{
    color: #FFF200 !important;
}
.bg-amarelo{
    background-color: #FFF200 !important;
}
.text-amarelo-2{
    color: #A97C50 !important;
}
.bg-amarelo-2{
    background-color: #A97C50 !important;
}
.text-amarelo-3{
    color: #FBB040 !important;
}
.bg-amarelo-3{
    background-color: #FBB040 !important;
}
.text-amarelo-3{
    color: #FBB040 !important;
}
.text-bg-color{
    color: #282828 !important;
}
.bg-color{
    background-color: #282828 !important;
}
