﻿/*
Theme Name: Tema A11
Theme URI: anetecnologia.com.br
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo A11
Version: 1.0
License:; Código registrado e protegido. Produto Ane Tecnologia. 
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    background-color: #111111;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
}

body, html {
    height: 100% !important;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}

iframe {
    max-width: 100% !important;
}

hr {
    border: 1px dotted #373737;
    border-style: none none dotted;
    color: #fff;
    margin: 10px 0;
}

p {
    line-height: 18px;
    text-align: justify;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

strong {
    font-weight: bold;
}

ul {
    list-style: square;
    margin: 10px 0 10px 40px;
}

ol {
    margin: 10px 0 10px 40px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    min-height: 20px;
    line-height: 20px;
}

h1 {
    font-size: 18px;
    min-height: 22px;
    line-height: 22px;
    margin: 0 0 20px;
}

h2 {
    margin: 0 0 20px 0;
}

h1.home {
    overflow: hidden;
    border-left-width: 1px;
    border-left-style: solid;
}

h1.home span {
    width: 90%;
    display: block;
}

h1.error {
    font-size: 30px;
}

.clear {
    clear: both;
}

blockquote {        
    font-style: italic;
    padding: 0 30px 5px;
    margin: 10px 10px 20px;  
}

blockquote p {
    margin: 0;
    font-size: 14px;
}

blockquote cite {
    clear: both;
    float: right;   
    font-style: normal;
    margin: 10px 0 0 0;  
}

address {
    font-style: italic;
    margin: 0 0 20px 20px;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px;
    padding: 20px;
    overflow: auto;
    max-width: 100%;
}

code, kbd, tt, var {        
    font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
    color: #fff;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    text-decoration: none;
    color: #fff;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4 {
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 768px) {
    .col-md-4 {
        width: 100%;
        margin-bottom: 8px;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-bordered {
    border: 1px solid #ddd;
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-block {
    display: block;
    width: 100%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* Tags */
.home-tags {
    background-color: #2A2A2A;
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Estrutura */
.topo-conteudo,
.meio,
.rodape-conteudo,
.menu-conteudo {
    max-width: 1280px;
    margin: 0 auto;
}

.pagina-conteudo {
    padding: 15px;
}

.topo-conteudo,
.rodape-conteudo {
    padding: 0 15px;
}

.meio {
    background-color: #232323;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .topo-conteudo,
    .rodape-conteudo {
        padding: 0;
    }
}

/* Menu mobile */
.minimenu{
    display: none;
    position: relative;
    margin: 10px 0 15px;
}

.minimenu div{
    border: 1px #666 solid;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.minimenu select {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: #666;
}

@media screen and (max-width: 648px) {
    .minimenu{
        display: block;
        clear: both;
    }
}

/* Home */
.pagina-home {
    margin-bottom: 15px;
}

.pagina-home h1 {
    font-size: 18px;
    border-bottom: 1px #BF065F solid;
    padding: 0 0 8px;
    margin-bottom: 10px;
}

.pagina-home p {
    color: #777;
}

/* Fotos */
.fotos {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.foto {
    display: inline-block;
    background: #fff;
    padding: 5px 5px 0;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.foto a {
    display: block;
}

.foto img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .fotos {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .fotos {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

/* Menu links */
.mobile-botao {
    color: #FFFFFF;
    display: none;
    width: 100%;
    padding: 5px;
    text-align: center;
    padding: 12px 16px;
    box-sizing: border-box;
    border: 1px solid #373737;
}

.mobile-botao:focus,
.mobile-botao:hover {
    color: #FFFFFF;
}

.menu-conteudo {
    background-color: #0B3352;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.menu li {
    display: inline-block;
    border-right: 1px #BF065F solid;
}

.menu li a {
    display: block;
    padding: 12px 18px;
    text-shadow: 1px 1px #000000;
} 

.menu li a, 
.menu li a:hover, 
.menu li a:focus {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
}

.menu li:hover {
    background-color: #0B3352;
}

.menu li:hover a{
    color: #FFFFFF;
}

/* TOPO */
.topo{
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    border-top: 3px #0B3352 solid;
}

.topo-logo {
    float: left;
    text-align: center;
}

.topo-logo a {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.topo-logo a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.categorias {
    float: left;
}

/* Menu */
.topo-menu {
    padding-left: 50px;
    position: relative;
}

.btn-menu {
    color: #F4495D;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    border: 1px #F4495D solid;
    padding: 0 9px;
    height: 44px;
    line-height: 42px;
}

.btn-menu:hover {
    color: #FFFFFF;
}

/* Topo mobile */
.topo-mobile {
    display: none;
    background-color: #0B3352;
    padding: 8px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10000;
    border-bottom: 2px #900A2E solid;
    line-height: 9px;
    height: 44px;
}

.topo-mobile-menu,
.topo-mobile-botao-busca {
    position: absolute;
}

.topo-mobile-menu {
    top: 10px;
    left: 15px;
}

.topo-mobile-botao-busca {
    top: 10px;
    right: 15px;
}

.lateral-categorias {
    display: none;
    position: fixed;
    padding: 8px 12px;
    background-color: #0B3352;
    top: 44px;
    left: 0;
    bottom: 0;
    z-index: 1000;
    overflow-y: auto;
    width: 210px;
    border-right: 1px solid #900A2E;
}

.lateral-categorias ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lateral-categorias li {
    border-bottom: 1px solid #900A2E;
}

.lateral-categorias a {
    color: #fff;
    display: block;
    padding: 9px 0;
}

.lateral-categorias a:hover {
    background-color: #BC214B;
}

.lateral-categorias a:before {
    content: "›";
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    font: 20px tahoma,sans-serif;
    margin: 0 5px;
    line-height: 10px;
    position: relative;
    top: -4px;
}

.topo-mobile-busca {
    display: none;
    position: absolute;
    top: 48px;
    left: 15px;
    right: 15px;
    background-color: #FFF;
    border: 2px #900A2E solid;
}

@media screen and (max-width: 768px) {

    body {
        padding-top: 60px;
    }

    .topo-mobile {
        display: block;
    }

    .topo,
    .menu {
        display: none;
    }
}

/* Busca */
.search{
    background-color: #FFFFFF;
    width: 100%;
    max-width: 380px;
    float: right;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.search,
.search-campo,
.search-btn{
    height: 40px;
}

.search-campo{
    background-color: transparent;
    border: medium none;
    color: #333333;
    padding: 0 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.search-btn{
    background-color: transparent;
    border: medium none;
    color: #0B3352;
    cursor: pointer;
    font-size: 18px;
    line-height: 12px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-btn:hover {
    background-color: #0B3352;
}

@media (min-width: 768px) {
    .search {
        margin-bottom: 0;
    }
}

/* Banners */
.anuncios {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.anuncios li {
    display: inline-block;
    margin: 0 10px 10px;
    vertical-align: top;
}

.anuncios img,
.anuncios iframe {
    max-width: 100%;
}

.anuncios li.anuncio-mobile {
    display: none;
}

@media (max-width: 768px) {
    .anuncios li.anuncio-mobile {
        display: inline-block;
    }

    .anuncios li.anuncio-desktop {
        display: none;
    }
}

/* Página */
.pagina {
    float: left;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
}

.pagina-titulo{
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagina-titulo h1,
.pagina-titulo h2,
.pagina-titulo h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.pagina-titulo p {
    margin: 5px 0;
    font-size: 14px; 
    text-align: justify;
}

.pagina-descricao {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .pagina {
        width: 620px;
    }
}

@media (min-width: 992px) {
    .pagina {
        width: 860px;
    }
}

@media (min-width: 1200px){
    .pagina {
        width: 930px;
    }
}

/* Vídeos */
.videos-row {
    margin: 0 -5px;
}

.videos {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.videos li {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 5px;
}

.videos a{
    color: #333333;
    text-decoration: none;
}

.video-conteudo {
    background-color: #000;
    border: 1px #454545 solid;
    width: 100%;
    height: 184px;
    position: relative;
    overflow: hidden;
}

.video-conteudo .thumb {
    height: 100%;
    width: 100%;
    opacity: 0.9;
}

.videos .views {
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    top: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 5px 4px 20px;
    position: absolute;
    text-shadow: 1px 1px #000000;
    width: auto;
}

.videos .views {
    background-image: url('img/eye-14x14.png');
    background-position: 4px center;
    left: 4px;
}

.video-conteudo h2 {
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0,0,0,.9);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 8px;
    right: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.videos li:hover .video-conteudo {
    border-color: #0B3352;
}

.videos li:hover .thumb {
    opacity: 1;
}

.videos li:nth-child(2n) {
    margin-right: 0;
}

.selo {
    position: absolute;
    top: 2px;
    padding: 2px 4px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    z-index: 2;
}

.selo-novo {
    background-color: #0085FF;
    top: 0;
    left: 0;
}

.selo-ep {
    background-color: #C00;
    top: 0;
    right: 0;
}

@media (min-width: 768px) {
    .videos li {
        width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .videos li {
        width: 25%;
    }
}

/* Páginação */
.paginacao {
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}

.paginacao li {
    color: #373737;
    display: inline-block;
    list-style: none;
    margin: 2px;
    font-weight: 700;
}

.paginacao li a,
.paginacao li em {
    border: 1px solid #0B3352;
}

.paginacao li a,
.paginacao li em {
    display: block;
    color: #0B3352;
    text-decoration: none;
    padding: 8px 14px;
    font-style: normal;
}

.paginacao li a:hover,
.paginacao .active em,
.paginacao .active a{
    background-color: #0B3352;
    color: #FFF;
}

/* Vídeo */
.lateral {
    float: right;
    width: 100%;
}

.lateral aside {
    margin-bottom: 25px;
}

.lateral iframe,
.lateral img {
    max-width: 100%;
}

.lateral h3 {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding-bottom: 8px;
    border-bottom: 1px #0B3352 solid;
}

.lateral ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lateral li {
    margin-bottom: 8px;
}

.post {
    margin-bottom: 15px;
    overflow: hidden;
}

.post-conteudo {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.post-conteudo h1 {
    color: #2A9FD6;
    margin: 0 0 15px;
    min-height: inherit;
    line-height: normal;
}

.post-conteudo iframe {
    width: 100%;
    height: 198px;
    margin-bottom: 15px;
}

.post-conteudo p {
    margin-bottom: 15px;
}

.post-conteudo img {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
    max-width: 100%;
    height: auto;
}

.post-footer {
    margin: 15px 0;
    border-top: 1px #CCC solid;
    overflow: hidden;
    padding-top: 10px;
}

.post-tags {
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
}

.post-tags span {
    text-transform: uppercase;
    background: #2A9FD6;
    color: #fff;
}

.post-tags a {
    background-color: #b2b2b2;
    color: #333333;
}

.post-tags span,
.post-tags a {
    float: left;
    font-size: 11px;
    padding: 5px 7px;
    text-decoration: none;
    margin: 0 5px 4px 0;
}

.post-tags a:hover {
    background-color: #555555;
    color: #FFFFFF;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.relacionados-titulo {
    border-bottom: 1px #CCC solid;
    padding-bottom: 8px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .lateral {
        width: 300px;
    }

    .post-conteudo iframe {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .post-conteudo {
        width: calc(100% - 320px);
    }
}

/* Tags */
.tags-row {
    margin: 0 -4px;
}

.tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags li {
    float: left;
    width: 25%;
    padding: 0 4px;
    margin-bottom: 15px;
}

.tags a:hover {
    color: #B81118;
    text-decoration: none;
}

.tags h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

.tags small {
    color: #777;
    font-weight: normal;
    line-height: 1;
}

.tags li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .tags li {
        width: 50%;
    }
}

@media screen and (max-width: 648px) {
    .tags li {
        width: 100%;
    }
}

/* Comentários */

.comentarios { overflow:hidden; padding:0px 0px 0px 0px; margin:20px 0 30px 0; text-transform:none; }
.comentarios a { color: #0B3352; }
.comentarios a:hover { color:#ffffff; }
.comentarios h3 { margin:0 0 10px 0; padding:0; font-size:20px; font-weight:normal; color:#222; }
ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { list-style:none; margin:0; padding:0; }
ol.commentlist li.comment ul.children li, ol.commentlist li.comment ul li { margin:0; padding:0 0 0 74px; background:url(./resposta.png) no-repeat 35px 0px; }
ol.commentlist li .avatar-comentario { float:left; margin:0 10px 0 0; height:74px; width:74px; display:block; position:relative; }
ol.commentlist li .comentario-campo { 
    padding: 8px; 
    overflow: hidden; 
    margin: 0 0 20px 0; 
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ol.commentlist li .comentario-nome { overflow:hidden; }
ol.commentlist li .nome-comentarista { font-size:14px; font-style:italic; color:#939598; padding:0; }
ol.commentlist li .nome-comentarista strong { color:#58595b; }
ol.commentlist li .nome-comentarista a { text-decoration:underline; color:#58595b; }
ol.commentlist li .nome-comentarista a:hover { color:#222; }
ol.commentlist li .data-comentario { font-size:10px; color:#939598; font-weight:normal; font-style:italic; }
ol.commentlist li .texto-comentario { margin:0; padding:10px 0px; color:#999999; line-height:18px; font-size:12px; }
ol.commentlist li .texto-comentario p { margin:0; padding:0; }
ol.commentlist li .texto-comentario a { text-decoration:none; color: #0B3352; }
ol.commentlist li .texto-comentario a:hover { color:#555; }
ol.commentlist li .reply-link { font-size:11px; font-family:Verdana, Geneva, sans-serif; float:none; display:block; float:left; position:relative; text-transform:none; margin:10px 0 0 0; }
ol.commentlist li .reply-link a { display:block; padding:3px 10px; color:#fff !important; background: #0B3352; }
ol.commentlist li .reply-link a:hover { background:#191919; color:# !important;
}

.links-comentario,
.caixa-mensagem {
    margin-bottom: 8px;
}

.lista-de-comentarios h3,
.comentarios-titulo {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.comentario-campos {
    padding: 8px 12px;
    background-color: #111;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 25px;
    overflow: hidden;
}

.comentario-campos textarea {
    width: 100%;
    padding: 8px;
    border: 1px #CCC solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.enviar-button {
    border: none;
    padding: 9px 16px;
    background: #0B3352;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.enviar-button:hover {
    opacity: 0.7;
}

/* Rodapé */
.rodape{
    text-align: center;
    background-color: #232323;
}

.rodape-conteudo{
    color: #FFF;
    padding: 15px 0;
}

.rodape-conteudo h3,
.rodape-conteudo p,
.rodape-conteudo h4 {
    text-align: center;
}

.rodape-conteudo h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
}

.rodape-conteudo p {
    color: #7A7979;
}

.rodape-conteudo h4 {
    color: #525252;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}

@media screen and (max-width: 768px) {

    .topo-logo {
        width: 100%;
        text-align: center;
    }

    .menu {
        display: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .menu li {
        width: 100%;
        border-right: 0;
        text-align: center;
    }

    .search {
        width: 100%;
        min-width: 100%;
    }

    /* Post */
    .paginacao li {
        display: none;
    }

    .paginacao .next,
    .paginacao .left {
        display: inline-block;
    }
}

@media screen and (max-width: 340px) {
    /* Tags */
    .tags li {
        width: 100%;
    }
}

.widget-top-parceiros img {
    background-color: #FFFFFF;
    margin-bottom: 5px;
    display: inline-block;
}

.widget-top-parceiros img:hover {
    opacity: 0.7;
}

.widget-recentes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-recentes li {
    margin: 0 0 5px;
    overflow: hidden;
    border-bottom: 1px #454545 solid;
    padding-bottom: 5px;
}

.widget-recentes img {
    float: left;
    width: 100px;
    height: 70px;
    margin: 0 10px 5px 0;
    object-fit: cover;
    object-position: center center;
}

.widget-recentes h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
}

.widget-recentes span {
    color: #CCC;
    font-size: 11px;
}

.widget-recentes li:hover h2 {
    color: #0B3352;
}

.widget-recentes li:last-child {
    border-bottom: 0;
}