/*!
 *  Weather Icons 2.0.8
 *  Updated September 19, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@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 {
	color: #06c;
	font-size: 36px;
	height: 1.6em;
	line-height: 1.6;
}
.wi-na:before,
.previsao-icone-0:before {
	color: #666;
	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";
}
