#div-certificate {
    display: none;
}

.div-certificate-title {
    font-size: 19px;
    text-align: center;
}

.div-certificate-title-filler {
    height: 20px;
}

.div-certificate {
    height: 125px;
    box-shadow: 12px 8px 14px 0px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    color: var(--color-white);
    padding: 1rem;
    box-sizing: border-box;
}

.div-certificate-blue {
    background-color: var(--color-blue);
}

.div-certificate-green {
    background-color: var(--color-green);
}

.div-certificate-red {
    background-color: var(--color-red);
}

.div-certificate-black {
    background-color: var(--color-black);
}

.div-certificate > div {
    width: 100%;
    text-align: center;
}

.div-certificate > div > div {
    margin-top: 12px;
    font-size: 13.5px;
}

.cer-medal {
    transform: rotate(180deg);
    font-size: 28px;
}

.div-download {
    text-align: center;
}

.download {
    text-decoration: none;
    color: var(--color-black);
    font-size: 14px;
}

.btn-download {
    background: #FFFFFF;
    border: none;
}

.btn-download:hover {
    color: #0d6efd;
}

.div-transparency-big {
    display: flex;
    align-items: center;
}

.div-transparency-big > div:nth-child(1) > img {
    width: 228px;
    height: auto;
    float: left;
}

.div-transparency-big > div:nth-child(2) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    background-color: #EAEAEA;
}

.div-transparency-small > div:nth-child(1) {
    text-align: center;
}

.div-transparency-small > div:nth-child(1),
.div-transparency-big > div:nth-child(2) > div:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
}

.div-transparency-small > div:nth-child(3) {
    text-align: justify;
}

.div-transparency-small > div:nth-child(3),
.div-transparency-big > div:nth-child(2) > div:nth-child(2) {
    font-size: 14px;
    color: #6c6b6b;
}

.div-transparency-big-blue > div:nth-child(2) {
    border-right: 5px solid var(--color-blue);
}
.div-transparency-big-green > div:nth-child(2) {
    border-right: 5px solid var(--color-green);
}
.div-transparency-big-red > div:nth-child(2) {
    border-right: 5px solid var(--color-red);
}

.div-transparency-small-blue > div:nth-child(1),
.div-transparency-big-blue > div:nth-child(2) > div:nth-child(1) {
    color: var(--color-blue);
}

.div-transparency-small-green > div:nth-child(1),
.div-transparency-big-green > div:nth-child(2) > div:nth-child(1) {
    color: var(--color-green);
}

.div-transparency-small-red > div:nth-child(1),
.div-transparency-big-red > div:nth-child(2) > div:nth-child(1) {
    color: var(--color-red);
}

.div-transparency-small > div:nth-child(2) {
    width: 100%;
}

.div-transparency-small > div:nth-child(2) > img {
    width: 100%;
    height: auto;
}

#div-all-empty {
    display: none;
}