<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Exo';

.Conteudo			{ position:relative; float:left; width:100%; }
.Item				{ position:relative; float:left; min-width:80px; height:42px; color:#fff; font-size:20px; text-align:center; vertical-align:central; padding: 0px 12px 0px 12px; }
.Item:hover			{ background-color:#2F4F4F; text-decoration:underline; }
.Centralizar		{ display: flex; align-items: center; justify-content: center; height: 100%; width:100%; }
.FundoGradiente		{ background-color:#2E8B57; background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4) 49%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4)); transition: all .5s; }
.FundoInicio		{ position:relative; float:left; width:15px; height:6px; border-style: solid; border-color: #fff transparent #fff transparent; border-width: 18px 36px 18px 0;  }
.FundoFim			{ position:relative; float:left; width:10px; height:6px; border-style: solid; border-color: #fff transparent #fff transparent; border-width: 18px 0 18px 36px;  }
.FundoComplemento	{ position:relative; float:left; width:calc(100% - 996px); height:6px; border-style: solid; border-color: #fff transparent #fff transparent; border-width: 18px 0 18px 0; clear:right;  }
.Sombra				{ text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15); }
.MenuImagem			{ padding-right: 4px; }
</pre></body></html>