.wrapperCategories {
    width: 100%;
    max-width: 1616px;
    margin: 0 auto;
    padding: 0 0 120px 0;
}
.wrapperCategories .divao > .box {
    float: left;
    width: 25%;
    text-align: center;
}
.wrapperCategories .divao > .box .align {
    display: block;
    margin: 0 6px;
    background-size: cover;
    background-position: center center;
    min-height: 213px;
    overflow: hidden;
    padding: 0 10%;
}
.wrapperCategories .divao > .box:first-child .align { margin-left: 0; }
.wrapperCategories .divao > .box:last-child .align { margin-right: 0; }

.wrapperCategories .divao > .box h2 {
    font-family: 'Roboto', sans-serif;
    color: #ffd400;
    text-transform: uppercase;
    font-size: 1.33rem;
    padding: 30px 0 20px 0;
}
.wrapperCategories .divao > .box h1 {
    color: #fff;
    font-size: 3.26rem;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 64px;
    margin-bottom: 15px;
}
.wrapperCategories .divao > .box a {
    font-size: 1.24rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid #ffd400;
    padding: 12px 18px;
    display: table;
    margin: 0 auto;
}
.wrapperCategories .divao > .box a:hover { background: #ffd400; }

.thumbnail.zoom:hover span img {
    height: 110%;
}
.thumbnail.zoom span img {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

/* media */
@media screen and (max-width: 505px) {}