
.custom-nav-left,
.custom-nav-right {
    width: 48px;
    height: 48px;
    background-color: white;
    border: 2px solid #aaa;
    transition: all 0.2s ease-in-out;
}

.custom-nav-left:hover,
.custom-nav-right:hover {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}

.owl-carousel .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.owl-carousel .item.active {
    pointer-events: auto;
    opacity: 1;
    position: relative;
}

.news-prize {
    background: var(--text-dark);
    padding: 3rem;
    color: var(--text-light);
}

.card .card-text,
.card-title,
.card span {
    color: var(--text-light);
}

.item-carasuel {
    color: var(--text-dark);
}
