* {
    /*border: 1px solid gold;*/
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

body.home {
    background: url(../images/bg01.jpg) no-repeat;
    background-position: center top;
}

body.header-fixed {
    padding-top: 152px;
}

@media (max-width: 767px) {
    body.home {
        background-image: none;
        background-color: #fff;
    }
}

a {
    cursor: pointer;
}

a.keep-styles {
    color: inherit;
}

a.keep-styles:hover,
a.keep-styles:focus {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 25px;
    font-family: 'Ubuntu', sans-serif;
    color: #151515;
}

h1 {
    font-size: 56px;
    font-weight: 300;
    letter-spacing: -1.5px;
}

h1 strong {
    font-weight: 500;
}

h1.title-big {
    font-size: 68px;
}

h1.title-gray {
    color: #757575;
}

h1.title-white {
    color: #fff;
}

h1 span {
    color: #0077ac;
}

h2 {
    font-size: 30px;
}

@media (max-width: 767px) {
    h1,
    h1.title-big {
        font-size: 42px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    h1,
    h1.title-big {
        font-size: 36px;
    }
}

h4 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1.5px;
}

h4 strong {
    font-weight: 500;
}

h4 span {
    color: #0077ac;
}

hr {
    border-top-color: #e3e3e3;
}

.text-wrap-right {
    float: right;
    margin: 15px;
}

@media (max-width: 767px) {
    .text-wrap-right {
        display: block;
        float: none;
        margin: 30px auto;
    }
}

.no-overflow {
    overflow: hidden;
}

.form-control {
    border-color: #e5e5e5;
    background-color: #f3f3f3;
}

.form-control:focus {
    background-color: #fff;
    border-color: #757575;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: vertical;
}

.img-rounded,
.img-rounded>div {
    border-radius: 6px;
    overflow: hidden;
}

.btn {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    border-radius: 5px;
}

.btn-default {
    color: #757575;
    border-color: #555;
    border-width: 2px;
    background-color: #fff;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background-color: #555;
    border-color: #555;
}

.btn-inverted {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
    background-color: transparent;
}

.btn-inverted:hover,
.btn-inverted:focus {
    color: #fff;
    background-color: #0077ac;
    border-color: #0077ac;
}

.btn-blue {
    color: #fff;
    border-color: #555;
    border: 2px solid #157aad;
    background-color: #157aad;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

label {
    font-size: 16px;
}

a {
    position: relative;
    display: inline-block;
}

.colored-bottom:before,
.white-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
}

.colored-bottom:before {
    background: linear-gradient(to right, #8c8c8c 0%, #8c8c8c 25%, #1278ab 25%, #1278ab 50%, #e88212 50%, #e88212 75%, #dd1723 75%, #dd1723 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#dd1723', GradientType=1);
}

.white-bottom:before {
    background: #fff;
}

.btn.colored-bottom:hover:before {
    display: none;
}

.colored-right-wrap {
    overflow: hidden;
}

.colored-right {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    line-height: 30px;
    background-color: #fff;
}

.colored-right:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -992px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    background: linear-gradient(to right, #8c8c8c 0%, #8c8c8c 25%, #1278ab 25%, #1278ab 50%, #e88212 50%, #e88212 75%, #dd1723 75%, #dd1723 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#dd1723', GradientType=1);
    background-size: 14% 100%;
    background-repeat: repeat-x;
}

.bottom-small:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140px;
}

.logo-text {
    display: inline;
    vertical-align: baseline;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .logo-text {
        height: 33px;
        width: auto;
    }
}

@media (max-width: 480px) {
    .logo-text {
        height: 29px;
        width: 100%;
    }
}

.spacer15:before,
.spacer15:after,
.spacer30:before,
.spacer30:after,
.spacer45:before,
.spacer45:after,
.spacer60:before,
.spacer60:after {
    display: table;
    content: " "
}

.spacer15:after,
.spacer30:after,
.spacer45:after,
.spacer60:after {
    clear: both;
}

.spacer15 {
    height: 15px;
}

.spacer30 {
    height: 30px;
}

.spacer45 {
    height: 45px;
}

.spacer60 {
    height: 60px;
}

.img-crop img,
.img-fit img {
    display: none;
}

.menu {
    z-index: 600;
}

header {
    z-index: 500;
}

#contato {
    visibility: visible;
    display: none;
}

.contact .close {
    z-index: 400;
}

.contact .content {
    z-index: 300;
}

.contact .backstage {
    z-index: 200;
}

.home-slider a {
    z-index: 100;
}

.pattern-dots {
    z-index: 50;
}

.colored-right:before {
    z-index: -1;
}

.spr {
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;
}

.spr-graph {
    width: 64px;
    height: 64px;
    background-position: 0 0;
}

.spr-pencil {
    width: 58px;
    height: 58px;
    background-position: -100px 0;
}

.spr-sensor {
    width: 48px;
    height: 64px;
    background-position: -200px 0;
}

.scroll-down {
    display: block;
    width: 50px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    color: #ccc;
    cursor: pointer;
}

.scroll-down:hover,
.scroll-down:focus {
    color: #0077ac;
}

@media (max-width: 767px) {
    .scroll-down {
        display: none;
    }
}

header {
    padding: 30px 60px;
    background: url(../images/bg-header.jpg) no-repeat left center;
}

header .menu-open {
    float: right;
    font-size: 32px;
    cursor: pointer;
}

header .menu-open:hover,
header .menu-open:focus {
    color: #0077ac;
}

.home header {
    background: none;
}

header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 0 60px;
    background-image: none;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

header.fixed .logo {
    width: 120px;
    margin-top: 5px;
}

.box404 {
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 160%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #e7e7e7;
    text-align: center;
    margin-top: 20px;
}

header.fixed .menu-open {
    color: #0077ac;
}

header.fixed .menu-open:hover,
header.fixed .menu-open:focus {
    color: #333;
}

@media (max-width: 767px) {
    header {
        padding-right: 0;
        padding-left: 0;
        background-image: none;
        background-color: #eee;
    }
    header.fixed {
        padding: 0 20px;
    }
}

.img-main {
    position: relative;
    width: 100%;
    height: 330px;
}

.img-main:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #8c8c8c 0%, #8c8c8c 25%, #1278ab 25%, #1278ab 50%, #e88212 50%, #e88212 75%, #dd1723 75%, #dd1723 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#dd1723', GradientType=1);
}

@media (max-width: 767px) {
    .img-main {
        height: 165px;
    }
    .blococontainer {
        position: relative;
        display: block;
        float: left;
    }
    .blococontainer table tbody tr td {
        width: 300px;
        position: relative;
        display: block;
    }
}

.img-article {
    margin: 75px 0;
    text-align: center;
}

.img-article img {
    display: inline-block;
}

.img-circle > div {
    border-radius: 50%;
}

section {
    width: 100%;
    height: 100%;
    padding: 0px 60px 60px 60px;
    overflow: hidden;
}

@media (max-width: 767px) {
    section {
        padding-right: 0;
        padding-left: 0;
    }
}

.section02 {
    position: relative;
    min-height: 650px;
    color: #fff;
    background: #063c68 url(../images/bg02.jpg) no-repeat center center;
    overflow: hidden;
}

.section02 .row {
    margin-top: 80px;
}

.section02 .logo-wheel {
    position: absolute;
    top: 20px;
    left: 50%;
}

@media (max-width: 991px) {
    .section02 {
        min-height: inherit;
    }
    .section02 .row {
        margin-top: 0;
    }
    .section02 .logo-wheel {
        display: none;
    }
}

.section03 {
    background: url(../images/bg03.jpg) no-repeat center center;
    background-size: cover;
	padding-top: 21px;
}

@media (max-width: 767px) {
    .section03 {
        background-image: none;
        background-color: #eee;
    }
}

.section04 .item {
    padding: 0 30px;
}

.section04 .spr {
    margin-top: 80px;
}

.section05 .thumb {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 260px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    background: #eee url(../images/logo-wheel-small2.png) center center no-repeat;
}

.section05 .item {
    margin-top: 50px;
    padding: 0 30px;
}

.section05 .item:nth-child(3n+1) {
    clear: both;
}

.section05 .item a {
    display: inline;
}

.section05 .btn {
    margin-top: 40px;
}

@media (max-width: 1190px) {
    .section05 .thumb {
        height: 210px;
    }
}

@media (max-width: 991px) {
    .section05 .thumb {
        display: block;
        max-width: 280px;
        height: 160px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .section05 {
        background-color: #eee;
    }
}

.section06 {
    color: #fff;
    background: #333 url(../images/bg04.jpg) no-repeat center center;
    background-size: cover;
	padding-top: 30px;
}

.section06 h1 {
    color: #fff;
}

@media (max-width: 767px) {
    .section06 {
        background-image: none;
        background-color: #1f2837;
    }
}

.owl-depoimentos {
    margin-top: 60px;
}

.owl-depoimentos .text-muted {
    color: #959595;
}

@media (max-width: 991px) {
    .owl-depoimentos p {
        text-align: center;
    }
}

.owl-clientes {
    margin-top: 60px;
}

.owl-clientes .owl-item > div {
    height: 120px;
}

.owl-clientes .owl-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.owl-clientes .owl-item img {
    display: inline-block;
}

.clients-list .image {
    width: 100%;
    max-width: 280px;
    height: 120px;
}

.clients-list .image a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.clients-list .image div {
    background-size: 50% !important;
}

.clients-list .image div:hover {
    opacity: .8;
}

@media (max-width: 991px) {
    .clients-list .image {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

footer {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 60px;
    color: #fff;
    background: #29292e;
    background: -moz-linear-gradient(top, #272727 0%, #101010 100%);
    background: -webkit-linear-gradient(top, #272727 0%, #101010 100%);
    background: linear-gradient(to bottom, #272727 0%, #101010 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#101010', GradientType=0);
}

footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #8c8c8c 0%, #8c8c8c 25%, #1278ab 25%, #1278ab 50%, #e88212 50%, #e88212 75%, #dd1723 75%, #dd1723 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#dd1723', GradientType=1);
}

footer .text-muted {
    color: #959595;
}

footer a {
    color: #fff;
}

footer .fa {
    margin: 0 5px;
}

footer .copyright {
    font-size: 14px;
}

footer .poweredby {
    text-align: right;
}

footer .poweredby img {
    display: inline-block;
    opacity: .3;
}

footer .poweredby img:hover,
footer .poweredby img:focus {
    opacity: 1;
}

@media (max-width: 991px) {
    footer {
        text-align: center;
    }
    footer .social,
    footer .copyright,
    footer .poweredby {
        margin: 30px 0;
    }
    footer .poweredby {
        text-align: center;
        ;
    }
}

@media (max-width: 767px) {
    footer {
        padding-right: 0;
        padding-left: 0;
    }
}

.thumb-circle * {
    /*border: 1px solid gold;*/
}

.thumb-circle {
    position: relative;
    width: 100%;
    height: 370px;
    margin-top: 45px;
    font-weight: 700;
    text-align: center;
}

.thumb-circle img {
    margin-bottom: 20px;
}

.thumb-circle .bar {
    display: block;
    height: 3px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    background-color: #5b6571;
}

.thumb-circle.color01 {
    color: #5b6571;
}

.thumb-circle.color01 .bar {
    background-color: #5b6571;
}

.thumb-circle.color02 {
    color: #b08c68;
}

.thumb-circle.color02 .bar {
    background-color: #b08c68;
}

.thumb-circle.color03 {
    color: #31b9b6;
}

.thumb-circle.color03 .bar {
    background-color: #31b9b6;
}

.thumb-circle.color04 {
    color: #53907c;
}

.thumb-circle.color04 .bar {
    background-color: #53907c;
}

.thumb-circle.color05 {
    color: #333;
}

.thumb-circle.color05 .bar {
    background-color: #333;
}

@media (max-width: 991px) {
    .thumb-circle img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .thumb-circle .bar {
        width: 30%;
    }
}

.section-gray-bg {
    background: #eee url(../images/bg06.jpg) no-repeat center center;
    background-size: cover;
}

.articles-list .image {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 200px;
    margin-bottom: 15px;
    background: #eee url(../images/logo-wheel-small2.png) center center no-repeat;
}

.articles-list .image:hover {
    opacity: .8;
}

.articles-list h3 {
    margin: 5px 0;
    font-size: 22px;
}

.articles-list p {
    font-size: 16px;
}

.articles-list .item {
    margin-bottom: 30px;
}

.articles-list .item:nth-child(3n+1) {
    clear: both;
}

.articles-list .item a {
    display: inline;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .articles-list .image {
        height: 150px;
    }
}

@media (max-width: 991px) {
    .articles-list {
        text-align: center;
    }
    .articles-list .image {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .articles-list .item {
        margin-bottom: 90px;
    }
}

.article-content {
    display: inline-block;
    margin: 30px 0;
}

.article-content img {
    max-width: 100% !important;
    height: auto !important;
}

.side-menu {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    font-size: 16px;
}

.side-menu:first-of-type {
    margin-top: 0;
}

.side-menu * {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.side-menu h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.side-menu ul {
    margin: 0;
    padding: 0;
}

.side-menu li a {
    display: block;
    margin: 1px 0;
    padding: 10px 15px;
    color: #757575;
    background-color: #f1f3f5;
}

.side-menu li a:hover,
.side-menu li a:focus {
    padding-left: 25px;
    color: #fff;
    text-decoration: none;
    background-color: #157aad;
}

.menu-tags {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    font-size: 16px;
}

.menu-tags * {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.menu-tags h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.menu-tags ul {
    margin: 0;
    padding: 0;
}

.menu-tags li a {
    display: inline-block;
    float: left;
    margin: 1px;
    padding: 10px 15px;
    color: #757575;
    background-color: #f1f3f5;
}

.menu-tags li a:hover,
.menu-tags li a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #157aad;
}

.pre-info {
    color: #1379ac;
}

.pre-info {
    font-size: 16px;
}

.addthis_sharing_toolbox {
    margin: 30px 0;
}

.author {
    display: inline-block;
    margin: 60px 0;
    padding: 20px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.author .image {
    display: block;
    width: 80px;
    height: 80px;
}

@media (max-width: 767px) {
    .author .image {
        margin-bottom: 20px
    }
}

.comment {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 90px;
}

.comments-list {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

.comments-list .item {
    display: block;
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.comments-list .item p {
    margin-bottom: 15px;
}

.menu * {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.menu {
    position: fixed;
    top: 0;
    right: -105%;
    bottom: -10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu .menu-close a {
    color: #fff;
    border-bottom: 1px solid #222;
    background-color: #111;
}

.menu li a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    color: #ccc;
    border-left: 5px solid transparent;
}

.menu li a:hover,
.menu li a:focus,
.menu li a.active {
    color: #fff;
    text-decoration: none;
    border-left: 5px solid #0077ac;
    background-color: #111;
}

.contact {
    visibility: hidden;
}

.contact.page {
    display: block;
    visibility: visible;
}

.contact * {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.contact h1,
.contact h2,
.contact label,
.contact .location {
    color: #fff;
}

.contact .backstage {
    position: fixed;
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
    background: #063c68 url(../images/bg02.jpg) repeat left top;
    opacity: .95;
}

.contact .content {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 75px;
    overflow: none;
    overflow-y: scroll;
}

.contact .close {
    position: fixed;
    top: 85px;
    right: 65px;
    display: block;
    width: 32px;
    height: 32px;
    opacity: .8;
    cursor: pointer;
}

.contact .close:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
}

.contact .close:hover {
    opacity: 1;
}

.contact #map-canvas {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.contact .social a {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}

.contact .social a:hover,
.contact .social a:focus {
    color: #157aad;
    text-decoration: none;
}

.contact-page #map-canvas {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.contact-page .social i {
    margin-right: 5px;
}

.home-slider,
.home-slider .gallery-cell,
.home-slider .gallery-cell .slide-bg {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.home-slider a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.home-slider .container {
    position: relative;
    display: none;
    height: 400px;
}

.home-slider .container * {
    position: absolute;
    -moz-transform-origin: top left !important;
    -o-transform-origin: top left !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-slider,
    .home-slider .gallery-cell,
    .home-slider .gallery-cell .slide-bg,
    .home-slider .gallery-cell .container {
        height: 332px;
    }
    .home-slider .container * {
        -moz-transform: scale(.83);
        -o-transform: scale(.83);
        zoom: .83;
    }
}

@media (max-width: 991px) {
    .home-slider .flickity-prev-next-button {
        /*top: 47%;*/
        top: 10%;
        width: 32px;
        height: 32px;
        opacity: .5;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider,
    .home-slider .gallery-cell,
    .home-slider .gallery-cell .slide-bg,
    .home-slider .gallery-cell .container {
        height: 256px;
    }
    .home-slider .container * {
        -moz-transform: scale(.62) !important;
        -o-transform: scale(.62) !important;
        zoom: .62;
    }
}

@media (max-width: 767px) {
    .home-slider {
        display: none;
    }
}

@media (max-width: 767px) {
    .about .category {
        text-align: center;
    }
    .about .spr {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

.pattern-dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/pattern-dots.png) repeat left top;
}

.owl-depoimentos .blococontainer p:first-child {
    color: #959595;
}

.slide-video {
    background: url(slides/slide002/bg.jpg) no-repeat center center;
}

.slide-video .video {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

.slide-video .acesse {
    top: 80%;
    left: 80%;
}

@media print {
    body {
        visibility: hidden;
    }
    #conteudo,
    header {
        visibility: visible;
    }
    .menu,
    .side-menu,
    .comment,
    header .menu-open,
    .col-md-3.col-md-offset-1,
    .menu-tags {
        display: none !important;
    }
    header.fixed .logo {
        width: 290px;
        margin-top: -110px;
        margin-bottom: 0px;
        top: 0;
    }
    .logo img {
        width: 290px!important;
        height: 92px!important;
    }
    header.fixed {
        position: relative;
        top: 0px;
        height: 0px;
        padding: 0 0;
    }
    a[href]:after {
        content: none !important;
    }
    @page {
        margin: 0.5cm;
    }
}

.pagination > li > a,
.pagination > li > span {
    border-radius: 4px;
    margin-right: 5px;
    background: #f6f6f6;
    border: none;
    color: #595959;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.pagination > li.active > a {
    background: #0d4a87;
}

.pagination tr th,
.pagination tr td {
    border-radius: 4px;
    margin-right: 5px;
    background: #f6f6f6;
    border: none;
    color: #595959;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
}

.pagination tr td:nth-child(1),
.pagination tr td:nth-child(2),
.pagination tr td:nth-child(3),
.pagination tr td:nth-last-child(1),
.pagination tr td:nth-last-child(2) {
    display: none
}

.pagination > li.active > a {
    background: #0d4a87;
}

.recent-posts {
    margin-top: 60px;
    margin-bottom: 60px;
}

.recent-posts.articles-list h3 {
    font-size: 25px;
}

.rating-info {
	position: relative;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #959595;
}

.rating-info:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:100;
}

.rating-info span {
    margin-left: 10px;
    vertical-align: top;
    line-height: 1.8;
}

.rating-info .rating {
    display: inline-block;
    border: none;
    cursor: pointer;
}

.rating-info .rating > input {
    display: none;
}

.rating-info .rating > label:before {
	margin: 0 3px;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    cursor: pointer;
}

.rating-info .rating > label {
    color: #ddd;
    float: right;
}

.rating-info .rating > input:checked ~ label,
.rating-info .rating:not(:checked) > label:hover,
.rating-info .rating:not(:checked) > label:hover ~ label {
    color: #959595;
}







.rating-new {
    text-align: center;
}

.rating-new h3 {
    margin: 5px 0;
}

.rating-new fieldset,
.rating-new label {
    margin: 0;
    padding: 0;
}

.rating-new .rating {
    display: inline-block;
    border: none;
    cursor: pointer;
}

.rating-new .rating > input {
    display: none;
}

.rating-new .rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    cursor: pointer;
}

.rating-new .rating > label {
    color: #ddd;
    float: right;
}

.rating-new .rating > input:checked ~ label,
.rating-new .rating:not(:checked) > label:hover,
.rating-new .rating:not(:checked) > label:hover ~ label {
    color: #333;
}

.titulo-blog {
	font-size: 30px;
}

.busca-topo {
	position: relative;
	display: inline-block;
	margin: 7px 60px 0 0;
	float: right;
	
}
.busca-topo-menu {
	display: none;
}

@media (max-width: 768px ) {
	.busca-topo {
		display: none;
	}
}

.busca-topo input[type=text] {
	width: 250px;
	border:none;
	border-radius:3px;
	background: #ddd;
	height: 35px;
	float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
	.busca-topo {
		position: relative;
		display: inline-block;
		margin: 7px 30px 0 0;
		float: right;
		
	}
	.busca-topo input[type=text] {
		width: 150px;
		border:none;
		border-radius:3px;
		background: #ddd;
		height: 35px;
		float: left;
	}
	
}
.busca-topo button{
	height: 35px;
	width:35px;
	text-align: center;
	line-height: 25px;
	background: #5b6571;
	color: #fff;
	font-size: 15px;
	float: left;
	border: none;
}

.busca-topo button:hover {
	background: #2e3436;
}


@media (max-width: 768px ) {
	.busca-topo-menu {
		display: block;
		padding: 5px;
	}
	.busca-topo-menu input[type=text]{
		width: 100%; 
		display: inline-block;
		margin-bottom: 0px;
		border:none;
		border-radius: 0;
		background: #ddd;
		height: 35px;
		
	}
	
	.busca-topo-menu button{
		height: 35px;
		width:100%;
		text-align: center;
		line-height: 25px;
		background: #5b6571;
		color: #fff;
		font-size: 15px;
		float: left;
		border: none;
	}
}







section.section04 {
    padding-top: 40px;
}




