/* VARIABILI NON BOOTSTRAP */
/* ereditati da Antoniana e non ancora usati */
/*BB*/
/*BB*/
/*BB*/
/*BB*/
/* VARIABILI BOOTSTRAP */
/*$primary:       $verde-scuro;*/
/*BB*/
/*BB*/
/* BB */
/* BB */
/**/
@keyframes shake_vertically {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -5px); }
  75% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0); } }
body {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.94rem;
  line-height: 1.55;
  font-weight: 400;
  /* Ereditati da Antoniana */ }
  @media (max-width: 767.98px) {
    body {
      font-size: 0.9rem; } }
  @media (max-width: 419.98px) {
    body {
      font-size: 0.86rem; } }

.base,
td {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.94rem;
  line-height: 1.55;
  font-weight: 400;
  /* Ereditati da Antoniana */ }
  @media (max-width: 767.98px) {
    .base,
    td {
      font-size: 0.9rem; } }
  @media (max-width: 419.98px) {
    .base,
    td {
      font-size: 0.86rem; } }

/*
#tinymce {
    background-color:#1A5181;
    table td {
        a {
            color:$white;
        }
    }
}
*/
#tinymce {
  background-color: #51002d; }

p {
  margin: 0; }

b, strong {
  /* BB */
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  /* BB */
  font-family: "DM Serif Display", serif;
  letter-spacing: unset;
  font-weight: 400; }

h1 {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -1px;
  color: #00c7fe;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  font-family: "DM Serif Display", serif;
  text-transform: none; }
  h2 .corsivo {
    letter-spacing: -1px;
    font-size: 2.094rem; }

h3 {
  letter-spacing: 0px;
  font-size: 1.4rem; }

a:hover {
  color: #D82424; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  list-style: none; }

.serif {
  font-family: "DM Serif Display", serif; }

.corsivo {
  font-style: italic;
  font-family: "Gelasio", serif; }
  .corsivo b, .corsivo strong {
    font-weight: 600; }

.nero {
  color: #000; }

.blu {
  color: #1373a8; }

.blu-2 {
  color: #1273a8; }

.giallo {
  color: #f4b23d; }

.oro {
  color: #b69647; }

/* .giallo-oro {
    color: $giallo-oro !important;
} */
.titolo-blu {
  font-family: 'DM Serif Display', serif;
  font-size: 2.3rem;
  color: #1273a8;
  text-align: center;
  font-weight: 600; }

.titolo-bianco {
  font-family: 'DM Serif Display', serif;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  font-weight: 600; }

.titoletto-blu {
  font-family: 'DM Serif Display', serif;
  font-size: 2.4rem;
  color: #1373a8; }

.titoletto-bianco {
  font-family: 'DM Serif Display', serif;
  font-size: 2.4rem;
  color: #fff; }

.titoletto-blu-s {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: #1273a8;
  font-weight: 600; }

.titoletto-bianco-s {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600; }

.numero-blu {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  color: #1273a8;
  font-weight: 600; }

.numero-bianco {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  color: #fff;
  font-weight: 600; }

.numero-giallo {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  color: #f4b23d;
  font-weight: 600; }

.program-tappa,
.bold-blu {
  font-weight: 700;
  color: #1373a8; }

.bold-blu-2 {
  font-weight: bold;
  color: #1273a8; }

.bold-giallo {
  font-weight: bold;
  color: #f4b23d; }

.azzurro {
  color: #00c7fe; }

.verde {
  color: #10a009; }

.bottone {
  color: #fff;
  background-color: #1373a8;
  border-color: #1373a8;
  padding: 12px 25px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block; }
  .bottone:hover {
    color: #fff;
    background-color: #1373a8;
    border-color: #1373a8; }
  .bottone:focus, .bottone.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 136, 181, 0.5); }
  .bottone.disabled, .bottone:disabled {
    color: #fff;
    background-color: #1373a8;
    border-color: #1373a8; }
  .bottone:not(:disabled):not(.disabled):active, .bottone:not(:disabled):not(.disabled).active, .show > .bottone.dropdown-toggle {
    color: #fff;
    background-color: #0e547a;
    border-color: #0d4c6f; }
    .bottone:not(:disabled):not(.disabled):active:focus, .bottone:not(:disabled):not(.disabled).active:focus, .show > .bottone.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 136, 181, 0.5); }
  @media (max-width: 575.98px) {
    .bottone {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.86rem; } }
  @media (max-width: 419.98px) {
    .bottone {
      padding: 10px 30px;
      margin-bottom: 20px; } }

.bottone-verde {
  color: #fff;
  background-color: #10a009;
  border-color: #10a009;
  padding: 12px 25px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid;
  border-radius: 0;
  font-weight: 500; }
  .bottone-verde:hover {
    color: #fff;
    background-color: #10a009;
    border-color: white; }
  .bottone-verde:focus, .bottone-verde.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 174, 46, 0.5); }
  .bottone-verde.disabled, .bottone-verde:disabled {
    color: #fff;
    background-color: #10a009;
    border-color: #10a009; }
  .bottone-verde:not(:disabled):not(.disabled):active, .bottone-verde:not(:disabled):not(.disabled).active, .show > .bottone-verde.dropdown-toggle {
    color: #fff;
    background-color: #0b7006;
    border-color: #0a6406; }
    .bottone-verde:not(:disabled):not(.disabled):active:focus, .bottone-verde:not(:disabled):not(.disabled).active:focus, .show > .bottone-verde.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 174, 46, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-verde {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.86rem; } }
  @media (max-width: 419.98px) {
    .bottone-verde {
      padding: 10px 30px;
      margin-bottom: 20px; } }

.bottone-giallo {
  color: #212529;
  background-color: #f4b23d;
  border-color: #f4b23d;
  padding: 12px 25px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  font-weight: 500; }
  .bottone-giallo:hover {
    color: #212529;
    background-color: #f4b23d;
    border-color: white; }
  .bottone-giallo:focus, .bottone-giallo.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 157, 58, 0.5); }
  .bottone-giallo.disabled, .bottone-giallo:disabled {
    color: #212529;
    background-color: #f4b23d;
    border-color: #f4b23d; }
  .bottone-giallo:not(:disabled):not(.disabled):active, .bottone-giallo:not(:disabled):not(.disabled).active, .show > .bottone-giallo.dropdown-toggle {
    color: #212529;
    background-color: #f09f0e;
    border-color: #e4970d; }
    .bottone-giallo:not(:disabled):not(.disabled):active:focus, .bottone-giallo:not(:disabled):not(.disabled).active:focus, .show > .bottone-giallo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 157, 58, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-giallo {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.86rem; } }
  @media (max-width: 419.98px) {
    .bottone-giallo {
      padding: 10px 30px;
      margin-bottom: 20px; } }

.bottone-verde-scuro {
  color: #fff;
  background-color: #039276;
  border-color: white;
  padding: 12px 25px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  color: white; }
  .bottone-verde-scuro:hover {
    color: #fff;
    background-color: #039276;
    border-color: white; }
  .bottone-verde-scuro:focus, .bottone-verde-scuro.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-verde-scuro.disabled, .bottone-verde-scuro:disabled {
    color: #fff;
    background-color: #039276;
    border-color: white; }
  .bottone-verde-scuro:not(:disabled):not(.disabled):active, .bottone-verde-scuro:not(:disabled):not(.disabled).active, .show > .bottone-verde-scuro.dropdown-toggle {
    color: #fff;
    background-color: #02604e;
    border-color: #dfdfdf; }
    .bottone-verde-scuro:not(:disabled):not(.disabled):active:focus, .bottone-verde-scuro:not(:disabled):not(.disabled).active:focus, .show > .bottone-verde-scuro.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-verde-scuro {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.86rem; } }
  @media (max-width: 419.98px) {
    .bottone-verde-scuro {
      padding: 10px 30px;
      margin-bottom: 20px; } }

.bottone-blu {
  color: #fff;
  background-color: #1373a8;
  border-color: #1373a8;
  padding: 12px 25px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block; }
  .bottone-blu:hover {
    color: #fff;
    background-color: #1373a8;
    border-color: white; }
  .bottone-blu:focus, .bottone-blu.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 136, 181, 0.5); }
  .bottone-blu.disabled, .bottone-blu:disabled {
    color: #fff;
    background-color: #1373a8;
    border-color: #1373a8; }
  .bottone-blu:not(:disabled):not(.disabled):active, .bottone-blu:not(:disabled):not(.disabled).active, .show > .bottone-blu.dropdown-toggle {
    color: #fff;
    background-color: #0e547a;
    border-color: #0d4c6f; }
    .bottone-blu:not(:disabled):not(.disabled):active:focus, .bottone-blu:not(:disabled):not(.disabled).active:focus, .show > .bottone-blu.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 136, 181, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-blu {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.86rem; } }
  @media (max-width: 419.98px) {
    .bottone-blu {
      padding: 10px 30px;
      margin-bottom: 20px; } }

.bottone-blu-squadrato {
  color: #fff;
  background-color: #1373a8;
  border-color: white;
  padding: 11px 25px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "DM Serif Display", serif;
  font-size: 1.3rem; }
  .bottone-blu-squadrato:hover {
    color: #fff;
    background-color: #1373a8;
    border-color: white; }
  .bottone-blu-squadrato:focus, .bottone-blu-squadrato.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-blu-squadrato.disabled, .bottone-blu-squadrato:disabled {
    color: #fff;
    background-color: #1373a8;
    border-color: white; }
  .bottone-blu-squadrato:not(:disabled):not(.disabled):active, .bottone-blu-squadrato:not(:disabled):not(.disabled).active, .show > .bottone-blu-squadrato.dropdown-toggle {
    color: #fff;
    background-color: #0e547a;
    border-color: #dfdfdf; }
    .bottone-blu-squadrato:not(:disabled):not(.disabled):active:focus, .bottone-blu-squadrato:not(:disabled):not(.disabled).active:focus, .show > .bottone-blu-squadrato.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-blu-squadrato {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }

.bottone-blu-scuro-squadrato {
  color: #fff;
  background-color: #D82424;
  border-color: white;
  padding: 11px 25px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "DM Serif Display", serif;
  font-size: 1.3rem; }
  .bottone-blu-scuro-squadrato:hover {
    color: #fff;
    background-color: #D82424;
    border-color: white; }
  .bottone-blu-scuro-squadrato:focus, .bottone-blu-scuro-squadrato.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-blu-scuro-squadrato.disabled, .bottone-blu-scuro-squadrato:disabled {
    color: #fff;
    background-color: #D82424;
    border-color: white; }
  .bottone-blu-scuro-squadrato:not(:disabled):not(.disabled):active, .bottone-blu-scuro-squadrato:not(:disabled):not(.disabled).active, .show > .bottone-blu-scuro-squadrato.dropdown-toggle {
    color: #fff;
    background-color: #ac1d1d;
    border-color: #dfdfdf; }
    .bottone-blu-scuro-squadrato:not(:disabled):not(.disabled):active:focus, .bottone-blu-scuro-squadrato:not(:disabled):not(.disabled).active:focus, .show > .bottone-blu-scuro-squadrato.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-blu-scuro-squadrato {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }

.bottone-blu-squadrato-medio {
  color: #fff;
  background-color: #1373a8;
  border-color: white;
  padding: 8px 45px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "DM Serif Display", serif;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  border: none; }
  .bottone-blu-squadrato-medio:hover {
    color: #fff;
    background-color: #1373a8;
    border-color: white; }
  .bottone-blu-squadrato-medio:focus, .bottone-blu-squadrato-medio.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-blu-squadrato-medio.disabled, .bottone-blu-squadrato-medio:disabled {
    color: #fff;
    background-color: #1373a8;
    border-color: white; }
  .bottone-blu-squadrato-medio:not(:disabled):not(.disabled):active, .bottone-blu-squadrato-medio:not(:disabled):not(.disabled).active, .show > .bottone-blu-squadrato-medio.dropdown-toggle {
    color: #fff;
    background-color: #0e547a;
    border-color: #dfdfdf; }
    .bottone-blu-squadrato-medio:not(:disabled):not(.disabled):active:focus, .bottone-blu-squadrato-medio:not(:disabled):not(.disabled).active:focus, .show > .bottone-blu-squadrato-medio.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-blu-squadrato-medio {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }

.bottone-transp-squadrato-piccolo {
  color: #fff;
  background-color: transparent;
  border-color: white;
  padding: 8px 13px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: font-family-serif;
  font-size: 0.85rem;
  font-weight: 600;
  border-width: 2px; }
  .bottone-transp-squadrato-piccolo:hover {
    color: #fff;
    background-color: transparent;
    border-color: white; }
  .bottone-transp-squadrato-piccolo:focus, .bottone-transp-squadrato-piccolo.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .bottone-transp-squadrato-piccolo.disabled, .bottone-transp-squadrato-piccolo:disabled {
    color: #fff;
    background-color: transparent;
    border-color: white; }
  .bottone-transp-squadrato-piccolo:not(:disabled):not(.disabled):active, .bottone-transp-squadrato-piccolo:not(:disabled):not(.disabled).active, .show > .bottone-transp-squadrato-piccolo.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dfdfdf; }
    .bottone-transp-squadrato-piccolo:not(:disabled):not(.disabled):active:focus, .bottone-transp-squadrato-piccolo:not(:disabled):not(.disabled).active:focus, .show > .bottone-transp-squadrato-piccolo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-transp-squadrato-piccolo {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }

.bottone-blu-squadrato-piccolo {
  color: #fff;
  background-color: #1373a8;
  border-color: #1373a8;
  padding: 8px 13px;
  font-size: 1.13rem;
  line-height: 1.2;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: font-family-serif;
  font-size: 0.85rem;
  font-weight: 600;
  border-width: 2px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }
  .bottone-blu-squadrato-piccolo:hover {
    color: #fff;
    background-color: #1373a8;
    border-color: #1373a8; }
  .bottone-blu-squadrato-piccolo:focus, .bottone-blu-squadrato-piccolo.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 136, 181, 0.5); }
  .bottone-blu-squadrato-piccolo.disabled, .bottone-blu-squadrato-piccolo:disabled {
    color: #fff;
    background-color: #1373a8;
    border-color: #1373a8; }
  .bottone-blu-squadrato-piccolo:not(:disabled):not(.disabled):active, .bottone-blu-squadrato-piccolo:not(:disabled):not(.disabled).active, .show > .bottone-blu-squadrato-piccolo.dropdown-toggle {
    color: #fff;
    background-color: #0e547a;
    border-color: #0d4c6f; }
    .bottone-blu-squadrato-piccolo:not(:disabled):not(.disabled):active:focus, .bottone-blu-squadrato-piccolo:not(:disabled):not(.disabled).active:focus, .show > .bottone-blu-squadrato-piccolo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 136, 181, 0.5); }
  @media (max-width: 575.98px) {
    .bottone-blu-squadrato-piccolo {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */
