.footer {
    width: 100%;
    position: relative;
    z-index: 1;
}

.footer-background {
    background: url('../images/footer-bg.webp') no-repeat top left;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-content {
    width: 100%;
    padding: 180px 20px 20px 20px;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    background-image: linear-gradient(90deg, #1377BE 0%, #1CBEE3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 0px 0px 6px #00D0FF73;
}

.footer-text {
    font-size: 12px;
    color: #ffffff;
}

.icon-journal {
    background-image: linear-gradient(180deg, #20B7FF 0%, #0A587D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.table-visitor {
    max-width: 200px;
}
.table-visitor tr {
    border: none !important;
}
.table-visitor td {
    padding: 0 4px;
}
.table-visitor tr td:last-child {
    text-align: center;
}

@media (max-width: 575px) {
    .footer {
        min-height: 500px;
    }
}