body {
	overflow-x: hidden;
	background-color: white;
	color: black;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	color: #05488e;
	border-color: #05488e;
	text-align: center;
}
h2 {
	color: #05488e;
	border-color: #05488e;
	text-align: center;
	font-weight: 300;
	font-size: 22;
}
h3 {
	color: white;
	border-color: #d5ba98;
	text-align: center;
	font-weight: 100;
	font-size: 20;
}
.logon {
	width: 200px;
	height: auto;
}
.navbar-brand {
	color: #05488e;
	font-size: 40;
}
.navbar-brand:hover {
	color: #05488e;
}
.nav-linkactive {
	color: #007FFF;
}
.nav-link {
	color: black;
	font-size: 20;
}
.nav-link:hover {
	color: #547d8c;
}
.linkcard {
	text-decoration:none;
}
.carousel-item {
	position: center;
	height: 768px;
	width: 1280px;
}
.bi {
	margin-top: auto;
    margin-bottom: auto;
	height: 30px;
}
.logo {
	width: 300px;
	height: auto;
}
.testog {
	color: #003399;
	text-align: end;
	font-size: 22;
	font-weight: 300;
	animation-name: fadeIn;
    animation-duration: 3s;
}
.txt2 {
	color: #05488e;
	text-align: center;
	font-size: 22;
	font-weight: 300;
	animation-name: fadeIn;
    animation-duration: 3s;
}
.txt3 {
	color: black;
	text-align: justify;
	font-size: 22;
	font-weight: 300;
	animation-name: fadeIn;
    animation-duration: 3s;
}
.carte1 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.title {
	padding-top:10%;
}
.orari {
	padding-top: 30px;
}
.sep {
	background-color: #05488e;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 50px;
}
.sep2 {
	background-color: #f7f9fa;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 50px;
}
.sep3 {
	background-color: white;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 50px;
}
.novit {
	color: #01006a;
	text-align: center;
}
.teston {
	color: #01006a;
	text-align: center;
	margin-top: auto;
    margin-bottom: auto;
	font-size: 22;
	font-weight: 500;
	animation-name: fadeIn;
    animation-duration: 3s;
}
.testo1 {
	color: black;
	text-align: justify;
	font-size: 22;
	font-weight: 300;
}
.txt1 {
	text-align: start;
}
.ERREPI {
	text-align: center;
}
.foto1 {
	max-width: 80%; 
    min-width: 300px;
	display: flex;
	animation-name: fadeIn;
    animation-duration: 3s;
}
.foto1b {
	max-width: 80%; 
    min-width: 300px;
	display: flex;
	animation-name: fadeIn;
    animation-duration: 3s;
	margin-bottom: 20px;
	margin-left: 50px;
}
.separatore {
	height: 200px;
	padding-bottom: 50px;
	width: auto;
	position: center;
	margin-left: auto;
    margin-right: auto;
}
.card {
	margin-left: auto;
    margin-right: auto;
	min-width: 80%;
	border-color: #05488e;
}
.card-title {
	color: #d5ba98;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.card-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.btn {
	background-color: #a3a3a2;
	border-color: #a3a3a2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 32;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.btn:hover {
	background-color: #6d6d6c;
	border-color: #6d6d6c;
}
.carousel-item {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.footer {
	background-color: #f7f9fa;
}
.fine {
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 3%;
}
.logob {
	max-height: 100px;
	text-align: center;
}
h4 {
	color: black;
	font-family: 'Montserrat', sans-serif;
	text-align: start;
	font-weight: 300;
	font-size: 15;
}
h6 {
	color: black;
	font-family: 'Montserrat', sans-serif;
	text-align: end;
	font-weight: 300;
	font-size: 10;
}


@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.fotos {
	padding: 20px 0;
	background: #d5ba98;
	white-space: nowrap;
	 overflow: hidden;
}
.fotos:hover .fotos-slide {
	animation-play-state: paused;
}
.fotos-slide {
	display: inline-block;
	white-space: nowrap;
	animation: 30s slide infinite linear;
	max-width: 100%;
}
.fotos-slide img {
	height: 150px;
}
.fotos2 {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
	overflow: hidden;
}
.fotos-slide2 {
	display: inline-block;
	white-space: nowrap;
	animation: 30s slide infinite linear;
	max-width: 100%;
}
.fotos-slide2 img {
	height: 100px;
}
@media (max-width: 600px) {
  .fotos {
    padding: 10px 0; 
  }

  .fotos-slide img {
    height: 100px; 
  }
}
.carte1 .card:hover {
	 transform: scale(1.3); 
  transition: transform 0.3s ease; 
	
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.animation-name-zoomIn {
  animation-name: zoomIn;
}