/***GENERALE****/

@font-face {
  font-family: 'SuisseIntl';
  src: url('fonts/SuisseIntl-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

html {
  --font-title: 'SuisseIntl' ;
  --font-text: 'SuisseIntl';
  --blu: #384ea1;
  --arancione: #f26322;
  --viola:#833bff;
  --giallo: #f8e770;
  --azzurro: #6dcde3;
  --verde: #6bbf67;
  --rosso: #d52e27;
  --grigio:#ccd0d1;
}

/*** BODY***/
.body{
  background-color: #000000;
  overflow-x: hidden;
}

.body-back{
  background-color: #ffffff;
}

/*** VIDEO ***/
#video {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: auto;
}

#video_yuri {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: auto;
}

/*** TOOLTIP***/
td.value{
  color: #000000;
  font-family: var(--font-title);

}
td.key{
  color: #000000;

}

/***TITOLONE***/
h1 {
  color:#ffffff;
  font-style: var(--font-title);
  text-align: left;
  padding-left: 5%;
  font-size: 100px;
}

h1:hover{
  color:var(--viola);
}

/***TITOLI***/
.title {
  font-size: 48px;
  text-align: left;
  margin: 60px;
  color: black;
  font-family: 'SuisseIntl';
}
.sottotitolo{
  font-size: 32px;
  text-align: left;
  padding-left: 5%;
  color: black;
  font-family: 'SuisseIntl';

}


/***nota***/
.nota{
  font-size: 12px;
  line-height: 24px
}

.nota_titolo{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 16px;

}

/**** PARAGRAFI****/

p{
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 30px
}

.lato_2{
  display: none;
}

.bianco{
  color: white;
}

.quote{
  font-size: 54px;
  color: #ffffff;
  line-height: 50px
  
}


.nero{
  color: black;
}

p.nero{
  font-size: 16px;
  line-height: 24px;
  
}


/*** NAVBAR ***/
nav {
  background-color: #000000;
  border-bottom: 2px solid white;
  padding-left: 30px;
  margin-left: 5%;
  margin-right: 5%;
}

.nav_2{
  background-color: #ffffff;
  border-bottom: 2px solid black;
 
}
.nav_2 a{
color: black;
}


a.nav-link{
  font-family: var(--font-text);

}

a.navbar-link_2{
  color: #000000;
}

a.navbar-brand:hover{
  color:var(--arancione);

}

a.nav-link {
  font-family: var(--font-text);

}
.link_nero{
  color: black;
}
a.arancio:visited{
  color: #ffffff;
}

a.arancio:hover{
  color:var(--arancione);
}
.nav_bianco{
color: white;
}
a.nav_nero{
  color: black;
}


.vis2 {
  width: 100%;
}
.hr {
  border-bottom: 2px solid white;
  margin-bottom: 40px;
}

.comparsa{
  opacity:0;
  /*transform: translateY(20px);*/
  transition: all 1s ease-out;
}
.comparsa.fade-in {
  opacity: 1;
  /*transform: translateY(0);*/
}

footer{
  background-color: black;
  color: white;
  border-top: 2px solid white;
  width:100%;

}


/*** SLIDER ***/
.switch {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 28px;
  right: 6%;
  margin-top:4px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 3px;
  background-color: white;
  
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: white;
  border: 1px solid black;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: 1px solid white;
  background-color: black;
}

.slider.round:before {
  border-radius: 50%;
  border: 1px solid black;
  

}

.sezione_1{
  border-top: 2px solid white;
  border-bottom: 2px solid white;

}

.sezione_2{
  border-top: 2px solid black;
  border-bottom: 2px solid black;

}

/**** OSCAD ****/
.oscad{
  font-size: 120px;
  font-family: var(--font-text);
  text-align: center;
}
.oscad_testo{
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-text);
  text-align:center;

}
#oscad_6{
  color: var(--viola);
}
#oscad_8{
  color:var(--giallo);
}


/***** CITTà *****/

.città{
  font-weight: bold;
  font-style: 40px;
}

.bottoni_nuvole:focus{
  background-color: var(--viola);

}
.scompari{
  display: none;
}
.città:hover{
  color:var(--viola);
  transition: 0.5s;
  cursor: pointer;
}

.città_svg{
  display: none;
}


/*** LINK PARTICOLARI****/

a:link{
  text-decoration: none;
  color:#ffffff;
  font-weight: 700;
}

a#mancino:visited{
  color: #ffffff;
}
a#mancino:hover{
  color:var(--arancione);
  transition: 0.5s;

}
a#codice_penale:visited{
  color: #ffffff;
}
#codice_penale:hover{
  color:var(--viola);
  transition: 0.5s;

}

/**** BOTTONI *****/
.bottoni_nuvole{
  background-color: #000000;
  border: 2px solid white;
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-family: var(--font-text);
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  cursor: pointer;

}

.bottoni_nuvole:focus{
  background-color: var(--viola);

}
.bottoni_nuvole:hover{
  background-color: var(--viola);
  transition: 0.5s;
}

#sinistra_nero{
  display: none;
}
#movimento_nero{
  display: none;
}

.fedez {
  width: 140%;
}

.report_multi {
  width: 90%;
}

.report_bin {
  width: 90%;
}

/**** TABLE***/
table {
  font-family: var(--font-text);
  border-collapse: collapse;
  width: 100%;
  color:#ffffff;
  text-align: center;
}

td, th {
  border: 3px solid white;
  text-align: left;
  padding: 8px;
}
th{
  color:var(--viola);
}
table.tabella_bianca{
  font-family: var(--font-text);
  border-collapse: collapse;
  width: 100%;
  color:black;
  text-align: center;

}
.tabella_bianca td, .tabella_bianca th{
  border: 3px solid black;
  text-align: left;
  padding: 8px;

}

