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

h1 {font-size: 3em;line-height: 1.2em;}
h2 {font-size: 2.5em;line-height: 1.2em;color: #800080;}
h3 {font-size: 1.4em;color: #800080;}
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?14620732');
	src: url('js/font/fontello.eot?14620732#iefix') format('embedded-opentype'), url('js/font/fontello.woff?14620732') format('woff'), url('js/font/fontello.ttf?14620732') format('truetype'), url('js/font/fontello.svg?14620732#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

.socy {font-family: 'fontello', sans-serif;}

a {
	text-decoration: none;
	color: #800080;
	transition: all 0.75s ease-in-out;
}

a:hover {
	color: #990000;
	transition: all 0.75s ease-in-out;
}

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;}
.pntme {cursor: pointer;color: #800080;transition: all 0.75s ease-in-out;}
.pntme:hover {color: #990000;transition: all 0.75s ease-in-out;}
.smltxtme {font-size: 0.7em;}
.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;}
.italme {font-style: italic;}
.indme {text-indent: 20px;}

#contact .nct {display: none;}

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

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

.shadme {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 14px, rgba(0, 0, 0, 0.22) 0px 5px 5px;
	transition: all 0.5s ease-in-out;
}
.shadme:hover {
	box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 2px, rgba(0, 0, 0, 0.12) 0px 1px 1px;
	transition: all 0.5s ease-in-out;
}

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

hr:last-child {display: none;}

/*************************************** 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, .clo {
	width: 100%;
	margin-top: 20px;
	column-count: 2;
	column-gap: 1em;
}

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

.iny, .inz {
	break-inside: avoid;
	padding: 5px 10px 5px 15px;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.inz {
	column-span: all;
}

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

/*************************************** COLORS ***************************************/

.fb {color: #1877f2;}
.yt {color: #ff0000;}
.ig {color: #c32aa3;}
.tw {color: #1da1f2;}
.pp {color: #253b80;}
.vm {color: #008cff;}
.ph {color: #cc6633;}
.em {color: #f2cc0f;}
.tm {color: #d96907;}
.pr {color: #f20c36;}
.ln {color: #0A66C2;}

.fbx, .ytx, .igx, .twx, .ppx, .vmx, .phx, .emx, .tmx, .prx, .lnx {color: #993333;}

.fbx:hover {color: #1877f2;}
.ytx:hover {color: #ff0000;}
.igx:hover {color: #c32aa3;}
.twx:hover {color: #1da1f2;}
.ppx:hover {color: #253b80;}
.vmx:hover {color: #008cff;}
.phx:hover {color: #cc6633;}
.emx:hover {color: #f2cc0f;}
.tmx:hover {color: #d96907;}
.prx:hover {color: #f20c36;}
.lnx:hover {color: #0A66C2;}

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

.xform {
	width: 100%;
	max-width: 580px;
	padding: 8px 8px 59px 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 12pt/normal 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	width: 100%;
	outline: none;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	transition: box-shadow 500ms;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .textarea {
	height: 150px;
	outline: none;
}

.xform .button {
	background-color: #ddd;
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.22);
	border: none;
	outline: none;
	color: #000;
	width: 100%;
	margin: 4px auto;
	font-weight: 900;
	padding: 8px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	transition: all 0.5s ease-in-out;
}

.xform .input:focus, .xform .textarea:focus, .xform .button:focus {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	outline: 1px solid #ddd;
}

.xform .button:hover {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	transition: all 0.5s ease-in-out;
}

.grecaptcha-badge { 
	display:none !important; 
}