@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* REGOLE GENERICHE */

*{
    margin: 0;
    padding: 0;
}
/* GESTIONE MENU BURGER */

#myMenu{
    position: absolute;
    top: 2.5vh;
    right: 1vw;
    z-index: 9999;
}

.nav-icon-5{
    width: 35px;
    height: 30px;
    margin: 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.nav-icon-5 span{
    background-color:rgba(0,0,0,0.7);
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width:100%;
    height: 4px;
    transition-duration: 500ms
}

.nav-icon-5 span:nth-child(1){
    top:0px;
    left: 0px;
}

.nav-icon-5 span:nth-child(2){
    top:13px;
    left: 0px;
    opacity:1;
}

.nav-icon-5 span:nth-child(3){
    bottom:0px;
    left: 0px;
}

.nav-icon-5:not(.open):hover span:nth-child(1){
    transform: rotate(-3deg) scaleY(1.1);
}

.nav-icon-5:not(.open):hover span:nth-child(2){
    transform: rotate(3deg) scaleY(1.1);
}

.nav-icon-5:not(.open):hover span:nth-child(3){
    transform: rotate(-4deg) scaleY(1.1);
}

.nav-icon-5.open span:nth-child(1){
    transform: rotate(45deg);
    top: 13px;
}

.nav-icon-5.open span:nth-child(2){
    opacity:0;
}

.nav-icon-5.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 13px;
}

/* GESTIONE LISTA MENU */

.myMenuSpace{
    position: fixed;
    right: 0;
    width: 20vw;
    height: 100vh;
    background: white;
    box-shadow: 10px 0 25px rgba(0,0,0,0.7);
    display: none;
}

ul.myMenuList{
    float: left;
    position: relative;
    width: calc(100% - 50px);
    height: 60vh;
    min-height: 60vh;
    max-height: 60vh;
    margin-left: 10px;
    margin-right: 40px;
    margin-top: 20vh;
    list-style: none;
}

li.menuListItem{
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 1em;
    color: rgb(40,40,40);
    cursor: pointer;
    text-align: right;
    
    --c:linear-gradient(#000 0 0); /* update the color here */
    
    background: var(--c), var(--c);
    background-size: .3em .1em;
    background-position:100% 100%;
    background-repeat: no-repeat;
    transition: .3s linear, background-size .3s .2s linear;
}

.openedVoice{
    background-size: 50% .1em !important;
    background-position: 100% 100% !important;
}

.menuListItem:hover {
    background-size: 50% .1em;
    background-position: 100% 100%;
}

ul.liSingleList{
    display: none;
    list-style: none;
    margin-top: 15px;
}

.stepSpecSpace, .stepSpecSpaceFreePosition{
    float: right;
    position: relative;
    clear: both;
    margin: 15px;
    padding-bottom: 25px;
    max-width: 15vw;
}

.stepSpecSpaceNoMargin{
    float: right;
    position: relative;
    clear: both;
    margin-top: 15px;
    padding-bottom: 25px;
}

.stepLeftSpace{
    width: calc(9vh - 6px);
    height: calc(9vh - 6px);
    border: 3px solid white;
    float: left;
    position: relative;
    text-align: center;
    border-radius: 250px;
    z-index: 99;
}

.stepLeftSpaceReduced{
    width: calc(4vh - 6px);
    height: calc(4vh - 6px);
    border: 3px solid white;
    float: left;
    position: relative;
    text-align: center;
    border-radius: 250px;
}

.stepRightSpace{
    width: calc(100% - 9vh);
    float: left;
    position: relative;
    text-align: center;
    height: calc(9vh - 6px);
    margin-top: 3px;
}

.stepRightSpaceReduced{
    width: calc(100% - 4vh);
    float: left;
    position: relative;
    text-align: center;
    height: calc(4vh - 6px);
    margin-top: 3px;
}

.popUpLessonsMoreInfoSpace{
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    display: none;
}

.popUpLessonsMoreInfo{
    float: left;
    position: relative;
    height: 60vh;
    width: 50vw;
    margin-left: 25vw;
    margin-top: 20vh;
    overflow-y: scroll;
    background-color: #000;
}

.popUpLessonsOverlay{
    float: left;
    position: relative;
    top: 0;
    left: 0;
    min-height: 60vh;
    min-width: 50vw;
    max-height: 60vh;
    max-width: 50vw;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 0.3;
    filter: blur(10px);
}

.textContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    padding: 40px;
}
/* GESTIONE ANIMAZIONI */

@keyframes appear {
    0%{ opacity: 0;}
    50%{ opacity: 0;}
    100%{opacity: 1;}
}

@keyframes shadownMe {
    0%{ text-shadow: 0 0 0 rgba(0,0,0,0);}
    50%{ text-shadow: 0 0 0 rgba(0,0,0,0);}
    100%{ text-shadow: 0 0 0.5vw rgba(0,0,0,0.5);}
}

@keyframes blurMe{
    0%{ filter: blur(0);}
    30%{ filter: blur(0);}
    100%{ filter: blur(0.1vw);}
}

@keyframes slidingBox {
    0%{ left: -30vw;}
    30%{ left: -30vw;}
    100%{ left: 0vw;}
}

.slidingBoxItem{
    animation: slidingBox;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.letMeAppear{
    animation: appear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

.letButtonAppear{
    animation: appear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    display: none;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
        opacity: 0.6;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
        opacity: 0.2;
    }
}

@keyframes scrollLeft {
    to {
      transform: translateX(-50%);
    }
}

@keyframes reducedHeight {
    to{ height: 10vh; }
}

@keyframes reducedHeightMob {
    to{ height: 7vh; }
}

@keyframes reduceEntryTitleImg{
    to{
        transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        transform: scale(0.3);
    }
}

@keyframes reducedTalentLabLogoImg{
    to{
        transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        transform: scale(0.5);
    }
}

@keyframes reduceEntryTitleImgMob{
    to{
        transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        transform: scale(0.7);
    }
}

@keyframes reducedTalentLabLogoImgMob{
    to{
        transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        transform: scale(0.9);
        top: 1.25vh;
    }
}

@keyframes reducedMyMenuMob{
    to{
        top: 0.05vh;
    }
}

#creditCarousel {
    width: 60vw;
    overflow-x: hidden;
    position: relative;
    background: transparent;
    height: 10vw;
    margin-bottom: 0px;
    margin-left: 20vw;
    margin-right: 20vw;
}

.creditTrack {
    position: absolute;
    top: -15px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(12, 10vw);
    gap: 50px;
    animation: scrollLeft 25s linear infinite;
  }

/* GESTIONE SPAZI */

html, body{
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    min-height: 100vh;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    overflow-x: hidden;
}

.header{
    float: left;
    position: fixed;
    width: 100vw;
    height: 20vh;
    background: white;
    box-shadow: 0 0.2vw 0.5vw rgba(0,0,0,0.7);
    z-index: 99;
    text-align: center !important;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
}

.reducedHeader{
    animation: reducedHeight;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.container{
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100%;
    float: left;
    position: relative;
    background-color: white;
}

.content{
    float: left;
    position: relative;
    width: 70vw;
    overflow: hidden;
    margin-left: 15vw;
    background: white;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.nospaceContent{
    float: left;
    position: relative;
    width: 70vw;
    overflow: hidden;
    margin-left: 15vw;
    background: white;
    margin-bottom: 5vh;
}


.smallerContent{
    height: 50vh;
    max-height: 50vh;
    min-height: 50vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.buttonSpace{
    float: left;
    position: relative;
    width: 20%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: right;
}

.callToActionSession{
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 5vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
    background: black;
}

.titleSpace{
    float: left;
    position: relative;
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
}

.timeline{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    position: relative;
    margin-bottom: 2vh;
}

.timespace{
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
}

.popUpCandidature{
    position: fixed;
    min-height: 40vh;
    max-height: 40vh;
    min-width: 15vw;
    max-width: 15vw;
    background: rgb(7,66,94);
    z-index: 999;
    top: 30vh;
    left: -30vw;
}

.rightSideSmaller{
    float: left;
    position: relative;
    width: calc(50% - 20px);
    margin-left: 0;
    padding-top: 5vh;
    padding-top: 5vh;
    padding-right: 20px;
}

.roundShapeBoxText{
    width: 10vw;
    height: 10vw;
    position: absolute;
    border: 2px solid white;
    bottom: calc(50% - 10vw);
    border-radius: 25px ;
    text-align: center;
    font-size: 0.8em;
    float: right;
    padding: 1vw;
    left: calc(50% - 5.5vw);
    bottom: -5vh;
}

.verticalNewsLittleText{
    float: left;
    position: relative;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-size: 1em;
}

.rightSide{
    width: calc(50% - 1vw);
    float: left;
    position: relative;
    margin-left: 1vw;
}

.orizontalNews{
    float: left;
    position: relative;
    width: 100%;
    min-height: 10vw;
    margin-top: 2vh;
    margin-bottom: 5vh;
}

.verticalNewsLittle{    
    float: left;
    position: relative;
    width: calc(50% - 1vw);
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    min-height: calc(60vh - 100px);
    margin-bottom: 1vh;
}

.verticalNewsLittle2{    
    float: left;
    position: relative;
    width: calc(25% - 1vw);
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    min-height: calc(60vh - 100px);
    margin-bottom: 1vh;
}

.textSpace{
    width: 60%;
    margin-left: 10%;
    padding-right: 10%;
    padding-left: 10%;
    float: left;
    position: relative;
    text-align: right !important;
    padding-top: 5vh;
    padding-bottom: 7vh;
    margin-top: -5vh;
    z-index: 8;
}

.orizontalText{
    float:left;
    position: relative;
    margin: 0;
    width: calc(70% - 1.5vw);
    padding-left: 1.5vw;
    margin-left: -1vw; 
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    z-index: 8;
}

.verticalNewsTitleSpace{
    position: absolute;
    bottom: 12vh;
    width: 100%;
    right: 1vw;
    text-align: right !important;
}

.verticalNews{
    float: left;
    position: relative;
    width: 50%;
}

.rectangularImageSpace{
    float: left;
    position: relative;
    height: calc(40vh - 40px);
    min-height: calc(40vh - 40px);
    max-height: calc(40vh - 40px);
    width: calc(50% - 40px);
    padding: 20px;
    padding-left: 0;
    margin-left: 20px;
    background-position: center top!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.rectangularImageSpaceTaller{
    float: left;
    position: relative;
    height: calc(60vh - 40px);
    min-height: calc(60vh - 40px);
    max-height: calc(60vh - 40px);
    width: calc(50% - 40px);
    padding: 20px;
    padding-left: 0;
    margin-left: 20px;
    background-position: center top!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.middleTextSpace{
    float: left;
    position: relative;
    height: calc(40vh - 40px);
    min-height: calc(40vh - 40px);
    max-height: calc(40vh - 40px);
    width: calc(50% - 40px);
    padding: 20px;
    padding-right: 0;
    margin-right: 20px;
}

.callToActionSmallSpace{
    width: calc(100% - 50px);
    padding: 25px;
    float: left;
    position: relative;
}

.popUpFormSpace{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
}

.popUpForm{
    position: fixed;
    width: calc(70vw - 30px);
    left: 15vw;
    right: 15vw;
    height: calc(80vh - 30px);
    top: 10vh;
    bottom: 10vh;
    padding: 15px;
    background: white;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0 0 25px;
}

.footer{
    float: left;
    position: relative;
    width: 95vw;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    height: 7vw;
    background: rgb(40,40,40);
}

.footerRightSide{
    float: right;
    position: relative;
    width: 60vw;
}

/* GESTIONE IMMAGINI*/

img.logoTalentLab{
    position: fixed;
    width: 5vw;
    left: 2.5vw;
    top: 2.5vh;
    z-index: 999;
}

img.entryTitleImg{
    float: left;
    position: relative;
    width:20vw;
    margin-left: 40vw;
    margin-top: 2.5vh;
    /*
    animation: appear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    */
    display: inline-block;
    vertical-align: middle;
}

.reducedEntryTitleImg{
    animation: reduceEntryTitleImg;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.reducedTalentLabLogo{
    animation: reducedTalentLabLogoImg;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

img.squareImgOrizontal{
    float: left;
    position: relative;
    width: 25%;
    z-index: 9;
}

img.squareImg{
    width: calc(60%);
    height: calc(60%);
    margin-left: 20%;
    float: left;
    position: relative;
    z-index: 9;
}

img.verticalNewsImg{
    width: 100%;
    float: left;
}

img.footerlogo{
    float: left;
    position: relative;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
    filter: invert(100%);
}

img.footerCompanyLogo{
    float: right;
    position: relative;
    height: calc(5vh - 10px);
    margin-top: 10px;
    filter: invert(100%);
}

img.snglCredit {
    display: block;
    width: 60%;
    margin: 20% 20%;
    height: 60%;
    opacity: 0.5;
    transition: 0.5s;
}

/* GESTIONE TITOLI */

h1.bigTitle{
    float: left;
    position: relative;
    width: 100%;
    font-size: 4em;
    font-family: 'Arial Black', sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

h1.callToActionTitle{
    width: 100%;
    float: left;
    position: relative;
    color: white;
    font-family: 'Arial Black', Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 2em;
}

h1.popUpCandidatureTitle{
    width: 60%;
    text-align: right;
    margin-left: 30%;
    margin-right: 10%;
    float: left;
    position: relative;
    color: white;
    font-family: 'Arial Black', Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 2em;
    margin-top: 2vh;
}

h1.verticalNewwsLittleTitle{
    float: left;
    clear: both;
    position: relative;
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 2em;
    width: 100%;
}

h1.innerVerticalNewsTitle{
    width: 100%;
    font-size: 3em;
    color: white;
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
}

h1.lessonsTitle{
    float: left;
    position: relative;
    width: calc(100% - 5px);
    text-align: right;
    font-size: 1em;
    height: calc(3.5vh - 7px);
    margin-top: 1.5px;
    text-transform: uppercase;
    line-height: calc(3.5vh - 7px);
    border: 1px solid black;
    color: black;
    padding-left: 3.5vh;
    margin-left: calc(-3.5vh - 3px);
    padding-right: 6px;
    margin-bottom: 3px;
}

h1.lessonsTitleReduced{
    float: left;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 0.85em;
    height: calc(2vh - 3px);
    margin-top: 1.5px;
    text-transform: uppercase;
    line-height: calc(2vh - 3px);
}

h1.lessonsTitleLine-heightReduced{
    float: left;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 0.85em;
    height: calc(3.5vh - 3px);
    margin-top: 1.5px;
    text-transform: uppercase;
    line-height: 1em;
}

h1.popUpLessonsMoreInfoTitle{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 3em;
    color: white;
    text-align: left;
    border-bottom: 2px solid white;
    z-index: 999;
    text-transform: uppercase;
}

/* GESTIONE SOTTOTITOLI */

h1.bigSubTitle{
    float: left;
    position: relative;
    width: 100%;
    font-size: 2em;
    text-align: right;
    text-transform: lowercase;
    margin-bottom: 2vh;
}

h1.callToActionSubTitle{
    width: 100%;
    float: left;
    position: relative;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    font-weight: normal;
    line-height: 1em;
    font-size: 1.2em;
    margin-top: 1vh;
}

h1.popUpCandidatureTermine{
    width: calc(80% - 22px);
    text-align: right;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    position: relative;
    color: white;
    font-family: 'Arial', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1em;
    font-size: 0.8em;
    letter-spacing: 5px;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border: 1px solid white;
    padding: 10px;
}

.verticalNewwsLittleSubTitle{
    float: left;
    clear: both;
    position: relative;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    font-size: 1.1em;
    font-weight: normal;
    width: 100%;
}

h1.popUpLessonsMoreInfoSubTitle{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    font-size: 2em;
    color: rgb(200,200,200);
    text-align: left;
    z-index: 999;
    margin-top: 15px;
    font-style: italic;
    font-family:'Times New Roman', Times, serif;
    font-weight: lighter;
}

/* GESTIONE TESTI */

p.bigNewsText{
    float: left;
    position: relative;
    width: 40%;
    margin-left: 55%;
    padding-right: calc(5% - 2px);
    border-right: 2px solid black;
    text-align: right;
    color: black;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.daysSpan, .hoursSpan, #days, #hours, #daysMob, #hoursMob{
    width: 100%;
    float: left;
    position: relative;
    color: white;
    font-family: 'Arial', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    letter-spacing: 5px;
    font-size: 0.7em;
}

#days, #hours{
    font-size: 1.2em;
}


p.middleMainText{
    width: 70%;
    margin-left: 30%;
    text-align: right;
}

p.middleTwoColumsText{
    float: left;
    position: relative;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: right;
}

p.callToActionText{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Arial', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    letter-spacing: 5px;
    font-size: 0.7em;
}

p.italyLabel{
    font-size: 1em;
    letter-spacing: 5px;
    border: 1px solid black;
    position: absolute;
    top: 1.5vh;
    right: 1vw;
    z-index: 999;
    padding: 15px;
}

p.footerText{
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    font-size: 0.8em;
    line-height: 0.9em;
}

p.footerConclusionText{
    float: left;
    position: absolute;
    bottom: 10px;
    width: 100vw;
    margin-top: 10px;
    font-size: 0.6em;
    line-height: 1em;
}

p.lessonsNumb{
    background: rgb(58,128,194);
    border-radius: 250px;
    width: 100%;
    line-height: calc(9vh - 6px);
    font-size: 2em;
    font-family: 'Arial Black', sans-serif;
    color: white;
}

p.lessonsNumbReduced{
    background: rgb(58,128,194);
    border-radius: 250px;
    width: 100%;
    line-height: calc(4vh - 6px);
    font-size: 1.5em;
    font-family: 'Arial Black', sans-serif;
    color: white;
}

p.lessonsText{
    float: left;
    position: relative;
    width: 100%;
    height: calc(4.5vh - 7px);
    margin-bottom: 1.5px;
    margin-top: 1.5px;
    text-transform: uppercase;
    text-align: left;
    font-size: 0.7em;
    line-height: calc(4.5vh - 7px);
    background: rgb(58,128,194);
    color: white;
    padding-left: 3.5vh;
    margin-left: -3.5vh;
}

p.lessonsTextReduced{
    float: left;
    position: relative;
    width: 100%;
    height: calc(2vh - 3px);
    margin-bottom: 1.5px;
    margin-top: 3px;
    text-transform: uppercase;
    text-align: left;
    font-size: 0.7em;
    line-height: 1em;
}

/* GESTIONE BOTTONI*/

p.callToActionButton{
    float: right;
    position: relative;
    width: 100%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 1.2em;
    border: 1px solid white;
    padding: 20px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    margin-top: 20px;
}

p.callToActionButton:hover{
    transition: 0.2s;
    letter-spacing: 3px;
}

p.buttonCandidatura{
    width: calc(60% - 40px);
    margin-left: 20%;
    margin-right: 20%;
    float: right;
    position: relative;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 1.2em;
    border: 1px solid white;
    padding: 20px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    margin-top: 4vh;
}

p.buttonCandidatura:hover{
    transition: 0.2s;
    letter-spacing: 3px;
}

p.closingForm{
    color: white;
    text-transform: uppercase;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid white;
    position: absolute;
    top: 5vh;
    right: 15vw;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
}

p.closingForm:hover{
    transition: 0.2s;
    letter-spacing: 3px;
}

p.moreInfoButton, p.whiteMoreInfoButton{
    position: absolute;
    bottom: 10px;
    width: calc(100% - 0px);
    left: 0;
    bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(120,120,120);
    border: 1px solid rgb(120,120,120);
    cursor: pointer;
    transition: 0.2s;
    font-size: 0.8em;
    line-height: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 99;
}

p.moreInfoButtonReducedMarginBottom{
    margin-bottom: -40px;
}

p.whiteMoreInfoButton{
    color: white;
    border: 1px solid white;
}

p.moreInfoButton:hover{
    transition: 0.2s;
    letter-spacing: 2px;
}

p.whiteMoreInfoButton:hover{
    transition: 0.2s;
    letter-spacing: 2px;
}

p.closePopUpLessonsMoreInfo{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid white;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 99999;
}
p.closePopUpLessonsMoreInfo:hover{
    letter-spacing: 3px;
    transition: 0.2s;
}

/* GESTIONE LISTE */

ul.tagList{
    list-style: none;
    float: left;
    position: relative;
    max-height: 3vh;
    margin-bottom: 0.2vh;
    display: none;
}

li.singleTag{
    float: left;
    padding: 5px;
    border: 0.5px solid rgb(60,60,60);
    background: rgb(210,210,210);
    color: rgb(40,40,40);
    text-align: center;
    font-size: 0.6em;
    margin-right: 5px;
    margin-bottom: 0.16vh;
    border-radius: 10px;
}

ul.stepList{
    width: 60%;
    list-style: circle;
    float: left;
    position: relative;
    margin-left: 40%;
    z-index: 999;
    margin-bottom: 75px;
}

li.singleVoice{
    width: 100%;
    margin-top: 10px;
    color: white;
}
/* GESTIONE FEATURE */

.serifText{
    font-family: 'Times New Roman', serif !important;
    line-height: 1em;
}

.littleSerifText{
    font-family: 'Times New Roman', serif;
    font-size: 0.9em;
    line-height: 0.9em;
}

.sans-serifText{
    font-family: 'Arial', serif;
    line-height: 1em;
    font-size: 0.8em;
}

.whiteText{
    color: white !important;
}

.blackText{
    color: black;
}

.grayText{
    color: rgb(120,120,120);
}

.redText{
    color: red;
}

.blueText{
    color: rgb(58,128,194);
}

.darkBlueText{
    color: rgb(7,66,94) !important;
}

.italicText{
    font-style: italic;
}

.borderedText{
    border: 1px solid black;
}

.capitalizedText{
    text-transform: uppercase !important;
}

.reducedText{
    font-size: 1.2em !important;
    line-height: 0.9em !important;
}

.boxedShadown{
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.sans-serifTextTitle{
    font-family: 'Arial Black', sans-serif;
    line-height: 1em;
    font-size: 1.5em !important;
}

.blueBackground{
    background: rgb(58,128,194);
}

.darkBlueBackground{
    background: rgb(7,66,94) !important;
}

.greenBackground{
    background: rgb(75,169,71);
}

.transparentBackground{
    background: transparent !important;
}

.darkOpaqueBakcground{
    background:rgba(0,0,0,0.5);
}

.bigBlackBorderedText{
    border-bottom: 15px solid black;
}

.bigWhiteBorderedText{
    border-bottom: 15px solid white;
}

.mediumWhiteBorderedText{
    border-bottom: 7px solid white;
}

.bigBlueBorderedText{
    border-bottom: 15px solid rgb(58,128,194) !important;
}

.bigDarkBlueBorderedText{
    border-bottom: 15px solid rgb(7,66,94) !important;
}

.littleWhiteBorderedText{
    border-bottom: 1.5px solid white !important;
}

.littleWhiteBorderedTextComplete{
    border: 1.5px solid white !important;
}

.littleBlackBorderedText{
    border-bottom: 1.5px solid black;
}

.littleText{
    font-size: 0.9em;
    line-height: 1em;
    text-align: right;
}

.rightAlign{
    text-align: right !important;
}

.leftAlign{
    text-align: left !important;
}

.centerAlign{
    text-align: center;
}

.topRightCornerPosition{
    position: absolute !important;
    top: 10px;
    right: 10px;
}

.bottomRightCornerPosition{
    position: absolute !important;
    bottom: 10px;
    right: 10px;
}

.bottomRightCornerPosition-NoSpace{
    position: absolute !important;
    bottom: 0px;
    right: 0px;
}

.backgroundPositionCenter{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.backgroundPositionCenterRight{
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.backgroundPositionCenterLeft{
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.backgroundPositionTopRight{
    background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.backgroundPositionTopLeft{
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.backgroundPositionBottomLeft{
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.backgroundPositionBottomRight{
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.arialBlackText{
    font-family: 'Arial Black', sans-serif;
}

.verticalHeight{
    height: 80vh;
}

.hideMe{
    display: none;
}

.noPaddingTopSpace{
    padding-top: 0;
}

.spacingTop{
    margin-top: 2vh !important;
}

.hiddenOverflow{
    overflow-y: hidden !important;
}

strong.footerBrandName{
    letter-spacing: 2px;
    font-size: 0.8em;
}

/* GESTIONE SPAN*/

span.signature{
    font-size: 0.7em;
    color: rgb(120,120,120);
    text-align: right;
}

span.littleText{
    font-size: 0.8em;
    line-height: 0.9em;
}

.marginForFixedHeader{
    margin-top: calc(20vh + 5vh);
}

/* GESTIONE LINK */
.singleLink{
    font-size: 0.7em;
    text-decoration: none;
}

/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni DESKTOP */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 1024px) and (max-width: 1279px){

    /* GESTIONE SPAZI */

    .content{
        width: 90vw;
        margin-left: 5vw;
        overflow: visible;
    }
    
    .nospaceContent{
        width: 90vw;
        margin-left: 5vw;
        overflow: visible;
    }

    .roundShapeBoxText{
        width: 15vw;
        height: 15vw;
        bottom: calc(50% - 15vw);
        border-radius: 25px ;
        text-align: center;
        font-size: 0.7em;
        left: calc(50% - 7.5vw);
        bottom: -5vh;
    }

    .popUpCandidature{
        min-height: 50vh;
        max-height: 50vh;
        min-width: 18vw;
        max-width: 18vw;
        top: 25vh;
    }

    .rectangularImageSpace{
        height: calc(60vh - 40px);
        min-height: calc(60vh - 40px);
        max-height: calc(60vh - 40px);
    }

    .stepSpecSpace{
        float: right;
        position: relative;
        width: 100%;
        clear: both;
        margin: 15px;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .stepSpecSpaceNoMargin{
        float: right;
        position: relative;
        width: 100%;
        clear: both;
        margin-top: 15px;
        padding-bottom: 25px;
    }
    
    .stepSpecSpaceFreePosition{
        float: right;
        position: relative;
        clear: both;
        margin: 15px;
        margin-top: 0;
        padding-bottom: 25px;
        max-width: 25vw;
    }

    .stepLeftSpace{
        width: calc(9vh - 3px);
        height: calc(9vh - 3px);
        border: 1.5px solid white;
    }

    .stepLeftSpaceReduced{
        width: calc(4vh - 3px);
        height: calc(4vh - 3px);
        border: 1.5px solid white;
        margin-top: 14px;
    }

    .footer {
        min-height: 22vh;
    }
    
    /* GESTIONE TITOLI */

    h1.popUpCandidatureTitle{
        line-height: 1em;
        font-size: 1.2em;
        margin-top: 4vh;
    }
    
    h1.lessonsTitle{
        font-size: 0.9em;
        height: calc(3.5vh - 1.5px);
        margin-top: 1.5px;
        text-transform: uppercase;
        line-height: calc(3.5vh - 1.5px);
    }

    h1.lessonsTitleReduced{
        font-size: 0.75em;
        height: calc(4vh - 1.5px);
        margin-top: 1.5px;
        text-transform: uppercase;
        line-height: calc(4vh - 1.5px);
    }

    h1.lessonsTitleLine-heightReduced{
        font-size: 0.7em;
        height: calc(3.5vh - 3px);
        margin-top: 0px;
        padding-bottom: 6px;
        text-transform: uppercase;
        line-height: 0.9em;
    }

    /* GESTIONE SOTTOTITOLI */

    h1.bigSubTitle{
        font-size: 1.2em;
    }

    h1.popUpCandidatureTermine{
        width: calc(80% - 22px);
        text-align: right;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 0.65em;
    }

    /* GESTIONE TESTI */
    
    p.bigNewsText{
        width: 50%;
        margin-left: 45%;
        font-size: 1em;
        line-height: 1em;
    }

    p.italyLabel{
        font-size: 0.8em;
        letter-spacing: 3px;
    }

    h1.callToActionTitle{
        font-size: 1.5em;
    }

    p.lessonsNumb{
        line-height: calc(9vh - 3px);
        font-size: 1em;
    }
    
    p.lessonsNumbReduced{
        font-size: 0.8em;
    }
    
    p.lessonsText{
        float: left;
        position: relative;
        width: 100%;
        height: calc(3.5vh - 1.5px);
        margin-bottom: 0.75px;
        margin-top: 0.75px;
        font-size: 0.55em;
    }
    
    p.lessonsTextReduced{
        float: left;
        position: relative;
        width: 100%;
        height: calc(2vh - 1.5px);
        margin-bottom: 0.75px;
        margin-top: 3px;
        text-transform: uppercase;
        text-align: left;
        font-size: 0.55em;
        line-height: 1em;
    }

    /* GESTIONE BOTTONI*/
    
    p.callToActionButton{
        line-height: 1em;
        font-size: 0.9em;
        padding: 10px;
    }

    .littleText{
        font-size: 0.8em;
        line-height: 0.9em;
    }

    p.buttonCandidatura{
        width: calc(70% - 20px);
        margin-left: 15%;
        margin-right: 15%;
        font-size: 1em;
        padding: 10px;
    }
    
}
@media (min-width: 1280px) and (max-width: 1365px){

    /* GESTIONE SPAZI */

    .content{
        width: 80vw;
        margin-left: 10vw;
        overflow: visible;
    }
    
    .nospaceContent{
        width: 90vw;
        margin-left: 5vw;
        overflow: visible;
    }

    .roundShapeBoxText{
        width: 15vw;
        height: 15vw;
        bottom: calc(50% - 15vw);
        border-radius: 25px ;
        text-align: center;
        font-size: 0.7em;
        left: calc(50% - 7.5vw);
        bottom: -5vh;
    }

    .popUpCandidature{
        min-height: 50vh;
        max-height: 50vh;
        min-width: 18vw;
        max-width: 18vw;
        top: 25vh;
    }
    
    .rectangularImageSpace{
        height: calc(50vh - 40px);
        min-height: calc(50vh - 40px);
        max-height: calc(50vh - 40px);
    }

    
    .stepSpecSpace{
        float: right;
        position: relative;
        width: 100%;
        clear: both;
        margin: 15px;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .stepSpecSpaceNoMargin{
        float: right;
        position: relative;
        width: 100%;
        clear: both;
        margin-top: 15px;
        padding-bottom: 25px;
    }
    
    .stepSpecSpaceFreePosition{
        float: right;
        position: relative;
        clear: both;
        margin: 15px;
        margin-top: 0;
        padding-bottom: 25px;
        max-width: 25vw;
    }

    .stepLeftSpace{
        width: calc(9vh - 6px);
        height: calc(9vh - 6px);
        border: 1.5px solid white;
    }

    .stepLeftSpaceReduced{
        width: calc(4vh - 6px);
        height: calc(4vh - 6px);
        border: 1.5px solid white;
        margin-top: 14px;
    }

    .stepLeftSpaceReducedNoMarginTop{
        margin-top: 0px;
    }

    .footer {
        min-height: 18vh;
    }
    
    /* GESTIONE TITOLI */

    h1.popUpCandidatureTitle{
        line-height: 1em;
        font-size: 1.5em;
        margin-top: 4vh;
    }

    h1.lessonsTitle{
        font-size: 0.9em;
        height: calc(3.5vh - 1.5px);
        margin-top: 1.5px;
        text-transform: uppercase;
        line-height: calc(3.5vh - 1.5px);
    }

    h1.lessonsTitleReduced{
        font-size: 0.75em;
        height: calc(2vh - 3px);
        margin-top: 1.5px;
        text-transform: uppercase;
        height: calc(2vh - 3px);
    }

    h1.lessonsTitleLine-heightReduced{
        font-size: 0.7em;
        height: calc(3.5vh - 3px);
        margin-top: 0px;
        text-transform: uppercase;
        line-height: 1em;
    }

    /* GESTIONE SOTTOTITOLI */

    h1.bigSubTitle{
        font-size: 1.2em;
    }

    h1.popUpCandidatureTermine{
        width: calc(80% - 22px);
        text-align: right;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 0.75em;
        margin-top: 3vh;
    }

    /* GESTIONE TESTI */
    
    p.bigNewsText{
        width: 50%;
        margin-left: 45%;
        font-size: 1.1em;
        line-height: 1.1em;
    }

    p.italyLabel{
        font-size: 0.8em;
        letter-spacing: 3px;
    }

    h1.callToActionTitle{
        font-size: 1.8em;
    }
    
    p.lessonsNumb{
        line-height: calc(9vh - 6px);
        font-size: 1em;
    }
    
    p.lessonsNumb{
        line-height: calc(9vh - 6px);
        font-size: 1em;
    }

    p.lessonsNumbReduced{
        font-size: 0.8em;
    }

    p.lessonsText{
        float: left;
        position: relative;
        width: 100%;
        height: calc(3.5vh - 1.5px);
        margin-bottom: 0.75px;
        margin-top: 0.75px;
        font-size: 0.55em;
    }
    
    p.lessonsTextReduced{
        float: left;
        position: relative;
        width: 100%;
        height: calc(2vh - 1.5px);
        margin-bottom: 0.75px;
        margin-top: 3px;
        text-transform: uppercase;
        text-align: left;
        font-size: 0.55em;
        line-height: 1em;
    }

    /* GESTIONE BOTTONI*/
    
    p.callToActionButton{
        line-height: 1em;
        font-size: 1em;
        padding: 15px;
    }

    .littleText{
        font-size: 0.8em;
        line-height: 0.9em;
    }

    p.buttonCandidatura{
        width: calc(70% - 20px);
        margin-left: 15%;
        margin-right: 15%;
        font-size: 1em;
        padding: 10px;
    }
}
@media (min-width: 1366px) and (max-width: 1439px){

    /* GESTIONE SPAZI */

    .content{
        width: 75vw;
        margin-left: 12.5vw;
        overflow: visible;
    }
    
    .nospaceContent{
        width: 90vw;
        margin-left: 5vw;
        overflow: visible;
    }

    .roundShapeBoxText{
        width: 12vw;
        height: 12vw;
        bottom: calc(50% - 12vw);
        border-radius: 25px ;
        text-align: center;
        font-size: 0.7em;
        left: calc(50% - 6vw);
        bottom: -5vh;
    }

    .popUpCandidature{
        min-height: 50vh;
        max-height: 50vh;
        min-width: 18vw;
        max-width: 18vw;
        top: 25vh;
    }
    
    .rectangularImageSpace{
        height: calc(55vh - 40px);
        min-height: calc(55vh - 40px);
        max-height: calc(55vh - 40px);
    }
    
    .stepSpecSpace{
        float: right;
        position: relative;
        width: 100%;
        clear: both;
        margin: 15px;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .stepSpecSpaceNoMargin{
        float: right;
        position: relative;
        width: 100%;
        clear: both;
        margin-top: 15px;
        padding-bottom: 25px;
    }
    
    .stepSpecSpaceFreePosition{
        float: right;
        position: relative;
        clear: both;
        margin: 15px;
        margin-top: 0;
        padding-bottom: 25px;
        max-width: 25vw;
    }

    .stepLeftSpace{
        width: calc(9vh - 6px);
        height: calc(9vh - 6px);
        border: 1.5px solid white;
    }

    .stepLeftSpaceReduced{
        width: calc(4vh - 6px);
        height: calc(4vh - 6px);
        border: 1.5px solid white;
        margin-top: 14px;
    }

    .stepLeftSpaceReducedNoMarginTop{
        margin-top: 0px;
    }

    .footer {
        min-height: 18vh;
    }
    
    /* GESTIONE TITOLI */

    h1.popUpCandidatureTitle{
        line-height: 1em;
        font-size: 1.5em;
        margin-top: 4vh;
    }

    h1.lessonsTitle{
        font-size: 0.9em;
        height: calc(3.5vh - 1.5px);
        margin-top: 1.5px;
        text-transform: uppercase;
        line-height: calc(3.5vh - 1.5px);
    }

    h1.lessonsTitleReduced{
        font-size: 0.75em;
        height: calc(2vh - 3px);
        margin-top: 1.5px;
        text-transform: uppercase;
        height: calc(2vh - 3px);
    }

    h1.lessonsTitleLine-heightReduced{
        font-size: 0.7em;
        height: calc(3.5vh - 3px);
        margin-top: 0px;
        text-transform: uppercase;
        line-height: 1em;
    }

    /* GESTIONE SOTTOTITOLI */

    h1.bigSubTitle{
        font-size: 1.5em;
    }

    h1.popUpCandidatureTermine{
        width: calc(80% - 22px);
        text-align: right;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 0.75em;
        margin-top: 3vh;
    }

    /* GESTIONE TESTI */
    
    p.bigNewsText{
        width: 40%;
        margin-left: 55%;
        font-size: 1.1em;
        line-height: 1.1em;
    }

    p.italyLabel{
        font-size: 0.8em;
        letter-spacing: 3px;
    }

    h1.callToActionTitle{
        font-size: 2em;
    }
    
    p.lessonsNumb{
        line-height: calc(9vh - 6px);
        font-size: 1em;
    }
    
    p.lessonsNumb{
        line-height: calc(9vh - 6px);
        font-size: 1em;
    }

    p.lessonsNumbReduced{
        font-size: 0.8em;
    }

    p.lessonsText{
        float: left;
        position: relative;
        width: 100%;
        height: calc(3.5vh - 1.5px);
        margin-bottom: 0.75px;
        margin-top: 0.75px;
        font-size: 0.55em;
    }
    
    p.lessonsTextReduced{
        float: left;
        position: relative;
        width: 100%;
        height: calc(2vh - 1.5px);
        margin-bottom: 0.75px;
        margin-top: 3px;
        text-transform: uppercase;
        text-align: left;
        font-size: 0.55em;
        line-height: 1em;
    }

    /* GESTIONE BOTTONI*/
    
    p.callToActionButton{
        line-height: 1.2em;
        font-size: 1.2em;
        padding: 15px;
    }

    .littleText{
        font-size: 0.9em;
        line-height: 1em;
    }

    p.buttonCandidatura{
        width: calc(70% - 20px);
        margin-left: 15%;
        margin-right: 15%;
        font-size: 1em;
        padding: 10px;
    }
}
@media (min-width: 1440px) and (max-width: 1679px){

    /* GESTIONE SPAZI */

    .content{
        width: 75vw;
        margin-left: 12.5vw;
        overflow: visible;
    }
    
    .nospaceContent{
        width: 90vw;
        margin-left: 5vw;
        overflow: visible;
    }

    .roundShapeBoxText{
        width: 12vw;
        height: 12vw;
        bottom: calc(50% - 12vw);
        border-radius: 25px ;
        text-align: center;
        font-size: 0.7em;
        left: calc(50% - 6vw);
        bottom: -5vh;
    }

    .popUpCandidature{
        min-height: 50vh;
        max-height: 50vh;
        min-width: 18vw;
        max-width: 18vw;
        top: 25vh;
    }
    
    .rectangularImageSpace{
        height: calc(50vh - 40px);
        min-height: calc(50vh - 40px);
        max-height: calc(50vh - 40px);
    }
    
    .stepLeftSpaceReduced{
        margin-top: 15.5px;
    }

    .stepLeftSpaceReducedNoMarginTop{
        margin-top: 0px;
    }
    
    .footer {
        min-height: 15vh;
    }
    
    /* GESTIONE TITOLI */

    h1.popUpCandidatureTitle{
        line-height: 1em;
        font-size: 1.5em;
        margin-top: 4vh;
    }

    h1.lessonsTitle{
        float: left;
        position: relative;
        width: 100%;
        text-align: right;
        font-size: 0.85em;
        height: calc(3.5vh - 3px);
        margin-top: 1.5px;
        text-transform: uppercase;
        line-height: calc(3.5vh - 3px);
    }

    /* GESTIONE SOTTOTITOLI */

    h1.bigSubTitle{
        font-size: 1.8em;
    }

    h1.popUpCandidatureTermine{
        width: calc(80% - 22px);
        text-align: right;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 0.75em;
        margin-top: 3vh;
    }

    /* GESTIONE TESTI */
    
    p.bigNewsText{
        width: 40%;
        margin-left: 55%;
        font-size: 1.1em;
        line-height: 1.1em;
    }

    p.italyLabel{
        font-size: 0.8em;
        letter-spacing: 3px;
    }

    h1.callToActionTitle{
        font-size: 2em;
    }

    p.lessonsText{
        line-height: 1em;
    }    

    /* GESTIONE BOTTONI*/
    
    p.callToActionButton{
        line-height: 1.2em;
        font-size: 1.2em;
        padding: 15px;
    }

    .littleText{
        font-size: 0.9em;
        line-height: 1em;
    }

    p.buttonCandidatura{
        width: calc(60% - 40px);
        margin-left: 20%;
        margin-right: 20%;
        font-size: 1.2em;
        padding: 20px;
    }
}

@media (min-width: 1680px) and (max-width: 1919px){
    
    .stepLeftSpaceReduced{
        margin-top: 15.5px;
    }
    
    .stepLeftSpaceReducedNoMarginTop{
        margin-top: 0px;
    }
    
    .footer {
        min-height: 15vh;
    }
}
@media (min-width: 1920px) and (max-width: 2559px){
    
    .stepLeftSpaceReduced{
        margin-top: 15.5px;
    }
    
    .stepLeftSpaceReducedNoMarginTop{
        margin-top: 0px;
    }
}


/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 319px) {
}
@media (min-width: 320px) and (max-width: 823px) {
    /*359px*/

    /* GESTIONE MENU */
    
    #myMenu{
        position: fixed;
        top: 1.25vh;
        right: 1vw;
        z-index: 9999;
    }

    .myMenuSpace{
        width: 70vw;
    }

    
    ul.myMenuList{
        margin-left: 10px;
        margin-right: 20px;
    }

    li.menuListItem{
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-size: 0.9em;
        background: none;
    }

    .reducedMyMenu{
        animation: reducedMyMenuMob;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    /* GESTIONE ANIMAZIONI */
    

    #creditCarousel {
        width: 90vw;
        overflow-x: hidden;
        position: relative;
        background: transparent;
        height: 15vw;
        margin-bottom: 0px;
        margin-left: 5vw;
        margin-right: 5vw;
        margin-bottom: 5vh;
    }

    .creditTrack {
        position: absolute;
        top: 0px;
        left: 0;
        display: grid;
        grid-template-columns: repeat(12, 15vw);
        gap: 50px;
        animation: scrollLeft 25s linear infinite;
    }
    
    /*GESTIONE SPAZI*/
    
    #popUpCandidaturaMobileId{
        opacity: 0;
    }

    .header{
        float: left;
        position: fixed;
        width: 100vw;
        height: 10vh;
        background: white;
        box-shadow: 0 0.2vw 0.5vw rgba(0,0,0,0.7);
        z-index: 99;
        text-align: center !important;
        display: inline-block;
        vertical-align: middle;
    }

    .reducedHeader{
        animation: reducedHeightMob;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }
    

    .container{
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 100%;
        float: left;
        position: relative;
        background-color: white;
    }

    .content{
        float: left;
        position: relative;
        width: 90vw;
        overflow: visible;
        margin-left: 5vw;
        background: white;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .nospaceContent{
        float: left;
        position: relative;
        width: 90vw;
        overflow: visible;
        margin-left: 5vw;
        background: white;
        margin-bottom: 2vh;
    }

    .verticalNews{
        float: left;
        position: relative;
        width: 100%;
        height: 40vh;
        min-height: 40vh;
        max-height: 40vh;
    }
    
    .roundShapeBoxText {
        width: 50vw;
        height: 23vw;
        bottom: calc(50% - 10vw);
        border-radius: 15px;
        text-align: center;
        font-size: 0.6em;
        padding: 1vw;
        padding-right: 45vw !important;
        left: 40vw;
        bottom: -10vh;
    }

    .rightSideSmaller{
        width: calc(100% - 20px);
        margin-left: 0;
        padding-top: 1vh;
        padding-top: 1vh;
        padding-right: 20px;
        max-height: 70vh;
        min-height: 40vh;
        margin-top: 20vh;
    }

    .callToActionSmallSpace {
        width: calc(100% - 20px);
        padding: 10px;
    }
    
    .rectangularImageSpaceTaller {
        float: left;
        position: relative;
        height: calc(60vh - 40px);
        min-height: calc(60vh - 20px);
        max-height: calc(60vh - 20px);
        width: calc(50% - 40px);
        padding: 10px;
        padding-left: 0;
        margin-left: 10px;
    }

    .reducedSizeMobile{
        float: left;
        position: relative;
        height: calc(40vh - 40px);
        min-height: calc(40vh - 20px);
        max-height: calc(40vh - 20px);
        width: calc(50% - 40px);
        padding: 10px;
        margin-left: calc(50% + 10px);
    }

    .popUpCandidature{
        position: fixed;
        min-height: 70vh;
        max-height: 70vh;
        min-width: 70vw;
        max-width: 70vw;
        background: rgb(7,66,94);
        z-index: 999;
        top: 15vh;
        left: 15vw;
    }
    
    .popUpForm{
        position: fixed;
        width: calc(90vw - 30px);
        left: 5vw;
        right: 5vw;
        height: calc(75vh - 30px);
        top: 10vh;
        bottom: 15vh;
        padding: 15px;
        background: white;
        border-radius: 10px;
        overflow-x: hidden;
        overflow-y: scroll;
        box-shadow: 0 0 25px;
    }

    .rightSide {
        width: 100%;
        margin-left: 0vw;
    }

    .orizontalText {
        width: calc(60vw - 15px);
        padding-left: 0vw;
        margin-left: 15px;
        padding-top: 0vh;
        padding-bottom: 0vh;
        z-index: 8;
    }

    .verticalNewsLittle {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        min-height: calc(60vh - 100px);
        margin-bottom: 1vh;
    }

    .verticalNewsLittle2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: 0;
    }

    .textSpace {
        width: 90%;
        margin-left: 0;
        padding-right: 5%;
        padding-left: 5%;
        float: left;
        position: relative;
        text-align: right !important;
        padding-top: 5vh;
        padding-bottom: 5vh;
        margin-top: -5vh;
        z-index: 8;
    }

    .reducedTextSpace {
        width: calc(60vw - 30px);
        margin-left: 10px;
        padding-right: 10px;
        padding-left: calc(10px + 30vw);
        padding-top: 10px;
        padding-bottom: 30px;
        margin-top: -35vw;
        margin-bottom: 5vh;
        z-index: 8;
    }

    .rectangularImageSpace{
        width: calc(35% - 20px);
        padding: 10px;
        padding-left: 0;
        padding-top: 65px;
        padding-bottom: 65px;
        margin-left: 10px;
    }

    .middleTextSpace {
        float: left;
        position: relative;
        height: calc(40vh - 20px);
        min-height: calc(40vh - 20px);
        max-height: calc(40vh - 20px);
        width: calc(60% - 20px);
        padding: 0px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0px;
    }

    .footer{
        float: left;
        position: relative;
        width: 95vw;
        padding-right: 2.5vw;
        padding-left: 2.5vw;
        padding-top: 1vh;
        padding-bottom: 1vh;
        height: 75vw;
        margin-top: 5vh;
        background: rgb(40,40,40);
    }

    .footerRightSide {
        float: right;
        position: relative;
        clear: both;
        width: calc(100vw - 30px);
        margin-right: calc(-2.5vw + 15px);
        margin-top: 2vh;
        border-top: 1px solid white;
    }

    
    .marginForFixedHeader{
        margin-top: calc(10vh + 5vh);
    }

    .stepSpecSpace{
        float: left;
        position: relative;
        width: 100%;
        clear: both;
        margin: 0;
        padding-bottom: 0;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .stepSpecSpaceReduced{
        float: left;
        position: relative;
        clear: both;
        width: calc(90vw - 30px);
        margin-left: 10px;
        margin-top: 15px;
        margin-bottom: 20px;
        margin-left: -30vw;
    }

    .stepLeftSpace {
        width: calc(15vw - 6px);
        height: calc(15vw - 6px);
        border: 3px solid white;
        float: left;
        position: relative;
        text-align: center;
        border-radius: 250px;
    }

    .stepRightSpace{
        float: left;
        position: relative;
        width: calc(100% - 15vw - 6px);
        text-align: center;
        margin-top: 0;
    }

    .stepSpecSpaceMoreMargionBottom{
        margin-bottom: 50px;
    }

    .stepSpecSpaceMoreReducedMargionTop{
        margin-top: 0px;
    }

    .popUpLessonsMoreInfo{
        height: 70vh;
        width: 80vw;
        margin-left: 10vw;
        margin-top: 15vh;
    }

    .popUpLessonsOverlay{
        float: left;
        position: relative;
        top: 0;
        left: 0;
        min-height: 70vh;
        min-width: 80vw;
        max-height: 70vh;
        max-width: 80vw;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        opacity: 0.3;
        filter: blur(10px);
    }

    .textContainer{
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        padding: 40px;
    }

    /* GESTIONE IMMAGINI*/

    img.logoTalentLab{
        position: fixed;
        width: auto;
        height: 5vh;
        left: 2.5vw;
        top: 2.5vh;
        z-index: 999;
    }

    img.entryTitleImg{
        float: left;
        position: relative;
        width:30vw;
        margin-left: 35vw;
        margin-top: 1.5vh;
        /*
        animation: appear;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 0.2s;
        */
        display: inline-block;
        vertical-align: middle;
    }

        
    .reducedEntryTitleImg{
        animation: reduceEntryTitleImgMob;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    .reducedTalentLabLogo{
        animation: reducedTalentLabLogoImgMob;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    img.squareImgOrizontal {
        width: 30vw;
    }

    img.squareImg {
        width: calc(80%);
        height: calc(80%);
        margin-left: 10%;
    }
    
    img.reducedImg{
        float: left;        
        width: 30vw;
        height: auto;
        margin-left: 0;
    }

    img.snglCredit {
        display: block;
        width: 100%;
        margin: 0% 0%;
        height: 100%;
        opacity: 0.5;
        transition: 0.5s;
    }

    img.footerlogo {
        float: left;
        position: relative;
        height: auto;
        width: 30vw;
        margin-top: 10px;
        margin-bottom: 0px;
        filter: invert(100%);
        margin-left: 32.5vw;
    }

    img.footerCompanyLogo{
        float: right;
        position: relative;
        height: calc(5vh - 10px);
        margin-top: 10px;
        filter: invert(100%);
        margin-right: calc(31.925vw + 5px) ;/*rimosso 5vw da totale risultante in quanto rimosso già dallo spazio dedicato al footer*/
    }

    /* GESTIONE TESTI */
    
    p.italyLabel{
        font-size: 0.8em;
        letter-spacing: 3px;
        top: 1vh;
        right: 2vw;
        padding: 10px;
    }

    p.middleTwoColumsText {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    p.footerConclusionText {
        float: left;
        position: absolute;
        bottom: 10px;
        width: calc(100vw - 30px);
        margin-top: 10px;
        margin-left: calc(-2.5vw + 15px);
        font-size: 0.5em;
        line-height: 1em;
    }

    p.lessonsNumb {
        background: rgb(58,128,194);
        border-radius: 250px;
        width: 100%;
        line-height: calc(15vw - 6px);
        font-size: 2em;
        font-family: 'Arial Black', sans-serif;
        color: white;
    }

    /* GESTIONE TITOLI */
    
    h1.bigTitle{
        font-size: 2em;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    h1.callToActionTitle{
        font-size: 1em;
        margin-bottom: 1vh;
    }

    .callToActionTitleReducedForMobile{
        font-size: 0.85em !important;
        line-height: 1em !important;
        margin-bottom: 7vh !important;
        margin-top: 7vh !important;
    }

    h1.popUpCandidatureTermine {
        width: calc(90% - 22px);
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5vh;
        margin-bottom: 2vh;
    }

    h1.verticalNewwsLittleTitle {
        margin-top: 1.5vh;
        margin-bottom: 0.8vh;
        font-size: 1.2em !important;
    }

    p.middleMainText {
        width: 90%;
        margin-left: 10%;
        text-align: right;
    }

    h1.lessonsTitle{
        float: left;
        position: relative;
        width: calc(100% - 6px);
        height: calc(7.5vw - 3px);
        margin-top: 1.5px;
        margin-bottom: 1.5px;
        line-height: calc(7.5vw - 3px);
    }

    h1.lessonsTitleReduced{
        float: left;
        position: relative;
        width: calc(100% - 6px);
        height: calc(7.5vw - 3px);
        margin-top: 1.5px;
        margin-bottom: 1.5px;
        font-size: 0.9em;
        line-height: calc(7.5vw - 3px);
        padding-right: 3px;
        padding-left: 30px;
        margin-left: -30px;
    }

    /* GESTIONE SOTTOTITOLI */
    
    h1.bigSubTitle{
        font-size: 1em;
        margin-bottom: 1vh;
    }
    
    .verticalNewwsLittleSubTitle {
        margin-top: 0.5vh;
        margin-bottom: 1vh;
        font-size: 1em;
    }

    h1.popUpLessonsMoreInfoSubTitle{
        font-size: 1.3em;
        margin-top: 5px;
    }

    /* GESTIONE TESTI */
    
    p.bigNewsText{
        float: left;
        position: relative;
        width: 98%;
        margin-left: 0%;
        padding-right: calc(2% - 2px);
        border-right: 2px solid black;
        font-size: 0.8em;
        line-height: 0.9em;
        margin-top: 1vh;
        margin-bottom: 0vh;
    }

    .littleText {
        font-size: 0.7em;
        line-height: 0.9em;
    }

    /* GESTIONE BOTTONI */
    
    p.callToActionButton {
        font-size: 1em;
        padding: 10px;
    }

    p.closePopUpCandidature{
        position: absolute;
        top: 20px;
        right: 5%;
        letter-spacing: 3px;
        font-size: 0.8;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 1px solid white;
    }

    h1.popUpCandidatureTitle {
        width: 80%;
        text-align: right;
        margin-left: 15%;
        margin-right: 5%;
        font-size: 2em;
        margin-top: 12vh;
    }

    p.closingForm{
        color: white;
        text-transform: uppercase;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid white;
        position: absolute;
        top: 5vh;
        right: 5vw;
        cursor: pointer;
        text-align: center;
        transition: 0.2s;
    }

    
    p.moreInfoButton, p.whiteMoreInfoButton{
        position: relative;
        float: right;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 15px;
        left: 0;
        right: 0;
    }   

    p.moreInfoButtonReducedMarginBottom{
        margin-bottom: -40px;
    }

    p.whiteMoreInfoButton{
        color: white;
        border: 1px solid white;
    }

    p.moreInfoButton:hover{
        transition: 0.2s;
        letter-spacing: 2px;
    }

    p.whiteMoreInfoButton:hover{
        transition: 0.2s;
        letter-spacing: 2px;
    }

    p.moreInfoButtonReducedMarginTop{
        margin-top: 10px;
        margin-bottom: 50px;
    }

    /* GESTIONE LISTE */

    ul.stepList{
        width: 80%;
        margin-left: 20%;
        list-style-type:circle;
    }

    li.singleVoice{
        font-size: 1em;
        line-height: 1em;
    }

    .littleWhiteBorderedText {
        border: 1.5px solid white !important;
    }

    .littleBlackBorderedText {
        border: 1.5px solid black;
    }
    
}

/* GESTIONE ELEMENTI DA NASCONDERE SU DIVERSI DISPOSITIVI */

@media (min-width: 1024px) and (max-width: 5120px){
    
    .hideForDesktop{
        display: none;
    }

}

@media (min-width: 279px) and (max-width: 823px) {
    
    .hideForMobile{
        display: none; 
    }

    .hideMe{
        display: none;
    }

}
