@charset "UTF-8";
/* CSS Document */

.header_top.home3 {
  height: 10px !important;
  /* border-top: 5px solid #228ae6; */
}

.bordi-footer {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
  border-left: 1px solid rgba(128, 128, 128, 0.2);
}

.testo-bianco {
  color: #fff !important;
}

.footer-social {
  font-size: 20px !important;
}

.bottone-celeste {
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  background-color: #369fdb;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-weight: 400;
}

.bottone-celeste:hover {
  background-color: #fff;
  color: #369fdb;
  border: 1px solid #369fdb;
}

.bottone-bianco {
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #369fdb;
  font-family: "Onest", sans-serif;
  font-weight: 400;
}

.bottone-bianco:hover {
  background-color: #369fdb;
  color: #fff;
  border: 1px solid #369fdb;
}

.bottone-celeste-grande {
  font-size: 14px;
  padding: 10px 30px 10px 30px;
  border-radius: 5px;
  background-color: #369fdb;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-weight: 400;
}

.bottone-celeste-grande:hover {
  background-color: #fff;
  color: #369fdb;
  border: 1px solid #369fdb;
}

.icone-tabelle {
  font-size: 32px;
}

.icone-tabelle-due {
  font-size: 25px;
}
