<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin: 0;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 100;
}

div {
	display: block;
}

#header{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}


a.homelink{
	color: inherit;
}

a{
	color: #cc2727;
	text-decoration: none;
}

a:-webkit-any-link {
	cursor: auto;
}


#logo{
	height: 80%;
	margin: auto;
	position: absolute;
	border-left: 10px;
	top: 0;
    bottom: 10%;
    left: 0;
    right: 0;
}

#assignature{
	position: absolute;
	margin: auto;
	width: 0;
	height: 0;
    left: 15%;
    right: 0;
	bottom: 20%;
	border-left:0;
	border-right: 75px;
	border-bottom: 170px;
}

#navigation{
	position: absolute;
	top:220px;
	width:100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #fff;
	font-size: 24px;
	letter-spacing: 3px;
	z-index: 1;
}

#navigation a.navlink{
	color: #aaa;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}


#navigation a.homelink{
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}


#banner{
	width: 100%;
	height: 180px;
	background: #000;
	position: fixed;
	overflow: hidden;
	top: 30px;
}

#content{
	max-width: 1200px;
	width: auto;
	margin: 0 auto;
	background-color: #fff; 
	overflow: hidden;

}


#perfilpicture{
	border-radius: 1000px;
	max-width: 500px;
	height: auto;
	width: auto;
	margin-left: auto;
}

#apresentation{
	width: auto;
	margin: 0;
	margin-top: 50px;
	font-size: 19px;
	text-align: center;
}

#slider{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

#contact{
	text-align: center;
	letter-spacing: 3px;
}

#linkscontacts{
	margin:0;
	text-align: center;
	letter-spacing: 25px;
	margin-bottom: 60px;
}

#icons{
	margin:0;
	font-size: 80px;
	text-align: center;
	letter-spacing: 10px;
	margin-bottom: 60px;
}</pre></body></html>