/*html body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}*/
.container-text {
  width: 60%;
  height: auto;
  flex-direction: column; }

.flex-center-text-hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.flex-center-text-slide {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-left: 100px; }

.container-features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  padding-top: 15px; }
  .container-features__separator {
    width: 140px;
    height: 5px;
    background-color: #0096d6;
    position: relative;
    top: 18px; }

.feature {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px; }

.row-banner {
  display: flex;
  flex-direction: row;
  height: 100%; }
  .row-banner__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .row-banner__box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: flex-start; }

.height-fix-hero {
  height: 600px !important; }

.img-slider {
  /*margin-left: -60px;*/
  width: 120%;}

.container-fix {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.img-app {
  width: 100%;
  padding-top: 50px; }

.img-app-bg {
  background-image: url(/css/prova/app-section.png);
  background-size: cover;
  height: 70%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-position-x: 50%;
  width: 100%; }

.gradient {
  /*background: rgba(4,140,189,1);
  background: -moz-linear-gradient(-45deg, rgba(4,140,189,1) 0%, rgba(0,150,214,1) 50%, rgba(51,171,214,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(4,140,189,1)), color-stop(50%, rgba(0,150,214,1)), color-stop(100%, rgba(51,171,214,1)));
  background: -webkit-linear-gradient(-45deg, rgba(4,140,189,1) 0%, rgba(0,150,214,1) 50%, rgba(51,171,214,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(4,140,189,1) 0%, rgba(0,150,214,1) 50%, rgba(51,171,214,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(4,140,189,1) 0%, rgba(0,150,214,1) 50%, rgba(51,171,214,1) 100%);
  background: linear-gradient(135deg, rgba(4,140,189,1) 0%, rgba(0,150,214,1) 50%, rgba(51,171,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048cbd', endColorstr='#33abd6', GradientType=1 );*/
  /*background: linear-gradient(135deg, #048cbd 0%, #0096d6 30%, rgba(51, 214, 192, 0.28) 100%);*/
  background: #027ca8;
  background: -moz-linear-gradient(-45deg, #027ca8 0%, #0096d6 42%, #7be4eb 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #027ca8), color-stop(42%, #0096d6), color-stop(100%, #7be4eb));
  background: -webkit-linear-gradient(-45deg, #027ca8 0%, #0096d6 42%, #7be4eb 100%);
  background: -o-linear-gradient(-45deg, #027ca8 0%, #0096d6 42%, #7be4eb 100%);
  background: -ms-linear-gradient(-45deg, #027ca8 0%, #0096d6 42%, #7be4eb 100%);
  background: linear-gradient(135deg, #027ca8 0%, #0096d6 42%, #7be4eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027ca8', endColorstr='#7be4eb', GradientType=1 ); }

.gradient-app {
  height: 100%;
  background: #0096d6;
  background: -moz-linear-gradient(top, #0096d6 0%, #00cdd4 80%, #00cdd4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0096d6), color-stop(80%, #00cdd4), color-stop(100%, #00cdd4));
  background: -webkit-linear-gradient(top, #0096d6 0%, #00cdd4 80%, #00cdd4 100%);
  background: -o-linear-gradient(top, #0096d6 0%, #00cdd4 80%, #00cdd4 100%);
  background: -ms-linear-gradient(top, #0096d6 0%, #00cdd4 80%, #00cdd4 100%);
  background: linear-gradient(to bottom, #0096d6 0%, #00cdd4 80%, #00cdd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096d6', endColorstr='#00cdd4', GradientType=0 ); }

#main-navigation {
  background: transparent; }

.offset-img {
  width: 180%;
  margin-left: -78%; }

#hero {
  height: 680px; }

.box-container {
  padding: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 40px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 10px 40px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 40px -20px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out; }

.box-container:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in; }

.container-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0px auto;
  overflow: hidden;
  background: linear-gradient(135deg, #027ca8 5%, #0096d6 0%, #7be4eb 100%);
  transition: all ease-out 0.2s;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }

.container-avatar:hover {
  background: transparent;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  transition: all ease-in 0.2s; }

.container-avatar img {
  filter: grayscale(100%) contrast(0.7);
  mix-blend-mode: multiply;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-out 0.2s; }

.container-avatar img:hover {
  transition: all ease-in 0.2s;
  filter: initial; }

@media (max-width: 400px) {
  .container-features {
    padding-left: 20px;
    padding-right: 20px; }

  .img-slider {
    width: 100% !important; } }
@media (max-width: 1023px) {
  .flex-center-text-slide {
    padding-left: 0;
    padding-top: 15px;
    width: 80%;
    margin: auto;
    margin-right: 0px; }

  #hero {
    height: 550px !important; } }
@media (max-width: 991px) {
  .flex-center-text-slide {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    margin: auto !important; } }
@media (max-width: 992px) {
  .img-banner {
    display: none; }

  .flex-center-text-hero {
    align-items: center; }

  .title-hero, .title-slider, .title-banner {
    text-align: center; }

  .pre-title-slider {
    text-align: center; }

  .btn-white {
    text-align: center; }

  .container-text {
    width: 64%; }

  .img-hero {
    display: none !important; }

  .container-banner {
    width: 100% !important; }

  .container-text {
    text-align: center; }

  .title-slider, .title-banner {
    text-align: center; }

  .paragraph-banner {
    text-align: center; }

  .row-banner__box {
    justify-content: center; }

  .img-slider {
    width: 360px;
    margin-left: 0px; }

  .img-slider-container {
    display: flex;
    justify-content: center;
    align-items: center; }

  .container-fix {
    flex-direction: column; }

  #hero {
    height: 380px !important; } }
@media (max-width: 767px) {
  .container-text {
    width: 90%; }

  #hero-slider, .carousel-inner, .item {
    height: 100% !important; }

  .row-banner {
    padding-top: 10px;
    padding-bottom: 10px; }

  .column {
    flex-direction: column; }

  .offset-img {
    width: 100% !important;
    margin: 0px !important; } }
html {
  font-size: 62.5%; }

.title-hero, .title-slider, .title-banner {
  font-size: 60px;
  font-size: 4.5vw;
  color: #fff;
  font-weight: 700;
  font-family: "Helvetica"; }
  @media (max-width: 777.77778px) {
    .title-hero, .title-slider, .title-banner {
      font-size: 35px; } }
  @media (min-width: 1333.33333px) {
    .title-hero, .title-slider, .title-banner {
      font-size: 60px; } }

.title-slider, .title-banner {
  font-weight: bold; }

.title-banner {
  font-size: 35px;
  font-size: 3.5vw; }
  @media (max-width: 942.85714px) {
    .title-banner {
      font-size: 33px; } }
  @media (min-width: 1000px) {
    .title-banner {
      font-size: 35px; } }

.paragraph-banner {
  font-size: 18px;
  font-size: 1.8vw;
  color: #fff;
  font-weight: 300;
  font-family: "Helvetica"; }
  @media (max-width: 888.88889px) {
    .paragraph-banner {
      font-size: 16px; } }
  @media (min-width: 1000px) {
    .paragraph-banner {
      font-size: 18px; } }

.paragraph-slider, .list-banner {
  font-size: 20px;
  font-size: 2vw;
  color: #fff;
  font-weight: 300;
  font-family: "Helvetica"; }
  @media (max-width: 800px) {
    .paragraph-slider, .list-banner {
      font-size: 16px; } }
  @media (min-width: 1000px) {
    .paragraph-slider, .list-banner {
      font-size: 20px; } }

.list-banner {
  font-size: 18px;
  font-size: 1.8vw; }
  @media (max-width: 833.33333px) {
    .list-banner {
      font-size: 15px; } }
  @media (min-width: 1000px) {
    .list-banner {
      font-size: 18px; } }

.pre-title-slider {
  font-size: 22px;
  font-size: 2.2vw;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Helvetica"; }
  @media (max-width: 681.81818px) {
    .pre-title-slider {
      font-size: 14px; } }
  @media (min-width: 1000px) {
    .pre-title-slider {
      font-size: 22px; } }

.title-section {
  font-size: 30px;
  font-size: 3vw;
  font-family: "Helvetica";
  color: #444;
  font-weight: normal; }
  @media (max-width: 833.33333px) {
    .title-section {
      font-size: 25px; } }
  @media (min-width: 1000px) {
    .title-section {
      font-size: 30px; } }

.sub-title-section {
  font-size: 18px;
  font-size: 1.8vw;
  color: #7a8691;
  font-family: "Helvetica";
  font-weight: 300;
  text-align: center; }
  @media (max-width: 888.88889px) {
    .sub-title-section {
      font-size: 16px; } }
  @media (min-width: 1000px) {
    .sub-title-section {
      font-size: 18px; } }

.title-features, .title-features--uppercase {
  font-size: 27px;
  font-size: 2.7vw;
  font-family: "Helvetica";
  color: #444;
  font-weight: 300;
  text-align: center; }
  @media (max-width: 925.92593px) {
    .title-features, .title-features--uppercase {
      font-size: 25px; } }
  @media (min-width: 1000px) {
    .title-features, .title-features--uppercase {
      font-size: 27px; } }

.sub-title-features {
  width: 100% !important; }

.title-features--uppercase {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.9vw; }
  @media (max-width: 894.73684px) {
    .title-features--uppercase {
      font-size: 17px; } }
  @media (min-width: 1000px) {
    .title-features--uppercase {
      font-size: 19px; } }

.paragraph-features, .sub-title-features {
  font-size: 16px;
  font-size: 1.6vw;
  font-family: "Helvetica";
  color: #7a8691;
  font-weight: 300;
  text-align: center;
  width: 80%; }
  @media (max-width: 937.5px) {
    .paragraph-features, .sub-title-features {
      font-size: 15px; } }
  @media (min-width: 1000px) {
    .paragraph-features, .sub-title-features {
      font-size: 16px; } }

.icon-feature {
  font-size: 50px;
  font-size: 5vw;
  color: #0096d6;
  margin-bottom: 10px; }
  @media (max-width: 900px) {
    .icon-feature {
      font-size: 45px; } }
  @media (min-width: 1000px) {
    .icon-feature {
      font-size: 50px; } }

.counter {
  font-size: 26px;
  font-size: 2.6vw;
  color: #fff;
  font-family: "Helvetica";
  font-weight: 300;
  text-align: center; }
  @media (max-width: 846.15385px) {
    .counter {
      font-size: 22px; } }
  @media (min-width: 1000px) {
    .counter {
      font-size: 26px; } }

.counter-number {
  font-size: 100px;
  font-size: 8vw;
  color: #0096d6;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 1000px) {
    .counter-number {
      font-size: 80px; } }
  @media (min-width: 1250px) {
    .counter-number {
      font-size: 100px; } }

.title-features__voucher {
  font-size: 30px;
  font-size: 3vw;
  font-family: "Helvetica";
  color: #444;
  font-weight: 200; }
  @media (max-width: 833.33333px) {
    .title-features__voucher {
      font-size: 25px; } }
  @media (min-width: 1000px) {
    .title-features__voucher {
      font-size: 30px; } }

.subtitle-features__voucher {
  font-size: 18px;
  font-size: 1.8vw;
  font-family: "Helvetica";
  color: #444;
  font-weight: 500; }
  @media (max-width: 944.44444px) {
    .subtitle-features__voucher {
      font-size: 17px; } }
  @media (min-width: 1000px) {
    .subtitle-features__voucher {
      font-size: 18px; } }

.body-features__voucher {
  font-size: 16px;
  font-size: 1.6vw;
  font-family: "Helvetica";
  color: #7a8691;
  font-weight: 300; }
  @media (max-width: 875px) {
    .body-features__voucher {
      font-size: 14px; } }
  @media (min-width: 1000px) {
    .body-features__voucher {
      font-size: 16px; } }

.title-blue-box {
  font-size: 60px;
  font-size: 5.5vw;
  color: #fff;
  font-weight: 800;
  font-family: "Helvetica"; }
  @media (max-width: 636.36364px) {
    .title-blue-box {
      font-size: 35px; } }
  @media (min-width: 1090.90909px) {
    .title-blue-box {
      font-size: 60px; } }

.subtitle-blue-box {
  font-size: 25px;
  font-size: 2.5vw;
  font-family: "Helvetica";
  color: #fff;
  font-weight: 300; }
  @media (max-width: 720px) {
    .subtitle-blue-box {
      font-size: 18px; } }
  @media (min-width: 1000px) {
    .subtitle-blue-box {
      font-size: 25px; } }

.avatar-name {
  font-size: 26px;
  font-size: 2.6vw;
  color: #0096d6;
  margin: 3px;
  font-weight: 300;
  text-align: center; }
  @media (max-width: 923.07692px) {
    .avatar-name {
      font-size: 24px; } }
  @media (min-width: 1000px) {
    .avatar-name {
      font-size: 26px; } }

.avatar-role {
  font-size: 18px;
  font-size: 1.8vw;
  color: #444;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: center; }
  @media (max-width: 888.88889px) {
    .avatar-role {
      font-size: 16px; } }
  @media (min-width: 1000px) {
    .avatar-role {
      font-size: 18px; } }

.btn, .btn-white, .btn-blue {
  padding: 10px 10px;
  z-index: 1;
  font-size: 18px;
  font-size: 1.8vw;
  font-family: "Helvetica";
  margin-top: 20px;
  transition: all 0.3s ease-out; }
  @media (max-width: 888.88889px) {
    .btn, .btn-white, .btn-blue {
      font-size: 15px; } }
  @media (min-width: 1000px) {
    .btn, .btn-white, .btn-blue {
      font-size: 18px; } }

.btn-white {
  color: #fff;
  border: 2px solid #fff; }
  .btn-white:hover {
    color: #0096d6;
    background-color: #fff;
    border-radius: 25px;
    transition: all 0.3s ease-in; }

.btn-blue {
  color: #0096d6;
  border: 2px solid #0096d6; }
  .btn-blue:hover {
    color: #fff;
    background-color: #0096d6;
    border-radius: 25px;
    transition: all 0.3s ease-in; }
  
  @media(max-width:992px){
      .img-slider-container{
        display: flex !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
      }
  }

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