﻿/*
Titulos da pagina
*/

.title5 {
	font-family: Calibri, 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;
}

.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;
	position: absolute;
}


.label4 {
    font-family: Open Sans, Segoe UI, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #073555;
    margin-left: -26px;
}

/*WIGO#30371 - Inicio*/
.containerDivLegendaMol {
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255, 0.3);
	background-color: var(--primary-color);
	z-index: 999;
	display: none;
}

.Legenda {
	display:block;
	width:15px;
	height:15px;
}
/*WIGO#30371 - Fim*/

.divLegendaMOL {
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	color: white;
	font-size: 15px;
}

.divLegendaMOL img {
	float: left;
	padding: 4px 5px;
	margin-left: 20px;
}

.divLegendaMOL .txtLegendaMOL {
	float: left;
	margin-left: 2px;
}
