
.content-area {
    width: 100%;
    margin-top: 200px;
    display: inline-block;
}

.content-noticias {
    float: left;
    width: 60%;
    margin-top: 30px;
}

article.post {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

article.post .title {
    margin: 0;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000;
    line-height: 100%;
    font-family: "GothamBold";
}

article.post .entry-header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

article.post .title a {
    color: #000;
}

article.post .img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

article.post .text {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    color: #757575;
    font-family: "OpenSans";
}

article.post .verMais {
    float: left;
    color: #FFFFFF;
    padding: 5px 15px;
    text-align: center;
    background: #0d6b45;
}

.next-link {
    float: right;
}

.prev-link {
    float: left;
}

.aside {
    float: right;
    width: 30%;
    margin-top: 30px;
}

.aside form {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.aside form input[type="text"] {
    float: left;
    width: 100%;
    padding: 8px;
    font-family: inherit;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
}

.aside form input[type="submit"] {
    width: 100px;
    height: 40px;
    float: right;
    padding: 10px;
    background: #000;
    border: 0;
    color: #FFF;
    font-family: inherit;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.aside > .title {
    float: left;
    width: 100%;
    color: #000;
    font: 22px 'OpenSans';
    padding-bottom: 10px;
}

.aside > .title:before {
    top: -3px;
    content: "";
    padding: 4px;
    font-family: Arial;
    position: relative;
    margin: 0 10px 0 5px;
    display: inline-block;
    background: #dd0c1b;
}

.aside .post img {
    width: 40%;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.aside .post .title {
    font-size: 16px;
}

.aside .post .entry-header {
    margin-bottom: 0;
}

.aside .post .text {
    float: none;
}

.aside .list-categorias {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aside .list-categorias li {
    float: left;
    font-size: 13px;
    padding: 8px 10px;
    line-height: 100%;
    margin: 0 10px 10px 0;
    background: #0c4e52;
    font-family: "OpenSans";
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.aside .list-categorias li a {
    color: white;
}

.veja-mais {
    color: white !important;
    background: #000;
    padding: 4px 8px;
    text-transform: uppercase;
}

.voltar {
    cursor: pointer;
    color: #000 !important;
}

.fb-comments, .fb-comments span, .fb-comments span iframe {
    float: left;
    width: 100% !important;
}

.post__redes {
    float: right;
}

.post__redes li {
    float: left;
    display: inline;
    color: #000;
    margin-right: 4px;
}

.post__date {
    color: #757575;
    background: url(../images/calendario.png) no-repeat;
    padding-left: 25px;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.link__social {
    float: left;
    font-size: 0;
    display: inline-block;
    background-image: url(../images/social.png);
    margin: 0 5px;
    position: relative;
}

.link__social.facebook {
    width: 8px;
    height: 16px;
    background-position: 0 -1px;
}

.link__social.twitter {
    width: 20px;
    height: 16px;
    background-position: -15px -1px;
}

.link__social.google {
    width: 18px;
    height: 17px;
    background-position: -40px 0;
}

@media (max-width: 1200px) {
    body .aside {
        width: 35%;
    }
}

@media (max-width: 1000px) {
    body .aside {
        width: 35%;
    }

    body article.post .title {
        font-size: 13px;
    }

    body article.post .title p {
        line-height: 150%;
    }

    body .aside .post img {
        margin-top: 2px;
        margin-right: 10px;
    }

    body .aside .post .entry-header {
        margin-bottom: 10px;
    }

    body .aside form {
        padding-right: 85px;
    }

    body .aside form input[type="submit"] {
        width: 85px;
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    body .aside > .title {
        font-size: 16px;
    }

    body .aside .post .title {
        font-size: 14px;
    }
}

@media (max-width: 700px) {
    body .content-noticias {
        width: 100%;
    }

    body .aside {
        width: 100%;
    }
}