

.galleria__item-inner_fondo {
    height: 450px;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;text-align: center;
}
.galleria__item-inner_fondo, .textotitulgran {
font-size: 2rem;
font-weight: 700;
    line-height: 100%;
    font-style: normal;
    padding-top: 10%;
    color: #dceef8;
}   

.textolittel_slider_fondo {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0;
    color: #fff;
    line-height: 22px;
}



.game-section_fondo {
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.owl-carousel {
    overflow: visible;
}

.game-section_fondo .owl-stage {
    margin: 15px 0;
    display: flex;
    transform: translateX(-30%);
    transition: all 0.3s ease;
}

.game-section_fondo .itemslider_fondo {
    margin: 0 15px 0;
    width: 250px;
    min-width: 250px;
    height: 450px;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}



.game-section_fondo .itemslider_fondo.active {
    width: 250px;
}

.game-section_fondo .itemslider_fondo:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.game-section_fondo .itemslider-desc_fondo {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.game-section_fondo .itemslider_fondo.active .itemslider-desc_fondo {
    transform: none;
    -webkit-transform: none;
}

.game-section_fondo .itemslider-desc_fondo p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.game-section_fondo .itemslider_fondo.active .itemslider-desc_fondo p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.itemslider_fondo {
    flex: 0 0 250px;
    scroll-snap-align: start;
}

.game-section_fondo .itemslider_fondo .overlay_fondo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: 1;
}

body {
    overflow-x: hidden;
}

.slider-icon-container_fondo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.galleria__item-inner_fondo .textolittel_slider_fondo {
    width: 100% !important;
    max-width: 300px;
}