/*icones */
#icone {
    width: 25px;
    height: 25px;
}
/* botao*/

.btn-front {
    background-color: #faa633!important;border: 0px!important;
}

.btn-front:hover {
font-size: 20px;    background-color: #FF8C00!important; border: 1px solid black!important;
}
.text-front{color: #F9A531!important;}
.bg{background-color:#faa633!important;border-radius: 1.2%; }
.search2{
    width: 25%;height: 25%;margin-left: -15%;
}
.text-filter{color: white;}
@media(max-width:576px){
    .search2{width:1.6em;height:1.6em;}
}