/* VARIABILI NON BOOTSTRAP */
/* VARIABILI BOOTSTRAP */
/*$primary:       $verde-scuro;*/
@keyframes shake_vertically {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -5px); }
  75% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0); } }
/*** STILI GENERALI ***/
section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400; }

hr {
  width: 75%; }

@media (min-width: 1200px) {
  #main-home .container {
    max-width: 1170px;
    margin: auto; } }

/*** HEADER ***/
header h1 {
  margin: 0; }

/*** SLIDESHOW ***/
#myCarousel > div + div {
  display: none; }

#myCarousel.slick-inizialized > div + div {
  display: block; }

#myCarousel {
  z-index: 2; }
  #myCarousel .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767.98px) {
      #myCarousel .slick-dots {
        bottom: 1px; } }
    #myCarousel .slick-dots li {
      float: left;
      margin: 0 10px; }
      @media (max-width: 767.98px) {
        #myCarousel .slick-dots li {
          margin: 0 5px; } }
    #myCarousel .slick-dots li button,
    #myCarousel .slick-dots li.slick-active button {
      color: transparent;
      opacity: 1; }
    #myCarousel .slick-dots li button {
      background-color: transparent;
      border: 2px solid #fff !important;
      border-radius: 50% !important;
      display: inline-block !important;
      height: 20px;
      width: 20px; }
      @media (max-width: 767.98px) {
        #myCarousel .slick-dots li button {
          height: 16px;
          width: 16px;
          max-width: 16px; } }
    #myCarousel .slick-dots li.slick-active button {
      background-color: #fff; }
  #myCarousel .slick-track,
  #myCarousel .slick-list {
    -webkit-perspective: 2000;
    -webkit-backface-visibility: hidden; }
  #myCarousel .slick-slide {
    -webkit-backface-visibility: hidden; }
    #myCarousel .slick-slide .slide-img-cont {
      text-align: center;
      position: relative; }
      #myCarousel .slick-slide .slide-img-cont img {
        margin: auto; }
      #myCarousel .slick-slide .slide-img-cont .slide {
        z-index: 1; }
      #myCarousel .slick-slide .slide-img-cont .slide-img {
        position: relative;
        margin: auto; }
  #myCarousel .caption-cont {
    background-color: rgba(0, 0, 0, 0.2);
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-Index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      #myCarousel .caption-cont {
        /* top: 4%; */ } }
  #myCarousel .caption {
    color: white;
    text-align: center; }
    #myCarousel .caption.hidden {
      display: none; }
    #myCarousel .caption * {
      color: white; }
  #myCarousel .caption-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
    /* text-transform: capitalize; */
    padding: 0 50px; }
    @media (max-width: 1199.98px) {
      #myCarousel .caption-title {
        font-size: 2.5rem; } }
    @media (max-width: 419.98px) {
      #myCarousel .caption-title {
        font-size: 1.75rem; } }
  #myCarousel .caption-subtitle {
    padding: 0 50px;
    margin-bottom: 35px; }
  #myCarousel .caption-subtitle h2 {
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: normal;
    margin-bottom: 60px;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 1199.98px) {
      #myCarousel .caption-subtitle h2 {
        font-size: 0.9rem; } }
    @media (max-width: 419.98px) {
      #myCarousel .caption-subtitle h2 {
        display: none; } }
  #myCarousel .caption-btn-cont {
    z-Index: 9999; }
  #myCarousel .bottone-giallo {
    padding: 15px 40px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: -60px; }
    @media (max-width: 419.98px) {
      #myCarousel .bottone-giallo {
        padding: 6px 16px;
        max-width: 140px;
        letter-spacing: 0; } }

/*** FASCIA TESTO INTRO ***/
#intro-home {
  padding: 80px 0; }
  @media (max-width: 419.98px) {
    #intro-home {
      padding: 60px 25px 30px 25px; } }
  @media (max-width: 419.98px) {
    #intro-home .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 992px) {
    #intro-home .container-intro {
      max-width: 900px; } }
  @media (max-width: 419.98px) {
    #intro-home .container-intro {
      padding-right: 0px;
      padding-left: 0px; } }
  #intro-home h1 {
    font-size: 2.3rem; }
    @media (max-width: 419.98px) {
      #intro-home h1 {
        font-size: 1.8rem; } }
  #intro-home p {
    font-size: 1.1rem;
    text-align: center; }
  @media (max-width: 419.98px) {
    #intro-home .container-intro p {
      font-size: 1rem; } }

/*** SEARCH HOME ***/
#searchbar {
  margin-bottom: 35px; }
  @media (max-width: 419.98px) {
    #searchbar {
      margin-bottom: 0px; } }
  @media (max-width: 419.98px) {
    #searchbar .container {
      padding-right: 0px;
      padding-left: 5px; } }
  #searchbar #form_search {
    padding-bottom: 50px;
    text-align: center; }
    #searchbar #form_search #search-input {
      border-radius: 7px;
      border: 1px solid #bbb;
      width: 531px;
      max-width: 100%;
      height: 48px;
      font-size: 1.2rem;
      padding-left: 5px; }
      @media (max-width: 767.98px) {
        #searchbar #form_search #search-input {
          width: 75%;
          font-size: 1rem; } }
    #searchbar #form_search #search-submit {
      width: 48px;
      height: 48px;
      color: #4fc3f8;
      border: none;
      background: none;
      font-size: 30px; }
      #searchbar #form_search #search-submit i {
        top: 10px; }

/*** BOX HOME ***/
#incoming-home {
  margin: 30px 0 60px; }
  #incoming-home .incoming-home-container {
    padding-right: 15px;
    padding-left: 15px; }
    #incoming-home .incoming-home-container .row {
      min-height: 480px; }
      @media (max-width: 767.98px) {
        #incoming-home .incoming-home-container .row {
          height: 100%; } }
    @media (max-width: 767.98px) {
      #incoming-home .incoming-home-container {
        padding-right: 30px;
        padding-left: 30px; }
        #incoming-home .incoming-home-container .row {
          margin-right: -30px;
          margin-left: -30px; }
          #incoming-home .incoming-home-container .row .col {
            padding-right: 30px;
            padding-left: 30px; } }
  @media (max-width: 767.98px) {
    #incoming-home #box-escursioni-img.back-img {
      height: 55vw; } }
  #incoming-home #box-escursioni-text {
    background-color: #002a9a;
    color: #fff; }
    #incoming-home #box-escursioni-text .container {
      padding: 40px 20px 40px 20px; }
      @media (min-width: 992px) {
        #incoming-home #box-escursioni-text .container {
          max-width: 540px;
          overflow: auto;
          display: table;
          height: 100%;
          padding: 0px 40px 0px 0px; } }
      @media (max-width: 419.98px) {
        #incoming-home #box-escursioni-text .container {
          padding: 40px 0 40px 0; } }
      @media (min-width: 992px) {
        #incoming-home #box-escursioni-text .container div {
          display: table-cell;
          vertical-align: middle; } }
      #incoming-home #box-escursioni-text .container h2 {
        text-align: left;
        font-size: 1.7rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px; }
        @media (max-width: 767.98px) {
          #incoming-home #box-escursioni-text .container h2 {
            font-size: 24px;
            margin-bottom: 15px; } }
      #incoming-home #box-escursioni-text .container .incoming-btn.bottone-giallo-s {
        color: #000;
        margin-top: 25px;
        display: inline-block;
        margin-right: 10px; }
        @media (max-width: 575.98px) {
          #incoming-home #box-escursioni-text .container .incoming-btn.bottone-giallo-s {
            margin-top: 12px;
            max-width: 160px; } }
        @media (max-width: 419.98px) {
          #incoming-home #box-escursioni-text .container .incoming-btn.bottone-giallo-s {
            margin-top: 12px;
            max-width: 110px;
            padding-right: 5px;
            padding-left: 5px;
            font-size: 12px; } }
      #incoming-home #box-escursioni-text .container .incoming-btn.bottone-verde-s {
        display: inline-block; }
        @media (max-width: 575.98px) {
          #incoming-home #box-escursioni-text .container .incoming-btn.bottone-verde-s {
            margin-top: 0;
            max-width: 160px; } }
        @media (max-width: 419.98px) {
          #incoming-home #box-escursioni-text .container .incoming-btn.bottone-verde-s {
            margin-top: 12px;
            max-width: 110px;
            padding-right: 5px;
            padding-left: 5px;
            font-size: 12px; } }

.features-home {
  padding: 0 0 100px 0;
  margin-bottom: 0px;
  text-align: center;
  background-color: #fff; }
  @media (max-width: 767.98px) {
    .features-home {
      padding: 50px 0 30px; } }
  .features-home .box-features-container {
    padding: 0 12px; }
    @media (max-width: 767.98px) {
      .features-home .box-features-container {
        margin-bottom: 20px; } }
  .features-home h2 {
    margin: 0px 0 12px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    background: #fdb716;
    padding: 10px 5px;
    min-height: 36px; }
    @media (max-width: 767.98px) {
      .features-home h2 {
        max-width: 336px;
        margin: 0 auto 10px; } }
    @media (max-width: 575.98px) {
      .features-home h2 {
        margin-top: 0px;
        /* font-size: 1.3rem; */ } }
  .features-home #box-1, .features-home #box-2, .features-home #box-3, .features-home #box-4 {
    padding-bottom: 40px; }
    @media (max-width: 419.98px) {
      .features-home #box-1, .features-home #box-2, .features-home #box-3, .features-home #box-4 {
        padding-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .features-home #box-2, .features-home #box-3, .features-home #box-4 {
      margin-top: 40px; } }
  @media (max-width: 991.98px) {
    .features-home #box-3, .features-home #box-4 {
      margin-top: 40px; } }
  .features-home .features-img {
    background-position: center center;
    background-size: cover; }
    .features-home .features-img img {
      border-radius: 0; }
  .features-home .features-btn {
    position: unset;
    right: unset; }
    @media (max-width: 1199.98px) {
      .features-home .features-btn {
        right: 35%; } }
    @media (max-width: 991.98px) {
      .features-home .features-btn {
        right: 32%; } }
    @media (max-width: 767.98px) {
      .features-home .features-btn {
        right: 42%;
        margin-bottom: 20px; } }
    @media (max-width: 419.98px) {
      .features-home .features-btn {
        width: 40%;
        right: 30%; } }
  @media (max-width: 991.98px) {
    .features-home .features-btn.bottone-bianco-s {
      margin: 12px 0 20px; } }

#main-home .features-home:first-of-type {
  padding-top: 100px; }
#main-home .home-2box {
  background: rgba(0, 0, 0, 0.05);
  padding: 0 0 50px 0; }
  #main-home .home-2box:first-of-type {
    padding-top: 50px; }
  @media (max-width: 767.98px) {
    #main-home .home-2box {
      padding-bottom: 0px; }
      #main-home .home-2box:first-of-type {
        padding-top: 10px; }
      #main-home .home-2box:last-of-type {
        padding-bottom: 30px; } }
  @media (max-width: 767.98px) {
    #main-home .home-2box .container {
      max-width: 100%; } }
  @media (max-width: 991.98px) {
    #main-home .home-2box .col {
      margin-top: 20px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 575.98px) {
    #main-home .home-2box .col {
      padding-right: 30px;
      padding-left: 30px; } }
  #main-home .home-2box .box-pic {
    height: 298px;
    color: white;
    position: relative;
    overflow: hidden; }
  #main-home .home-2box .box-frame {
    padding: 20px;
    z-index: 2;
    position: relative;
    background-color: rgba(0, 0, 0, 0.14); }
    #main-home .home-2box .box-frame .box-frame-texts {
      position: absolute;
      min-width: 300px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
    #main-home .home-2box .box-frame .bottone-blu, #main-home .home-2box .box-frame .bottone-giallo {
      max-width: 160px; }
  #main-home .home-2box h2 {
    font-size: 34px;
    color: white;
    font-weight: normal;
    margin-bottom: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    padding-bottom: 20px; }
  #main-home .home-2box .box-text {
    padding: 10px 30px;
    color: #000;
    font-weight: 400;
    background: white;
    min-height: 150px; }

#box-home {
  padding-top: 120px;
  padding-bottom: 45px; }
  #box-home .col {
    margin-bottom: 25px;
    text-align: center; }
    @media (max-width: 575.98px) {
      #box-home .col:nth-child(2n) {
        padding-left: 15px; }
      #box-home .col:nth-child(2n + 1) {
        padding-right: 15px; } }
  #box-home h2 {
    text-transform: uppercase; }
  #box-home h3 {
    margin-bottom: 20px;
    margin-top: 35px; }
  #box-home .box {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 14px; }
  #box-home .bg-pic {
    min-height: 244px;
    background-position: center center;
    background-size: cover; }
  #box-home .title {
    color: #cc0000;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Noto Serif', serif;
    padding: 8px 0 5px; }
  #box-home .pic {
    margin-bottom: 20px;
    min-height: 80px; }
    @media (max-width: 575.98px) {
      #box-home .pic {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #box-home .pic img {
          max-height: 58px; } }
  #box-home .over-texts {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    bottom: 5%;
    left: 0;
    padding: 3% 3% 3% 4%;
    position: absolute;
    width: 80%; }
  #box-home .texts {
    overflow: hidden;
    display: inline-block; }
  #box-home .text {
    line-height: 20px; }
  @media (min-width: 992px) {
    #box-home .col {
      padding-left: 10px;
      padding-right: 10px; }
    #box-home .row {
      margin-left: -10px;
      margin-right: -10px; } }

/*** PACCHETTI-HOME ***/
.proposte {
  padding: 40px 0 20px; }
  .proposte .container {
    text-align: center; }
    @media (max-width: 575.98px) {
      .proposte .container {
        max-width: 400px; } }
    .proposte .container .row {
      padding-top: 30px; }
      @media (max-width: 1199.98px) {
        .proposte .container .row .col {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 767.98px) {
        .proposte .container .row .col {
          margin: auto; } }
      @media (max-width: 419.98px) {
        .proposte .container .row {
          padding-left: 30px;
          padding-right: 30px; } }

/*** ISCRIZIONE-NEWSLETTER***/
#newsletter-home {
  padding: 80px 0 30px; }
  #newsletter-home h2 {
    font-size: 2.3rem;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      #newsletter-home h2 {
        font-size: 1.6rem; } }
  #newsletter-home p {
    text-align: center;
    padding-bottom: 15px; }
  #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group {
    padding-bottom: 0; }
    #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group .btn.btn-primary.btn-block {
      width: 80%;
      min-height: 50px;
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-size: 1.2rem;
      font-weight: 400;
      background-color: #eba51a;
      margin: 0;
      border-radius: 0;
      border: 2px solid #eba51a; }
      @media (max-width: 419.98px) {
        #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group .btn.btn-primary.btn-block {
          font-size: 0.85rem; } }
    @media (max-width: 1199.98px) {
      #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group .btn {
        padding: 10px 25px; } }
    @media (max-width: 419.98px) {
      #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group .btn {
        padding: 10px 5px; } }
    #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group input[type=checkbox] {
      display: inline; }
    #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group label {
      display: inline; }
    @media (max-width: 575.98px) {
      #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group .row {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (max-width: 767.98px) {
      #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group .col {
        padding-right: 10px;
        padding-left: 10px; } }
    #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group .col + .col {
      padding-left: 0; }
    #newsletter-home #mc_embed_signup #mc_embed_signup_scroll #form_newsletter .mc-field-group .privacy-row {
      margin-top: 15px; }
  #newsletter-home #mc_embed_signup .mc-field-group input[type=email] {
    width: 90%;
    min-height: 50px;
    padding-left: 5px;
    color: #333;
    margin-left: 48px;
    border-radius: 5px;
    border-width: 2px;
    border-color: #333; }
    @media (max-width: 767.98px) {
      #newsletter-home #mc_embed_signup .mc-field-group input[type=email] {
        width: 100%;
        margin-left: 0px; } }

/*** LOGHI ***/
#loghi {
  padding-top: 60px;
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    #loghi {
      padding-top: 20px;
      padding-bottom: 0px; }
      #loghi .col {
        height: 80px;
        width: 100px;
        position: relative;
        margin-bottom: 8px; }
        #loghi .col img {
          max-height: 100%;
          max-width: 100%;
          width: auto;
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; } }
  #loghi img {
    /* max-width: 150px; */
    max-height: 80px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767.98px) {
      #loghi img {
        position: unset;
        display: block;
        top: 0;
        left: 0;
        transform: unset;
        margin: 0 auto 15px; } }

/*** PARALLAX ***/
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 423px; }
  @media (max-width: 767.98px) {
    .parallax-container {
      height: auto; } }

.parallax-window {
  height: 100%;
  padding-top: 60px; }
  @media (max-width: 575.98px) {
    .parallax-window {
      padding-top: 18px; } }
  .parallax-window * {
    color: white; }
  .parallax-window .transparency {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    top: 0; }
  .parallax-window .corsivo-l {
    margin-bottom: 10px; }
  .parallax-window .texts {
    z-index: 1;
    position: relative;
    line-height: 1.6;
    font-size: 1.0rem;
    padding: 15px; }
    @media (max-width: 575.98px) {
      .parallax-window .texts {
        font-size: 0.95rem; } }
    @media (max-width: 419.98px) {
      .parallax-window .texts h2 {
        padding-top: 40px; } }
  .parallax-window .buttons {
    /* margin-top:0px; */
    margin-top: 15px; }
    .parallax-window .buttons .bottone-verde {
      margin-left: 0px;
      margin-top: 10px; }
    .parallax-window .buttons .btn {
      padding: 10px 30px;
      min-width: 278px; }
      @media (max-width: 419.98px) {
        .parallax-window .buttons .btn {
          min-width: 200px;
          width: 200px; } }
  @media (min-width: 992px) {
    .parallax-window .buttons {
      margin-top: 25px; }
      .parallax-window .buttons .bottone-verde {
        margin-top: 0px;
        margin-left: 45px; }
      .parallax-window .buttons .btn {
        padding: 15px 40px;
        min-width: 100px; } }

#mission.parallax-container {
  position: relative;
  overflow: hidden;
  height: 460px; }
  @media (max-width: 767.98px) {
    #mission.parallax-container {
      height: auto; } }
  #mission.parallax-container .d-sm-block {
    display: block !important; }
  #mission.parallax-container .parallax-window {
    background-image: url(/pics/Abano-Terme-parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 0; }
    #mission.parallax-container .parallax-window .texts {
      width: 100%;
      height: 460px;
      max-width: 100%;
      background: rgba(41, 41, 41, 0.39);
      padding: 10%; }
      #mission.parallax-container .parallax-window .texts hr {
        border-top: 1px solid rgba(239, 239, 239, 0.1); }
      #mission.parallax-container .parallax-window .texts .btn {
        font-size: 1.2rem; }
      @media (max-width: 767.98px) {
        #mission.parallax-container .parallax-window .texts {
          height: auto; } }
    #mission.parallax-container .parallax-window hr {
      width: 100%; }

/*** BOX LINKS ***/
#box-links {
  padding-top: 35px;
  padding-bottom: 70px; }
  @media (min-width: 992px) {
    #box-links .col {
      padding-left: 15px;
      padding-right: 15px; }
    #box-links .row {
      margin-left: -15px;
      margin-right: -15px; } }
  #box-links h2 {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 30px; }
    #box-links h2 span {
      background: white;
      display: inline-block;
      transform: translateY(14px);
      padding: 0 25px; }
  #box-links p:first-child {
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center; }
    #box-links p:first-child a {
      width: 100%; }

/*** BLOCCHI HOME ***/
#blocchi-home {
  background-color: #f8f8f8;
  padding: 60px 0; }
@media (max-width: 991.98px) and (max-width: 991.98px) {
  #blocchi-home .row {
    margin-left: -15px;
    margin-right: -15px; }
  #blocchi-home .col {
    padding-left: 15px;
    padding-right: 15px; } }

  @media (max-width: 767.98px) {
    #blocchi-home .row .col {
      margin-top: 25px; }
    #blocchi-home .row .col:first-child {
      margin-top: 0px; } }
  #blocchi-home .blocco-home {
    position: relative; }
    #blocchi-home .blocco-home * {
      color: white; }
    #blocchi-home .blocco-home .texts {
      display: block;
      text-align: center; }
      #blocchi-home .blocco-home .texts h3 {
        margin-bottom: 5px;
        font-size: 19px;
        font-weight: 400; }
      #blocchi-home .blocco-home .texts .subtitle {
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: 300; }

/*** FEATURES ***/
#features {
  padding: 60px 0; }
  #features .animated {
    animation-duration: 0.7s; }
    #features .animated:nth-child(2) {
      animation-delay: 0.3s; }
    #features .animated:nth-child(3) {
      animation-delay: 0.6s; }
    #features .animated:nth-child(4) {
      animation-delay: 0.9s; }
  @media (max-width: 767.98px) {
    #features .col {
      margin-bottom: 25px; } }

/*** BOX-NUMERI ***/
#box-numeri {
  padding: 60px 0; }
  #box-numeri * {
    color: white; }
  #box-numeri .number {
    font-weight: bold;
    text-align: center; }
  #box-numeri .col {
    padding: 0; }
    #box-numeri .col + .col .number {
      border-left: 1px solid white; }
  @media (max-width: 767.98px) {
    #box-numeri {
      padding: 60px 0 20px; }
      #box-numeri .col {
        margin-bottom: 40px; }
        #box-numeri .col:nth-child(2n +1) .number {
          border: none; } }
  @media (max-width: 419.98px) {
    #box-numeri .col {
      margin-bottom: 20px; } }
  #box-numeri .counter-number {
    font-size: 3.6rem; }
    @media (max-width: 991.98px) {
      #box-numeri .counter-number {
        font-size: 3rem; } }
    @media (max-width: 419.98px) {
      #box-numeri .counter-number {
        font-size: 2.7rem; } }

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

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