/* *{
    border: 1px solid red;
} */


body{
    background-color: #00C543;
    
}
/* h1{
    color: #060e9f;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px;
}  */      
h3{
    /* color: #060e9f;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    margin-bottom: 10px; */
    font-size: 1.38rem;
}
p{
    margin-bottom: 10px;
}       
.imgDesktop{
    display: none;
} 
.intro{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
    position: relative;
}
.intro .punti{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    width: 70%;
    /* max-width: 700px; */
}
.intro .cta{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    max-width: 275px;
}
.intro .punto{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.intro .punto img{
    /* max-width: 20px;
    max-height: 20px; */
    width: 25px;
    margin-right: 10px;
    height: auto;
}
.intro .punto p{
    margin: 0;
}
.intro .scopriamo{
    background-color: #0108A2;
    border-radius: 35px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    
}
.intro .scopriamo p{
    margin: 0;
}
.intro .provaTest{
    /* padding: 10px; */
    color: #060e9f;
    background-color: white;
    border-radius: 35px;
    cursor: pointer;
}
.intro .provaTest p{
    margin: 0;
    display: flex;
    align-items: center;
}
.intro .provaTest p span{
    background-color: #ffed00;
    border-radius: 35px;
    margin: 0;
    display: inline-block;
    padding: 10px;
    width: 74%;
    text-align: center;
    line-height: 15px;
}
.intro .provaTest p img{
    width: 20%;
    max-height: 50px;
    margin: 0 3%;
}
.contenutoQuiz{
    margin-top: 80px;
    margin-top: 12vh;
    color: white;
    
}
.headerQuiz{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}        
.headerQuiz img.albero{
    width: auto;
    height: 70px;
}        
.headerQuiz img.logo{
    width: 50%;
    height: auto;
    max-width: 200px;
}
.domanda{
    margin-bottom: 20px;
    display: none;
    transition: all 0.5s;
    transform: translate(100%, 0px);
}
.riposiziona{
    transform: unset;
}
/* .domanda:nth-child(2) {
    display: block;
    transform: unset;
} */
.nascosto{
    display: none;
}
.contenutoDomanda{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
p.testoIntro,
p.testoDomanda{
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    margin-bottom: 25px;
    width: 90%;
}
.contieniRisposte{
    background-color: #0108A2;
    border-radius: 35px;
    display: flex;
    width: 90%;
}
ul.elencoRisposte {
    
    /* list-style-type: upper-alpha; */
    list-style-type: none;
    /* padding: 20px 0;
    width: 90%;
    margin-left: 5%; */
}
ul.elencoRisposte p{
    text-align: left;
    transition: all 0.2s;
}
ul.elencoRisposte li {
    /* list-style-type: upper-alpha; */
    cursor: pointer;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    /* margin-left: 35px; */
}
ul.elencoRisposte li:before {
    content: " ";
    position: absolute;
    left: -19px;
    top: 9px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: white;
}
ul.elencoRisposte li:after {
    content: " ";
    position: absolute;
    left: -17px;
    top: 11px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #0108A2;
    border: 3px solid #0108A2;
}
ul.elencoRisposte li.selected:after{
    background-color: #ff5000;
}
/* ul.elencoRisposte li.selected p{
    background-color: #ff5000;
    color: white;
    border-radius: 5px;
    width: 85%;
    margin-left: 10px;
} */
ul.elencoRisposte li p {
    margin: 0;
    padding: 3px 10px;
}
.imgDomanda {
    height: 160px;
}
.imgDomanda img{
    width: auto;
    height: 100%;
    max-height: 100px;
    margin-top: 5vh;
}
.mostraRisultato{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 200px;
    color: white;
    background-color: #060e9f;
    border-radius: 35px;
    /* padding: 3px 10px; */
    text-transform: uppercase;
    opacity: 1;
    height: 40px;
    /* transform: translate(0%, -100%); */
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 35px;
    width: 70%;
    margin-left: 15%;
    height: 30vh;
    margin-top: 10vh;
}
.mostraRisultato img{
    width: auto;
    height: 100px;
}
/* .mostraRisultato span{
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 0;
    color: #ff5000;
    background-color: #ffed00;
    border-radius: 20px;
    font-weight: 100;
    width: 20px;
    height: 20px;
    position: relative;
    left: 9px;
    margin-right: 7px;
} */
.risposte{
    display: none;
    /* position: relative; */
    top:0;
    left:0;
    transition: all 0.5s;
    /* min-height: calc(100vh - 200px); */
    min-height: 90vh;
}
.risposta{
    display: none;
    position: relative;
}        
.risposta .titoloRisposta{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px 20px 0px 20px;
}
.risposta .titoloRisposta .imgtitolo img{
    width: 65px;
    height: 65px;
    margin-right: 15px;
}
.risposta .titoloRisposta h3{
    margin: 0;
}
.risposta span.chiudi{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #060e9f;
    padding: 5px;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 100%;
    /* left: 100%; */
    right: -10px;
    top: -20px;
    line-height: 0;
    cursor: pointer;
    border: 3px solid #ffed00;
    font-size: 20px;
}
.risposta span.chiudi i{ 
    margin-top: 1px;
}
.risposta.risultato{
    display: flex;
    position: fixed;
    position: absolute;
    flex-direction: column;
    top: 50%;
    left: 100%;
    /* background-color: #FF4F00; */
    background-color: #00C543;
    border-radius: 35px;
    transform: translate(0%, -50%);
    width: 90%;
    max-width: 600px;
    z-index: 200000;
    /* padding: 20px; */
    transition: all 0.5s;
}
.risposta .background-arancione{
    background-color: #FF4F00;
    border-radius: 35px;
}
.risposta .seguiciSocial {

    padding: 20px;
}
.risposta .seguici {
    color: #0108A2;
    background-color: #ffed00;
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 35px;
}
.risposta .social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.risposta .social a:nth-child(2){
    margin-left: 10px;
}
.risposta .social a:nth-child(3) {
    margin-left: 20px;
}
.risposta .social img{
    height: 40px;
    min-width: 40px;
    width: auto;
}
/* .risposte{
    overflow: scroll;
} */
.risposte .sfondoModal{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* z-index: 10500; */
    z-index: 2;
    background-color: rgba(117, 59, 189, 0.68);
    /* background-color: rgba(6, 14, 159, 0.68); */
    /* background-color: rgba(0, 197, 67, 0.68); */
    /* background-color: rgba(255,255,255,0.5); */
    /* background-color: rgba(240,285,0,0.5); */
    /* transition: all 0.5s; */
}
.risposte .risposta p{
    margin-bottom: 0px;
    background-color: #060e9f;
    padding: 20px 20px 20px 20px;
    border-radius: 35px;
    text-align: left;
}
/*         .rispostaCiano{
    background-color: cyan;
}
.rispostaGialla{
    background-color: yellow;
}
.rispostaFucsia{
    background-color: fuchsia;
} */

@media screen and (min-width: 768px) {
  .domande{
      width:90%;
      margin-left: 5%;
  }
}
@media screen and (min-width: 769px) {
    .domande{
        width:90%;
        margin-left: 5%;
    }
    .intro{
        align-items: flex-start;
        position: relative;
    }
    /* .intro .scopriamo{
        position: absolute;
        width: 275px;
        top: 21px;
        right: 0;
    } */
    .headerQuiz{
        display: none;
    }
    .imgDesktop{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 15%;
        left: 500px;
        left: clamp(500px, 50vw, 50%); 
    }    
    .imgDesktop img{
        width: 80%;
        height: auto;
    }
    p.testoIntro{
        align-items: flex-start;
    }
}
@media screen and (min-width: 1200px) {
  .domande{
      width:60%;
      margin-left: 20%;
  }
}