/***
Gruppo api Widget Banner Grande CSS
***/

.banner-grande {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
}

.banner-grande:after {
    height: 100vh;
    width: 100%;
    max-height: 1000px;
    top: 0;
    left: 0;
    content: "";
    background: #000 !important;
    opacity: 0.2;
    position: absolute;
    border-radius: 25px;
    z-index: 0;
}

.banner-grande .elementor-container {
  flex-direction: column;
  z-index:2;
}
.banner-grande .testi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-grande .titolo {
  font-weight: 900;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  max-width: 60%;
}

.banner-grande .sottotitolo {
  margin: 0 auto;
  max-width: 60%;
}

.banner-grande .pulsanti,
.banner-grande .numeri {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}


.banner-grande .numeri {
    max-width: 900px;
    margin: 0 auto;
}

.banner-grande .pulsanti {
  padding-top: 50px;
  margin-bottom: 0px;
}

.banner-grande .pulsante {
  color: black;
  font-size: 15px;
  min-width: 207px;
  font-weight: 600;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 43px;
  margin-right: 28px;
}

.banner-grande .pulsante.icon-download {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.banner-grande .pulsante:last-child {
  margin-right: 0px;
}

.banner-grande .numero {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.banner-grande .numero:last-child {
  margin-right: 0px;
}

.banner-grande .numero-text {
  font-size: 66px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  height: auto;
}

.banner-grande .sottotitolo-numero {
  font-size: 14px;
  font-weight: bold;
}

.banner-grande .icone-numeri {
  max-height: 65px;
}

@media screen and (max-width: 992px) {
  .banner-grande .numeri {
    max-width: 680px;
    margin: 0 auto;
  }

  .banner-grande .numero-text {
    font-size: 50px;
  }

  .banner-grande .icone-numeri {
    max-height: 45px;
}

}


@media screen and (max-width: 768px) {

  .banner-grande {
  display: block;
}

  .banner-grande {
    min-height: 400px;
    height: 90vh;
  }

  .banner-grande:after {
    height: 90vh;
  }

  .banner-grande .testi {
    margin-top: 45px;
  }
  .banner-grande .titolo {
    margin-bottom: 12px;
    margin-left: 29px;
    margin-right: 29px;
    text-align: center;
    max-width: 100%;
  }

  .banner-grande h3.custom-heading-xl,
  .banner-grande h2.custom-heading-xl {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0;
    font-weight: 800;
  }

  .banner-grande .sottotitolo {
    text-align: center;
    margin-bottom: 0px;
    margin-left: 29px;
    margin-right: 29px;
    max-width: 100%;
  }

.banner-grande .numero-text {
  font-size: 40px;
  margin-top: 10px;
}

.banner-grande .icone-numeri {
  max-height: 40px;
}

  .banner-grande .pulsanti {
    flex-direction: column;
  }
  .banner-grande .pulsante {
    margin-right: 0px;
    margin-bottom: 28px;
  }

  /*.banner-grande .numeri {
    display: none;
  }*/

  .banner-grande .pulsante {
    padding-left: 0px;
    padding-right: 0px;
    width: 240px;
    text-align: center;
  }
}
