body {
    background: #fcfcfc;
}
p.intro {
    font-size: 1.1em;
    text-align: center;
}
/* Header */
.page .header {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    background: #085b91;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}
/**/
.page .content-inner {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}
/* Content Header */
.page .content header {
    position: relative;
    top: 0;
    height: 100px;
    margin: 80px 0 40px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    clear: both;
    background: #054474;
}
.page .content header h2 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 2.7em;
    line-height: 100px;
}
.content p {
    margin: 0 0 20px;
    font-size: 0.9em;
    line-height: 140%;
}

/* Pagina Produtos
*****************************************/
.page h2.center {
    margin: 0 0 30px;
    color: #333;
    font-size: 2.6em;
}

/* Pagina Produtos > categorias */
.product-categories {
    padding-top: 30px;
    margin: 0 0 70px;
    overflow: hidden;
    text-align: center;
}
.product-categories li {
    display: inline-block;
    margin-bottom: 30px;
    float: none;
    padding: 0 17px;
    list-style: none;
    text-align: center;
}
.product-categories li:last-child { margin: 0; }
.product-categories a {
    color: #666;
    font: 300 1.1em/100% 'Source Sans Pro';
}
.product-categories i {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    display: block;
    border-radius: 50%;
    background: #eef3f9;
}
.product-categories i:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    float: left;
    background: url(../img/product-categories.png) 0 0;
}
.product-categories .ico-alimenticios:after { background-position: 0 -64px; }
.product-categories .ico-industriais:after { background-position: 0 -124px; }
.product-categories .ico-hospitalares:after { background-position: 0 -190px; }
.product-categories .ico-construcao-civil:after { background-position: 0 -255px; }


/* Pagination
*****************************************/
.pagination {
    width: 100%;
    padding: 30px 0 30px;
    display: table;
    text-align: center;
    border-top: 1px solid #f1f1f1;
}
.pagination .align {
    display: table;
    margin: 0 auto;
}
.pagination a,
.pagination span {
    color: #333;
    font-size: 1.1em;
    height: 50px;
    padding: 0 20px;
    float: left;
    line-height: 50px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    display: block;
    transition: all 0.2s ease;
}
.pagination a.last {
    border-right: 1px solid #f1f1f1;
}
.pagination a:hover,
.pagination span {
    color:#fff;
    background: #4a89dc;
    float: left;
    letter-spacing: 0;
}
.pagination .nav {
    width: 50px;
    margin: 0 25px;
    border-right: 1px solid #f1f1f1;
}
.pagination .nav i {
    display: block;
    width: 10px;
    height: 15px;
    margin: 17px 0 ;
    background: url("../img/pagination.png") 0 0;
}
.pagination .nav.next i { background-position: -10px 0; }
.pagination .nav.prev:hover i { background-position: 0 -15px; }
.pagination .nav.next:hover i { background-position: -10px -15px; }