@charset "UTF-8";

.barra-progresso {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenitore-form {
  max-width: 90vw;
  width: 400px;
}

.barra-progresso .progress {
  width: 80vw;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0px 3px 9px 4px rgb(0 0 0 / 35%);
}

.barra-progresso .progress-bar {
  background-color: #743ae7 !important;
  height: 40px;
  transition: width 0.5s;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: calc(0.7rem + 0.7vw);
}


.contenitore-titolo {
  border-top: solid 4px #743ae7;
  padding-left: 20px;
  padding-right: 20px;
}

.pannello-2 {
  min-height: fit-content;
  border-top: 7px solid #824de9;
  padding-top: 130px;
  padding-bottom: 130px;

  color: black;
  background: rgb(4, 16, 59);
  background: -moz-linear-gradient(0deg, rgba(4, 16, 59, 1) 0%, rgba(16, 31, 159, 1) 50%, rgba(5, 12, 69, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(4, 16, 59, 1) 0%, rgba(16, 31, 159, 1) 50%, rgba(5, 12, 69, 1) 100%);
  background: linear-gradient(0deg, rgba(4, 16, 59, 1) 0%, rgba(16, 31, 159, 1) 50%, rgba(5, 12, 69, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04103b", endColorstr="#050c45", GradientType=1);
}

.titolo-faq {
  margin-bottom: 4px;
  font-size: 1.3rem;
}

.testo-faq {
  font-size: .85rem;
}

.footer {
  min-height: 60px;
  background-color: black;
  color: white;
  align-items: center;

  border-top: 2px solid #b97e0f;
}

.immagine-top {
  position: absolute;
  width: 100vw;
  height: 325px;
  filter: brightness(0.5);
  z-index: -1;
}

.immagine-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.immagine-sfondo {
  margin-top: 300px;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background-image: url("../images/img2.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -5;
  opacity: 1;
}

.immagine-decorazione1 {
  position: absolute;
  width: 500px;
  z-index: -3;
  opacity: 0.9;
  bottom: -10px;
  right: 40px;
}

.immagine-decorazione2 {
  position: absolute;
  width: 50px;
  z-index: -3;
  opacity: 0.5;
  top: 406px;
  left: 400px;
}


.wrapper {
  width: 100%;
  min-height: 100vh;
  /* background-image: url("../images/img1.jpg"); */
  background-repeat: no-repeat;
  background-position: center top -10%, center right;
  overflow: hidden;
}


.content_box {
  width: 50%;
  height: 15rem;
  margin: 2rem auto;
  border-radius: 0.625rem;
  z-index: 9999;
}

.form_timer {
  width: 8rem;
  height: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(#fe6500), to(#ffad14));
  background: linear-gradient(to right, #fe6500, #ffad14);
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.form_timer img {
  width: 2rem;
  margin-top: 1.5rem;
  margin-left: 3rem;
}

.form_timer span {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.contenitore-titolo h1 {
  font-size: 2.5rem;
  font-weight: 800;
  padding: 1rem;
}

.contenitore-risposte {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 530px;
  min-width: 44vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.step {
  padding: 20px;
}

#caricamento {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background: rgb(0, 0, 0);
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.5466561624649859) 0%, rgba(0, 0, 0, 0.29735644257703087) 31%);
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.5466561624649859) 0%, rgba(0, 0, 0, 0.29735644257703087) 31%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5466561624649859) 0%, rgba(0, 0, 0, 0.29735644257703087) 31%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.c-form {
  border: 1px solid #bebebe;
  background-color: #ffffff66;
  box-shadow: 0 0 13px 2px rgb(0 0 0 / 12%);
  border-radius: 0.625rem;
}

.p-indietro {
  margin-top: 20px;
  width: max-content;
}

.p-risposta.r-semplice {
  width: 100%;
  height: 100%;
  font-size: 1.435625rem;
  font-weight: 500;
  padding: 1rem;
  margin-bottom: 20px;

  font-weight: bold;
  color: #2e2e2e;
}

.p-risposta.r-dettagli {
  width: 100%;
  font-size: .9rem;
  min-height: 300px;
  padding: 1rem;
  margin-bottom: 20px;

  font-weight: bold;
  color: #2e2e2e;
}

.p-risposta {
  border: 3px solid #bebebe;
  background-color: #ffffff66;
  box-shadow: 0 0 13px 2px rgb(0 0 0 / 12%);
  cursor: pointer;
  border-radius: 0.625rem;

  transition: .6s cubic-bezier(0.25, 1, 0.5, 1) !important;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  -ms-transition: all .4s ease-in-out !important;
}

.p-risposta:hover {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1, 1.1) !important;
  -ms-transform: scale(1.1, 1.1) !important;
  -webkit-transform: scale(1.1, 1.1) !important;
}

.p-risposta.r-semplice:hover {
  border: 3px solid #743ae7;
  color: #743ae7;
}

.f_btn {
  color: #000000;
  font-size: 1.125rem;
  padding: 1.5rem 2.2rem;
  outline: none;
  border: none;
  font-weight: 800;
  border-radius: 0.625rem;
  margin: 0 auto;
}

.prev_btn:hover {
  color: #000000 !important;
  background: -webkit-gradient(linear, left top, right top, from(#743ae7), to(#fe6400));
  background: linear-gradient(to right, #743ae7, #fe6400);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.next_btn {
  margin-bottom: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#fe6400), to(#743ae7));
  background: linear-gradient(to right, #fe6400, #743ae7);
}

.next_btn:hover {
  color: #000000 !important;
  background: -webkit-gradient(linear, left top, right top, from(#743ae7), to(#fe6400));
  background: linear-gradient(to right, #743ae7, #fe6400);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


body {
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  font-display: swap;
  font-family: 'Helvetica', "Sen", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
button:hover,
input:hover {
  text-decoration: none;
}

a:focus,
button:focus,
input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
}

a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1510px;
  }
}

/* ==================================================
* 00 - media screen and (max-width: 1199px)
*	01 - media screen and (max-width: 991px)
*	02 - media screen and (max-width: 767px)
*	03 - media screen and (max-width: 575px)
*	04 - media screen and (max-width: 380px)
================================================== */
@media screen and (max-width: 1199px) {
  .immagine-decorazione1 {
    display: none;
  }

  .immagine-decorazione2 {
    display: none;
  }
}

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

  .content_box {
    width: 80%;
  }

  .left_side_img img {
    margin-top: 6.5rem;
  }

  .contenitore-titolo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contenitore-titolo h1 {
    font-size: 2rem;
    font-weight: 700;
  }

  .f_btn {
    width: 25%;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
  }

}

@media screen and (max-width: 767.98px) {
  .logo_area {
    text-align: center;
  }

  .contenitore-titolo h1 {
    font-size: 1.5rem;
  }

  .f_btn {
    width: 50%;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .barra-progresso .progress {
    width: 95vw;
    height: 40px;
  }
}

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

  .contenitore-titolo h1 {
    font-size: 1.3rem;
  }

  .f_btn {
    width: 40%;
    font-size: 0.7rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 379.98px) {
  .content_box {
    width: 90%;
  }

  .contenitore-titolo h1 {
    font-size: 1rem;
  }


  .f_btn {
    width: 40%;
    font-size: 0.5rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 319.98px) {
  .contenitore-titolo h1 {
    font-size: 0.8rem;
  }

  .f_btn {
    width: 40%;
    font-size: 0.5rem;
  }
}