/*** INICIO MEDIA QUERY - Desktops - Resolução superiores a 801 ***/
@media only screen and (min-width : 801px)
                   and (max-width : 1024px) {

.header .form-search INPUT.input-text{width:12.1em;}
}