/* ---------------------------------------------------
- default
--------------------------------------------------- */
h1 a{ color: black !important; }
h1 a:hover{ color: #666 !important; }

a{ color: black !important; }
a:hover{ color: #666 !important; }

.button a{
    color: white !important;
    background-color: #f26b33 !important;
}
.button a:hover{
    color: #f26b33 !important;
    background-color: white !important;
}
.conteudo{ text-align: justify !important; }

.voltarbtn{ padding: 40px; }
.clear50x{ height: 50px; }

/* ---------------------------------------------------
- cores primárias
--------------------------------------------------- */
.color1{ color: #f26b33 !important; } .bgcolor1{ background-color: #f26b33 !important; }
.color2{ color: #f2f2f2 !important; } .bgcolor2{ background-color: #f2f2f2 !important; }
.color3{ color: #cccccc !important; } .bgcolor3{ background-color: #cccccc !important; }
.color4{ color: #332b12 !important; } .bgcolor4{ background-color: #332b12 !important; }
.color5{ color: #F7F7F7 !important; } .bgcolor5{ background-color: #F7F7F7 !important; }