@font-face {
	font-family: 'weathericons';
	src: url('font/weathericons-regular-webfont.eot');
	src: url('font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/weathericons-regular-webfont.woff2') format('woff2'), url('font/weathericons-regular-webfont.woff') format('woff'), url('font/weathericons-regular-webfont.ttf') format('truetype'), url('font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.wi,
.previsao-icone {
	display: inline-block;
	font-family: 'weathericons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.previsao-icone {
	font-size: 2.6em;
	height: 1.7em;
	line-height: 1.6;
}
.wi-na:before,
.previsao-icone-0:before {
	content: "\f07b";
	opacity: .3;
}
.wi-day-sunny:before,
.previsao-icone-1:before {
	content: "\f00d";
}
.wi-day-haze:before,
.previsao-icone-2:before {
	content: "\f0b6";
}
.wi-cloudy:before,
.previsao-icone-3:before {
	content: "\f013";
}
.wi-fog:before,
.previsao-icone-4:before {
	content: "\f014";
}
.wi-showers:before,
.previsao-icone-5:before {
	content: "\f01a";
}
.wi-storm-showers:before,
.previsao-icone-6:before {
	content: "\f01d";
}
.wi-day-cloudy:before,
.previsao-icone-7:before {
	content: "\f002";
}
.wi-day-fog:before,
.previsao-icone-8:before {
	content: "\f003";
}
.wi-day-showers:before,
.previsao-icone-9:before {
	content: "\f009";
}
.wi-day-storm-showers:before,
.previsao-icone-10:before {
	content: "\f00e";
}

.previsao-conteudo:after {
	clear: both;
	content: "";
	display: block;
}

.previsao-bloco {
	float: left;
	text-align: center;
	width: 33%;
}

.previsao-cppmet .previsaobloco:nth-child(2) {
	width: 34%;
}

.previsao-dia {
	font-size: 0.8em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.previsao-maxima,
.previsao-minima {
	font-size: 1.5em;
	line-height: 1.3;
}

.previsao-maxima {
	font-weight: bold;
}

.previsao-minima {
	opacity: .6;
}

.previsao-info {
	font-size: 0.8em;
	padding-top: 2em;
	text-align: center;
}
