@font-face {
  font-family: 'clear-sans';
  /* src: url(font_name.eot); */
  src: local('clear-sans'), url('ClearSans-Medium.ttf') format('truetype');
}



.immagine-logo{
    /* max-width: 19%; */
    position: relative;
    
    
}
.immagine-logo>img{
    /* max-width: 65%; */
    width: 170px;
    
    
}
.immagine-logo-footer{
    text-align: center;
    z-index: 1;
    
}
.immagine-logo-footer>img{
    width: 200px;
}
.immagine-logo-ufficio{
    text-align: center;
    z-index: 1;
    max-width: 70%;
}
.immagine-logo-ufficio>img{
    max-width: 100%;
}

.carosello-img-gr>img{
    border-radius: 0.2em;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    cursor: pointer;
}
.carosello-img>img{
    border-radius: 0.2em;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.44);
}
.overflow-visibile{
    overflow: hidden;
    padding: 8px;
    
}


@media screen and (max-width: 576px) {
    .no-hidden{
        display: none;
    }
    .semi-hidden{
        display: none;
    }
}
@media screen and (min-width: 900px) {
    .hidden{
        display: none;        
    } 
    .semi-hidden{
        display: none;
    }   
}
@media screen and (min-width: 576px) and (max-width: 900px) {
    .hidden{
        display: none;        
    } 
    .no-hidden{
        display: none;
    }   
}
.carosello-padding{
    padding-bottom: 30px;
}
.carosello-padding2{
    padding-top: 30px;
}
.testo-sinistra{
    text-align: left;
}

.nascosto{
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#immagine-logo{
    transition: height 0.3s ease-in-out;
}
.colore-bianco{
    background-color: white;
    color: black;
}
.testo-nero{
    color: black;
}
.bottom-padding{
    padding-bottom: 2rem;
}
.testo-carosello{
        position: absolute; 
        font-size: 22px;
        color: white;
        bottom: -30px;
        font-weight: bolder;
        text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black;       
}

.testo-carosello-piccolo{
  position: absolute; 
  font-size: 22px;
  color: white;
  bottom: -30px;
  font-weight: bolder;
  text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black;       
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 111; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.822); /* Black w/ opacity */
    
  }
  
  
  /* Modal Content */
  .modal-content {
    top: -10%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    height: auto;
    text-align: center;
  }

  .immagine-modal>img{
    width: 100%; 
    
}
.fontclear{
  font-family: clear-sans;
}
.footer-link{
  color: black !important;
}
.footer-link:hover{
  color: #361607fa !important;
}
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close-padding{
      padding-bottom: 5px;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }