.filter_go{
    padding: 30px 0;
}
.filter_go p{
    margin-bottom: 10px;
}
.none{
    display: none;
}

.grupooracao {
    padding: 15px;
    background-color: #f6f6f6;
    border: solid 1px #bbbbbb;
}

.grupooracao span{
    font-size: 0.775em;
}

.btn_filtro {
    background: var(--colorAuxGradient);
}

@media (max-width: 34em){
    .box2,
    .box3,
    .box4,
    .box5{width: 100%; margin: 15px 0 15px 0 !important;}

    .label_50 label{display: block; width: 100%;}
    .label_50 label:nth-child(2n+0){margin-left: 0;}

    .wc_ead_enter_actions,
    .form_actions{text-align: center !important;}
}

@media (min-width: 34em) and (max-width: 48em){
    .box2,
    .box3,
    .box4,
    .box5{width: 48%; margin: 1% 1% 1% 0 !important;}
    .box2:nth-of-type(2n+0),
    .box3:nth-of-type(2n+0),
    .box4:nth-of-type(2n+0),
    .box5:nth-of-type(2n+0){margin-right: 0 !important;}
}

@media (min-width: 48em) and (max-width: 64em){
    .box3,
    .box4,
    .box5{width: 31%; margin: 1% 1% 1% 0 !important;}
    .box3:nth-of-type(3n+0),
    .box4:nth-of-type(3n+0),
    .box5:nth-of-type(3n+0){margin-right: 0 !important;}
}

@media(max-width: 60em){
    .box_bar,
    .box_side{width: 100%; padding: 0;}
}

@media (min-width: 64em) and (max-width: 80em){
    .box4,
    .box5{width: 23.5%; margin: 1% 1.5% 1% 0 !important;}
    .box4:nth-of-type(4n+0),
    .box5:nth-of-type(4n+0){margin-right: 0 !important;}
}