﻿:root {
    --Bianco: rgba(250, 248, 246, 1);
    --Blu: #25465b;
    --Arancio: rgba(248, 149, 44, 1);
    --Nero: #363636;
    --Azzurro: #98d1e6;
    --MaxWidth: 1480px;
    --border-light: #e1e1e1;
    --AzzurroSfondo: #2087d6;
    --grigio: #575757;
    --BluSelezionato: #0c2a42;
    --BluScuro: #0056d2;
    --GrigioChiaro: #d8e0e6;
    --Giallino: #ffd792;
    --GrigioBordo: #e3e4e5;
}
html {
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #f5f7f8;
    color: var(--Blu);
    background-image: unset;
    font-family: now-alt,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


/* Traduzione Google */

#GuglSelect {
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: var(--Bianco);
    border-radius: 7px;
    margin-left: 30px;
}

    #GuglSelect select {
        margin: 0;
        border: 0;
        appearance: none;
        -webkit-appearance: none;
        width: 50px;
        height: 40px;
        padding: 10px;
        padding-right: 20px;
        cursor: pointer;
        background-color: var(--Bianco);
    }

    #GuglSelect .wrapSelectZ {
        width: 52px;
        height: 40px;
        overflow: hidden;
        position: relative;
    }

        #GuglSelect .wrapSelectZ:after {
            right: 0;
        }

    #GuglSelect .fa-language {
        position: absolute;
        width: 32px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: left;
        font-size: 25px;
        cursor: pointer;
        background-color: var(--Bianco);
        left: 0;
        pointer-events: none;
        cursor: pointer
    }

    #GuglSelect select::after {
        content: "ss"
    }
/* END */


/* Footer */
.MaxWi {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

footer {
    background-color: #f7f7f7;
    margin-top: 80px;
    height: 230px;
}

.Riga.MaxWi.mza {
    height: 100%;
}

.PartLogo .Imog {
    margin: 0;
    height: 60px;
    width: 195px;
}

    .PartLogo .Imog + span {
        width: 100%;
        font-size: 16px;
        margin-top: 25px;
        font-weight: 400;
        color: var(--Blu);
    }

.PartLogo, .PartCol {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 40px;
}

.PartLogo {
    height: 100%;
}

.BtnTaga {
    text-decoration: none;
    font-weight: 500;
    color: var(--Arancio);
    margin-left: 10px;
}


.PartCol a {
    width: 50%;
    line-height: 50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: var(--Blu);
}

    .PartCol a:visited {
        color: var(--Blu)
    }

.PartCol {
    height: 100%;
}
.PartLogo .Imog {
    background-image: url('../Immagini/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.WrapSponsor {
    width: 100%;
    height: 150px;
    background-color: var(--Bianco);
    justify-content: space-between;
    display: flex;
    padding: 0 50px;
    border-bottom: 15px solid white;
}

    .WrapSponsor .Imog {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 100px;
        margin-left: 20px;
    }

        .WrapSponsor .Imog.Uni {
            background-image: url('../Immagini/Uni.png');
            width: 130px;
        }

        .WrapSponsor .Imog.Rep {
            background-image: url('../Immagini/Rep.png');
            width: 145px;
        }

        .WrapSponsor .Imog.Reg {
            background-image: url('../Immagini/Reg.png');
            width: 250px;
        }

        .WrapSponsor .Imog.Por {
            background-image: url('../Immagini/Por.png');
            width: 90px;
        }

        .WrapSponsor .Imog.Lau {
            background-image: url('../Immagini/Lau.png');
            width: 260px;
        }
/* END */

/*header*/

span {
    cursor: unset;
}

.headBar {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 16px;
    height: 72px;
    background-color: var(--Blu);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}

.sx, .dx {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
}

.dx {
    justify-content:flex-end;
}


.logo {
    width: 25%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.searchh {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    border-radius: 6px;
    overflow: hidden;
}

    .searchh > input {
        height: 100%;
        width: 100%;
        max-width: 440px;
        border: 0;
        width: 400px;
        font-size: 15px;
        padding-left: 14px;
    }

    .searchh > .searchButton {
        flex:none;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--Bianco);
        background-color: var(--Azzurro);
    }

img.tonda {
    border-radius: 50%;
}
.personal {
    display:flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items:center;
    padding-right: 10px;
}

    .personal > img {
        height: 40px !important;
        width: 40px !important;
    }
    .personal > span {
        color: var(--Bianco)
    }

/*body*/

.tutto#TuttoCorsi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner {
    width: 100%;
    padding: 32px;
    display: flex;
    flex-wrap: nowrap;
    background-image: linear-gradient(180deg, var(--Azzurro), var(--BluScuro));
    color: var(--Bianco);
    gap: 90px;
    justify-content: center;
}

    .banner > .sx, .banner > .dx {
        justify-content: flex-start;
        flex-direction: column;
        padding: 16px;
        max-width: 750px;
    }

    .banner .titolo {
        font-weight: 500;
        font-size: 34px;
    }

    .banner .titolo, .banner .descrizione {
        line-height: 1.5;
        color: var(--Bianco);
    }

.banner .iscrizione {
    display:flex;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
}
    .banner .iscrizione > span{
        color: var(--Bianco)
    }
    .banner > .dx > label{
        color: white;
    }
    .banner > .dx > span {
        color: white;
        font-weight: 500;
    }

.tastoGrande {
    width: fit-content;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--Bianco);
    background-color: var(--Arancio);
    font-size: 16px;
    border-radius: 9px;
    position: relative;
    padding: 0 30px;
}
.tastoGrande a{
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    position: absolute;
}



.banner .logoSoc {
    width: 180px;
}

.NavBar {
    display: flex;
    flex-wrap: nowrap;
    height: 70px;
    gap: 50px;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #e3e4e5;
}


.NavBar a{
    text-decoration: none;
    color: var(--Blu);
    font-weight: 500;
    height: 100%;
    line-height: 70px;
}
    .NavBar a:visited {
        color: var(--Blu);
    }

.corpo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 100px;
    padding: 30px;
    max-width: 1450px;
}

    .corpo > .ElemCorpo > .titolo {
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px;
        display: block;
        font-weight: 500;
        color: var(--Blu);
    }

.about {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.about > .sx {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

    .about > .dx {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 32px;
    }

    .about > .dx .caratteristica {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 16px;
    }


.simboletto {
    height: 50px;
    width: 50px;
    border: 2px solid #e3e4e5;
    flex: none;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Arancio);
}
.simboletto i {
    font-size: 20px;
    font-weight: 500;
}

.about > .dx .caratteristica .grande {
    font-weight: 500;
    font-size: 16px;
    text-transform: lowercase;
}
.about > .dx .caratteristica .grande:first-letter {
    text-transform: uppercase;
}


.instructors {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .instructors > .teacher {
        width: 50%;
        display: flex;
        flex-wrap: nowrap;
        padding: 16px;
        gap: 16px;
    }

    .teacher > img {
        width: 130px;
        height: 130px;
        object-fit: cover;
        flex: none;
    }

.teacher > .datiInsegnante {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}

.datiInsegnante > span, .datiInsegnante > div {
    width: 100%;
}

.datiInsegnante > .nome {
   font-size: 18px;
   font-weight: 500;
}
.datiInsegnante > .campo {
    color: #d97000
}



.ente {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
}

.ente > .sx {
    width: 130px;
    flex:none;
}

img.quadrata {
    object-fit: contain;
    width: 100%;
}
.ente > .sx:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.ente > .dx .descrizione{
    width: 100%;
}
    .ente > .dx .descrizione .titolo {
        width: 100%;
        display: block;
        font-weight: 500;
        color: var(--Blu);
        font-size: 18px;
        margin-bottom: 5px;
    }

.specchietto {
    width: 100%;
    border: 2px solid #e3e4e5;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    border-radius: 9px;
}

.specchietto > span {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

    .specchietto > .elenco {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    

    .specchietto.skills > .elenco {
        justify-content: flex-start;
    }

    .specchietto > .elenco > .skill, .specchietto > .elenco > .learn {
        background-color: #deefff;
        border-radius: 18px;
        min-height: 36px;
        height: fit-content;
        line-height: 34px;
        font-size: 16px;
        color: #363636;
        padding: 0 14px;
    }

    .specchietto > .elenco > .learn {
        width: calc(50% - 8px);
        gap: 10px;
        display: flex;
        background-color: unset;
    }
        .specchietto > .elenco > .learn i {
            line-height: 34px;
            font-weight: 500;
            color: #3ba557;
        }
.ElemCorpo{

}
.extCarosello {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 30px;
    gap: 40px;
}
    .extCarosello .WrapAricolo {
        flex: none;
        width: 320px;
    }
        .extCarosello .WrapAricolo > .ImogArto {
            width: 100%;
        }
        .extCarosello .WrapAricolo h5 {
            margin: 0 15px 3px 15px;
            width: calc(100% - 30px);
        }

.carosello.raccomandati {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.cardCorso {
    position: relative;
    flex: none;
    width: 238px;
    height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid var(--GrigioBordo);
    gap: 48px;
}

    .cardCorso > img {
        width: 100%;
        height: 132px;
        object-fit: cover;
    }

    .cardCorso > .logoSoc {
        position: absolute;
        width: 72px;
        height: 72px;
        padding: 16px;
        border: 1px solid var(--GrigioBordo);
        left: 16px;
        top: 96px;
    }

        .cardCorso > .logoSoc > img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .cardCorso > .testo {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

.syllabus {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px;
    margin-top: 70px;
}
    .syllabus > .week {
        display: flex;
        width: 100%;
        gap: 40px;
    }

.week > .sx {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .week > .sx .grande {
        font-size: 18px;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
    .week > .sx .grande.numero {
        font-size: 40px;
    }

.week > .dx {
    display: flex;
    width: 80%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}

.week .modulo {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--GrigioBordo);
}
.week .modulo:only-child {
    border-bottom: 0;
}


    .week .modulo .ore span{
        font-weight: 500;
        color: dimgrey
    }
    .week .modulo .ore{
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .week .modulo .titolo {
        letter-spacing: 1px;
    }
    .week .modulo .titolo span{
        font-size: 20px;
    }

.riassunto, .InfoTre, .ElmInfoTre {
    display: flex;
    align-items: center;
}
    .InfoTre {
        gap: 20px;
    }
    .ElmInfoTre i{
        margin-right: 10px;
    }
.ElmInfoTre strong {
    margin-right: 5px;
    font-weight: 500;
}

i.Ciccione {
    height: 40px;
    width: 40px;
    flex: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-image: linear-gradient(270deg, var(--Azzurro), var(--BluScuro));
}
.InfoTre {
    margin-right: 20px;
}
.riassunto > span {
    font-weight: 500;
    color: var(--Arancio);
}
.lezione {
    display: flex;
    align-items: center; 
    gap: 8px;
}
    .lezione i {
        font-size: 6px;
        color: #a1a1a1;
    }
.lezione strong{
    font-weight: 500;
}


.infoMod, .faq [class*='risposta'] {
    display: flex;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
    .faq [class*='risposta'] > p{
        margin: 0;
    }

    .infoMod.aperto, .faq [class*='risposta'].aperto {
        height: auto;
    }

    .infoMod.aperto {
        padding-bottom: 16px;
    }

    .faq [class*='risposta'].aperto {
        padding-top: 16px;
    }


    .infoMod > .settore {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 30px;
    }
    .infoMod > .settore .titolo{
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
    }

.faq {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .faq > .cont {
        background-color: #f5f7fa;
        border: 2px solid var(--GrigioBordo);
        padding: 16px 20px;
        display: flex;
        flex-direction: column;
        border-radius: 9px;
        overflow: hidden;
    }

.cont .question > i {
    color: var(--BluScuro);
    margin-right: 16px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    font-size: 18px;
}

.cont:has(.aperto) .question > i {
    transform: rotate(90deg);
}

.sx .PartLogo, .dx .PartLogo {
    background-color: white;
    width: 90px;
    padding: 9px;
    border-radius: 6px;
}
.dx .PartLogo {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 9px 14px;
    padding-bottom: 10px;
}
.dx .PartLogo i{
    font-size: 18px;
}
    .sx .PartLogo .Imog {
        height: 100%;
        width: 100%;
    }

.BtnForma {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 9px 14px;
    padding-bottom: 10px;
    border-radius: 9px;
    background-color: var(--Blu);
    color: var(--Bianco);
    margin: 0 auto;
    position: relative;
}

    .BtnForma a {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .BtnForma span {
        color: var(--Bianco);
    }
    /* PopUp compra corso */
    .MasterOne {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,.5);
        z-index: 111;
        display: none;
    }
.MasterOne.Vedi {
    display: flex;
}

.ContentOne{

}
.MasterOne #NewInfor {
    display: block;
    position: relative;
}

.ContentOne .contBtnAzio {
    margin: 0;
    margin-bottom: 10px;
}

.LoadDati {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
}
    .LoadDati::after {
        height: 50px;
        width: 50px;
        top: calc(50% - 30px);
        background-size: 140px;
        background-position-x: 0;
        background-position-y: 3px;
        content: "";
        background-repeat: no-repeat;
        background-image: url('../Immagini/logo.png');
        animation: rott 1.3s infinite linear;
    }

    .NoVedi{
        display: none;
    }

.Righi {
    padding: 0 10px;
    margin-bottom: 10px;
}

.Pass img, .NoPass img {
    height: 120px;
    width: 100%;
    object-fit: contain;
}
.Pass span, .NoPass span {
    color: var(--Blu);
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.Pass label, .NoPass label {
    color: #596268;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
#NewInfor .BtnForma {
    margin-bottom: 10px;
}

.ContQuizzi {
    width: 100%;
}
    .ContQuizzi .ContRigoMateriale {
        border-top: 0;
        padding: 0;
    }
    /* END */

.colStyle {
    background-color: white;
}

@keyframes Scorri {
    to {
        transform: translateX(-50%)
    }
}

.Barro {
    position: relative;
    height: 25px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid var(--Blu);
}

.Percola {
    height: 100%;
    transition: width 20s linear;
    width: 0;
    position: relative;
    background-color: #33cccc;
}
    .Percola[lu='0'] {
        width: 0;
    }
    .Percola[lu='1'] {
        transition: width 20s linear;
        width: 50%;
    }
    .Percola[lu='2'] {
        transition: width 10s linear;
        width: 80%;
    }

    .Percola[lu='3'] {
        transition: width 5s linear;
        width: 100%;
    }
/*
    .Barro:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 100%;
        background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
        background-size: 50% 100%;
        animation: Scorri .75s linear infinite;
    }*/

.ElemCorpo{
    width: 100%;
}



.banner .Shine{
    min-height: 40px;
}
.titolo.Shine, .dx > label.Shine, .caratteristica.Shine {
    border-radius: 9px;
    overflow: hidden;
    width: 250px;
}
.dx > label.Shine {
    width: 100px;
}
.tastoGrande.Shine{
    overflow: hidden;
    width: 150px;
}
.descrizione.Shine, .testo.Shine {
    border-radius: 9px;
    overflow: hidden;
    height: 150px;
    width: 100%;
}
.Shine.Imo {
    height: 180px;
    width: 180px;
    border-radius: 9px;
    overflow: hidden;
}

.skill.Shine{
    overflow: hidden;
    width: calc(50% - 8px);
}

.caratteristica.Shine {
    min-height: 40px;
}

.teacher .Shine.Imo, .ente .Shine.Imo {
    height: 130px;
    width: 130px;
    border-radius: 70px;
    flex: none;
}
.ente .Shine.Imo {
    margin-left: 16px;
    margin-top: 16px;
}
.datiInsegnante > .Shine{
    height: 25px;
    width: 150px;
}
.ente > .dx .descrizione > .Shine {
    height: 25px;
    width: 250px;
    display: block;
    margin-left: 15px;
}
.ente > .dx .descrizione > .Shine:last-child {
    margin-top: 10px;
    height: 100px;
}

.week .grande.Shine {
    height: 40px;
    width: 100%;
    border-radius: 9px;
    overflow: hidden;
}
.week .grande.Shine.numero {
    width: 40px
}

.week .ore.Shine, .week .titolo.Shine, .ElmInfoTre.Shine {
    height: 40px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.week .titolo.Shine {
    border-radius: 9px;
}

.week .descrizione.Shine {
    height: 100px
}

.ElmInfoTre.Shine{
    width: 150px;
}

.cont.Shine {
    border: 0;
    height: 57px;
}

/* Nuova Icona Traduttore */

#GuglSelect .fa-language:before {
    display: none;
}

#GuglSelect .fa-language {
    background-image: url('../immagini/ico.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    left: -6px;
}

#GuglSelect .wrapSelectZ:after {
    right: 1px;
    font-weight: 400;
    top: 13px;
    color: var(--Blu)
}
/* END */