@font-face {
    font-family: 'KG Second Chances Sketch';
    src: url('KGSecondChancesSketch.woff2') format('woff2'),
        url('KGSecondChancesSketch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 200;
}
h1{
	font-family: 'KG Second Chances Sketch';
	color: #03bf03;
	font-size: 3.5em;
	text-transform: capitalize;
}
.tt-2{
	font-family: 'KG Second Chances Sketch';
	color: #0344bf;
	font-size: 40px;
}
.logo{
	font-family: 'Delius Swash Caps', cursive;
	color: #646464;
	font-size: 2em;
	padding: 15px 0;
}
.bg-tags{
	font-weight: 300;
	padding: 6px 15px;
	margin-bottom: 8px;
	font-size: 1.5em;
	border-bottom: solid 2px #00d471;
	background: honeydew;
}
.tags{
	font-size: 1.2em;
}
.lktop, .lktop:visited{
	font-weight: 300;
	color: #b1b1b1;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size: 1.1em;
	padding: 8px 25px;
}
.lktop:hover{
	text-decoration: none;
	color: #6fa0ff;
}
.lineTop{
	background-color: #f7ff00;
}
.imaRecurso{
	height: 390px;
	overflow: hidden;
}
.tt-recurso{
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
footer{
	background: aliceblue;
	border-top: solid 1px aquamarine;	
}
