@charset "ISO-8859-1";
#img_0 {
  animation: zoom infinite 10s linear;
}
#image_container{
  animation: zoomi infinite 5s linear;
 }
 #iscrizione_albo {
  animation: scorrimento_orizzontale 3s ease-in-out;
}
.main-container {
	width: 100%; 
	aspect-ratio: 16/9; 
	background-color:#000;
	position:absolute;
	left:0px;
	top:0px;
             overflow:hidden;
         }
@keyframes aliceTumbling {
  0% {
    color: #000;
    transform: rotate(0) translate3D(-50%, -50%, 0);
  }
  30% {
    color: #431236;
  }
  100% {
    color: #000;
    transform: rotate(360deg) translate3D(-50%, -50%, 0);
  }
}

@keyframes zoom {
  0% {
    opacity: 0.0;
    transform: scale(1.0);
  }
50% {
    opacity: 1.0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.0;
    transform: scale(1.2);
  }
}
@keyframes zoom1 {
  0% {
    opacity: 0.1;
    transform: scale(1.0);
  }
50% {
    opacity: 0.0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1.0;
    transform: scale(1.2);
  }
}
@keyframes scorrimento_orizzontale{
	0% {
		transform: translateX(120%);
	}
    100% {
        transform: translateX(0%);
    }
}

body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}	

.quicksand-payoff {
  font-family: "Quicksand" !important;
  font-weight: 700;
  font-style: normal;
  color: white;
}
.quicksand-titoli {
  font-family: "Quicksand" !important;
  font-weight: 700;
  font-style: normal;
  color: grey;
}
.quicksand-testo-albo {
  font-family: "Quicksand" !important;
  font-weight: 700;
  font-style: bold;
  color: white;
}
.unTerzo{
    width: 34%;
    text-align: center;
}
.dueTerzi{
    width: 66%;
    vertical-align: bottom !important;
}
.ui-panelgrid-cell{
	background-color:transparent !important;
}
         
.quicksand-text {
  font-family: "Quicksand" !important;
  font-style: normal;
  color:grey !important;
  font-size:1em !important;
padding: 10px;
}


.quicksand-blog-title {
  font-family: "Quicksand" !important;
  font-style: heavy;
  font-weight: 700;
  color:black !important;
  font-size:1.25em !important;
}
.quicksand-blog-subtitle {
  font-family: "Quicksand" !important;
  font-style: heavy;
  font-weight: 700;
  color:black !important;
  font-size:1.0em !important;
}
.quicksand-blog-text {
  font-family: "Quicksand" !important;
  font-style: regular;
  font-weight: 400;
  color:black !important;
  font-size:1em !important;
}

.quicksand-page-title {
  font-family: "Quicksand" !important;
  font-style: heavy;
  font-weight: 700;
  color:black !important;
  font-size:2.5em !important;
}
.quicksand-page-subtitle {
  font-family: "Quicksand" !important;
  font-style: heavy;
  font-weight: 700;
  color:black !important;
  font-size:1.25em !important;
  position:relative;
  top:-25px;
}
.quicksand-page-text {
  font-family: "Quicksand" !important;
  font-style: regular;
  font-weight: 400;
  color:black !important;
  font-size:1.2em !important;
}
.quicksand-page-small-italic {
  font-family: "Quicksand" !important;
  font-style: italic;
  font-weight: 500;
  color:black !important;
  font-size:0.75em !important;
  position:relative;
  top:-25px;
}
.quicksand-email {
  font-family: "Quicksand" !important;
  font-style: regular;
  font-weight: 300;
  color:black !important;
  font-size: 1em !important;
  text-decoration: none !important;
}
.quicksand-email:hover {
	text-decoration: underline !important;
}

.quicksand-footer {
  font-family: "Quicksand" !important;
  font-style: heavy;
  color:whitesmoke !important;
  background-color: smoke !important;
  font-size:1em !important;
}
.quicksand-footer-title {
  font-family: "Quicksand" !important;
  font-style: light;
  color:whitesmoke !important;
  font-size:2em !important;
  text-align:left !important;
}
.quicksand-footer-subtitle {
  font-family: "Quicksand" !important;
  font-style: light;
  color:whitesmoke !important;
  font-size:0.75em !important;
  text-align:left !important;
}

         
.card {
	width: 80%;
    border-radius: 3px;
    background-color: white;
    color: black;
    margin: 10px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 4px 4px 0 rgba(0.5,0.5,0.5,0.5);
       
}
.card:hover {
	transition: 0.25s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
    transform: translate(-5px, -5px);
}
.hr-shadow {
 	border: 0;
 	height: 1px;
 	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
 	transition: 0.5s;
    transform: translate(0px, -25px);
 }
 
 .civicae-big{
 	width:70%;
 	transition: 0.5s;
 }
  .civicae-small{
 	transition: 0.5s;
    transform: scale(0.5, 0.5);
 }
 .cover{
	width:100%;
 }
 
 .text-container{
	 position: relative;
	 left:50px; 
	 right:50px; 
 }
 .cover-container{
	 width:100%;
 }
 
 /* On screens that are 992px or less */
@media screen and (max-width: 992px) {

}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
  div.text-for-desktop {
    display: none;
  }
  td.td-for-desktop {
    display: none;
  }
  img.io-image-size {
      width: 100%;
  }
  .quicksand-titoli {
      font-size: 1em !important;
  }
 
 .hr-shadow {
 	border: 0;
 	height: 1px;
 	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
 	transition: 0.5s;
    transform: translate(0px, -5px);
 }
 
.top-menu-bar{
	top:15px !important;
	height:50px !important;
}

}

@media screen and (min-width: 600px) {
	div.text-for-mobile {
	    display: none;
	}
	td.td-for-mobile {
	    display: none;
	}
	img.io-image-size {
		width: 50%;
	}
	.quicksand-titoli {
	      font-size: 2em !important;
	}
	.top-menu-bar{
		top:0px !important;
		height:100px !important;
	}
	.quicksand-page-text {
	  font-weight: 500 !important;
	  font-style: regular !important;
	}
}

.slideUp {
  animation-name: slideUp;
  animation-duration: 1s;
  animation-timing-function: ease;
 }

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.seppia {
 	transition: 0.5s;
	filter: sepia(100%);
}

.colorized {
 	transition: 0.5s;
	filter: sepia(0%);
}
/* Path: src/main/webapp/css/home.css */
/*ANIMAZIONI DEI GIF IN GALLERY*/
.gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transform: translateY(0) scale(1) rotate(0deg);
  transition: transform 1.5s ease, opacity 1s ease;
  object-fit: cover;
}

/* continuous spin animation (use only when needed) */
@keyframes overlay-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}