/* PRODUTOS */
#premios {
    padding: 80px 0;
}
#premios h1 {
    text-align: center;
    padding-bottom: 15px;
}
.divisoria {
    width: 60px;
    display: block;
    margin: auto;
    border-top: 1px solid #902f31;
    height: 10px;
}
#premios p {
    text-align: center;
    padding: 5px 140px;
    margin-bottom: 30px;
}
#premios li {
    width: 32%;
    display: inline-block;
    margin: 15px 0;
    background: #eee;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
#premios li:nth-child(2) {
    margin: 0 18px;
}
#premios img {
    -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease;
}
#premios img:hover {
    -webkit-transform:scale(0.9,0.9);
        transform:scale(0.9,0.9);
}
#premios h2 {
    font-size: 18px;
    text-align: center;
    margin: 15px 0 10px 0;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#premios h2:hover {
    color: #902f31;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
}
#premios span.divisoria {
    width: 60px;
    display: block;
    margin: auto;
    border-top: 1px solid #902f31;
    height: 10px;
}
#premios h4 {
    font-size: 13px;
    color: gray;
    text-align: center;
}