/* ============================================================
   Landing "Consulenza Web Analytics"
   Caricato solo dal template page-servizio-consulenza-web-analytics.php.
   ============================================================ */

/* --- I quattro formati ---------------------------------------- */

.mc-formati__intro {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.mc-formato {
    position: relative;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
    text-align: left;
    padding: 30px 26px;
    height: 100%;
}

/* Il formato principale si distingue senza urlare. */
.mc-formato--principale {
    box-shadow: 0 10px 30px rgba(0, 125, 249, .12);
}

.mc-formato__etichetta {
    position: absolute;
    top: -11px;
    left: 26px;
    background: #007df9;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
}

.mc-formato__perchi {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #7b8794;
    margin: 0 0 8px;
}

.mc-formato__nome {
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0 0 12px;
    color: #222;
}

.mc-formato__testo {
    color: #55606b;
    font-size: .97rem;
    line-height: 1.6;
    margin: 0 0 16px;
}

.mc-formato__punti {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.mc-formato__punti li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: .93rem;
    line-height: 1.5;
    color: #444;
}

.mc-formato__punti li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: .5em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #007df9;
}

.mc-formato__durata {
    font-size: .88rem;
    font-weight: 600;
    color: #7b8794;
    margin: 0 0 16px;
    padding-top: 14px;
    border-top: 1px solid #e8eef5;
}


/* --- I due lati del banco ------------------------------------- */

.mc-cred__intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.mc-cred__card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
    text-align: left;
    padding: 30px 28px;
    height: 100%;
}

.mc-cred__ruolo {
    display: inline-block;
    background: #e2f2ff;
    color: #0a5cd0;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 999px;
    margin: 0 0 16px;
}

.mc-cred__percorso {
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 0 0 6px;
    color: #222;
}

.mc-cred__ente {
    font-size: .95rem;
    font-weight: 600;
    color: #007df9;
    margin: 0 0 18px;
}

.mc-cred__dettagli {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.mc-cred__dettagli li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 11px;
    font-size: .95rem;
    line-height: 1.55;
    color: #444;
}

.mc-cred__dettagli li::before {
    content: '';
    position: absolute;
    left: 3px;
    top: .45em;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background: #cfe4fb;
}

/* La riga finale è la voce di Mirko, non un dato: si distingue. */
.mc-cred__nota {
    font-size: .95rem;
    line-height: 1.55;
    color: #55606b;
    font-style: italic;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid #e8eef5;
}
