/*
=========================================
EXPERTIA DESIGN SYSTEM
Version: 1.0
=========================================
*/

:root{

    --expertia-orange:#FF6B00;
    --expertia-blue:#0B5FFF;
    --expertia-dark:#111827;
    --expertia-gray:#6B7280;
    --expertia-light:#F8F9FC;

    --radius:18px;

    --shadow:
        0 10px 35px rgba(0,0,0,.08);

}
/* ==========================================================
   HERO DEL EXPERTO
========================================================== */

.listing-main-info{
    padding-top:45px;
    padding-bottom:35px;
}

.profile-name h1{

    font-size:52px;
    line-height:1.05;

    font-weight:700;

    color:#111827;

    letter-spacing:-1px;

    margin-bottom:12px;

}

.profile-tagline{

    font-size:24px;

    color:#4B5563;

    font-weight:400;

    line-height:1.45;

    margin-bottom:35px;

}

.profile-avatar{

    width:120px;

    height:120px;

    border-radius:50%;

    border:5px solid #fff;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}