<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*********responsive_media _queries********/
@media only screen and (max-width: 1440px) {
}
/****/
@media only screen and (max-width: 1366px) {
}
/****/
@media only screen and (max-width: 1280px) {

}
/** Alteração do menu nestas dimensões **/
@media screen and (max-width: 1050px) {

}
/****/
@media only screen and (max-width: 1024px) {
}
/****/
@media only screen and (max-width: 768px) {

}
/****/
@media only screen and (max-width: 640px) {

}
/****/
@media only screen and (max-width: 480px) {

}
/****/

@media only screen and (max-width: 320px) {

}
/****/
</pre></body></html>