@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300;700&family=M+PLUS+2:wght@900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'M PLUS 1', sans-serif;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body a {
	color: #990011;
	;
}

#cabecalho {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

header {
	width: 100%;
	height: 70px;
	margin-top: 0;
	background-color: #990011;
	color: white;
	font-family: 'M PLUS 2', san;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

header h1 {
	margin-top: 20px;
	font-size: xx-large;
	font-weight: 700;
	letter-spacing: 0.1px;
}

nav {
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 50px;
	padding-top: 60px;
	padding-bottom: 5px;
	background-color: #990011;
}

nav ul {
	padding: 0 30%;
	display: flex;
	list-style: none;
	gap: 10px;
}

nav ul li {
	width: 50%;
	text-align: center;
	height: 60px;
	line-height: 20px;
}

nav ul li a {
	text-decoration: none;
	color: white;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .05em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav ul li a:hover {
	font-size: 120%;
}

footer {
	background-color: #990011;
	height: 40px;
	text-align: center;
}

footer p {
	padding-top: 10px;
	color: white;
}

main {
	padding-top: 100px;
	margin: 0 auto;
	color: black;
	background-color: white;
}

article h2 {
	color: black;
}

section {
	padding: 3% 10%;
	text-align: left;
	margin: 0;
}

section:nth-child(even) {
	background-color: #fff9f8;
}

section {
	padding: 3% 10%;
	text-align: left;
	margin: 0;
}

section h1 {
	line-height: 0.5;
	text-align: left;
	font-size: 30px;
}

section hr {
	margin-left: 0px;
	height: 1px;
	border: none;
	border-top: 3px #990011 solid;
}

section h2 {
	line-height: 1.0;
	font-size: 25px;
	font-weight: 600;
}

section p {
	line-height: 1.5;
	font-size: 20px;
	font-weight: 200;
}

section li {
	font-size: 20px;
}

article {
	padding-top: 3%;
	padding-left: 20px;
}

#Info {
	display: flex;
	width: 100%;
}

#Info>* {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}

#Info img {
	margin-top: 50px;
	margin-right: auto;
	width: 300px;
	border-radius: 50%;
}

.accounts {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
}

.accounts i {
	font-size: 30px;
}

.accounts a {
	text-decoration: none;
	color: white;
	background-color: #990011;
	padding: 10px 20px 10px 20px;
	border-radius: 40px;
}

.accounts a:hover {
	opacity: 0.5;
}

.card-img {
	width: 50%;
	height: 50%;
	text-align: center;
}

.card-text {
	width: 100%;
}
