/* CSS Document */
/* IMPORTAÇÕES */
@import url("normalize.css");
@import url("hover.css");
@import url("material.min.css");
@import url("topo.css");
@import url("navegacao.css");
@import url("corpo.css");
@import url("rodape.css");
@import url("txt.css");
@import url("fundo.css");
/* FONTES */
@import url(http://fonts.googleapis.com/css?family=Roboto);
* {
	text-rendering: optimizeLegibility;
}
html {
	background: #F2F5F3;
	font-size: 62.5%;
}
body {
	overflow-x: auto;
	overflow-y: scroll;
}
.nopadding {
	padding-left: 0;
	padding-right: 0;
}
.red {
	color: #f00 !important;
}
.dia {
	font-size: 2em;
}

.patrocinadores img{
	margin: 10px;
}


/****************************************
         NAVEGACAO HORIZONTAL            
****************************************/
.mdl-layout__tab {
	color: #1f191a;
	font-size: 15px;
	font-weight: bold;
	line-height: 37px;
	padding: 0 8px !important;
	text-decoration: none;
}
.mdl-layout__tab:hover, .mdl-layout__tab:focus {
	color: #005aae;
	text-decoration: none;
}
/* se for menu horizontal ocultar de 768px ate 992px */
@media screen and (max-width: 992px) and (min-width: 768px) {
.menu-horizontal {
	display: none !important;
	visibility: hidden;
}
	
}
