﻿/*
Titulos da pagina
*/

.title5 {
    font-family: anita_semi-squareregular, Open Sans, 'Segoe UI', Verdana, Arial;
    font-size: 38px;
    color: #fff;
}

.title5new {
    font-family: Open Sans, Segoe UI, Verdana, Arial;
    font-size: 48px;
    font-weight: bold;
    color: #0e1358;
    text-shadow: 2px 2px 7px #0e1358;
    padding-top: 70px;
}

.title4 {
	font-family: 'Segoe UI' , Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	--filter: Shadow(Color=#000000, Strength=5);
	--text-shadow: 0 0 10px #000000, 0 0 30px #ffffff;
	text-align: center;
}

.title6 {
    font-family: Open Sans, Segoe UI, Verdana, Arial;
    font-weight: bold;
    color: #073555;
    --filter: Shadow(Color=#000000, Strength=5);
    --text-shadow: 0 0 10px #000000, 0 0 30px #ffffff;
    text-align: center;
}


.label4 {
    font-family: Open Sans, Segoe UI, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #073555;
    margin-left: -26px;
}

/*WIGO#30371 - Inicio*/
.divLegenda {
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
	border: 1px solid #2F4F4F;
	padding: 5px;
	background: #FFFFFF;
	top: 45px;
	right: 23px;
	width: 160px;
	z-index: 999;
	display:none;
}

.Legenda {
	display:block;
	width:15px;
	height:15px;
}
/*WIGO#30371 - Fim*/
