/* 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); } }
/*** BOX ATTIVITA' ***/
#box-attivita strong {
  font-weight: 600; }
#box-attivita .content {
  margin: 15px 0 10px; }
  #box-attivita .content strong {
    color: #6DC6D5; }
#box-attivita h2 {
  margin-bottom: 10px;
  text-align: center; }
#box-attivita h3 {
  /* usato in Home e dettaglio viaggi */
  font-weight: 700;
  color: #3c78c5;
  font-size: 1.55rem;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  margin-top: 10px; }

/*** RESPONSIVE ***/
/* RESPONSIVE: max-width: 991px */
/* RESPONSIVE: max-width: 767px */
/* RESPONSIVE: max-width: 479px */
/* RESPONSIVE: max-width: 320px */

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