/* 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;
}

.bt {
	border:1px solid #255681;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	font-weight:bold;
	font-size:15px;
	padding:6px 10px;
	text-decoration:none;
	width:235px;
} 

.bt-vd {
	border-color:#306e97;
    background:-webkit-linear-gradient(#306e97 5%, #2bb476 100%);
    background:-o-linear-gradient(#306e97 5%, #2bb476 100%);
    background:linear-gradient(#306e97 5%, #2bb476 100%);
	box-shadow:inset 0px 1px 0px 0px #e3f1e3;
	color:#fff;
	text-shadow:0px 1px 0px #528009;
}

.bt-vd:hover {
    background:-webkit-linear-gradient(#2bb476 5%, #306e97 100%);
    background:-o-linear-gradient(#2bb476 5%, #306e97 100%);
    background:linear-gradient(#2bb476 5%, #306e97 100%);
	color:#ffe702;
	text-decoration: none;
	
	
}

.bt:active {
	color:#ffe702;
	text-decoration: none;
	position:relative;
	top:2px;}


/****************************************
         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;
}
