a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;line-height:1.25}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {scroll-behavior: smooth !important;}

body {
	font: normal normal 400 18px/1.15em 'Montserrat', sans-serif;
}

p {
	line-height: 1.5em;
	margin: 4px 0;
}

h1,h2,h3,h4,h5 {
	font-weight: 900;
	text-transform: capitalize;
}

h1 {font-size: 3em;line-height: 1.2em;}
h2 {font-size: 2.5em;line-height: 1.2em;color: #800080;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.5em;line-height: 1.4em;}
h5 {font-size: 1.2em;}

@font-face {
	font-family: 'fontello';
	src: url('js/font/fontello.eot?70029322');
	src: url('js/font/fontello.eot?70029322#iefix') format('embedded-opentype'), url('js/font/fontello.woff?70029322') format('woff'), url('js/font/fontello.ttf?70029322') format('truetype'), url('js/font/fontello.svg?70029322#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.soci {font: normal normal 400 15pt/normal'fontello', sans-serif;}

a {
	text-decoration: none;
	color: #800080;
}

a:hover {
}

contain {
	width: 100%;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

/*************************************** CAPIT ***************************************/

.noprme {display: none;}
.prme {display: block;}
.prme img {
	max-width: 100%;
	height: auto;
}

.bordme {border: 1px solid #777;}
.boldme, strong {font-weight: 900;}
.semboldme {font-weight: 400;}
.capme {text-transform: uppercase;}
.centerme {text-align: center;margin: 0 auto;}
.cuwideme {max-width: 422px;}
.padme {padding: 10px;}
.margbme {margin-bottom: 20px;}
.inblkme img {display: inline-block;}
.jstme {text-align: justify;}
.italme {font-style: italic;}
.indme {text-indent: 20px;}

.norme {margin: 10px 0;}

.norme li {
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 8px;
}

hr {
	margin: 40px 0;
	border: none;
}

/*************************************** CVZ ***************************************/

.clp {
	width: 100%;
	margin-top: 20px;
	column-count: 3;
	column-gap: 1em;
}

.cld {
	width: 100%;
	margin-top: 20px;
	column-count: 2;
	column-gap: 1em;
}

.clp .iny, .cld .iny {
	padding: 5px 10px;
	margin-bottom: 1em;
	border: 1px solid #ddd;
	border-radius: 5px;
}

/*************************************** PRINT ***************************************/

header, .topsp, footer {
	display: none;
}

