﻿@charset "UTF-8";
/* CSS Document */

/* Body mobile */

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .body-mobile {
        padding:0 20px 150px 20px !important;
    }
}

/*Stile elementi con classi*/


#titolo-modulo {
    clear: both;
    font-size: 1.5em;
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2% 0 1% 0;
    line-height: 1.2;
}

#completamento {
    clear: both;
    font-size: 1em;
    color: #666666;
    padding-bottom: 4%;
}


/* For Mobile Portrait View */

@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .step {
        font-size: 0.7em !important;
    }

    #titolo-modulo {font-size:1em;}
    
    #completamento {font-size:0.8em;}

    div#btn_indietro {
        float: left;
        width: 50%;
        font-size: 14px;
        text-align: center;
        border-radius: 25%;
        font-weight: 700;
    }

    div#btn_avanti {
        float: left;
        width: 50%;
        font-size: 14px;
        text-align: center;
        border-radius: 25%;
        font-weight:700;
    }

    .fac {
        font-size: 8px !important;
    }
}