<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

#center {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 40px 40px 60px 40px;
}

#div-2 div {
	width: 24%;
}

#div-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#div-1&gt;h1 {
	color: #1ba053;
	font-size: 2.8em;
	margin: 0 0 20px 0;
}

#div-1&gt;p {
	font-size: 1.5em;
	margin: 0 0 40px 0;
	color: #969696;
}

#div-2 {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	font-family: Helvetica, Arial, sans-serif;
}

#div-2-3 {
	color: #444444;
}

#ul li {
	line-height: 2;
}

#ul li i {
	color: #aacc51;
	margin-right: 5px;
	font-size: 24px;
	vertical-align: middle;
}

.recuo {
	text-indent: 2em;
	text-align: justify;
	margin-right: 20px;
}

#div-2-4 {
	color: #444444;
}

#div-2-1 p {
	font-weight: bold;
	color: #444444;
}

#div-2-1 h2 {
	color: #1ba053;
	margin: 10px 0 0 20px;
}

#imgFoto {
	width: 100%;
}

#imgCertificado {
	width: 100%;
	margin-right: 20px;
}
.pcGamer {
	padding-right: 20px;
}
/* ################################# Blog ################################ */

.blog {
	padding: 40px;
	border-top: 40px solid #efe6e6;
	font-size: 11.9px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.34;
	display: flex;
}
.blog&gt; h2{
		color: #1ba053;
		font-size: 28px;
		width:40%;
}
.img{
	width: 400px;
	height: 320px;
	margin: 20px;
}
#blocConteudo {
	display: flex;
	align-items: center;
	width: 60%;
}


</pre></body></html>