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

.txtanimato {
    height: 100vh;
}
.txtanimato .scroll {
    position:absolute;
    bottom:30px;
    left:50%;
    width:36px;
    margin-left:-18px;
    display: none;
}
.animate{
    position: absolute;
/*    height: 300px;
*/    top: 50%;
    margin-top: -230px;
}
.animate .h2big{
    font-size:85px;
}
.txtanimato .scroll.visible{
    display: block;
}
.fold{
    height: calc(100vh - 100px);
}
.orange{
    color: #dc911b !important;
}
/******************RESPONSIVE***********************/
@media (max-width: 768px) {
    .animate{
/*        height: 220px !important;*/
        margin-top: -180px !important;
  }
    .animate .h2big{
        font-size:60px;
  }
    .txtanimato .scroll {
        bottom:45px;
  }
}
@media (max-width: 576px) {
    .animate{
/*        height: 180px !important;*/
        margin-top: -150px !important;
  }
    .animate .h2big{
        font-size:44px;
  }
    .txtanimato .scroll {
        bottom:45px;
  }
}
@media (max-width: 420px) {
    .animate{
/*        height: 150px !important;*/
        margin-top: -130px !important;
  }
    .animate .h2big{
        font-size:36px;
  }
  .txtanimato .scroll {
      bottom:60px;
  }
}
