.box-certificado{
    background-color: var(--main-color);
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 1px rgba(0, 193, 240, 0.3);
    width: 100%;
}

.corpo-certificado{
    margin-top: 10px;
}

.tag{
    color: var(--contrast-color);
    font-weight: bold;
}

.content{
    color: white;
}

.img-certificado{
    width: 100%;
}

.link:hover{
    text-decoration: none;

}

.btn-link{
    color: white;
    border: none;
    font-weight: bold;
    background: rgb(72,231,193);
    background: linear-gradient(90deg, rgba(72,231,193,1) 0%, rgba(32,133,186,1) 100%);
    padding: 10px;
    border-radius: 10px;
}

.btn-link:hover{
    color:white;
    text-decoration: none;

}

.btn-link-desativado{
    opacity: .2 !important;

}

.btn-link-desativado:hover{
    cursor: wait;

}

.divisor{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to left, transparent, #687070, transparent);
    display: block;

}