@import url('normalize.css');
@import url('font-awesome.min.css');
@import url('bootstrap.min.css');
@import url('jquery.fancybox-1.3.4.css');

body { background-color: #FFFFFF; font-family: Arial, sans-serif; font-size: 10pt; color: #333333; margin: 0px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: none; cursor: Hand; color: #333333; }
a:hover { text-decoration: nome; cursor: Hand; color: #006CD9; }
a.branco:link, a.branco:visited, a.branco:active { text-decoration: none; cursor: Hand; color: #ffffff; }
a.branco:hover { text-decoration: nome; cursor: Hand; color: #ffffff; }
.topo {
	background-color: #F4F4F4;
}

.bloco{
	text-align: center;
	vertical-align: top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	margin: 6px;
	padding: 6px;
	height: 200px;
}
.bloco:hover {
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: top;
}
.bloco p {
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
}
.bloco a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	cursor: Hand;
	text-align: center;
} 
.bloco a:hover {
	color: #006291;
	text-decoration:  none;
	cursor: Hand; text-align: center;
}

/** TAMANHO FONTE **/
.txt-tam10 { font-size: 10px !important; } .txt-tam12 { font-size: 12px !important; } .txt-tam14 { font-size: 14px !important; } .txt-tam16 { font-size: 16px !important; } 
.txt-tam18 { font-size: 18px !important; } .txt-tam20 { font-size: 20px !important; } .txt-tam22 { font-size: 22px !important; } .txt-tam24 { font-size: 24px !important; } 
.txt-tam26 { font-size: 26px !important; } .txt-tam28 { font-size: 28px !important; } .txt-tam30 { font-size: 30px !important; } .txt-tam32 { font-size: 32px !important; }
.txt-tam34 { font-size: 34px !important; } .txt-tam36 { font-size: 36px !important; } .txt-tam38 { font-size: 38px !important; } .txt-tam40 { font-size: 40px !important; }


/** RECUO TOPO E BAIXO **/
.espc-height{ padding-top: 3px; padding-bottom: 3px; } .espc-height1{ padding-top: 5px; padding-bottom: 5px; } .espc-height2{ padding-top: 10px; padding-bottom: 10px; } 
.espc-height3{ padding-top: 15px; padding-bottom: 15px; } .espc-height4{ padding-top: 20px; padding-bottom: 20px; } .espc-height5{ padding-top: 25px; padding-bottom: 25px; } 
.espc-height6{ padding-top: 30px; padding-bottom: 30px; } .espc-height7{ padding-top: 40px; padding-bottom: 40px; } .espc-height8{ padding-top: 50px; padding-bottom: 50px; }
.espc-height9{ padding-top: 60px; padding-bottom: 60px; } 

/** RECUO DIRETA E ESQUERDA **/
.espc-width { padding-right: 3px; padding-left: 3px; } .espc-width1 { padding-right: 5px; padding-left: 5px; } .espc-width2 { padding-right: 10px; padding-left: 10px; } 
.espc-width3 { padding-right: 15px; padding-left: 15px; } .espc-width4 { padding-right: 20px; padding-left: 20px; } .espc-width5 { padding-right: 25px; padding-left: 25px; } 
.espc-width6 { padding-right: 30px; padding-left: 30px; } .espc-width7 { padding-right: 40px; padding-left: 40px; } .espc-width8 { padding-right: 50px; padding-left: 50px; }
.espc-width9 { padding-right: 60px; padding-left: 60px; } 
.txt-azul{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006CD9;
	text-decoration: none;	
}
@media only screen and (max-width: 992px){
	
.espc-height, .espc-height1, .espc-height2, .espc-height3, .espc-height4, .espc-height5, .espc-height6, .espc-height7, .espc-height8, .espc-height9{ 
padding-top: 10px; padding-bottom: 10px; text-align: center; display: block; margin-right: auto; margin-left: auto; } 
.espc-width, .espc-width1, .espc-width2, .espc-width3, .espc-width4, .espc-width5, .espc-width6, .espc-width7, .espc-width8, .espc-width9 { padding-right: 10px; padding-left: 10px; } 
	
}