@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


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


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


.text-green-1{
    color: #004F5A !important;
}
.bg-green-1{
    background-color: #004F5A !important;
}
.text-green-2{
    color: #00928F !important;
}
.bg-green-2{
    background-color: #00928F !important;
}
.text-green-3{
    color: #00A65A !important;
}
.bg-green-3{
    background-color: #00A65A !important;
}
.text-green-4{
    color: #4FB965 !important;
}
.bg-green-4{
    background-color: #4FB965 !important;
}
.text-green-5{
    color: #AED691 !important;
}
.bg-green-5{
    background-color: #AED691 !important;
}

.fundo{
    background-color: #F1FDFF !important;
}


.active-link{
    color: #00A65A !important;
}
