body>div.edgtf-wrapper>div.edgtf-wrapper-inner>div.edgtf-content>div>div>div.edgtf-player-single-top-holder>.main_background-juegos {
    background-image: url(/img/player-title-img.jpg);

    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}


.title {
    width: 100%;
    height: 120px;
    background: #cc316cdb;
    display: flex;
    align-items: center;
}

.title_back {
    height: 60px;
    background: #cc316cdb;
    width: 100%;
    display: flex;
    align-items: center;
}

.title_back h3 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.juegos_list {
    width: 100%;
    height: 48px;
    background-color: #a12862;
    position: relative;
    margin: 180px 0 200px 0;
}

.information_juegos {
    padding: 40px 0 0 0;
    background: #28133d;
}

.juegos_list-container {
    position: absolute;
    width: 100%;
    top: -150px;
}

.juegos_listw100 {
    display: flex;
    width: 63vw;
    max-width: 63vw;
    margin: 0 auto;
    column-gap: 20px;
    justify-content: space-between;
}

.juegos_list-card {
    border-radius: 20px;
    width: 220px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.juegos_list-card figure {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.juegos_list-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.juegos_list-card-absolute {
    position: absolute;
    margin-bottom: 20px;
}

.button_juegos {
    display: none;
    padding: 6px 40px;
    margin-top: -70px;

}

.juegos_list-card:hover .button_juegos {
    display: flex;
}

.juegos_list-card:hover .juegos_list-card-f img {
    filter: brightness(0.6);
}

.juegos_container {
    background: #a12862;
    border-radius: 20px 20px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 20px;
    place-items: center;
    width: 60vw;
    max-width: 60vw;
    row-gap: 20px;
    padding-bottom: 60px;
}

.juegos_container-itm {
    width: 180px;
    height: 290px;
}

.juegos_container-itm figure,
.juegos_container-itm figure img {
    width: 180px;
    height: 240px;
    margin: 0;
    object-fit: cover;
}

.juegos_container .juegos_container-itm {
    width: 100%;
}

.title_back-line {
    width: 63vw;
    max-width: 63vw;
    margin: 0 auto;
}

@media (max-width: 1300px) {
    .juegos_container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .juegos_list-card:nth-child(4) {
        display: none;
    }
}

@media (max-width: 768px) {
    .juegos_container {
        grid-template-columns: 1fr 1fr;
    }

    .juegos_list-card:nth-child(3) {
        display: none;
    }

    body>div.edgtf-wrapper>div.edgtf-wrapper-inner>div.edgtf-content>div>div>div.edgtf-player-single-top-holder>.main_background-juegos {
        background-size: cover;
    }
}

@media (max-width: 425px) {
    body>div.edgtf-wrapper>div.edgtf-wrapper-inner>div.edgtf-content>div>div>div.edgtf-player-single-top-holder>.main_background-juegos {
        background-size: cover;
    }

    .title_back-line {
        text-align: center;
    }

    .juegos_container {
        max-width: 85vw;
        width: 85vw;
    }

    .juegos_container-itm figure,
    .juegos_container-itm figure img {
        width: 150px;
        height: 220px;
        border-radius: 20px;
    }

    .juegos_container {
        gap: 0;
    }

    .juegos_listw100 {
        width: 100vw;
        max-width: 85vw;
    }

    .juegos_container .juegos_container-itm {
        place-content: center;
    }

    .button_juegos {
        padding: 6px 14px;
    }

    .juegos_list-card {
        height: 223px;
    }

    .juegos_list {
        margin: 180px 0 61px 0;
    }
}

@media (max-width: 375px) {

    .juegos_container-itm figure,
    .juegos_container-itm figure img {
        width: 128px;
        height: 221px;
    }
}

@media (max-width: 320px) {

    .juegos_container-itm figure,
    .juegos_container-itm figure img {
        width: 108px;
        height: 221px;
    }
}

.enfasis-juego {
    margin-left: 10px;
    margin-right: 10px;
    background: #7d2d8b;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;

}

.juegos_list_nombre {
    position: absolute;
    left: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    bottom: 10px;
}

.information_form-container div.main_content_video {
    padding: 10px;
}

.information_form-container div.main_content_video iframe {
    height: 250px;
}

@media(max-width:991px) {
    .show-pc {
        display: none !important;
    }
}

@media(min-width:992px) {
    .show-movil {
        display: none !important;
    }
}

/*Incrustacion de codigo*/
.contenedor-juego-select {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contenedor-juego-select .contenedor-juego-select-imagen {
    width: 7%;
    padding-right: 20px;
}

.contenedor-juego-select .contenedor-juego-select-imagen .img {
    width: 100%;
    object-fit: cover;
}

.contenedor-juego-seleccionado {
    display: flex;
    align-items: center;
}

.contenedor-juego-seleccionado .contenedor-juego-select-imagen {
    width: 50px;
    height: 50px;
    padding-right: 20px;
}

.contenedor-juego-seleccionado .contenedor-juego-select-imagen .img {
    width: 100%;
    object-fit: cover;
}

#carrouselJuegos .owl-prev {
    position: absolute;
    top: 40%;
    left: -25px;
}

#carrouselJuegos .owl-next {
    position: absolute;
    top: 40%;
    right: -25px;
}

#carrouselJuegos .owl-prev:focus,
#carrouselJuegos .owl-prev:focus {
    outline: none;
}

#carrouselJuegos .owl-prev.disabled {
    display: none;
}

#carrouselJuegos .owl-next.disabled {
    display: none;
}


body .pruebas * {
    box-sizing: border-box;
}

.seccion-rango-tokens {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.cantidad-tokens-seccion {
    display: flex;
    align-items: center;
    height: 55px;
    justify-content: center;
    padding: 0;

}

@media(max-width:1400px) {
    .seccion-rango-tokens {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width:991px) {
    .seccion-rango-tokens {
        grid-template-columns: 1fr 1fr;
    }
}


.cantidad-tokens-contenedor {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #583bb0;
    background: #28133c;
    font-weight: bold;
    font-size: 16px;
    color: white;
    letter-spacing: 2px;
}

.cantidad-tokens-seccion:hover {
    cursor: pointer;
}

.cantidad-tokens-seccion:hover .cantidad-tokens-contenedor {
    opacity: 0.8;
}

.cantidad-tokens-seccion.activo .cantidad-tokens-contenedor {
    background: #e93477;
}

.match-select-plataformas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.plataforma-opcion {
    height: 50px;
    background-color: #28133c;
    background-size: cover;
    border: solid 1px #583bb0;

    background-position: center;
}

@media(max-width:1600px) {
    .match-select-plataformas {
        grid-template-columns: repeat(3, 1fr);
    }
}

.plataforma-opcion.activa {
    border: solid 2px #e93477;
}

@media(max-width:600px) {
    .plataforma-opcion {
        width: 100%;
    }

    .match-select-plataformas {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contenedor-slider-juego-nombre {

    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;

}

.contenedor-slider-juego-nombre-item {
    background: #7d2d8b;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width:768px) {
    .contenedor-principal {
        padding: 2%;
    }

    body .juegos_container-vw {
        width: 90%;
        max-width: 90%;

    }

    body .matchV_enfrentamientos-header {
        width: unset;
        margin-left: 0;
        min-width: unset;
    }

    body .match_V-token-center {
        display: none;
    }

    .matchV_enfrentamientos-body-center button {
        top: -30px;
        bottom: unset;
        left: unset;
        font-size: 16px;
    }

    .body .matchV_enfrentamientos-body {
        padding-left: 10px;
        padding-right: 10px;
        min-width: unset;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    body .matchV_fna {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body .matchV_enfrentamientos-body-cardR-container {
        padding-top: 0;
    }

    .matchV_enfrentamientos-body-cardR p {
        font-size: 14px;
        margin-top: 0;
        text-overflow: ellipsis;
    }

    .matchV_enfrentamientos-body {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
    }

    .matchV_enfrentamientos-body {
        margin-bottom: 50px;
    }

    .contenedor-juego-seleccionado {
        height: 370px;
    }
}

.grupo_instructions {
    background: #8934e9;
    border-radius: 10px;
    padding: 5px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.grupo_instructions p {
    font-family: 'Rajdhani';
    margin: 0;
    color: white;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


.match_popular-player-itm figure {
    position: relative;
}

.trn-indicador-online {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #d4d4d4;
    border-radius: 100%;
    bottom: 5px;
    right: 10px;
    border: solid 1px black;
}

.trn-indicador-online.trn-indicador-online-on {
    background: #4caf50;
}

.trn-juego-invitar-match {
    margin: 0;
    margin-top: -10px;
    margin-bottom: 10px;
}

.trn-chat-button-invitar.trn-chat-button-invitar-morado {
    color: white;
    background: #432362;
}

.detalle-equipo-torneo-miembros{
    display: flex;
    gap: 25px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-wrap: wrap;
}
.detalle-equipo-torneo-miembros *{
    box-sizing: border-box;
}

.detalle-equipo-torneo-miembro{
    background: #321c56;
    padding: 35px 10px;
    border-radius: 10px;
    width: 40%;
    max-width: 45%;
    overflow: hidden;
}

.detalle-equipo-torneo-miembro-imagen{
    margin: 0;
    text-align: center;

}

.detalle-equipo-torneo-miembro-imagen img{
    width: 100px;
    border-radius: 100%;
}

.detalle-equipo-torneo-miembro-info{
    padding: 0 10px;
    text-align: center;
}

.detalle-equipo-torneo-miembro-info p{
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 12px;
}

.detalle-equipo-torneo-miembro-info .user{
    font-size: 18px;
    color: #ff00cd;
}