@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

html, body{
    width: 100%;
    margin:0px;
    padding:0px;
    background: black;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
#mainContainer{
    width: calc(100% - 300px);
    float: left;
    margin-top: 0px;
    padding: 0px;
    margin-left: 300px;
    height: auto;
    background: white;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
#header{
    width:100%;
    float: left;
    margin:0px;
    padding: 0px;
    overflow: hidden;
}
/*gestione video*/
#myVideo {
    float: left;
    margin: 0px;
    margin-left: -5%;
    padding: 0px;
    margin-top: -200px;
    min-width: 110%;
    min-height: 110%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
/*headertitle*/
#headerTitleSpace{
    display: none;
    position: absolute;
    width: calc(100% - 450px);
    height: auto;
    margin:0px;
    padding: 0px;
    left:300px;
    top:500px;/*top: 300px;*/
    right: 150px;
}
h1.headerTitle{
    margin: 0px;
    padding: 0px;
    font-family: 'Archivo Black', sans-serif;
    font-size: 10em;
    line-height: 0.8em;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0px 0px 25px rgb(0,0,0,0.4);
    color: white;
    position: relative;
    width: 100%;
    height: auto;
}
h1.headerSubTitle{
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', sans-serif;
    font-size: 3em;
    line-height: 0.8em;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0px 0px 25px rgb(0,0,0,0.4);
    color: white;
    position: relative;
    width: 100%;
    height: auto;
    border-top: 5px solid rgb(75,169,71);
    padding-top: 10px;
}
/*invite to scroll*/
#inviteToScrollSpace{
    width: 250px;
    height: auto;
    position: absolute;
    left: calc(50% + 50px);
    color: white;
    animation: inviteToScrollAnimation ease-out 0.5s alternate;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes inviteToScrollAnimation {
    from{bottom: 50px; opacity: 0.7;}
    to{bottom: 55px; opacity: 0.8;}
}
p.inviteToScrollText{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
}
p.inviteToScrollArrow{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    transform: rotate(90deg);
}
/*intro*/
.intro{
    position: relative;
    margin:0px;
    padding:0px;
    width: 94%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: -20px;
    padding-top: 25px;
    background: white;
    border-radius: 0px;
    z-index: 99996;
    /*box-shadow: 0px 0px 15px rgba(0,0,0,0.4);*/
}
.introSpace{
    float: left;
    width: calc(33.3% - 64px);
    margin:0px;
    padding: 0px;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.introSpaceBorder{
    float: left;
    width: calc(33.3% - 64px);
    margin:0px;
    padding: 0px;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 2px solid rgb(75,169,71);
    border-right: 2px solid rgb(75,169,71);
}
h1.introTextTitle{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
    text-align: left;
    font-size: 1.8em;
    text-align: left;
    font-family: 'Arial black', sans-serif;
    text-transform: uppercase;
    /*color: rgb(47, 136, 44);*/
    background: white;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 25px;
    color: rgb(47, 136, 44);
    letter-spacing: -2px;
    border-bottom: 3px solid rgb(54,95,172);
}
p.introText{
    width: calc(100% - 0px);
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 1.1em;
    font-family: 'Arial', sans-serif;
    color: rgb(80,80,80);
    padding-bottom: 40px;
    padding-top: 40px;
}
h1.introTitle{
    margin:0px;
    padding: 0px;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
    background: white;
    color: rgb(54,95,172);
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    font-family: 'Arial Black', sans-serif;
    letter-spacing: 6px;
}
img.introImg{
    width: calc(100% - 60px);
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    clear: both;
}
/*container*/
#container{
    width:100%;
    float: left;
    position: relative;
    margin:0px;
    padding: 0px;
    background: white;
    margin-top:-50px;
    padding-top: 50px;
}
h1.titleAreas{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: 'Arial Black', sans-serif;
    color: rgb(75,169,71);
    font-size: 2,5em;
    margin-top: 25px;
}
.Areas{
    width: calc(85% - 60px);
    float: left;
    padding-left: calc(7.5% + 30px);
    padding-right: calc(7.5% + 30px);
    position: relative;
    margin-top: 75px;
    margin-bottom: 125px;
    float: left;
    clear: both;
    min-height: 300px;
}
.singleArea{
    float: left;
    position: relative;
    /*width: calc(16.6666666667% - 28px);*/
    width: calc(16.6666666667% - 20px);
    margin:0px;
    padding:0px;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 150px;
    cursor: pointer;
    transition: 0.5s;
}
.singleArea:hover{
    opacity: 0.5;
    transition: 0.5s;
    animation: pulseButton 1s infinite;
}
@keyframes pulseButton {
0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(75,169,71,0.8);
}
70% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(75,169,71,0.85);
}
100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(75,169,71,0.0);;
}
}
img.singleAreaBackground{
    width: 100%;
    margin:0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
}
h1.singleAreaName{
    width: 100%;
    margin:0px;
    padding: 0px;
    color: rgb(80,80,80);
    font-family: 'Arial', sans-serif;
    text-align:center;
    text-transform: uppercase;
    font-size: 1em;
    min-height: 50px;
    margin-top: 25px;
    float: left;
    position: absolute;
    top: 180px;
    left: 0px;
}
a.buttonMoreInfo{
    display: none;
    position: absolute;
    float: left;
    width: calc(90% - 14px);
    margin:0px;
    padding: 0px;
    /*background: white;*/
    text-align: center;
    /*margin-right: 5%;
    margin-left: 45%;*/
    margin-left: 5%;
    margin-right: 5%;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*padding: 5px;*/
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    transition: 0.2s;
    /*box-shadow: 0px 0px 5px 1px rgb(54,95,172);*/
    color: rgb(54,95,172);
    /*border: 2px solid rgb(54,95,172);*/
    top: 150px;
}
a.buttonMoreInfo:hover{
    transition: 0.2s;
    letter-spacing: 2px;
    /*background: rgb(54,95,172);*/
    color: white;
    /*color: rgb(54,95,172);*/
    /*box-shadow: 0px 0px 0px 0px rgb(54,95,172);*/
}
p.arrow{
    margin:0px;
    padding-left: 0px;
}
@keyframes rotate {
    from{transform: rotate(0deg);}
    to{transform: rotate(90deg);}
}
a.buttonMoreInfo:hover p.arrow{
    animation: rotate 0.5s forwards;
}
/*gestione popup*/
#subMenuArea{
    width: 100%;
    margin:0px;
    padding:0px;
    position: relative;
    float: left;
    clear: both;
    background: white;
    height: auto;
    min-height: 0px;
}
.approfondimentoPopUp{
    position: absolute;
    margin:0px;
    padding: 0px;
    top:0px;
    width: calc(100% - 260px);
    left: 0px;
    right: 0px;
    padding-top: 55px;
    padding-bottom: 25px;
    padding-left: 130px;
    padding-right: 130px;
    display: none;
}
h1.approfondimentoPopUpTitle{
    display: none;
    width: calc(100% - 30px);
    float: left;
    clear: both;
    margin:0px;
    padding:0px;
    margin-left: 30px;
    text-align: left;
    font-size: 1.2em;
    font-family: 'Arial',sans-serif;
    text-transform: uppercase;
    color: rgb(47, 136, 44);
}
h1.approfondimentoPopUpSubTitle{
    width: calc(50% - 30px);
    float: left;
    clear: both;
    margin:0px;
    padding:0px;
    margin-left: 30px;
    margin-right: 50%;
    /*border-top: 4px solid rgb(54,95,172);*/
    text-align: left;
    font-size: 2em;
    font-family: 'Arial',sans-serif;
    text-transform: uppercase;
    /*color: rgb(54,95,172);*/
    padding-top: 10px;
    margin-top: 15px;
    width: calc(50% - 60px);
    background: rgb(54,95,172);
    padding-bottom: 10px;
    padding-left: 30px;
    color: white;
}
.testoIntroduttivoSpace{
    float: left;
    margin: 0px;
    padding: 0px;
    width: calc(70% - 30px);
    padding-left: 30px;
    margin-top: 50px;
    margin-bottom: 75px;
    margin-left: 0px;
    margin-right: 5%;
}
p.testoIntroduttivo{
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    color: rgb(80,80,80);
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 1.1em;
}
.buttonAndImageSpace{
    width: 25%;
    float: left;
    margin:0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
img.sectorImg{
    width: 100%;
    margin:0px;
    padding: 0px;
    margin-top: 0px;
}
a.button{
    width: 200px;
    float: left;
    margin: 0px;
    padding:0px;
    /*position: absolute;*/
    margin-top: 25px;
    bottom: 100px;
    right: 145px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align:center;
    font-size: 0.9em;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(54,95,172);
    border: 2px solid rgb(54,95,172);
    font-weight:bold;
    transition: 0.5s;
}
a.button:hover{
    opacity: 0.3;
    transition: 0.5s;
}
.singleAreaOptions{
    width: calc(25% - 50px);
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 25px;
    position: relative;
    min-height: 520px;
    max-height: 520px;
}
h1.singleAreaOptionTitle{
    width: 100%;
    margin:0px;
    padding:0px;
    float: left;
    clear: both;
    color: white;
    text-align: center;
    font-size: 1em;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgb(75,169,71);
}
p.singleAreaOptionText{
    width: 80%;
    margin:0px;
    padding:0px;
    float: left;
    margin-left: 0%;
    margin-right: 10%;
    color: rgb(120,120,120);
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 0.9em;
    margin-top: 25px;
    margin-bottom: 25px;
}
ul.singleAreaOptionlinkList{
    width: 60%;
    position: absolute;
    margin:0px;
    padding:0px;
    bottom: 70px;
    left: 20%;
    right: 20%;
    color: white;
    list-style: none;
}
li.singleAreaOptionlinkListItem{
    /*background: rgb(60,60,60);
    border:1px solid rgba(80,80,80);*/
    background: white;
    text-align: center;
    width: calc(100% - 4px);
    transition: 0.5s;
    cursor: pointer;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;*/
    border: 2px solid rgb(54,95,172);
}
li.singleAreaOptionlinkListItem:hover{
    transition: 0.5s;
    opacity: 0.5;
}
li.singleAreaOptionlinkListItem a.singleAreaOptionlinkToOneShot{
    width:100%;
    margin:0px;
    padding: 0px;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    font-family: 'Arial', sans-serif;
    transition: 0.5s;
    cursor: pointer;
    color: rgb(54,95,172);
    font-weight: bold;
}
a.singleAreaOptionlinkToOneShot:hover{
    transition: 0.5s;
    opacity: 0.5;
}
p.closePopUp{
    position: absolute;
    top: -75px;
    right: -75px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 1.2em;
    text-align: center;
}
p.approfondimentoPopUpText{
    width: 80%;
    margin:0px;
    padding: 0px;
    float: left;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    color: rgb(80,80,80);
}
a.linkToOneShotPage{
    width: 100px;
    float: left;
    margin:0px;
    padding: 0px;
    left: calc(50% - 50px);
    right: calc(50% - 50px);
    position: absolute;
    bottom: 25px;
    background: rgb(75,169,71);
    color: white;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    text-align: center;
    font-size: 1em;
    padding-bottom: 10px;
    padding-top: 10px;
}

.introSezione{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
    background: white;
    margin-bottom: 50px;
}
p.headerText{
    width: 70%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
    font-family: 'Arial', sans-serif;
    text-align: left;
    font-size: 1.2em;
    color: rgb(120,120,120);
}
strong{
    color:rgb(75,169,71);
} 
strong.white{
    color:white;
}
strong.blue{
    color:rgb(54,95,172);
}
/*icons valori*/
.iconsValori{
    width: 80%;
    position: relative;
    float: left;
    clear: both;
    margin:0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 150px;
    margin-bottom: 25px;
    padding-top: 15px;
    border-top: 2px solid rgb(54,95,172);
}
.signleIconValore{
    float: left;
    margin:0px;
    padding: 0px;
    width: calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 25px;
}
img.signleIconValoreImg{
    width: 30%;
    float: left;
    clear: both;
    margin:0px;
    padding: 0px;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 50px;
    margin-bottom: 25px;
}
h1.signleIconValoreTitle{
    width: calc(100% - 35px);
    float: left;
    clear: both;
    margin:0px;
    padding:0px;
    padding-left: 15px;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: rgb(180,180,180);
    text-align:left;
    font-size: 1em;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(54,95,172);
}
p.signleIconValoreText{
    float: left;
    clear: both;
    width: calc(100% - 50px);
    margin:0px;
    padding:0px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 0.8em;
    color: rgb(200,200,200);
    line-height: 1.5em;
}

/*form space*/
.formSpace{
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-top:25px;
    border-top: 1px solid rgb(47, 136, 44);
    background: rgb(75,169,71);
    padding-top: 25px;
    padding-bottom: 25px;
}
h1.oneshotFormTitle{
    width: 80%;
    margin:0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    clear: both;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-family: 'Arial', sans-serif;
}
h2.oneshotFormSubTitle{
    width: 80%;
    margin:0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    clear: both;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-family: 'Arial', sans-serif;
}
form.formOneshot{
    width: 60%;
    float: left;
    clear: both;
    margin:0px;
    padding: 0px;
    margin-left: 20%;
    margin-right: 20%;
}
input.nomeCognomeSpace{
    width: calc(50% - 102px);
    height: 50px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 25px;
    padding-right: 25px;
    background: white;
    border-radius: 5px;
    border: 1px solid rgb(47, 136, 44);
    font-size: 1.2em;
    color: rgb(120,120,120);
    margin-top: 25px;
}
input.nomeCognomeSpace::placeholder, input.emailSpace::placeholder, textarea.campoTesto::placeholder{
    color: rgb(200,200,200);
}
input.emailSpace{
    width: calc(100% - 102px);
    height: 50px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 25px;
    padding-right: 25px;
    background: white;
    border-radius: 5px;
    border: 1px solid rgb(47, 136, 44);
    font-size: 1.2em;
    color: rgb(120,120,120);
    margin-top: 25px;
}
select#percorsoOneShot{
    width: calc(100% - 52px);
    height: 50px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 25px;
    padding-right: 25px;
    background: white;
    border-radius: 5px;
    border: 1px solid rgb(47, 136, 44);
    font-size: 1.2em;
    color: rgb(120,120,120);
    margin-top: 25px;
}
textarea.campoTesto{
    width: calc(100% - 102px);
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    font-size: 1em;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid rgb(47, 136, 44);
    font-size: 1.2em;
    color: rgb(120,120,120);
    margin-top: 25px;
    font-family: 'Ubuntu', sans-serif;
}
input.formOneshotButton{float: left;
    width: 200px;
    height: 50px;
    margin: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    padding: 0px;
    margin-left: calc(100% - 225px);
    margin-right: 25px;
    margin-top: 25px;
    background: rgb(75,169,71);
    background: white;
    border: 1px solid rgb(47, 136, 44);
    border-radius: 5px;
    color: rgb(47, 136, 44);
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.contactCheckBoxText{
    float: left;
    position: relative;
    color: rgb(255,255,255);
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
input.consensiCheckBox{
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
label.consensiLabel{
    font-size: 1em;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.formFeedBackSpace{
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    color: rgb(255,255,255);
    text-align: left;
    font-size: 1em;
    font-family: 'Arial', sans-serif;
    width: 100%;
}
p.closingButtonForm{
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 20px;
    padding: 10px;
    font-size: 1em;
    text-align: center;
    color: white;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
}


/*popUp corso chiuso*/

#corsoChiuso{
    position: fixed;
    top: 0px;
    left: 0px;
    margin:0px;
    padding: 0px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    min-height: 100%;
    z-index: 99999999;
    display: none;
}
#corsoChiusoContainer{
    width: 400px;
    margin:0px;
    padding: 0px;
    margin-top: 250px;
    position: absolute;
    left: calc(50% - 200px);
    right: calc(50% - 200px);
    padding-right: 50px;
    padding-left: 50px;
    background: white;
    border: 1px solid rgb(54,75,17);
}
img.soldOutIcon{
    width: 100%;
    position: absolute;
    margin:0px;
    padding:0px;
    top: 250px;
    left: 0px;
}
p.closingButton{
    color: white;
    position: absolute;
    top: -85px;
    right: -35px;
    padding: 10px;
    font-size: 2em;
    cursor: pointer;
}
h1.PopUpCorsoChiusoMainTitle{
    width: 100%;
    font-size: 2em;
    color: rgb(40,40,40);
    font-family: 'Arial Black', sans-serif;
    text-align: center;
    text-transform: uppercase;
    float: left;
    clear: both;
    margin:0px;
    padding: 0px;
    margin-top: 10px;
}
h1.PopUpCorsoChiusoTitle{
    width: 100%;
    font-size: 2em;
    color: rgb(80,80,80);
    font-family: 'Arial', sans-serif;
    text-align: center;
    text-transform: uppercase;
    float: left;
    clear: both;
    margin:0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
p.popUpCorsoChiusoText{
    width: 100%;
    height: auto;
    margin:0px;
    padding:0px;
    float: left;
    clear: both;
    font-size: 1em;
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: rgb(120,120,120);
}
.PopUpCorsoChiusoBottone{
    width: 150px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    float: left;
    background: rgb(54,95,172);
    color: white;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    border-radius: 5px;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
}
.PopUpCorsoChiusoBottone:hover{
    opacity: 0.2;
    transition: 0.5s;
}
.popUpCorsoChiusoInput{
    width: calc(100% - 2px);
    float: left;
    border: 1px solid rgb(54,95,172);
    margin-top: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.condizioniPopUpSpunta{
    margin:0px;
    padding:0px;
    width: 50px;
    float: left;
    margin-left: 50px;
    margin-right: 25px;
    margin-top: 25px;
}
.condizioniPopUp{
    width: 175px;
    margin:0px;
    padding: 0px;
    margin-top: 25px;
    float: left;
    font-size: 0.8em;
    font-family: 'Arial', sans-serif;
    text-align: right;
}

/*gestione dei riquadri*/

.leftSquareSide{
    width: 50%;
    float: left;
    position: relative;
    margin: 0px;
    padding:0px;
    min-height: 600px;
    max-height: 600px;
}
.rightSquareSide{
    width: 50%;
    position: relative;
    float:left;
    margin:0px;
    padding: 0px;
    min-width: 50%;
    max-width: 50%;
    min-height: 600px;
    max-height: 600px;
    overflow: hidden;
}
.centralSideFull{
    position: relative;
    width: 100%;
    margin:0px;
    padding: 0px;
    float: left;
    clear: both;
    margin-left: 0px;
    margin-right: 0px;
    display: table;
    min-height: 600px;
    max-height: 600px;
}
h1.leftSquareTitle{
    width: 80%;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25px;
    color: white;
    text-align: left;
    font-size: 3em;
    font-family: 'Arial Black', sans-serif;
}
h1.rightSideTitle{
    width: 80%;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 75px;
    color: white;
    text-align: left;
    font-size: 3em;
    font-family: 'Arial Black', sans-serif;
}
p.leftSquareText{
    float: left;
    width: 70%;
    margin:0px;
    padding: 0px;
    margin-left: 10%;
    margin-right: 20%;
    margin-top: 20px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 1.2em;
}

video.rightSquareSideVideo{
    position: absolute;
    margin:0px;
    padding:0px;
    top: 0px;
    right: -50%;
    z-index: 3;
}
.singleEmotionalIcon{
    width: 30.3%;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 5px;
}
.singleEmotionalIconLessText{
    width: 30.3%;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 5px;
}
img.centralEmotionalImg{
    width: 60%;
    float: left;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 25px;
    margin-bottom: 5px;
}
img.centralSmallEmotionalImg{
    width: 40%;
    float: left;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 20px;
    margin-bottom: 5px;
}
p.centralEmotionalText{
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: white;
    float: left;
    color:rgb(75,169,71);
    text-transform: uppercase;
    font-weight: bold;
}
.talentListSpace{
    width:90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}
ul.singleAreaCompetenzaList{
    width: 16.6%;
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}
h1.singleAreaCompetenzaListTitle{
    font-size: 1.1em;
    font-family: 'Arial Black', sans-serif;
    text-align: left;
    text-transform: uppercase;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    padding-bottom: 15px;
}
li.sigleAreaCompetenzaLink{
    float: left;
    width: calc(100% - 10px);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}
li.sigleAreaCompetenzaLink a{
    float: left;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
    text-decoration: none;
    transition: 0.2s;
}
li.sigleAreaCompetenzaLink a:hover{
    opacity: 0.2;
    transition: 0.2s;
}
ul.talentList{
    width: 25.3%;
    margin:0px;
    padding: 0px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-top: 15px;
    float: left;
    list-style:none;
}
li.talentListItem{
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: 'Arial', sans-serif;
    border: 1px solid white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom:15px; 
    cursor: pointer;
    transition: 0.2s;
}
li.talentListItem:hover{
    /*opacity: 0.5;*/
    transition: 0.2s;
    background: white;
    color: rgba(0,0,0,0.2);
}
li.talentListItem::before{
    color:rgb(47, 136, 44);
}

/*nuova gestione riquadri*/
.leftSquareSide {
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    padding-bottom: 50px;
}
h1.leftSquareTitle {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 2.5em;
    line-height: 1.2em;
}
p.leftSquareText {
    width: 80%;
    margin-left: 5%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1em;
    font-size: 1.2em;
}
ul.talentList {
    width: 29.3%;
    margin: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    padding: 0px;
        padding-right: 0px;
        padding-left: 0px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin-top: 10px;
}
li.talentListItem {
    font-size: 0.8em;
}
.rightSquareSide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 600px;
    max-height: 600px;
}
h1.rightSideTitle {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top:50px;
    font-size: 1.8em;
}
.singleEmotionalIcon {
    width: 20.3%;
    margin-left: 6.5%;
    margin-right: 6.5%;
    min-height: 200px;
    max-height: 200px;
    margin-top: 10px;
}
.singleEmotionalIconLessText{
    width: 26.3%;
    margin-left: 3.5%;
    margin-right: 3.5%;
    min-height: 150px;
    max-height: 150px;
    margin-top: 75px;
}
.singleEmotionalIcon {
    width: 26.3%;
    margin-left: 3.5%;
    margin-right: 3.5%;
    min-height: 150px;
    max-height: 150px;
}
#video1, #video2, #video3 {
    margin-top: -280px !important;
}

/********************************/
/********************************/
/***                          ***/
/***     GESTIONE ELEMENTI     ***/
/*** NON VISIBILI IN DESKTOP  ***/
/*** (APPARTENGONO AL MOBILE) ***/
/***                          ***/
/********************************/
/********************************/

#headerMobile {
    display: none;
}

.programButtonContainerMobile {
    display: none;
}

.talentButtonContainerMobile {
    display: none;
}

/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni DESKTOP */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 1024px) and (max-width: 1279px){
    #myVideo {
        margin-top: -50px;
    }
    #headerTitleSpace {
        position: absolute;
        width: calc(100% - 300px);
        height: auto;
        margin: 0px;
        padding: 0px;
        left: 250px;
        top: 200px;
        right: 50px;
    }
    .introSpaceBorder {
        width: calc(33.3% - 44px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .introSpace {
        width: calc(33.3% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    h1.headerTitle {
        font-size: 5em;
        line-height: 0.8em;
    }
    h1.headerSubTitle {
        font-size: 2.5em;
    }
    h1.introTextTitle {
        width: calc(100% - 25px);
        font-size: 1.1em;
        letter-spacing: 0px;
        line-height: 1em;
    }
    p.introText {
        font-size: 0.9em;
    }
    .leftSquareSide {
        width: 100%;
        min-height: 400px;
        max-height: 400px;
        padding-bottom: 50px;
    }
    h1.leftSquareTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
        line-height: 0.8em;
    }
    p.leftSquareText {
        width: 80%;
        margin-left: 5%;
        margin-right: 15%;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 0.9em;
        font-size: 1em;
    }
    ul.talentList {
        width: 29.3%;
        margin: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-left: 0px;
        padding: 0px;
            padding-right: 0px;
            padding-left: 0px;
        margin-left: 1.5%;
        margin-right: 1.5%;
        padding-left: 0.5%;
        padding-right: 0.5%;
        margin-top: 10px;
    }
    li.talentListItem {
        font-size: 0.8em;
    }
    .rightSquareSide {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 400px;
        max-height: 400px;
    }
    h1.rightSideTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top:50px;
        font-size: 1.8em;
    }
    .singleEmotionalIcon {
        width: 20.3%;
        margin-left: 6.5%;
        margin-right: 6.5%;
        min-height: 200px;
        max-height: 200px;
        margin-top: 15px;
    }
    .singleEmotionalIconLessText{
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 75px;
    }
    .singleEmotionalIcon {
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
    }
    .Areas {
        width: calc(90% - 0px);
        padding-left: calc(5% + 0px);
        padding-right: calc(5% + 0px);
        margin-top: 25px;
        margin-bottom: 25px;
        min-height: 140px;
    }
    .singleArea {
        /*width: calc(16.6666666667% - 28px);*/
        width: calc(16.6666666667% - 20px);
        padding-bottom: 10px;
    }
    h1.singleAreaName {
        min-height: 30px;
        margin-top: 5px;
        top: 80px;
        left: 0px;
        font-size: 0.6em;
    }
    .iconsValori {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 100px;
    }
    .signleIconValore {
        width: calc(20% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 15px;
    }
    img.signleIconValoreImg {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    h1.signleIconValoreTitle {
        width: calc(100% - 15px);
        padding-left: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        font-size: 0.8em;
        padding-bottom: 5px;
        border-bottom: 2px solid rgb(54,95,172);
    }
    p.signleIconValoreText {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.7em;
        line-height: 1.2em;
    }
    /*gestione form*/
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.emailSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    #subMenuArea {
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: relative;
        float: left;
        clear: both;
        background: white;
        height: auto;
        min-height: 0px;
        top: 90px;
    }
    select#percorsoOneShot {
        width: calc(100% - 32px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    .approfondimentoPopUp {
        position: absolute;
        top: 30px;
        width: calc(100% - 0px);
        left: 0px;
        right: 0px;
        padding-top: 0px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
        display: none;
    }
    p.testoIntroduttivo {
        font-size: 0.9em;
    }
    a.button {
        width: 140px;
        right: 40px;
        font-size: 0.8em;
    }
    /*gestione margin video*/
    #video1, #video2, #video3{
        margin-top: -140px;
    }
    /*gestione aree competenza in fascione blu*/
    h1.singleAreaCompetenzaListTitle{
        margin: 0px;
        font-size: 0.75em;
        padding-bottom: 5px;
        line-height: 1em;
        min-height: 40px;
    }
    li.sigleAreaCompetenzaLink{
        float: left;
        width: calc(100% - 10px);
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
    }
    li.sigleAreaCompetenzaLink a{
        float: left;
        width: calc(100% - 4px);
        padding-left: 2px;
        padding-right: 2px;
        font-family: 'Arial', sans-serif;
        font-size: 0.7em;
        padding-bottom: 2px;
        padding-top: 2px;
        color: white;
        text-decoration: none;
        transition: 0.2s;
    }
    li.sigleAreaCompetenzaLink a:hover{
        opacity: 0.2;
        transition: 0.2s;
    }
}
@media (min-width: 1280px) and (max-width: 1365px){
    #myVideo {
        margin-top: -50px;
    }
    #headerTitleSpace {
        position: absolute;
        width: calc(100% - 300px);
        height: auto;
        margin: 0px;
        padding: 0px;
        left: 250px;
        top: 200px;
        right: 50px;
    }
    .introSpaceBorder {
        width: calc(33.3% - 44px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .introSpace {
        width: calc(33.3% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    h1.headerTitle {
        font-size: 5em;
        line-height: 0.8em;
    }
    h1.headerSubTitle {
        font-size: 2.5em;
    }
    h1.introTextTitle {
        width: calc(100% - 25px);
        font-size: 1.1em;
        letter-spacing: 0px;
        line-height: 1em;
    }
    p.introText {
        font-size: 1em;
    }
    .leftSquareSide {
        width: 100%;
        min-height: 450px;
        max-height: 450px;
        padding-bottom: 50px;
    }
    h1.leftSquareTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
        line-height: 1em;
    }
    p.leftSquareText {
        width: 80%;
        margin-left: 5%;
        margin-right: 15%;
        margin-top: 50px;
        margin-bottom: 50px;
        line-height: 1.3em;
    }
    img.centralSmallEmotionalImg{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    ul.talentList {
        width: 29.3%;
        margin: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-left: 0px;
        padding: 0px;
            padding-right: 0px;
            padding-left: 0px;
        margin-left: 1.5%;
        margin-right: 1.5%;
        padding-left: 0.5%;
        padding-right: 0.5%;
        margin-top: 10px;
    }
    li.talentListItem {
        font-size: 0.8em;
    }
    .rightSquareSide {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 450px;
        max-height: 400px;
    }
    .singleEmotionalIcon {
        width: 20.3%;
        margin-left: 6.5%;
        margin-right: 6.5%;
        min-height: 200px;
        max-height: 200px;
        margin-top: 15px;
    }
    .singleEmotionalIconLessText{
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 75px;
    }
    .singleEmotionalIcon {
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 0px;
    }
    .Areas {
        width: calc(90% - 0px);
        padding-left: calc(5% + 0px);
        padding-right: calc(5% + 0px);
        margin-top: 25px;
        margin-bottom: 25px;
        min-height: 160px;
    }
    .singleArea {
        /*width: calc(16.6666666667% - 28px);*/
        width: calc(16.6666666667% - 20px);
        padding-bottom: 60px;
    }
    h1.singleAreaName {
        min-height: 30px;
        margin-top: 5px;
        top: 120px;
        left: 0px;
        font-size: 0.6em;
    }
    .iconsValori {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 100px;
        padding-top: 70px;
    }
    .signleIconValore {
        width: calc(20% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 15px;
    }
    img.signleIconValoreImg {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    h1.signleIconValoreTitle {
        width: calc(100% - 15px);
        padding-left: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        font-size: 0.8em;
        padding-bottom: 5px;
        border-bottom: 2px solid rgb(54,95,172);
    }
    p.signleIconValoreText {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.7em;
        line-height: 1.2em;
    }
    /*gestione form*/
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.emailSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    #subMenuArea {
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: relative;
        float: left;
        clear: both;
        background: white;
        height: auto;
        min-height: 0px;
        top: 90px;
    }
    select#percorsoOneShot {
        width: calc(100% - 32px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    .approfondimentoPopUp {
        position: absolute;
        top: 30px;
        width: calc(100% - 0px);
        left: 0px;
        right: 0px;
        padding-top: 0px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
        display: none;
    }
    p.testoIntroduttivo {
        font-size: 0.9em;
    }
    a.button {
        width: 140px;
        right: 40px;
        font-size: 0.8em;
    }
    
    h1.rightSideTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top:50px;
        font-size: 1.8em;
    }
    
    /*gestione margin video*/
    #video1, #video2, #video3{
        margin-top: -200px;
    }
    
    /*gestione aree competenza in fascione blu*/
    h1.singleAreaCompetenzaListTitle{
        margin: 0px;
        font-size: 0.75em;
        padding-bottom: 5px;
        line-height: 1em;
        min-height: 40px;
    }
    li.sigleAreaCompetenzaLink{
        float: left;
        width: calc(100% - 10px);
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
    }
    li.sigleAreaCompetenzaLink a{
        float: left;
        width: calc(100% - 4px);
        padding-left: 2px;
        padding-right: 2px;
        font-family: 'Arial', sans-serif;
        font-size: 0.7em;
        padding-bottom: 2px;
        padding-top: 2px;
        color: white;
        text-decoration: none;
        transition: 0.2s;
    }
    li.sigleAreaCompetenzaLink a:hover{
        opacity: 0.2;
        transition: 0.2s;
    }
}
@media (min-width: 1366px) and (max-width: 1439px){
    #myVideo {
        margin-top: -50px;
    }
    #headerTitleSpace {
        position: absolute;
        width: calc(100% - 300px);
        height: auto;
        margin: 0px;
        padding: 0px;
        left: 250px;
        top: 200px;
        right: 50px;
    }
    .introSpaceBorder {
        width: calc(33.3% - 44px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .introSpace {
        width: calc(33.3% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    h1.headerTitle {
        font-size: 5em;
        line-height: 0.8em;
    }
    h1.headerSubTitle {
        font-size: 2.5em;
    }
    h1.introTextTitle {
        width: calc(100% - 25px);
        font-size: 1.1em;
        letter-spacing: 0px;
        line-height: 1em;
    }
    p.introText {
        font-size: 1em;
    }
    .leftSquareSide {
        width: 100%;
        min-height: 400px;
        max-height: 400px;
    }
    h1.leftSquareTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
        line-height: 1em;
    }
    p.leftSquareText {
        width: 80%;
        margin-left: 5%;
        margin-right: 15%;
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 1.1em;
        line-height: 1em;
    }
    ul.talentList {
        width: 29.3%;
        margin: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-left: 0px;
        padding: 0px;
            padding-right: 0px;
            padding-left: 0px;
        margin-left: 1.5%;
        margin-right: 1.5%;
        padding-left: 0.5%;
        padding-right: 0.5%;
        margin-top: 10px;
    }
    li.talentListItem {
        font-size: 0.8em;
    }
    .rightSquareSide {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 400px;
        max-height: 400px;
    }
    .singleEmotionalIcon {
        width: 20.3%;
        margin-left: 6.5%;
        margin-right: 6.5%;
        min-height: 200px;
        max-height: 200px;
        margin-top: 15px;
    }
    .singleEmotionalIconLessText{
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 75px;
    }
    .singleEmotionalIcon {
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 0px;
    }
    .Areas {
        width: calc(90% - 0px);
        padding-left: calc(5% + 0px);
        padding-right: calc(5% + 0px);
        margin-top: 25px;
        margin-bottom: 25px;
        min-height: 230px;
    }
    .singleArea {
        /*width: calc(16.6666666667% - 28px);*/
        width: calc(16.6666666667% - 20px);
        padding-bottom: 100px;
    }
    h1.singleAreaName {
        min-height: 30px;
        margin-top: 5px;
        top: 150px;
        left: 0px;
        font-size: 0.6em;
    }
    .iconsValori {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 100px;
    }
    .signleIconValore {
        width: calc(20% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 15px;
    }
    img.signleIconValoreImg {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    h1.signleIconValoreTitle {
        width: calc(100% - 15px);
        padding-left: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        font-size: 0.8em;
        padding-bottom: 5px;
        border-bottom: 2px solid rgb(54,95,172);
    }
    p.signleIconValoreText {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.7em;
        line-height: 1.2em;
    }
    /*gestione form*/
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.emailSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    #subMenuArea {
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: relative;
        float: left;
        clear: both;
        background: white;
        height: auto;
        min-height: 0px;
        top: 90px;
    }
    select#percorsoOneShot {
        width: calc(100% - 32px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    .approfondimentoPopUp {
        position: absolute;
        top: 30px;
        width: calc(100% - 0px);
        left: 0px;
        right: 0px;
        padding-top: 0px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
        display: none;
    }
    p.testoIntroduttivo {
        font-size: 0.9em;
    }
    a.button {
        width: 140px;
        right: 40px;
        font-size: 0.8em;
    }
    img.centralSmallEmotionalImg {
        margin-top: 5px;
    }
    h1.rightSideTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top:50px;
        font-size: 1.8em;
    }
    
    /*gestione margin video*/
    #video1, #video2, #video3{
        margin-top: -80px;
    }
    /*gestione aree competenza in fascione blu*/
    h1.singleAreaCompetenzaListTitle{
        margin: 0px;
        font-size: 0.9em;
        padding-bottom: 5px;
        line-height: 1em;
        min-height: 40px;
    }
    li.sigleAreaCompetenzaLink{
        float: left;
        width: calc(100% - 10px);
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
    }
    li.sigleAreaCompetenzaLink a{
        float: left;
        width: calc(100% - 4px);
        padding-left: 2px;
        padding-right: 2px;
        font-family: 'Arial', sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-top: 2px;
        color: white;
        text-decoration: none;
        transition: 0.2s;
    }
    li.sigleAreaCompetenzaLink a:hover{
        opacity: 0.2;
        transition: 0.2s;
    }
}
@media (min-width: 1440px) and (max-width: 1679px){
    #myVideo {
        margin-top: -50px;
    }
    #headerTitleSpace {
        position: absolute;
        width: calc(100% - 300px);
        height: auto;
        margin: 0px;
        padding: 0px;
        left: 250px;
        top: 200px;
        right: 50px;
    }
    .introSpaceBorder {
        width: calc(33.3% - 44px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .introSpace {
        width: calc(33.3% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    h1.headerTitle {
        font-size: 5em;
        line-height: 0.8em;
    }
    h1.headerSubTitle {
        font-size: 2.5em;
    }
    h1.introTextTitle {
        width: calc(100% - 25px);
        font-size: 1.1em;
        letter-spacing: 0px;
        line-height: 1em;
    }
    p.introText {
        font-size: 1em;
    }
    .leftSquareSide {
        width: 100%;
        min-height: 400px;
        max-height: 400px;
    }
    h1.leftSquareTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
        line-height: 1em;
    }
    p.leftSquareText {
        width: 80%;
        margin-left: 5%;
        margin-right: 15%;
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 1.1em;
        line-height: 1em;
    }
    ul.talentList {
        width: 29.3%;
        margin: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-left: 0px;
        padding: 0px;
            padding-right: 0px;
            padding-left: 0px;
        margin-left: 1.5%;
        margin-right: 1.5%;
        padding-left: 0.5%;
        padding-right: 0.5%;
        margin-top: 10px;
    }
    li.talentListItem {
        font-size: 0.8em;
    }
    .rightSquareSide {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 400px;
        max-height: 400px;
    }
    .singleEmotionalIcon {
        width: 20.3%;
        margin-left: 6.5%;
        margin-right: 6.5%;
        min-height: 200px;
        max-height: 200px;
        margin-top: 15px;
    }
    .singleEmotionalIconLessText{
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 75px;
    }
    .singleEmotionalIcon {
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .Areas {
        width: calc(90% - 0px);
        padding-left: calc(5% + 0px);
        padding-right: calc(5% + 0px);
        margin-top: 25px;
        margin-bottom: 25px;
        min-height: 240px;
    }
    .singleArea {
        /*width: calc(16.6666666667% - 28px);*/
        width: calc(16.6666666667% - 20px);
        padding-bottom: 100px;
    }
    h1.singleAreaName {
        min-height: 30px;
        margin-top: 5px;
        top: 150px;
        left: 0px;
        font-size: 0.6em;
    }
    .iconsValori {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 100px;
    }
    .signleIconValore {
        width: calc(20% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 15px;
    }
    img.signleIconValoreImg {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    h1.signleIconValoreTitle {
        width: calc(100% - 15px);
        padding-left: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        font-size: 0.8em;
        padding-bottom: 5px;
        border-bottom: 2px solid rgb(54,95,172);
    }
    p.signleIconValoreText {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.7em;
        line-height: 1.2em;
    }
    /*gestione form*/
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.emailSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    #subMenuArea {
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: relative;
        float: left;
        clear: both;
        background: white;
        height: auto;
        min-height: 0px;
        top: 90px;
    }
    select#percorsoOneShot {
        width: calc(100% - 32px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    .approfondimentoPopUp {
        position: absolute;
        top: 30px;
        width: calc(100% - 0px);
        left: 0px;
        right: 0px;
        padding-top: 0px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
        display: none;
    }
    p.testoIntroduttivo {
        font-size: 0.9em;
    }
    a.button {
        width: 140px;
        right: 40px;
        font-size: 0.8em;
    }
    img.centralSmallEmotionalImg {
        margin-top: 0px;
    }
    
    /*gestione margin video*/
    #video1, #video2, #video3{
        margin-top: -100px;
    }
    /*gestione aree competenza in fascione blu*/
    h1.singleAreaCompetenzaListTitle{
        margin: 0px;
        font-size: 0.9em;
        padding-bottom: 5px;
        line-height: 1em;
        min-height: 40px;
    }
    li.sigleAreaCompetenzaLink{
        float: left;
        width: calc(100% - 10px);
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
    }
    li.sigleAreaCompetenzaLink a{
        float: left;
        width: calc(100% - 4px);
        padding-left: 2px;
        padding-right: 2px;
        font-family: 'Arial', sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-top: 2px;
        color: white;
        text-decoration: none;
        transition: 0.2s;
    }
    li.sigleAreaCompetenzaLink a:hover{
        opacity: 0.2;
        transition: 0.2s;
    }
}
@media (min-width: 1680px) and (max-width: 1919px){
    #myVideo {
        margin-top: -50px;
    }
    #headerTitleSpace {
        position: absolute;
        width: calc(100% - 300px);
        height: auto;
        margin: 0px;
        padding: 0px;
        left: 250px;
        top: 420px;
        right: 50px;
    }
    .introSpaceBorder {
        width: calc(33.3% - 44px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .introSpace {
        width: calc(33.3% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    h1.headerTitle {
        font-size: 5em;
        line-height: 0.8em;
    }
    h1.headerSubTitle {
        font-size: 2.5em;
    }
    h1.introTextTitle {
        width: calc(100% - 25px);
        font-size: 1.1em;
        letter-spacing: 0px;
        line-height: 1em;
    }
    p.introText {
        font-size: 1em;
    }
    .leftSquareSide {
        width: 100%;
        min-height: 400px;
        max-height: 400px;
    }
    h1.leftSquareTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
        line-height: 1.1em;
    }
    p.leftSquareText {
        width: 80%;
        margin-left: 5%;
        margin-right: 15%;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 1.2em;
        line-height: 1em;
    }
    ul.talentList {
        width: 29.3%;
        margin: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-left: 0px;
        padding: 0px;
            padding-right: 0px;
            padding-left: 0px;
        margin-left: 1.5%;
        margin-right: 1.5%;
        padding-left: 0.5%;
        padding-right: 0.5%;
        margin-top: 10px;
    }
    li.talentListItem {
        font-size: 0.8em;
    }
    .rightSquareSide {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 400px;
        max-height: 400px;
    }
    .singleEmotionalIcon {
        width: 20.3%;
        margin-left: 6.5%;
        margin-right: 6.5%;
        min-height: 200px;
        max-height: 200px;
        margin-top: 15px;
    }
    .singleEmotionalIconLessText{
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 75px;
    }
    .singleEmotionalIcon {
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 0px;
    }
    .Areas {
        width: calc(90% - 0px);
        padding-left: calc(5% + 0px);
        padding-right: calc(5% + 0px);
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .singleArea {
        /*width: calc(16.6666666667% - 28px);*/
        width: calc(16.6666666667% - 20px);
        padding-bottom: 120px;
    }
    h1.singleAreaName {
        min-height: 30px;
        margin-top: 5px;
        top: 180px;
        left: 0px;
        font-size: 1em;
    }
    .iconsValori {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 100px;
    }
    .signleIconValore {
        width: calc(20% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 15px;
    }
    img.signleIconValoreImg {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    h1.signleIconValoreTitle {
        width: calc(100% - 15px);
        padding-left: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        font-size: 0.8em;
        padding-bottom: 5px;
        border-bottom: 2px solid rgb(54,95,172);
    }
    p.signleIconValoreText {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.7em;
        line-height: 1.2em;
    }
    /*gestione form*/
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.nomeCognomeSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    input.emailSpace {
        width: calc(100% - 62px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    #subMenuArea {
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: relative;
        float: left;
        clear: both;
        background: white;
        height: auto;
        min-height: 0px;
        top: 90px;
    }
    select#percorsoOneShot {
        width: calc(100% - 32px);
        height: 50px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 5px;
    }
    .approfondimentoPopUp {
        position: absolute;
        top: 30px;
        width: calc(100% - 0px);
        left: 0px;
        right: 0px;
        padding-top: 0px;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
        display: none;
    }
    p.testoIntroduttivo {
        font-size: 0.9em;
    }
    a.button {
        width: 140px;
        right: 40px;
        font-size: 0.8em;
    }
    img.centralSmallEmotionalImg {
        margin-top: 5px;
    }
    /*gestione aree competenza in fascione blu*/
    h1.singleAreaCompetenzaListTitle{
        margin: 0px;
        font-size: 0.9em;
        padding-bottom: 5px;
        line-height: 1em;
        min-height: 40px;
    }
    li.sigleAreaCompetenzaLink{
        float: left;
        width: calc(100% - 10px);
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
    }
    li.sigleAreaCompetenzaLink a{
        float: left;
        width: calc(100% - 4px);
        padding-left: 2px;
        padding-right: 2px;
        font-family: 'Arial', sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-top: 2px;
        color: white;
        text-decoration: none;
        transition: 0.2s;
    }
    li.sigleAreaCompetenzaLink a:hover{
        opacity: 0.2;
        transition: 0.2s;
    }
}
@media (min-width: 1920px) and (max-width: 2559px){
    
    .singleEmotionalIcon {
        width: 20.3%;
        margin-left: 6.5%;
        margin-right: 6.5%;
        min-height: 200px;
        max-height: 200px;
        margin-top: 15px;
    }
    .singleEmotionalIconLessText{
        width: 26.3%;
        margin-left: 3.5%;
        margin-right: 3.5%;
        min-height: 150px;
        max-height: 150px;
        margin-top: 75px;
    }
    
    /*gestione margin video*/
    #video1, #video2, #video3{
        margin-top: -70px;
    }
}
@media (min-width: 2559px) and (max-width: 3839px){
}
@media (min-width: 3840px) and (max-width: 5120px){
}


/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 319px) {
}
@media (min-width: 320px) and (max-width: 359px) {
    #inviteToScrollSpace{
        display: none;
    }
    /*headertitle*/
    #headerTitleSpace{
        width: calc(100% - 20px);
        margin:0px;
        padding: 0px;
        left:20px;
        top: 150px;
        right: 150px;
    }
    h1.headerTitle{
        font-size: 1.8em;
    }
    h1.headerSubTitle{
        font-size: 1.5em;
        line-height: 0.8em;
    }
    #headerMobile {
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        position: relative;
        width: 100%;
    }
    img.headerMobileLogo {
        width: 75px;
        height: auto;
        margin: 0px;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    #mainContainer {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    #myVideo{
        margin-top: -10px;
    }
    .intro{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .introSpace{
        width: calc(100% - 22px);
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .introSpaceBorder{
        width: calc(100% - 14px);
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }
    h1.introTextTitle{
        width: calc(100% - 25px);
        padding-right: 25px;
        font-size: 1.1em;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }
    p.introText{
        width: calc(100% - 0px);
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 1em;
        font-family: 'Arial', sans-serif;
        color: rgb(80,80,80);
        padding-bottom: 40px;
        padding-top: 40px;
    }
    h1.introTitle{
        margin:0px;
        padding: 0px;
        float: left;
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 25px;
        background: white;
        color: rgb(54,95,172);
        text-align: center;
        text-transform: uppercase;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
        letter-spacing: 6px;
    } 
    /*gestione dei riquadri*/
    .leftSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        max-height: none;
        padding-bottom: 70px;
    }
    .rightSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        padding-bottom: 25px;
        max-height: none;
        height: auto;
    }
    .centralSideFull{
        width: 100%;
        min-height: 300px;
        max-height: none;
        height: auto;
    }
    h1.leftSquareTitle{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 25px;
        font-size: 1.5em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
    }
    p.leftSquareText{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1em;
        line-height: 1em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Arial Black', sans-serif;
    }
    p.centralEmotionalText{
        font-size: 0.8em;
    }
    .talentListSpace{
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    ul.talentList{
        width: 32.3%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    li.talentListItem{
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: white;
        font-family: 'Arial', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.75em;
        margin-top: 7px;
    }
    li.talentListItem::before{
        color:rgb(47, 136, 44);
    }
    img.centralSmallEmotionalImg{
        width: 100px;
        margin-left: calc(50% - 50px);
        margin-right: calc(50% - 50px);
        margin-top: 0px;
    }
    .Areas{
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-top: 75px;
        margin-bottom: 5px;
    }
    h1.singleAreaName{
        font-size: 0.6em;
        min-height: 30px;
        margin-top: 25px;
        float: left;
        position: absolute;
        top: 65px;
        left: 0px;
        color: rgb(80,80,80);
    }
    .singleArea{
        width: calc(33.333333333% - 28px);
        float: left;
    }
    .iconsValori{
        width: 95%;
        position: relative;
        float: left;
        clear: both;
        margin:0px;
        padding: 0px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 15px;
        border-top: 2px solid rgb(54,95,172);
    }
    .approfondimentoPopUp{
        width: calc(100% - 10px);
        padding-top: 55px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }
    h1.approfondimentoPopUpSubTitle{
        width: calc(90% - 30px);
        margin-left: 30px;
        margin-right: 10%;
        font-size: 1.5em;
    }
    .testoIntroduttivoSpace{
        width: calc(100% - 60px);
        padding-left: 30px;
        margin-right: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    p.testoIntroduttivo{
        font-size: 0.8em;
    }
    .buttonAndImageSpace{
        width: calc(100% - 50px);
        float: left;
        clear: both;
        margin-left: 25px;
        margin-right: 25px;
    }
    img.sectorImg{
        width: 100%;
        margin:0px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    a.button{
        width: 200px;
        bottom: 0px;
        right: calc(50% - 100px);
        left: calc(50% - 100px);
        font-size: 0.8em;
    }
    .signleIconValore{
        float: left;
        clear: both;
        width: 90%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
    }
    img.signleIconValoreImg{
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    h1.signleIconValoreTitle{
        font-size: 0.7em;
        color: rgb(80,80,80);
    }
    p.signleIconValoreText{
        font-size: 0.8em;
        color: rgb(100,100,100);
    }
    /*form space*/
    .formSpace{
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-top:25px;
        border-top: 1px solid rgb(47, 136, 44);
        background: rgb(75,169,71);
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h1.oneshotFormTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 2em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    h2.oneshotFormSubTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    form.formOneshot{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    input.nomeCognomeSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.nomeCognomeSpace::placeholder, input.emailSpace::placeholder{
        color: rgb(200,200,200);
    }
    input.emailSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    select#percorsoOneShot{
        width: calc(100% - 32px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.formOneshotButton{float: left;
        width: 150px;
        margin-left: calc(100% - 152px);
        margin-right: 75px;
        margin-top: 75px;
    }
    .singleEmotionalIconLessText{
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    img.centralEmotionalImg{
        width: 100px;
        margin-left: calc(50% - 50px);
        margin-right: calc(50% - 50px);
    }
    p.centralEmotionalText{
        width: 100%;
        font-size: 0.8em;
        line-height: 0.95em;
    }
    .singleEmotionalIcon{
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media (min-width: 360px) and (max-width: 410px) {
    #inviteToScrollSpace{
        display: none;
    }
    /*headertitle*/
    #headerTitleSpace{
        width: calc(100% - 20px);
        margin:0px;
        padding: 0px;
        left:20px;
        top:150px;
        right: 150px;
    }
    h1.headerTitle{
        font-size: 1.8em;
    }
    h1.headerSubTitle{
        font-size: 1.5em;
        line-height: 0.8em;
    }
    #headerMobile {
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        position: relative;
        width: 100%;
    }
    img.headerMobileLogo {
        width: 75px;
        height: auto;
        margin: 0px;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    #mainContainer {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    #myVideo{
        margin-top: -10px;
    }
    .intro{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .introSpace{
        width: calc(100% - 22px);
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .introSpaceBorder{
        width: calc(100% - 14px);
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }
    h1.introTextTitle{
        padding-right: 25px;
        font-size: 1.2em;
        line-height: 1em;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }
    p.introText{
        width: calc(100% - 0px);
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 1em;
        font-family: 'Arial', sans-serif;
        color: rgb(80,80,80);
        padding-bottom: 40px;
        padding-top: 40px;
    }
    h1.introTitle{
        margin:0px;
        padding: 0px;
        float: left;
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 25px;
        background: white;
        color: rgb(54,95,172);
        text-align: center;
        text-transform: uppercase;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
        letter-spacing: 6px;
    } 
    /*gestione dei riquadri*/
    .leftSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        max-height: none;
        padding-bottom: 70px;
    }
    .rightSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        padding-bottom: 25px;
        max-height: none;
        height: auto;
    }
    .centralSideFull{
        width: 100%;
        min-height: 300px;
        max-height: none;
        height: auto;
    }
    h1.leftSquareTitle{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 25px;
        font-size: 1.2em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
    }
    p.leftSquareText{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1em;
        line-height: 1em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Arial Black', sans-serif;
    }
    p.centralEmotionalText{
        font-size: 0.8em;
    }
    .talentListSpace{
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    ul.talentList{
        width: 32.3%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    li.talentListItem{
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: white;
        font-family: 'Arial', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.8em;
        margin-top: 7px;
    }
    li.talentListItem::before{
        color:rgb(47, 136, 44);
    }
    img.centralSmallEmotionalImg{
        width: 100px;
        margin-left: calc(50% - 50px);
        margin-right: calc(50% - 50px);
        margin-top: 10px;
    }
    .Areas{
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-top: 75px;
        margin-bottom: 5px;
    }
    h1.singleAreaName{
        font-size: 0.6em;
        min-height: 30px;
        margin-top: 25px;
        float: left;
        position: absolute;
        top: 75px;
        left: 0px;
        color: rgb(80,80,80);
    }
    .singleArea{
        width: calc(33.333333333% - 28px);
        float: left;
    }
    .iconsValori{
        width: 95%;
        position: relative;
        float: left;
        clear: both;
        margin:0px;
        padding: 0px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 15px;
        border-top: 2px solid rgb(54,95,172);
    }
    .approfondimentoPopUp{
        width: calc(100% - 10px);
        padding-top: 55px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }
    h1.approfondimentoPopUpSubTitle{
        width: calc(90% - 30px);
        margin-left: 30px;
        margin-right: 10%;
        font-size: 1.5em;
    }
    .testoIntroduttivoSpace{
        width: calc(100% - 60px);
        padding-left: 30px;
        margin-right: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    p.testoIntroduttivo{
        font-size: 0.8em;
    }
    .buttonAndImageSpace{
        width: calc(100% - 50px);
        float: left;
        clear: both;
        margin-left: 25px;
        margin-right: 25px;
    }
    img.sectorImg{
        width: 100%;
        margin:0px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    a.button{
        width: 200px;
        bottom: 0px;
        right: calc(50% - 100px);
        left: calc(50% - 100px);
        font-size: 0.8em;
    }
    .signleIconValore{
        float: left;
        clear: both;
        width: 90%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
    }
    img.signleIconValoreImg{
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    h1.signleIconValoreTitle{
        font-size: 0.7em;
        color: rgb(80,80,80);
    }
    p.signleIconValoreText{
        font-size: 0.8em;
        color: rgb(100,100,100);
    }
    /*form space*/
    .formSpace{
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-top:25px;
        border-top: 1px solid rgb(47, 136, 44);
        background: rgb(75,169,71);
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h1.oneshotFormTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 2em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    h2.oneshotFormSubTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    form.formOneshot{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    input.nomeCognomeSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.nomeCognomeSpace::placeholder, input.emailSpace::placeholder{
        color: rgb(200,200,200);
    }
    input.emailSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    select#percorsoOneShot{
        width: calc(100% - 32px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.formOneshotButton{float: left;
        width: 150px;
        margin-left: calc(100% - 152px);
        margin-right: 75px;
        margin-top: 75px;
    }
    .singleEmotionalIconLessText{
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-right: 25px;
    }
    img.centralEmotionalImg{
        width: 100px;
        margin-left: calc(50% - 50px);
        margin-right: calc(50% - 50px);
    }
    .singleEmotionalIcon{
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media (min-width: 411px) and (max-width: 567px) {
    #inviteToScrollSpace{
        display: none;
    }
    /*headertitle*/
    #headerTitleSpace{
        width: calc(100% - 20px);
        margin:0px;
        padding: 0px;
        left:20px;
        top:150px;
        right: 150px;
    }
    h1.headerTitle{
        font-size: 1.8em;
    }
    h1.headerSubTitle{
        font-size: 1.5em;
        line-height: 0.8em;
    }
    #headerMobile {
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        position: relative;
        width: 100%;
    }
    img.headerMobileLogo {
        width: 75px;
        height: auto;
        margin: 0px;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    #mainContainer {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    #myVideo{
        margin-top: -10px;
    }
    .intro{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .introSpace{
        width: calc(100% - 22px);
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .introSpaceBorder{
        width: calc(100% - 14px);
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }
    h1.introTextTitle{
        padding-right: 25px;
        font-size: 1.2em;
        line-height: 1em;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }
    p.introText{
        width: calc(100% - 0px);
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 1em;
        font-family: 'Arial', sans-serif;
        color: rgb(80,80,80);
        padding-bottom: 40px;
        padding-top: 40px;
    }
    h1.introTitle{
        margin:0px;
        padding: 0px;
        float: left;
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 25px;
        background: white;
        color: rgb(54,95,172);
        text-align: center;
        text-transform: uppercase;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
        letter-spacing: 6px;
    } 
    /*gestione dei riquadri*/
    .leftSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        max-height: none;
        padding-bottom: 70px;
    }
    .rightSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        padding-bottom: 25px;
        max-height: none;
        height: auto;
    }
    .centralSideFull{
        width: 100%;
        min-height: 300px;
        max-height: none;
        height: auto;
    }
    h1.leftSquareTitle{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 25px;
        font-size: 1.2em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
    }
    p.leftSquareText{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Arial Black', sans-serif;
    }
    p.centralEmotionalText{
        font-size: 0.8em;
    }
    .talentListSpace{
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    ul.talentList{
        width: 32.3%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    li.talentListItem{
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: white;
        font-family: 'Arial', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.9em;
        margin-top: 7px;
    }
    li.talentListItem::before{
        color:rgb(47, 136, 44);
    }
    img.centralSmallEmotionalImg{
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 10px;
    }
    .Areas{
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-top: 75px;
        margin-bottom: 5px;
    }
    h1.singleAreaName{
        font-size: 0.6em;
        min-height: 30px;
        margin-top: 25px;
        float: left;
        position: absolute;
        top: 75px;
        left: 0px;
        color: rgb(80,80,80);
    }
    .singleArea{
        width: calc(33.333333333% - 28px);
        float: left;
    }
    .iconsValori{
        width: 95%;
        position: relative;
        float: left;
        clear: both;
        margin:0px;
        padding: 0px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 15px;
        border-top: 2px solid rgb(54,95,172);
    }
    .approfondimentoPopUp{
        width: calc(100% - 10px);
        padding-top: 55px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }
    h1.approfondimentoPopUpSubTitle{
        width: calc(90% - 30px);
        margin-left: 30px;
        margin-right: 10%;
        font-size: 1.5em;
    }
    .testoIntroduttivoSpace{
        width: calc(100% - 60px);
        padding-left: 30px;
        margin-right: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    p.testoIntroduttivo{
        font-size: 0.8em;
    }
    .buttonAndImageSpace{
        width: calc(100% - 50px);
        float: left;
        clear: both;
        margin-left: 25px;
        margin-right: 25px;
    }
    img.sectorImg{
        width: 100%;
        margin:0px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    a.button{
        width: 200px;
        bottom: 0px;
        right: calc(50% - 100px);
        left: calc(50% - 100px);
        font-size: 0.8em;
    }
    .signleIconValore{
        float: left;
        clear: both;
        width: 90%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
    }
    img.signleIconValoreImg{
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    h1.signleIconValoreTitle{
        font-size: 0.7em;
        color: rgb(80,80,80);
    }
    p.signleIconValoreText{
        font-size: 0.8em;
        color: rgb(100,100,100);
    }
    /*form space*/
    .formSpace{
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-top:25px;
        border-top: 1px solid rgb(47, 136, 44);
        background: rgb(75,169,71);
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h1.oneshotFormTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 2em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    h2.oneshotFormSubTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    form.formOneshot{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    input.nomeCognomeSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.nomeCognomeSpace::placeholder, input.emailSpace::placeholder{
        color: rgb(200,200,200);
    }
    input.emailSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    select#percorsoOneShot{
        width: calc(100% - 32px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.formOneshotButton{float: left;
        width: 150px;
        margin-left: calc(100% - 152px);
        margin-right: 75px;
        margin-top: 75px;
    }
}
@media (min-width: 568px) and (max-width: 666px) {
    
    #inviteToScrollSpace{
        display: none;
    }
    /*headertitle*/
    #headerTitleSpace{
        width: calc(100% - 20px);
        margin:0px;
        padding: 0px;
        left:20px;
        top:150px;
        right: 150px;
    }
    h1.headerTitle{
        font-size: 1.8em;
    }
    h1.headerSubTitle{
        font-size: 1.5em;
        line-height: 0.8em;
    }
    #headerMobile {
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        position: relative;
        width: 100%;
    }
    img.headerMobileLogo {
        width: 75px;
        height: auto;
        margin: 0px;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    #mainContainer {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    #myVideo{
        margin-top: -10px;
    }
    .intro{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .introSpace{
        width: calc(100% - 22px);
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .introSpaceBorder{
        width: calc(100% - 14px);
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }
    h1.introTextTitle{
        padding-right: 25px;
        font-size: 0.8em;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }
    p.introText{
        width: calc(100% - 0px);
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 0.7em;
        font-family: 'Arial', sans-serif;
        color: rgb(80,80,80);
        padding-bottom: 40px;
        padding-top: 40px;
    }
    h1.introTitle{
        margin:0px;
        padding: 0px;
        float: left;
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 25px;
        background: white;
        color: rgb(54,95,172);
        text-align: center;
        text-transform: uppercase;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
        letter-spacing: 6px;
    } 
    /*gestione dei riquadri*/
    .leftSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        max-height: none;
        padding-bottom: 70px;
    }
    .rightSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        padding-bottom: 25px;
        max-height: none;
        height: auto;
    }
    .centralSideFull{
        width: 100%;
        min-height: 300px;
        max-height: none;
        height: auto;
    }
    h1.leftSquareTitle{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 25px;
        font-size: 1.2em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
    }
    p.leftSquareText{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 0.8em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Arial Black', sans-serif;
    }
    p.centralEmotionalText{
        font-size: 0.8em;
    }
    .talentListSpace{
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    ul.talentList{
        width: 32.3%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    li.talentListItem{
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: white;
        font-family: 'Arial', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.6em;
        margin-top: 7px;
    }
    li.talentListItem::before{
        color:rgb(47, 136, 44);
    }
    img.centralSmallEmotionalImg{
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 10px;
    }
    .Areas{
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-top: 75px;
        margin-bottom: 5px;
    }
    h1.singleAreaName{
        font-size: 0.6em;
        min-height: 30px;
        margin-top: 25px;
        float: left;
        position: absolute;
        top: 55px;
        left: 0px;
        color: rgb(80,80,80);
    }
    .singleArea{
        width: calc(33.333333333% - 28px);
        float: left;
    }
    .iconsValori{
        width: 95%;
        position: relative;
        float: left;
        clear: both;
        margin:0px;
        padding: 0px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 15px;
        border-top: 2px solid rgb(54,95,172);
    }
    .approfondimentoPopUp{
        width: calc(100% - 10px);
        padding-top: 55px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }
    h1.approfondimentoPopUpSubTitle{
        width: calc(90% - 30px);
        margin-left: 30px;
        margin-right: 10%;
        font-size: 1.5em;
    }
    .testoIntroduttivoSpace{
        width: calc(100% - 60px);
        padding-left: 30px;
        margin-right: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    p.testoIntroduttivo{
        font-size: 0.8em;
    }
    .buttonAndImageSpace{
        width: calc(100% - 50px);
        float: left;
        clear: both;
        margin-left: 25px;
        margin-right: 25px;
    }
    img.sectorImg{
        width: 100%;
        margin:0px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    a.button{
        width: 200px;
        bottom: 0px;
        right: calc(50% - 100px);
        left: calc(50% - 100px);
        font-size: 0.8em;
    }
    .signleIconValore{
        float: left;
        clear: both;
        width: 90%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
    }
    img.signleIconValoreImg{
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    h1.signleIconValoreTitle{
        font-size: 0.7em;
        color: rgb(80,80,80);
    }
    p.signleIconValoreText{
        font-size: 0.8em;
        color: rgb(100,100,100);
    }
    /*form space*/
    .formSpace{
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-top:25px;
        border-top: 1px solid rgb(47, 136, 44);
        background: rgb(75,169,71);
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h1.oneshotFormTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 2em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    h2.oneshotFormSubTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    form.formOneshot{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    input.nomeCognomeSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.nomeCognomeSpace::placeholder, input.emailSpace::placeholder{
        color: rgb(200,200,200);
    }
    input.emailSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    select#percorsoOneShot{
        width: calc(100% - 32px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.formOneshotButton{float: left;
        width: 150px;
        margin-left: calc(100% - 152px);
        margin-right: 75px;
        margin-top: 75px;
    }
}
@media (min-width: 666px) and (max-width: 730px) {
    
    #inviteToScrollSpace{
        display: none;
    }
    /*headertitle*/
    #headerTitleSpace{
        width: calc(100% - 20px);
        margin:0px;
        padding: 0px;
        left:20px;
        top:150px;
        right: 150px;
    }
    h1.headerTitle{
        font-size: 1.8em;
    }
    h1.headerSubTitle{
        font-size: 1.5em;
        line-height: 0.8em;
    }
    #headerMobile {
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        position: relative;
        width: 100%;
    }
    img.headerMobileLogo {
        width: 75px;
        height: auto;
        margin: 0px;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    #mainContainer {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    #myVideo{
        margin-top: -10px;
    }
    .intro{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .introSpace{
        width: calc(100% - 22px);
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .introSpaceBorder{
        width: calc(100% - 14px);
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }
    h1.introTextTitle{
        padding-right: 25px;
        font-size: 0.8em;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }
    p.introText{
        width: calc(100% - 0px);
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 0.7em;
        font-family: 'Arial', sans-serif;
        color: rgb(80,80,80);
        padding-bottom: 40px;
        padding-top: 40px;
    }
    h1.introTitle{
        margin:0px;
        padding: 0px;
        float: left;
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 25px;
        background: white;
        color: rgb(54,95,172);
        text-align: center;
        text-transform: uppercase;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
        letter-spacing: 6px;
    } 
    /*gestione dei riquadri*/
    .leftSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        max-height: none;
        padding-bottom: 70px;
    }
    .rightSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        padding-bottom: 25px;
        max-height: none;
        height: auto;
    }
    .centralSideFull{
        width: 100%;
        min-height: 300px;
        max-height: none;
        height: auto;
    }
    h1.leftSquareTitle{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 25px;
        font-size: 1.2em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
    }
    p.leftSquareText{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 0.8em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Arial Black', sans-serif;
    }
    p.centralEmotionalText{
        font-size: 0.8em;
    }
    .talentListSpace{
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    ul.talentList{
        width: 32.3%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    li.talentListItem{
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: white;
        font-family: 'Arial', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.6em;
        margin-top: 7px;
    }
    li.talentListItem::before{
        color:rgb(47, 136, 44);
    }
    img.centralSmallEmotionalImg{
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 10px;
    }
    .Areas{
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-top: 75px;
        margin-bottom: 5px;
    }
    h1.singleAreaName{
        font-size: 0.6em;
        min-height: 30px;
        margin-top: 25px;
        float: left;
        position: absolute;
        top: 55px;
        left: 0px;
        color: rgb(80,80,80);
    }
    .singleArea{
        width: calc(33.333333333% - 28px);
        float: left;
    }
    .iconsValori{
        width: 95%;
        position: relative;
        float: left;
        clear: both;
        margin:0px;
        padding: 0px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 15px;
        border-top: 2px solid rgb(54,95,172);
    }
    .approfondimentoPopUp{
        width: calc(100% - 10px);
        padding-top: 55px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }
    h1.approfondimentoPopUpSubTitle{
        width: calc(90% - 30px);
        margin-left: 30px;
        margin-right: 10%;
        font-size: 1.5em;
    }
    .testoIntroduttivoSpace{
        width: calc(100% - 60px);
        padding-left: 30px;
        margin-right: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    p.testoIntroduttivo{
        font-size: 0.8em;
    }
    .buttonAndImageSpace{
        width: calc(100% - 50px);
        float: left;
        clear: both;
        margin-left: 25px;
        margin-right: 25px;
    }
    img.sectorImg{
        width: 100%;
        margin:0px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    a.button{
        width: 200px;
        bottom: 0px;
        right: calc(50% - 100px);
        left: calc(50% - 100px);
        font-size: 0.8em;
    }
    .signleIconValore{
        float: left;
        clear: both;
        width: 90%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
    }
    img.signleIconValoreImg{
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    h1.signleIconValoreTitle{
        font-size: 0.7em;
        color: rgb(80,80,80);
    }
    p.signleIconValoreText{
        font-size: 0.8em;
        color: rgb(100,100,100);
    }
    /*form space*/
    .formSpace{
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-top:25px;
        border-top: 1px solid rgb(47, 136, 44);
        background: rgb(75,169,71);
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h1.oneshotFormTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 2em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    h2.oneshotFormSubTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    form.formOneshot{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    input.nomeCognomeSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.nomeCognomeSpace::placeholder, input.emailSpace::placeholder{
        color: rgb(200,200,200);
    }
    input.emailSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    select#percorsoOneShot{
        width: calc(100% - 32px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.formOneshotButton{float: left;
        width: 150px;
        margin-left: calc(100% - 152px);
        margin-right: 75px;
        margin-top: 75px;
    }
}
@media (min-width: 730px) and (max-width: 823px) {
    
    #inviteToScrollSpace{
        display: none;
    }
    /*headertitle*/
    #headerTitleSpace{
        width: calc(100% - 20px);
        margin:0px;
        padding: 0px;
        left:20px;
        top:150px;
        right: 150px;
    }
    h1.headerTitle{
        font-size: 1.8em;
    }
    h1.headerSubTitle{
        font-size: 1.5em;
        line-height: 0.8em;
    }
    #headerMobile {
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        position: relative;
        width: 100%;
    }
    img.headerMobileLogo {
        width: 75px;
        height: auto;
        margin: 0px;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    #mainContainer {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    #myVideo{
        margin-top: -10px;
    }
    .intro{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .introSpace{
        width: calc(100% - 22px);
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .introSpaceBorder{
        width: calc(100% - 14px);
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }
    h1.introTextTitle{
        padding-right: 25px;
        font-size: 0.8em;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }
    p.introText{
        width: calc(100% - 0px);
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 0.7em;
        font-family: 'Arial', sans-serif;
        color: rgb(80,80,80);
        padding-bottom: 40px;
        padding-top: 40px;
    }
    h1.introTitle{
        margin:0px;
        padding: 0px;
        float: left;
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 25px;
        background: white;
        color: rgb(54,95,172);
        text-align: center;
        text-transform: uppercase;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
        letter-spacing: 6px;
    } 
    /*gestione dei riquadri*/
    .leftSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        max-height: none;
        padding-bottom: 70px;
    }
    .rightSquareSide{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        padding-bottom: 25px;
        max-height: none;
        height: auto;
    }
    .centralSideFull{
        width: 100%;
        min-height: 300px;
        max-height: none;
        height: auto;
    }
    h1.leftSquareTitle{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 25px;
        font-size: 1.2em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 3em;
        font-family: 'Arial Black', sans-serif;
    }
    p.leftSquareText{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 0.8em;
    }
    h1.rightSideTitle{
        width: 80%;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 75px;
        color: white;
        text-align: left;
        font-size: 1.5em;
        font-family: 'Arial Black', sans-serif;
    }
    p.centralEmotionalText{
        font-size: 0.8em;
    }
    .talentListSpace{
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    ul.talentList{
        width: 32.3%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    li.talentListItem{
        width: 100%;
        margin: 0px;
        padding: 0px;
        color: white;
        font-family: 'Arial', sans-serif;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.6em;
        margin-top: 7px;
    }
    li.talentListItem::before{
        color:rgb(47, 136, 44);
    }
    img.centralSmallEmotionalImg{
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 10px;
    }
    .Areas{
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-top: 75px;
        margin-bottom: 5px;
    }
    h1.singleAreaName{
        font-size: 0.6em;
        min-height: 30px;
        margin-top: 25px;
        float: left;
        position: absolute;
        top: 55px;
        left: 0px;
        color: rgb(80,80,80);
    }
    .singleArea{
        width: calc(33.333333333% - 28px);
        float: left;
    }
    .iconsValori{
        width: 95%;
        position: relative;
        float: left;
        clear: both;
        margin:0px;
        padding: 0px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 15px;
        border-top: 2px solid rgb(54,95,172);
    }
    .approfondimentoPopUp{
        width: calc(100% - 10px);
        padding-top: 55px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }
    h1.approfondimentoPopUpSubTitle{
        width: calc(90% - 30px);
        margin-left: 30px;
        margin-right: 10%;
        font-size: 1.5em;
    }
    .testoIntroduttivoSpace{
        width: calc(100% - 60px);
        padding-left: 30px;
        margin-right: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    p.testoIntroduttivo{
        font-size: 0.8em;
    }
    .buttonAndImageSpace{
        width: calc(100% - 50px);
        float: left;
        clear: both;
        margin-left: 25px;
        margin-right: 25px;
    }
    img.sectorImg{
        width: 100%;
        margin:0px;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    a.button{
        width: 200px;
        bottom: 0px;
        right: calc(50% - 100px);
        left: calc(50% - 100px);
        font-size: 0.8em;
    }
    .signleIconValore{
        float: left;
        clear: both;
        width: 90%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
    }
    img.signleIconValoreImg{
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    h1.signleIconValoreTitle{
        font-size: 0.7em;
        color: rgb(80,80,80);
    }
    p.signleIconValoreText{
        font-size: 0.8em;
        color: rgb(100,100,100);
    }
    /*form space*/
    .formSpace{
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-top:25px;
        border-top: 1px solid rgb(47, 136, 44);
        background: rgb(75,169,71);
        padding-top: 25px;
        padding-bottom: 25px;
    }
    h1.oneshotFormTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 2em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    h2.oneshotFormSubTitle{
        width: 80%;
        margin:0px;
        padding: 0px;
        margin-left: 10%;
        margin-right: 10%;
        float: left;
        clear: both;
        font-size: 1em;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-family: 'Arial', sans-serif;
    }
    form.formOneshot{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    input.nomeCognomeSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.nomeCognomeSpace::placeholder, input.emailSpace::placeholder{
        color: rgb(200,200,200);
    }
    input.emailSpace{
        width: calc(100% - 62px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    select#percorsoOneShot{
        width: calc(100% - 32px);
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1em;
        margin-top: 15px;
    }
    input.formOneshotButton{float: left;
        width: 150px;
        margin-left: calc(100% - 152px);
        margin-right: 75px;
        margin-top: 75px;
    }
}

/**********************************************/
/**********************************************/
/********                               *******/
/********    GESTIONE VIDEO IN MOBILE   *******/
/********                               *******/
/**********************************************/
/**********************************************/

@media (min-width: 279px) and (max-width: 823px) {
    #video1, #video2, #video3 {
        margin-top: 0px !important;
    }
    /*gestione aree competenza in fascione blu*/
    ul.singleAreaCompetenzaList{
        width: 100%;
        margin: 0px;
        padding: 0px;
        float: left;
        list-style: none;
    }
    h1.h1.singleAreaCompetenzaListTitle{
        margin-top: 15px;
    }
    .prev, .next {
        font-size: 2em;
    }
}