<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#paragraph-3cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule: 1px solid rgba(28,110,164,0.5);
    -moz-column-rule: 1px solid rgba(28,110,164,0.5);
    column-rule: 1px solid rgba(28,110,164,0.5);
    }

.rounded {
	border-radius: 5%;
	z-index: 1;
}

.button {
	background-color: midnightblue;
	/* Green */
	border: none;
	color: white;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	float: right;
}

.textos {
	text-align: justify;
	margin-left: 30px;
}

.vid {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	height: max-content;
	margin-bottom: 10px;
}

.img {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.pdfview {
	float: left;
	width: 350px;
	height: 190px;
	background-color: white;
	margin-left: 30px;
	margin-top: 30px;
	padding: 10px;
	border-color: olive;
	border-radius: 5%;
}

-webkit-scrollbar {
	display: none;
}

.conteudo {
	width: 100%;
	height: 500px;
	overflow-y: scroll;
	padding: 100px;
	margin-top: 100px;
	text-align: center;
}

#site {
	background-image: url('5anoa_wallpaper_central.png');  
	width: 1000px;
	height: 700px;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	background-size: cover;
}

.body2 {
	display: flex;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin: 0 auto;
	place-items: center;
	overflow-y: hidden;
	overflow-x: hidden;
	opacity: 1;
	text-align: center;
	background-image: url('5anoabc_wallpaper.png');
	/* The image used */
	/* Full height */
	height: 100%;
	width: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	transition: 99s ease-in-out;

}

.btn_voltar {
	position: absolute;
	z-index: 9999;
	width: 25px;
	height: 35px;
	margin-left: 20px;
	margin-top: 325px;
	animation: move 1s ease-in-out infinite alternate;
}

.textopng_topo {
	position: absolute;
	z-index: 9999;
	height: 85px;
	margin-left: 100px;
	margin-top: 1px;
	animation: move 1s ease-in-out infinite alternate;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
	opacity: 0.8;
	background-color: khaki
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-family: Tahoma, Arial, sans-serif;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 26px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

@media screen and (max-width: 1000px) {
	.box {
		width: 70%;
	}
	.popup {
		width: 70%;
	}
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.text {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 5rem;
	color: #fff;
	border: 3px solid #fff;
	padding: 2rem 4rem;
}

.gradient {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	/* Colors generated on: https://colorhunt.co/palette/179481 */
	background: linear-gradient(45deg, #1f3861, #006cb5, #f26b34, #f58634);
	background-size: 300% 300%;
	animation: colors 15s ease infinite;
}

@keyframes colors {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media (max-width: 600px) {
	.text {
		font-size: 1.5rem;
		padding: 1rem 2rem;
	}
}</pre></body></html>