﻿body {
}











/*---------------------------------------------------------
                SEZIONE PODIO DASHBOARD
    ----------------------------------------------------*/


.podio {
    background-image: url(../images/podio.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.podio__profile {
    text-align: center;
   
    /*border: 1px red solid;*/
    width: 50%;
    margin-left: 25%;
    
    background: #fff;
   opacity:0.9;
    
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
}


    .podio__profile img {
        
       
        width: auto;
        height: 250px;
        padding: 5px;
       
        margin-left: auto;
        margin-right: auto;
    }

    .podio h2 {min-height:66px;}
    .podio__profile-center{
        margin-bottom:65%;
    }
.podio__profile-right{
    margin-top:18%;
    margin-left:10%;
}

.podio__profile-left {
    margin-left: 40%;
    margin-top: 9%;
}

.podio--mobile{display:none;}
/*---------------------------------------------------------
                SEZIONE PODIO MOBILE
    ----------------------------------------------------*/

@media (max-width: 1200px) {
    .podio{display:none;}
    .podio--mobile{display:block}
    .podio__profile{
        margin-left:0px;
        width:100%;
    }

}