
/*DIVS*/

#look{
    display: none;
}

#ptriofederal{
    display: none;
}

#lotep{
    display: none;
}

#cap{
    display: none;
}

#seninha{
    display: none;
}

#saopaulo{
    display: none;
}

.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{
    display: flex;
    justify-content: center;
    flex-direction: column;

    border-radius: 15px;
    max-width: 350px;
    min-width: 276px;

    padding: 10px;
    margin: 10px;

    transition: transform 0.3s;
}

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

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

.card-header img{
    max-width: 140px;
}

.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-imprimir {
    display: flex;
    justify-content: center;
}

.card-imprimir button{
    padding: 8px 30px;
    border-radius: 15px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}




@media (min-width: 768px){
    .filter-container{
        flex-direction: row !important;

        justify-content: space-around !important;
        padding: 20px !important;
    }

    .width-container{
        width: 33% !important;
        margin: 0 !important;
        max-width:200px !important; 
        height: 60px !important;
    }
}

@media (min-width: 992px){
    .filter-container{
        margin: 10px 20px 20px 20px;
    }

}

@media (min-width: 1200px){

}

@media (min-width: 1400px){

}