@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

body {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif !important;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 20px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	height: auto;
	color: #fff;
	text-align: center;
	border-top: 3px solid #ffc950;
	border-bottom: 1px solid #ffc950;
	background-color: #47828B;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

.content {
	margin-top: calc(100px + 130px);
	padding: 20px;
}

.header img {
	margin-right: 20px;
	width: 150px;
}

.header h2 {
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	flex: 1;
}



a:link,
a:visited {
	/* color: #52aa36; */
	color: #3f631e;
	font-family: arial, helvetica, sans-serif;
}

a:hover {
	color: #777;
	text-decoration: none;
}

p {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}

h1 {
	color: #2b4d12;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

h2 {
	/* Black weight */
}

table {
	margin-left: 10px;
	text-align: left;
	border-collapse: collapse;
	/* border:1px solid #FFCA5E; */
}

thead th {
	background-color: #688e4d;
	height: 47px;
	color: #47828B;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
	border-right: 1px solid #47828B;
}

.cen {
	text-align: center;
}

.pie {
	font-size: 8pt;
	text-align: center;
}

.desc {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}

.txtinicial {
	background-color: #ffca5e;
	padding: 20px 10px 10px 10px;
}

tbody th,
td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #47828B;
	padding: 10px 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: justify;
}