.div-flotante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 150px;
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-radius: 10px;
    z-index: 9999;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.vta-tutorial-carousel {
    background-color: #f8f9fa;
    padding: 1.25rem 0 1.5rem;
    margin-bottom: 0;
}

.vta-tutorial-carousel__title {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.vta-tutorial-carousel__inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1rem;
}

.vta-tutorial-carousel__img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.vta-tutorial-carousel__caption {
    background: rgba(0, 0, 0, 0.55);
    border-radius: 6px;
    padding: 0.5rem 1rem 0.6rem;
    bottom: 12px;
    left: 5%;
    right: 5%;
    text-align: center;
}

.vta-tutorial-carousel__step {
    display: inline-block;
    background-color: #e84040;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 0.4rem;
}

.vta-tutorial-carousel__caption-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.15rem;
}

.vta-tutorial-carousel__caption-text {
    color: #e0e0e0;
    font-size: 0.8rem;
}

/* Social login circle buttons */
.vta-social-circles {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.vta-btn-social-circle {
    width: 56px;
    height: 56px;
    min-width: 56px;
    max-width: 56px;
    border-radius: 50% !important;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
    margin-bottom: 0;
}

#tutorialCarousel .carousel-indicators li {
    background-color: #ccc;
}

#tutorialCarousel .carousel-indicators li.active {
    background-color: #e84040;
}
