::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.hidden {
  display: none;
}

ul li::before {
    content: ' \2022';
    color: #ffed4e;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul {
	margin-top: 0;
}
.dropdown {
	position:relative;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
}
.navuserprofile {
	border-radius:50% 50%;
	width:50px;
	height:50px;
	box-shadow:0 0 4px 0 #b3bac7
}

.sfondo {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#mainphoto {
	position:relative;
	box-sizing:border-box;
	background-image:url(../img/image1.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;	
  min-height:500px;
  margin-bottom:0!important;
  width: 100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}

.mainbody {
	position:relative;
	background-color:#F1F1F1;
	padding-left: 1rem!important;
	padding-right: 1rem!important;
	padding-bottom: 3rem!important;
	padding-top: 3rem!important;
	width:100%;
	margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.mainbody1 {
	position:relative;
	background-color:#F1F1F1;
	padding-left: 1rem!important;
	padding-right: 1rem!important;
	padding-bottom: 1rem!important;
	padding-top: 1rem!important;
	width:100%;
	margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}


.intermezzo {
	width:100%;
	position:relative;
	padding: 3rem!important;
	box-sizing: border-box;
}

.intermezzo1 {
	width:100%;
	position:relative;
	padding: 1.5rem!important;
	box-sizing: border-box;
}

@media (max-width: 991.98px) {
	.intermezzo {
		padding: 1.5rem!important;
	}
	.intermezzo1 {
		padding: 1.5rem!important;
	}
	.mainbody {
		padding-bottom: 1rem!important;
		padding-top: 1rem!important;
	}
	#mainphoto {
		position:relative;
	  min-height:300px;
	}
}

.titlesesbox {
	width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
 	font-family: "Open Sans",sans-serif;
  color: #191919;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

@media (min-width: 576px) {
	.titlesesbox {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.titlesesbox {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.titlesesbox {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.titlesesbox {
		max-width: 1140px;
	}
}

.titlesesbox1 {
	display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.titlesesbox2 {
	padding-left: 0!important;
	padding-right: 0!important;
	flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.lineamenu {
	flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  font-family: "Open Sans",sans-serif;
  color: #191919;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.mb-3 {
	margin-bottom: 3rem!important;
}

.mb-2 {
	margin-bottom: 2rem!important;
}

.mb-1 {
	margin-bottom: 1rem!important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}

.lineamenu1 {
	box-sizing: border-box;
	text-align:left;
}

.lineamenu2 {
	background-color: initial;
	padding-left: 0!important;
	display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  color: #191919;
  list-style: none;
  border-radius: 0.25rem;
  margin-top: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-sizing: border-box;
	margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.menu1 {
	position:relative;
	height:100%;
	float:left;
	margin-right:10px;
}

.hisub {
	text-decoration:none;
	cursor:pointer;
}
.hisub:hover {
	text-decoration:underline;
}

.weight700 {
	font-weight:700!important
}

.floatleft {
	float:left;
}

.icon {
  font-style: normal;
  color: #191919;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem!important;
  font-size:1.5em;
}

.bar {
	display: inline-block;
  color: #191919;
  padding-right: 0.5rem;
}

.lineatitolo {
	font-size: 2.5rem;
  line-height: 2.7rem;
  word-wrap: break-word;	
  hyphens: auto;
  font-family: Ogg;
  box-sizing: border-box;
  font-weight: 500;
  color: #191919;
  text-align: left;
  box-sizing: border-box;
}

.txtbody {
	position:relative;
	background-color:#F1F1F1;
	padding-left: 1rem!important;
	padding-right: 1rem!important;
	padding-bottom: 3rem!important;
	width:100%;
	margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.testobas {
	font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left!important;
  font-family: "Open Sans",sans-serif;
  color: #191919;
  font-weight: 400;
}

.mainfooter {
	position:relative;
	width:100%;
	font-family: "Open Sans",sans-serif;
  color: #191919;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.container-fluid {
	width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.position-relative {
	position: relative!important;
}

.row1 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}

.bg-dnt-gray-800 {
	background-color: #212121!important;
}

.to-top {
  position: absolute;
  top: 39px;
  right: 60px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid hsla(0,0%,100%,.12941176470588237);
  transform: rotate(-90deg);
  background: none;
  color: #fff;
}

@media (max-width: 991.98px) {
	.to-top {
	  top: 50px;
    right: 16px;
	}
}

.rightline {
	border-right:2px solid #fff;
}

.flex-column {
	flex-direction: column!important;
}

@media (min-width: 768px) {
	.d-md-inline-block {
    display: inline-block!important;
	}
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.flex-md-row {
		flex-direction: row!important;
	}
	.text-md-right {
    text-align: right!important;
	}
	.mt-md-0 {
    margin-top: 0!important;
	}
}

.p-0 {
	padding: 0!important;
}

.rel-100 {
	position: relative;
  width: 100%;
}

.align-items-center {
	align-items: center!important;
}

.ml-3 {
	margin-left: 1rem!important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  box-sizing: border-box;
}

.mb-5 {
	margin-bottom: 3rem!important;
}

.mt-5 {
  margin-top: 3rem!important;
}

.mr-5 {
	margin-right: 3rem!important;
	box-sizing: border-box;
}


.credits {
	line-height: 1.5rem;
	margin-top: 0.5rem!important;
	margin-left: 10rem;
	margin-right: 2rem;
	box-sizing: border-box;
}

.lower-footer-links {
	line-height: 2.1875rem;
	display: flex;
	justify-content: space-between;
	font-size: .9rem;
  color: #5f5e5e;
}

.lower-row{
	color: #f1f1f1;
	background: #191919;
}


@media (max-width: 991.98px) {
	.credits {
		margin-top: 0!important;
		margin-right: 0;
	}
	.text-description {
    font-size: 1rem;
	}
	.lower-row ul {
    padding-left: 20px;
	}
	.lower-footer-links {
    font-size: 1rem;
    padding-left: 20px;
	}
}

.spanlink {
	text-decoration:none;
	cursor:pointer;
}
.spanlink:hover {
	text-decoration:underline;
}

.copyright-symbol {
	color: #ffed4e;
}

.w-100 {
	width: 100%!important;
}

.pt-4 {
	padding-top: 1.5rem!important;
}

.d-flex {
	display: flex!important;
}

@media (min-width: 768px) {
	.pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
	}
}

@media (min-width: 768px) {
	.pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
	}
}

.pl-3, .px-3 {
	padding-left: 1rem!important;
}

.tablebody {
	position:relative;
	background-color:#F1F1F1;
	width:100%;
	margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.gridcontainer {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

@media (max-width: 1200px) {
	#navbarDropdown2 {
		display:none !important;
	}
}

@media (max-width: 1200px) {
	#vdleft {
		border:none !important;
	}
}

