.list-group {
    display: inline-block;
    width: auto;
}

.list-group-item {
    width: 100%;
}

.scale {
    transition: transform 0.3s ease;
    display: inline-block;
}

.scale:hover{
    transform: scale(1.05);
}

.btn-hist{
    background-color: #000;
    color: #fcf3fd;
    transition: transform 0.5s;
}

.btn-hist:hover{
    background-color: #d38cfa;
    color: #000;
    border: 0.1rem solid #000 !important;
    transform: scale(1.02);
}

.flex-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0rem 0.3rem 0.7rem;
    position: relative;
    border-radius: 1.5rem;
    transition: transform 0.25s;
    @media screen and (max-width: 1920px) {
        max-width: 55%;
    }
    @media screen and (max-width: 992px) {
        max-width:65%;
    }
    @media screen and (max-width: 768px) {
        max-width: 75%;
    }
    @media screen and (max-width: 576px) {
        max-width: 95%;
    }
}
.flex-container {
    position: relative;
    display: flex;
    border-radius: 1.5rem;
    max-width: 100%;
    @media screen and (max-width: 1920px) {
        max-width: 100%;
    }
    @media screen and (max-width: 992px) {
        max-width:100%;
    }
    @media screen and (max-width: 768px) {
        max-width: 100%;
    }
    @media screen and (max-width: 576px) {
        max-width: 100%;
        margin: 0.2rem;
        padding: 0.5rem;
    }
}

.custom-card-presentation {
    border-left: 4px solid #ff3cec !important;
    padding: 1rem;
    transition: 0.3s ease-in-out;
    backdrop-filter: blur(20px) !important;
    background-color:  rgba(255, 255, 255, 0.04);
}

.custom-card-presentation:hover {
    background-color: rgba(255, 60, 236, 0.2);
    padding: 1rem;
}

.cardHover {
    background: rgba(255, 60, 236, 0.1);
    color: white;
    transition: 0.3s ease-in-out;
    backdrop-filter: blur(20px) !important;
    }
.cardHover:hover {
    transform: scale(1.05);
    background: #000;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} 

.carousel-item img {
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 1.3rem;
}

.bg-transparante-black {
    background: rgba(0, 0, 0, 0.9);
}

.list-custom-item {
    background: rgba(185, 5, 93, 0.12);
    padding: 1rem;
    color: #fcf3fd;
}

.bg-transparante-black {
    background: rgba(0, 0, 0, 0.9);
}

.list-custom-item {
    background: rgba(185, 5, 93, 0.12);
    padding: 1rem;
    color: #fcf3fd;
}
