@font-face {
	font-family: Pegasus_;
    /*src: url(/resources/Pegasus_.ttf);*/
	src: url(../Pegasus_.ttf);
}

:root {
	--main-color: #010DB0;
	--text-color: #2C3552;
	--white-color: #fff;
	--black-color: black;
	--background-color: #66A1D2;
	--background-color-end: #ABC4D9;
	--footer-color: #2C3552;
	--bright-blue: #00BFFF;
	--light-blue: #007FFF;
	--light-red: #EE1147;
	--bright-purple: #7E65EA;
	--title-font: "EB Garamond", serif;
	--logo-font: Pegasus_, monospace;
	--text-font: Verdana, sans-serif;
	--presentation-font: Helvetica, sans-serif;
}

body {
	background-color: var(--main-color);
}

a {
	text-decoration: none;
}

b {
	font-weight: bold;
}

i {
	font-family: Pegasus_;
}

.sizePage {
	width: 960px;
}

.justify {
	text-align: justify;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textTitle {
	font-size: large;
	text-decoration: underline;
}

.textList {
	list-style: disc inside;
}

.big {
	font-size: 30px;
}

.right {
	float: right;
}

.half {
	width: 50%;
}

#logoIcon {
	color: var(--main-color);
	font-size: 42px;
	padding: 4.8px 26px 0px 24px;
}
#companyName {
	line-height: 26px;
	padding-top: 8px;
	font-size: 19px;
	font-family: var(--logo-font);
	color: var(--main-color);
	letter-spacing: 1px;
}
#lemma {
	font-size: 15px;
	color: var(--black-color);
}
.top {
	line-height: 60px;
}
.nav {
	padding: 0px 17px;
	font-size: 15px;
	font-family: var(--logo-font);
	text-decoration: none;
	border-top: 3px solid var(--white-color);
	border-bottom: 3px solid var(--white-color);
	color: var(--text-color);
}
.nav:hover {
	transition: color 1s;
	color: var(--bright-blue);
	border-bottom-color: var(--main-color);
}
a.nav:active {
	transition: color 0s;
	color: var(--white-color);
	border-top-color: var(--main-color);
	border-bottom-color: var(--main-color);
	background-color: var(--main-color);
}

.navLeft, .left {
	float: left;
}

.navLeft {
	padding-top: 2.4px;
}
nav>div {
	top: 0;
	position: fixed;
	z-index: 1;
	width: 100%;
	background-color: var(--white-color);
}

main>div {
	position: relative;
	min-height: 540px;
	margin-top: 65px;
}

.gradient {
	background-color: var(--background-color-end);
	/*background-image: linear-gradient(var(--background-color) 10%, var(--background-color-end) 50%);*/
}

#content {
	font-family: var(--text-font);
	padding: 22px 4px 4px 4px;
}

#background {
	min-height: 540px;
	width: 100%;
    background: linear-gradient(to top, rgba(255,255,255,0) 87.5%, white 100%),
                                url(../images/fundo3.jpg);
}

#presentation {
	position: absolute;
	top: 34.8893%;
	left: 20%;
	right: 20%;
	font-size: 25px;
	font-family: var(--presentation-font);
	background-color: var(--white-color);
	text-align: justify;
	color: var(--black-color);
	border: 1px solid var(--black-color);
	border-radius: 7px;
	opacity: 98%;
	padding: 1em;
}
#presentation b {
	color: var(--main-color);
}

section {
	border: 2px solid var(--black-color);
	padding: 5px;
}
.category {
	padding-top: 24px;
}
#pageTitle {
	position: absolute;
	top: 6px;
	left: 20px;
	background-color: var(--background-color-end);
	font-weight: bold;
	font-size: xx-large;
	font-family: var(--title-font);
}

.files li {
	padding-top: 16px;
}
.files li>a:link, li>a:visited {
	color: var(--main-color);
}
.files li>a:hover {
	background-color: white;
	color: var(--black-color);
}
.files li a>i {
	font-size: 20px;
}

.link:link, .link:visited {
	color: var(--light-blue);
}
.link:hover {
	text-decoration: underline;
}
.link:active {
	color: var(--light-red);
}

footer>div {
	padding-top: 14px;
	clear: both;
}
footer div {
	margin: auto;
	font-size: 15px;
	color: var(--white-color);
	background-color: var(--footer-color);
	font-family: var(--text-font);
	line-height: 25px;
	letter-spacing: 1px;
}
#mailFoot {
	padding-top: 6.5px;
}
#mailFootLeft {
	width: 29.17%;
}
#mailFootRight {
	width: 70.83%;
}
#mailFootIcon {
	line-height: 50px;
	padding-right: 15px;
}
#phoneFootLeft {
	width: 39.163%;
}
#phoneFootIcon {
	line-height: 75px;
	padding-right: 8px;
}
#phoneFootArea {
	width: 8.5%;
	height: 70px;
}
#phoneFootNumber {
	width: 52.337%;
	padding-bottom: 14px;
}
#license {
	text-align: center;
	clear: both;
	background-color: var(--main-color);
}
#license::after {
	content: " junho de 2026";
}

@media (max-width: 960px) {
	nav > div {
		box-shadow: 0px 1px 3px 0px var(--text-color);
	}
	main > div {
		min-height: 0;
	}
	.sizePage {
		width: 100%;
	}
	#presentation {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		padding: 2em;
		border: none;
	}
	#background {
		display: none;
	}
	.big {
		font-size: 25px;
	}
	#phoneFoot {
		margin-top: 60px;
	}
	#phoneFootNumber {
		padding-bottom: 26.5px;
	}
	#mailFoot, #phoneFoot {
		float: none;
	}
}
@media (max-width: 830px) {
	#phoneFootArea {
		width: 10.5%;
	}
	#phoneFootLeft {
		width: 37.163%;
	}
}
@media (max-width: 700px) {
	nav > div {
		position: relative;
		display: grid;
	}
	main > div {
		margin-top: 0px;
	}
	#brand {
		display: block;
		margin: auto;
	}
	#companyName {
		line-height: 58px;
		font-size: 18px;
		padding-top: 0px;
		text-align: center;
	}
	#logoIcon {
		margin: auto;
		font-size: 32px;
		padding-top: 0px;
	}
	#lemma, #homeLink {
		display: none;
	}
	.nav {
		line-height: 40px;
		font-size: 13px;
		text-align: center;
	}
	#presentation {
		padding: 1em 4px 1em 8px;
		text-align: left;
		font-size: 20px;
	}
	footer > div {
		padding-top: 0px;
	}
	footer div {
		font-size: 14px;
		line-height: 22px;
	}
	#phoneFootNumber {
		padding-bottom: 12.5px;
	}
	#phoneFootArea {
		width: 12.5%;
	}
	#phoneFootLeft {
		width: 35.163%;
	}
	#license {
		font-size: 14px;
	}
}
@media (max-width: 550px) {
	#pageTitle {
		left: 3px;
	}
	#phoneFootArea {
		width: 8.5%;
	}
	#phoneFootLeft {
		width: 39.163%;
	}
	#mailFoot, #phoneFoot {
		width: 100%;
	}
}
@media (max-width: 412px) {
	#pageTitle {
		font-size: 24px;
	}
	#phoneFootArea {
		width: 11.5%;
	}
	#phoneFootLeft {
		width: 36.163%;
	}
}
@media (max-width: 390px) {
	#mailFootLeft {
		width: 24.17%;
	}
	#mailFootRight {
		width: 75.83%;
	}
}
