video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*DIVS*/

.main-container{
    width: 100%;
}

.filter-container{
    margin: 10px;
    padding: 10px;
    width: 95%;
    border-radius: 15px;
}


.filter-date-container input{
    height: 36px;
    border-radius: 8px;

    width: 100%;
    text-align: center;
    padding: 6px 12px;
    transition: all 0.3s ease-out;
    padding: 5px;
}

/* CARD */

.cards-game-container{
    padding: 10px;
    margin: 0 !important;
}

.card-game-type{
    display: flex;
    justify-content: center;
    flex-direction: column;

    border-radius: 15px;
    padding: 10px;
    margin: 10px;

    transition: transform 0.3s;
    text-decoration: none;
}

.card-game-type:hover{
    transform: scale(1.03);
}

.card-header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-header img{
    width: 100%;
}

.card-header span{
    display: flex;
    align-items: 0;
    justify-content: center;
}

.card-header p{
    margin: 0 10px 0 0;
}

.card-header h5{
    margin: 0;
}

.resultado{
    width: 66%;
}

.resultado-content p{
    width: 40px;
    height: 40px;
    border-radius: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.grupo p{
    width: 40px;
    height: 40px;
    border-radius: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.premio p{
    width: 40px;
    min-width: 40px;

    height: 40px;
    min-height: 40px;

    border-radius: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px){

}

/* VIDEO CONTAINER */

.video-container{
    width: 100%;
}

@media (min-width: 768px){
    .card-game{
        max-width: 300px;
    }
}

@media (min-width: 992px){
    

}

@media (min-width: 1200px){
    .card-game{
        max-width: 350px;
    }
}

@media (min-width: 1400px){

}