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 ***************************************/

.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;}

.clikr {cursor: pointer;font-size: 0.8em;}

.grecaptcha-badge {bottom: 100px !important;}

.norme {margin: 10px 0;}

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

hr {
	margin: 40px 0;
	border: none;
	border-top: 1px double #ccc;
}

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

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

@media (max-width:952px) {
	.clp {
		column-count: 2;
		column-gap: 1em;
	}
}

@media (max-width:748px) {
	.clp {
		column-count: 1;
		column-gap: 1em;
	}
}

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

@media (max-width:748px) {
	.cld {
		column-count: 1;
		column-gap: 1em;
	}
}

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

/*************************************** RSLIDES ***************************************/

.rslides {
	box-shadow: 0 0 17px 0 rgba(0,0,0,0.7);
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	transition: all 0.75s ease-in-out;
}

.rslides:hover {
	box-shadow: 0 0 17px 0 rgba(128,0,128,0.7);
	transition: all 0.75s ease-in-out;
}

.rslides li {
	backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/*************************************** FORM ***************************************/

.xform {
	width: 382px;
	max-width: 100%;
	height: calc(100% - 40px);
	padding: 8px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 100;
}

.xform .input, .xform .textarea {
	display: block;
	font: normal normal 400 10pt/1.45em 'Montserrat', sans-serif;
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid rgba(0,0,0,0.5);
	transition: box-shadow 500ms;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .input:first-child {
}

.xform .textarea {
}

.xform .button {
	border: 1px solid rgba(0,0,0,0.5);
	width: 100%;
	margin: 4px auto;
	font-weight: 900;
	padding: 8px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .input:focus, .xform .textarea:focus, .xform .button:focus {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

