.objektive-semi-bold{
    font-family: objektive-semi-bold;
}

.btn-topo{
    padding: 22px 36px;
    background-color: #131011;
    color:#ffffff;
    transition: color 0.3s ease;
}

.btn-topo:hover{
    color: #ceab52;
}

.cinza-texto{
    color:#999;
}

.preto{
    color:#131011 !important;
}

.dourado{
    color: #ceab52;
}

.btn-whatsapp {
    width: 80px;
    position: fixed;
    z-index: 99999999999;
    bottom: 10px;
    left: 12px;
}

.sec-exec *, .sec-exec a{
    color:#999 !important;
}

.inscricoes table td,.inscricoes table th{
    text-align: right;
}

.inscricoes table td:first-child,.inscricoes table th:first-child{
    text-align: left;
}

.inscricoes table td:nth-child(2), .inscricoes table th:nth-child(2){
    background-color: #fff9ea;
}

.copyright a:hover{
    color:#ffffff;
    transition: color 0.5s ease;
}