:root {
    --1: #59B954;
    --2: #0F1114;
    --3: #1B1E24;
    --4: #30FF13;
    --5: #9B9B9B; 
    --6: #FFD700;
}

.boton3 {
    background-color: var(--3);
}

.carrusel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carrusel-images {
    display: flex;
    transition: transform 0.5s;
}

.carrusel-images img {
    width: 100%;
    height: auto;
}