﻿/************************************** STYLE NUOVA GRAFICA APRILE 2019 */
/************************************** HOMEPAGE */
.contenitoreFoto {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    background: url('../images/bg-home.jpg') no-repeat bottom right;
    background-size: cover;
    position: relative;
}

section.contatore {
    background: #003366;
    padding-top: 10px;
    padding-bottom: 10px;
}

    section.contatore .col-sm-4 {
        border-right: solid 1px #888;
    }

    section.contatore .col-sm-4:last-child {
        border-right: none;
    }

    section.contatore h2 {
        margin-top: 0;
        margin-bottom: 0;
        color: #FFF;
        font-size: 14px;
    }
    section.contatore h2 span {
        font-weight: 300;
    }

/*section.home:nth-child(even) {
    background: #EEE !important;
}

section.home:nth-child(odd) {
    background: #FFF !important;
}*/

.contenitoreMessaggio_HP {
    font-size:12px;
}
section.contenitoreMessaggio_HP {
    padding:5px;
}

@media (max-width: 767px) {
    section .contatore {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section.contatore .col-sm-4 {
        border: none;
    }

    section.contatore h2 {
        border-bottom: solid 1px #888;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 22px;
    }

    section.contatore .col-sm-4:last-child h2 {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}