/* PALMARÈS */
.palmares-carousel {
    background: #eef3fb;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 35px 35px 15px 35px;
    box-sizing: border-box;
}

.palmares-card {
    position: relative;
    background: #fffde8;
    width: 100%;
    border-radius: 28px;
    padding: 50px 50px 80px 50px;
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.palmares-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.16);
    background: #fffef1;
}

.palmares-slide { display: none; }
.palmares-slide.active { display: block; }

.palmares-year {
    color: #192453;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}

.palmares-year span {
    font-size: 16px;
    font-weight: 800;
    color: #3b465c;
    margin-left: 25px;
}

.palmares-card h3 {
    color: #143b9b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.palmares-card p {
    color: #2f394d;
    font-size: 16px;
    line-height: 1.6;
    max-width: 850px;
}

.palmares-controls {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.palmares-prev,
.palmares-next {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #192453;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0 !important;
}

.palmares-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.palmares-dots span {
    display: block;
    width: 11px;
    height: 11px;
    background: #cfd6e2;
    border-radius: 50%;
    cursor: pointer;
}

.palmares-dots span.active {
    width: 40px;
    border-radius: 38px;
    background: #facf00;
}

@media(max-width:768px) {
    .palmares-carousel {
        width: calc(100% + 40px) !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding: 25px 20px !important;
    }
    .palmares-card { padding: 35px 25px 80px 25px; }
    .palmares-year { font-size: 30px; }
    .palmares-year span { display: block; margin-left: 0; margin-top: 6px; }
}
