@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@400;700&display=swap');
* {margin: 0; padding: 0; line-height: 1; border: 0; font-weight: normal; outline: none; border-collapse: collapse; text-decoration: none;list-style: none;}
html {scroll-behavior: smooth;}
body {width: 100%; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -o-text-size-adjust: none; position: relative; background-color: #FFF; min-height: 100vh; overflow-anchor: none;}
body, body a {
	color: #000;
}
.duration {
	-webkit-transition-duration:.3s;
		 -o-transition-duration:.3s;
			transition-duration:.3s;
}
h1 {
	font-size: 28px;
	margin: 8px 0;
}
h2 {
	font-size: 26px;
	margin: 8px 0;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	font-size: 26px;
	margin: 10px 0;
	text-align: center;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	font-size: 20px;
	margin: 0 0 40px;
	text-align: center;
	padding: 0 20px;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
u, a {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
ul {
	padding: 0 20px;
	margin-bottom: 40px;
}
ul li {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	padding-left: 22px;
	position: relative;
}
ul li::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 8px;
	width: 3px;
	height: 3px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 2px;
}
ol {
	padding: 0 20px;
	margin: 0 0 40px 20px;
}
ol li {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	list-style: decimal;
}

header #logo {
	overflow: hidden;
	margin: 0 auto;
}
header #logo img {
	float: left;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
}
header .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#content {
	margin: 0 10px;
}
#content .item {
	padding: 5px 15px;
	margin: 5px 10px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#content .item:hover {
	-webkit-box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1);
}
#content .item .td {
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
#content .item .td.border {
	border-bottom: 1px solid #e5ebf1;
}
#content .logo {
	width: 180px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
}
#content .logo img {
	float: left;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
}
#content .item .td:last-child {
	position: relative;
	z-index: 20;
}
#content .text {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#content .title {
	margin-right: 10px;
}
#content .info {
	font-weight: 700;
}
#content .more p {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}
#content .btn a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	background: #81d364;
	color: #FFF;
	border-radius: 5px;
	line-height: 65px;
	font-size: 18px;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.02em;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
#content .btn a:hover {
	background: #157347;
}

#page  {
	overflow: hidden;
}

footer {
	padding: 50px 0;
}
footer .menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer .link,
.copyright p {
	font-size: 19px;
	line-height: 28px;
}
footer .link {
	color: #565e64;
}
footer .link:hover {
	color: #000;
}
footer .info {
	margin: 0 20px 40px;
}
footer .info .more {
	background: #F3F5F8;
	padding: 20px;
	border-radius: 10px;
}
footer .info .more p {
	text-align: justify;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 15px;
}
footer .info .more p:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
footer .info h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0 20px;
}
footer .info p {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 20px;
}
footer .info p strong,
footer .info p b {
	font-weight: 700;
}
footer .info ul {
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}
footer .info ul li {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 5px;
}

/* description */
	#description {
		background: #F4F4F4;
		border-radius: 20px;
		padding: 40px 20px;
		margin-bottom: 20px;
		overflow: hidden;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
	}
	#description table {
		background: #F3F5F8;
		margin: 0 20px;
		border-radius: 10px;
	}
	#description table td {
		color: rgba(0, 0, 0, 0.75);
		text-align: justify;
		border-bottom: 2px solid #FFFFFF;
		padding: 15px 0 10px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
	}
	#description table td p {
		color: rgba(0, 0, 0, 0.75);
		padding: 0;
		margin: 0;
	}
	#description p {
		padding: 0;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
		margin-bottom: 10px;
	}
	/* list-creditors */
	#description .list-creditors {
		padding: 18px;
		background: #FFF;
		border-radius: 20px;
		margin: 40px 0;
	}
	#description img {
		max-width: 100%;
		margin: 0 0 30px 50%;
		transform: translate(-50%, 0);
	}
	#description .list-creditors img {
		width: 100%;
	}
	#description .list-creditors.img {
		width: 280px;
		margin: 0 auto 30px;
	}
	#description .list-creditors h5 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
		margin-bottom: 20px;
		padding: 0;
	}
	#description .list-creditors p {
		padding: 0;
		margin-bottom: 0;
	}
	#description .list-creditors .hr {
		height: 2px;
		background: #f4f4f4;
		margin: 20px 0;
	}
	#description ul {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	#description ul li {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.02em;
		color: rgba(0, 0, 0, 0.75);
		padding-left: 22px;
		position: relative;
	}
	#description ul li::before {
		content: '';
		position: absolute;
		left: 10px;
		top: 8px;
		width: 3px;
		height: 3px;
		background: rgba(0, 0, 0, 0.75);
		border-radius: 2px;
	}
	/* /list-creditors */
/* /description */

/* articles */
#articles {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #F4F4F4;
	padding: 20px 0;
}
#articles .item {
	background: #FFF;
	padding: 15px 0;
	border-radius: 16px;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}
#articles .item .title {
	padding: 0 16px;
}
#articles .item .title p {
	font-size: 15px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}
#articles .item .title h5 {
	font-size: 13px;
	line-height: 16px;
	color: rgba(0,0,0,.45);
}
#articles .item .img {
	margin: 10px 0;
	overflow: hidden;
}
#articles .item .img img {
	width: 100%;
	float: left;
}
#articles .item .info {
	padding: 0 16px;
}
#articles .item .info .paragraph {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 8px;
}
#articles .item .info .more {
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* /articles */

@media (max-width: 360px) {
	header #logo {
		height: 15vh;
	}
}
@media (max-width: 720px) {
	header .right {
		display: none;
	}
	header #logo {
		height: 10vh;
	}
}

@media (min-width: 720px) {
	#articles .item {
		padding: 15px;
	}
	#articles .item .img {
		position: absolute;
		left: 15px;
		top: 15px;
		width: 30%;
		bottom: 15px;
		border-radius: 15px;
		margin: 0;
	}
	#articles .item .img img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#articles .item .title,
	#articles .item .info {
		padding-left: calc(30% + 30px);
	}
	#description table tbody {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#description table tr {
		flex-basis: calc(50% - 10px);
	}
	#description .list-creditors.img {
		width: 50%;
	}
	#description .list-creditors.img,
	#description .list-creditors {
		padding: 30px;
	}
	footer .info {
		padding: 30px;
		border-radius: 20px;
		border: 1px solid #e5ebf1;
	}
	footer .info .more {
		padding: 30px 40px;
		column-width: 48%;
		column-count: 2;
		column-gap: 4%;
	}
	footer .info .more p {
		padding-bottom: 15px;
		margin-bottom: 20px;
		page-break-inside: avoid;
		break-inside: avoid;
	}

}
@media (min-width: 720px) and (max-width: 999px) {
	#content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#content .item {
		width: calc(50% - 55px);
	}
	#articles .item {
		padding: 15px;
	}
	#articles .item .img {
		position: absolute;
		left: 15px;
		top: 15px;
		width: 30%;
		bottom: 15px;
		border-radius: 15px;
		margin: 0;
	}
	#articles .item .img img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#articles .item .title,
	#articles .item .info {
		padding-left: calc(30% + 30px);
	}

}
@media (min-width: 999px) {
	h4 {
		font-size: 24px;
	}
	#content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	#content .item {
		width: calc(100% - 30px);
		padding: 10px 5px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-line-pack: center;
		    align-content: center;
	}
	#content .item .td {
		padding: 0 8px 0 0;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		width: auto;
	}
	#content .item .td.border {
		border: 0;
	}
	#content .item .td:first-child {
		margin: 0;
		padding-right: 0;
	}
	#content .item .td:last-child {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	#content .btn a {
		font-size: 14px;
		padding: 0 20px;
	}
	#content .item .td .text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#content .item .td .text p {
		margin: 0;
		text-align: left;
	}
	#content .item .td .text p.title {
		font-size: 12px;
		margin-bottom: 8px;
	}
	#content .more p {
		font-size: 12px;
		text-align: center;
	}
	#content .logo {
		height: 40px;
		width: 120px;
	}
	footer .menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	#articles {
		background: #FFF;
		padding: 0 20px;
	}
	#articles .item {
		padding: 15px;
		border: 1px solid #e5ebf1;
	}
	#articles .item .img {
		width: 20%;
	}
	#articles .item .title,
	#articles .item .info {
		padding-left: calc(20% + 30px);
	}
}
@media (min-width: 1100px)  {
	#content .more p,
	#content .item .td .text p.title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	#content .item .td .text p {
		font-size: 18px;
		line-height: 22px;
	} 
	#content .item {
		padding: 15px 10px;
		width: calc(100% - 40px);
	}

	/* description */
	#description {
		margin: 50px auto 0;
		padding: 90px;
	}
	#description table {
		margin: 0;
	}
	#description .list-creditors {
		padding: 70px;
	}
	/* /description */
}
@media (min-width: 1280px)  {
	#content .item {
		padding: 20px 15px;
		width: calc(100% - 50px);
	}
	#content .logo {
		height: 50px;
		width: 155px;
	}
	#content .more p,
	#content .item .td .text p.title {
		font-size: 16px;
		line-height: 20px;
	}
	#content .item .td .text p {
		font-size: 20px;
		line-height: 24px;
	}
	#content .btn a {
		font-size: 18px;
		padding: 0 30px;
	}
}

strong {
    font-weight: bold;
}
