a:hover {
    cursor: pointer;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid black;
    border-color: black transparent black transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.title {
    color: #48A9A6
}

/* Hide scrollbar for Chrome, Safari and Opera */
.over::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.over {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.img {
    width: 80%;
    z-index: 0;
}

.text-over-img {
    z-index: 1;
    font-size: 1.2em;
    margin-top: -100px;
}

.sinergiaList:hover {
    cursor: pointer;
}

.pageNumber:hover {
    cursor: pointer;
}

.sinergiaList {
    color: red;
}