html, body { width: 100%; height: 100%; }
body {
    font-family: "Mulish", sans-serif;
    font-weight: 400; font-size: 20px; text-align: left; color: #333;
    box-sizing: border-box; margin: 0; padding: 0;
    -webkit-font-smoothing: antialiased;
}
.clearfix { clear: both; }

/* HEADER */
#header { position: relative; height: 690px; margin: 0 0 70px; }
#header .header_desktop,
#header .header_mobile { width: 100%; height: 100%; object-fit: cover; }
#header .header_mobile { display: none; visibility: hidden; }
#header .ombra {
    position: absolute; top: 130px; left: 0; right: 0; bottom: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#header .logo {
    width: 160px; height: auto; position: absolute; top: 40px; left: 50%;
    transform: translateX(-50%); z-index: 2;
}
#header .testo_header {
    width: 960px; position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); z-index: 2;
}
#header .testo_header .etichetta {
    display: inline-block; background: #007CC3; border-radius: 3px; color: #FFF; margin: 0 0 10px;
    font-weight: 700; font-size: 16px; line-height: 19px; box-sizing: border-box; padding: 4px 10px 5px;
}
#header .testo_header .etichetta svg { margin: 0 7px -1px 0; }
#header .testo_header h1 {
    display: block; text-transform: uppercase; font-weight: 800; font-size: 60px;
    line-height: 66px; color: #FFF; margin: 0 0 40px; padding: 0;
}
#header .testo_header h1 i {
    display: block; font-weight: 500; font-style: Italic; font-size: 26px;
    line-height: 28px; text-transform: none;
}
#header .testo_header p {
    display: block; font-weight: 700; font-style: Italic; font-size: 30px;
    line-height: 40px; color: #FFF; margin: 0 0 20px; padding: 0;
}
#header .testo_header a {
    display: inline-block; min-width: 280px; background: #FF473A;
    border-radius: 5px; text-decoration: none; box-sizing: border-box;
    font-weight: 700; font-size: 26px; line-height: 26px; text-align: center;
    color: #FFF; padding: 13px 20px; transition: all 0.2s linear;
}
#header .testo_header a:hover, #header .testo_header a:active,
#header .testo_header a:focus {
    background: #E62619; color: #FFF; text-decoration: none;
}
@media screen and (max-width: 1000px) {
    #header .logo { width: 120px; }
    #header .testo_header { width: auto; left: 20px; right: 20px; transform: none; }
    #header .testo_header p { font-size: 26px; line-height: 34px; }
}
@media screen and (max-width: 767px) {
    #header { height: 600px; margin: 0 0 50px; }
    #header .header_desktop { display: none; visibility: hidden; }
    #header .header_mobile { display: block; visibility: visible; }
    #header .ombra { top: 0; }
    #header .logo { width: 83px; }
    #header .testo_header { bottom: 40px; }
    #header .testo_header h1 { font-size: 40px; line-height: 44px; margin: 0 0 30px; }
    #header .testo_header h1 i { font-size: 20px; line-height: 26px; }
    #header .testo_header p { font-size: 19px; line-height: 26px; }
    #header .testo_header a {
        min-width: 0; font-size: 18px; line-height: 18px; padding: 14px 30px;
    }
}

/* DATI EVENTO */
#dati_evento { width: 960px; margin: 0 auto 40px; }
#dati_evento .card {
    width: 160px; float: left; background: #F6D14F; border-radius: 5px; text-align: center;
    margin: 0 0 0 20px; line-height: 0; box-sizing: border-box; padding: 15px 10px;
}
#dati_evento .card:first-child { margin: 0; }
#dati_evento .card svg { width: 36px; height: auto; margin: 15px 0 8px; }
#dati_evento .card span {
    display: block; font-weight: 700; font-size: 16px;
    line-height: 21px; color: #333; text-align: center;
}
@media screen and (max-width: 1000px) {
    #dati_evento { width: auto; margin: 0 20px 40px; }
}
@media screen and (max-width: 560px) {
    #dati_evento .card { margin: 0; }
    #dati_evento .card.small { width: calc( 50% - 6px ); margin: 0 0 0 12px; }
    #dati_evento .card.small:first-child { margin: 0; }
    #dati_evento .card.large { width: 100%; margin: 12px 0 0; }
    #dati_evento .card span br { display: none; }
}
@media screen and (max-width: 478px) {
    #dati_evento .card span br { display: inline; }
}

/* INTRODUZIONE */
#introduzione { width: 960px; margin: 0 auto 70px; }
#introduzione h2 {
    display: block; max-width: 830px; font-weight: 800; font-size: 32px; line-height: 42px;
    color: #333; margin: 0 0 25px; padding: 0;
}
#introduzione div { max-width: 740px; margin: 0 0 28px; }
#introduzione p {
    font-weight: 400; font-size: 20px; line-height: 30px; color: #333;
    margin: 0 0 12px; padding: 0;
}
#introduzione p:last-child { margin: 0; }
#introduzione a.pulsante {
    display: inline-block; min-width: 250px; background: #FF473A;
    border-radius: 5px; text-decoration: none; box-sizing: border-box;
    font-weight: 700; font-size: 18px; line-height: 18px; text-align: center;
    color: #FFF; padding: 14px 20px; transition: all 0.2s linear;
}
#introduzione a.pulsante:hover, #introduzione a.pulsante:active,
#introduzione a.pulsante:focus {
    background: #E62619; color: #FFF; text-decoration: none;
}
@media screen and (max-width: 1000px) {
    #introduzione { width: auto; margin: 0 20px 70px; }
}
@media screen and (max-width: 767px) {
    #introduzione { margin: 0 20px 60px; }
    #introduzione h2 { font-size: 30px; line-height: 40px; }
    #introduzione p { font-size: 18px; line-height: 28px; }
    #introduzione a.pulsante { min-width: 0; padding: 14px 30px; }
}

/* PUNTI DI FORZA */
#punti_forza { margin: 0 0 60px; position: relative; }
#punti_forza .punti_forza_container {
    width: 992px; margin: 0 auto; box-sizing: border-box; padding: 50px 0 70px; text-align: center;
    position: relative; z-index: 1;
}
#punti_forza h2 {
    display: block; font-weight: 800; font-size: 32px; line-height: 42px;
    color: #FFF; margin: 0 0 40px; padding: 0;
}
#punti_forza .punti_forza_table {
    width: 100%; display: grid; grid-template-columns: repeat(4,1fr); column-gap: 40px;
}
#punti_forza .punti_forza_table div {
    background: #FFF; border-radius: 10px; box-sizing: border-box;
    padding: 35px 15px 34px; text-align: center; line-height: 0;
}
#punti_forza .punti_forza_table div img { margin: 0 0 20px; }
#punti_forza .punti_forza_table div h3 {
    display: block; font-weight: 800; font-size: 18px; line-height: 22px;
    text-transform: uppercase; color: #333; margin: 0 0 15px; padding: 0;
}
#punti_forza .punti_forza_table div span {
    display: block; font-weight: 600; font-size: 16px;
    line-height: 21px; color: #868E96;
}
#punti_forza .bg_desktop, #punti_forza .bg_mobile {
    width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    z-index: 0; object-fit: cover; object-position: center;
}
#punti_forza .bg_mobile { display: none; visibility: hidden; }
@media screen and (max-width: 1032px) {
    #punti_forza .punti_forza_container { width: auto; margin: 0 20px; }
    #punti_forza .punti_forza_table { column-gap: 20px; }
}
@media screen and (max-width: 960px) {
    #punti_forza .punti_forza_table { grid-template-columns: repeat(2,1fr); row-gap: 20px; }
}
@media screen and (max-width: 767px) {
    #punti_forza h2 { font-size: 30px; line-height: 40px; }
    #punti_forza .bg_desktop { display: none; visibility: hidden; }
    #punti_forza .bg_mobile { display: block; visibility: visible; }
}

/* PERCHE' PARTECIPARE */
#perche_partecipare { width: 960px; margin: 0 auto 60px; }
#perche_partecipare h2 {
    display: block; max-width: 830px; font-weight: 800; font-size: 32px; line-height: 42px;
    color: #333; margin: 0 0 25px; padding: 0;
}
#perche_partecipare div { max-width: 740px; margin: 0 0 28px; }
#perche_partecipare ul { margin: 0 0 28px; padding: 0; list-style: none; }
#perche_partecipare li {
    position: relative; padding-left: 34px; margin-bottom: 6px;
    font-weight: 400; font-size: 20px; line-height: 30px; color: #333;
}
#perche_partecipare li:last-child { margin: 0; }
#perche_partecipare li::before {
    content: "👉"; position: absolute; left: 0; top: -1px;
    font-size: 20px; line-height: 30px;
}
#perche_partecipare p {
    font-weight: 400; font-size: 20px; line-height: 30px; color: #333;
    margin: 0 0 28px; padding: 0;
}
#perche_partecipare p:last-child { margin: 0; }
#perche_partecipare p strong { font-weight: 700; color: #333; }
#perche_partecipare a.pulsante {
    display: inline-block; min-width: 250px; background: #FF473A;
    border-radius: 5px; text-decoration: none; box-sizing: border-box;
    font-weight: 700; font-size: 18px; line-height: 18px; text-align: center;
    color: #FFF; padding: 14px 20px; transition: all 0.2s linear;
}
#perche_partecipare a.pulsante:hover, #perche_partecipare a.pulsante:active,
#perche_partecipare a.pulsante:focus {
    background: #E62619; color: #FFF; text-decoration: none;
}
@media screen and (max-width: 1000px) {
    #perche_partecipare { width: auto; margin: 0 20px 60px; }
}
@media screen and (max-width: 767px) {
    #perche_partecipare h2 { font-size: 30px; line-height: 40px; }
    #perche_partecipare p,
    #perche_partecipare li { font-size: 18px; line-height: 28px; }
    #perche_partecipare a.pulsante { min-width: 0; padding: 14px 30px; }
}

/* RELATORI */
#relatori { background: #FAF9F8; margin: 0 0 60px; }
#relatori .relatori_wrapper {
    width: 960px; margin: 0 auto; box-sizing: border-box; padding: 50px 0; text-align: center;
}
#relatori h2 {
    display: block; font-weight: 800; font-size: 32px; line-height: 42px;
    margin: 0 0 40px; padding: 0; text-align: center; color: #333;
}
#relatori .relatori_container {
    display: flex; flex-direction: row; justify-content: space-between; margin: 0 0 40px;
}
#relatori .relatori_container div { max-width: 300px; }
#relatori .relatori_container div img {
    width: 200px; height: auto; border-radius: 100px; margin: 0 0 20px;
}
#relatori .relatori_container div h3 {
    display: block; font-weight: 800; font-size: 18px; line-height: 22px; color: #333;
    text-transform: uppercase; margin: 0 0 5px; padding: 0;
}
#relatori .relatori_container div .ruolo {
    display: block; font-weight: 600; font-style: italic; font-size: 16px; color: #868E96;
    line-height: 21px; margin: 0 0 15px; padding: 0;
}
#relatori .relatori_container div .speech {
    display: block; font-weight: 700; font-size: 20px; color: #333;
    line-height: 26px; margin: 0; padding: 0;
}
#relatori a.pulsante {
    display: inline-block; min-width: 250px; background: #FF473A;
    border-radius: 5px; text-decoration: none; box-sizing: border-box;
    font-weight: 700; font-size: 18px; line-height: 18px; text-align: center;
    color: #FFF; padding: 14px 20px; transition: all 0.2s linear;
}
#relatori a.pulsante:hover, #relatori a.pulsante:active,
#relatori a.pulsante:focus {
    background: #E62619; color: #FFF; text-decoration: none;
}
@media screen and (max-width: 1000px) {
    #relatori .relatori_wrapper { width: auto; margin: 0 20px; }
    #relatori .relatori_container { justify-content: center; }
    #relatori .relatori_container div { max-width: none; margin: 0 15px; }
    #relatori .relatori_container div img { width: 150px; }
}
@media screen and (max-width: 767px) {
    #relatori h2 { font-size: 30px; line-height: 40px; }
    #relatori .relatori_container { flex-direction: column; margin: 0; }
    #relatori .relatori_container div { margin: 0 0 40px; }
    #relatori .relatori_container div img { width: 200px; }
    #relatori .relatori_container div .speech { font-size: 18px; line-height: 24px; }
    #relatori a.pulsante { min-width: 0; padding: 14px 30px; }
}

/* PROGRAMMA */
#programma { width: 960px; margin: 0 auto 60px; }
#programma h2 {
    display: block; max-width: 830px; font-weight: 800; font-size: 32px; line-height: 42px;
    color: #333; margin: 0 0 25px; padding: 0;
}
#programma .testo { max-width: 740px; margin: 0 0 40px; }
#programma p {
    font-weight: 400; font-size: 20px; line-height: 30px; color: #333;
    margin: 0 0 28px; padding: 0;
}
#programma p:last-child { margin: 0; }
#programma p strong { font-weight: 700; color: #333; }
#programma .programma_table {
    width: 100%; display: grid; margin: 0 0 30px;
    grid-template-columns: repeat(3,1fr); column-gap: 20px; row-gap: 20px;
}
#programma .programma_table .agenda {
    box-shadow: 0 0 10px 0 #00000026; box-sizing: border-box; padding: 20px 30px 24px; background: #FFF;
    font-weight: 700; font-size: 18px; line-height: 27px; color: #333; border-radius: 10px;
}
#programma .programma_table .agenda .orario {
    display: block; margin: 0 0 20px; font-weight: 800; font-size: 20px;
    line-height: 30px; color: #007CC3;
}
#programma .programma_table .agenda .orario i {
    font-size: 30px; line-height: 40px; font-style: normal;
}
#programma .programma_table .agenda .sottotitolo {
    display: block; color: #868E96; font-weight: 800; font-size: 16px;
    line-height: 24px; text-transform: uppercase; margin: 0 0 5px;
}
#programma a.pulsante {
    display: inline-block; min-width: 250px; background: #FF473A;
    border-radius: 5px; text-decoration: none; box-sizing: border-box;
    font-weight: 700; font-size: 18px; line-height: 18px; text-align: center;
    color: #FFF; padding: 14px 20px; transition: all 0.2s linear;
}
#programma a.pulsante:hover, #programma a.pulsante:active,
#programma a.pulsante:focus {
    background: #E62619; color: #FFF; text-decoration: none;
}
@media screen and (max-width: 1000px) {
    #programma { width: auto; margin: 0 20px 60px; }
}
@media screen and (max-width: 767px) {
    #programma h2 { font-size: 30px; line-height: 40px; }
    #programma p { font-size: 18px; line-height: 28px; }
    #programma .programma_table { grid-template-columns: repeat(2,1fr); }
    #programma .programma_table .agenda .orario { margin: 0 0 10px; }
    #programma a.pulsante { min-width: 0; padding: 14px 30px; }
}
@media screen and (max-width: 450px) {
    #programma .programma_table { grid-template-columns: repeat(1,1fr); }
}

/* ISCRIZIONE */
#iscrizione {
    background: #F1F8FC; margin: 0 auto 60px; border-radius: 20px; box-sizing: border-box;
    padding: 70px 20px; width: 960px; text-align: center;
}
#iscrizione h2 {
    display: block; font-weight: 800; font-size: 32px; line-height: 42px;
    margin: 0 0 40px; padding: 0; color: #333;
}
#iscrizione a.pulsante {
    display: inline-block; min-width: 250px; background: #FF473A;
    border-radius: 5px; text-decoration: none; box-sizing: border-box;
    font-weight: 700; font-size: 18px; line-height: 18px; text-align: center;
    color: #FFF; padding: 14px 20px; transition: all 0.2s linear;
}
#iscrizione a.pulsante:hover, #iscrizione a.pulsante:active,
#iscrizione a.pulsante:focus {
    background: #E62619; color: #FFF; text-decoration: none;
}
@media screen and (max-width: 1000px) {
    #iscrizione { width: auto; margin: 0 20px 60px; }
}
@media screen and (max-width: 767px) {
    #iscrizione { padding: 30px 20px 38px; }
    #iscrizione h2 { font-size: 30px; line-height: 40px; }
    #iscrizione a.pulsante { min-width: 0; padding: 14px 30px; }
}

/* FOOTER */
#footer { background: #333; }
#footer .footer_container {
    width: 960px; margin: 0 auto; box-sizing: border-box; padding: 80px 0;
    font-size: 16px; line-height: 22px; color: rgba(255, 255, 255, 0.7); font-weight: 400;
}
#footer p {
    margin: 0 0 10px; padding: 0; font-size: 16px; line-height: 22px;
    color: rgba(255, 255, 255, 0.7); font-weight: 400;
}
#footer p.small { font-size: 14px; line-height: 20px; margin: 0; }
#footer a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: all 0.2s linear; }
#footer a:hover, #footer a:active, #footer a:focus { color: #FFF; text-decoration: none; }
#footer strong { font-weight: 600; }
@media screen and (max-width: 1000px) {
    #footer .footer_container { width: auto; margin: 0 20px; }
}
@media screen and (max-width: 767px) {
    #footer .footer_container { padding: 40px 0; }
}
