﻿/*
Theme Name: buceta.blog
Version: 1.8.2
*/

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
}

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

iframe {
   border: none;
}

img {
    max-width: 100%;
}

a,
a:hover {
    color: #BF0000;
}

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;
}

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: 26px;
}

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

h2 {
    margin: 0 0 20px 0;
}

.clear {
    clear: both;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

* {
    -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;
    }
}

.text-center {
    text-align: center;
}

/* 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%;
}

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

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

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

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

/* TOPO */
.topo {
    background: #1e1e1e;
    -webkit-box-shadow: 0 0 18px rgba(2, 3, 3, .63);
    -moz-box-shadow: 0 0 18px rgba(2,3,3,.63);
    box-shadow: 0 0 18px rgba(2, 3, 3, .63);
    margin: 0 0 15px;
    min-height: 42px;
}

.topo-conteudo {
    padding: 5px 0;
}

.topo-logo {
    float: left;
    text-align: center;
    margin-right: 25px;
    font-size: 23px;
	width: 129px;
}

.topo-logo a {
    color: #FFF;
    display: inline-block;
}

.botao-busca {
    display: none;
    background-image: url(img/sprites.png);
    background-repeat: no-repeat;
    background-position: -5px -5px;
    width: 22px;
    height: 22px;
    float: right;
    margin-top: 3px;
}

.botao-busca:hover {
    opacity: 0.6;
}

.busca {
    position: relative;
    float: left;
    z-index: 1;
}

.busca input,
.busca button {
    background-color: transparent;
    border: 0;
}

.busca input {
    background: #292929;
    padding: 10px 60px 10px 16px;
    width: 100%;
    color: #fff;
    height: 35px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(4, 4, 4, .5);
    -moz-box-shadow: 0 0 5px rgba(4,4,4,.5);
    box-shadow: 0 0 5px rgba(4, 4, 4, .5);
    border: 1px solid #7d7d7d;
}

.busca button {
    position: absolute;
	border-radius: 20px;
    right: 1px;
    top: 1px;
    width: 38px;
    height: 33px;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}

.busca:hover button {
    position: absolute;
    background: #272727;
}

.botao-menu {
    display: none;
    background-image: url(img/sprites.png);
    background-repeat: no-repeat;
    background-position: -63px -30px;
    width: 24px;
    height: 27px;
    float: left;
}

@media (max-width: 992px) {

    body {
        padding-top: 60px;
    }

    .topo {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: 0;
        z-index: 100000;
    }

    .busca,
    .topo-links {
        display: none;
    }

    .busca {
        border-bottom: 2px #BF0000 solid;
        position: absolute;
        float: none;
        top: 100%;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
    }

    .botao-menu, 
    .botao-busca {
        display: block;
    }

    .topo-logo {
        float: none;
        margin: 0;
        width: 100%;
        padding: 0 40px;
        position: relative;
    }

    .topo-logo button {
        position: absolute;
    }

    .botao-menu {
        top: 2px;
        left: 5px;
    }

    .botao-busca {
        top: 2px;
        right: 5px;
    }

    .topo-menu a {
        margin: 3px 2px;
    }
}

/* Menu */
.menu {
    float: left;
}

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

.menu li {
    display: inline-block;
}

.menu li a {
    display: block;
    padding: 7px 18px 0;
    height: 27px;
} 

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

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

@media (max-width: 768px) {

    .menu {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 270px;
        background-color: #000;
        z-index: 1000;
        border-right: 1px #333 solid;
    }

    .menu li {
        display: block;
        border-bottom: 1px #333 solid;
    }

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

    .menu li a {
        padding: 15px;
        height: auto;
        text-align: left;
    }
}

/* Home */
.home-titulo {
    border-bottom: 1px #d2d2d2 dashed;
    margin-bottom: 25px;
    padding-bottom: 8px;
    overflow: hidden;
}

.home-titulo i {
    color: #ffffff; 
}

.home-titulo h1 {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
	text-transform: uppercase;
    line-height: 27px;
}

.home-texto h3 {
    color: #BF0000;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

.home-texto p {
    text-align: justify;
} 

@media (max-width: 768px) { 
    .home-titulo h1 {
        width: 100%;
        margin-bottom: 8px;
    }

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

/* Filtro */
.filtro {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.filtro li {
    display: inline-block;
    margin-right: 5px;
}

.filtro a {
    background-color: #BF0000;
    border: 1px #BF0000 solid;
    color: #FFF;
    display: block;
    padding: 4px 8px;
}

.filtro a.ativo {
    background-color: transparent;
    color: #BF0000;
}

.filtro a:hover {
    opacity: 0.8;
}

.filtro li:last-child {
    margin-right: 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 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.pagina-titulo {
    border-bottom: 1px #d2d2d2 dashed;
    padding-bottom: 8px;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
}

.pagina-descricao {
    font-size: 14px; 
    text-align: justify;
    margin-bottom: 25px;
	overflow: auto;
    height: 70px;
}

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

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

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

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

.video-conteudo {
    width: 100%;
    position: relative;
    overflow: hidden;
	
}

.video-thumb {
    background-color: #000;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
}

.video-thumb img {
    float: left;
    height: auto;
    width: 100%;
    opacity: 0.9;
	border-radius: 10px;
}

.title-vid {
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
	
  
}

.video-conteudo h2 {
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.selo {
    position: absolute;
    display: inline-block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    z-index: 2;
    text-shadow: 1px 1px #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 16px;
}

.selo-hd {
    background-color: #C00;
    left: 5px;
    top: 5px;
}

.selo-novo {
    background-color: #BF0000;
    top: 5px;
    right: 5px; 
}

.selo-views {
    background-position: -35px -2px;
    left: 5px;   
}

.selo-tempo {
    background-position: -1px -34px;
    right: 5px;
}

.selo-views,
.selo-tempo {
    background-repeat: no-repeat;
    bottom: 10px;
}

.videos li:hover .video-thumb img {
    opacity: 1;
}

.videos li:hover h2 {
    color: #BF0000;
}

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

}

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

/* Páginação */
.paginacao {
    margin: 15px 0 25px;
    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 #ddd;
}

.paginacao li a,
.paginacao li em {
    display: block;
    color: #828282;
    text-decoration: none;
    padding: 12px 20px;
    font-style: normal;
}

.paginacao li a:hover,
.paginacao .active em,
.paginacao .active a {
    color: #ffffff;
	background-color: #850000;
	
}

@media screen and (max-width: 768px) {
    .paginacao li {
        display: none;
    }

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

/* POST */
.post {
    overflow: hidden;
}

.post-conteudo {
    float: left;
    margin-bottom: 15px;
    width: 960px;
}

.post h1 {
    color: #ffffff;
	text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.post h1 i {
    color: #BF0000;
}

.post-conteudo iframe {
    width: 100%;
}

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

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

.post-footer {
    margin: 5px 0; 
    overflow: hidden;
    padding-top: 6px;
}

.post-tags {
    width: 100%;
    overflow: hidden; 
}

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

.post-tags a {
    background-color: #BF0000;
    color: #ffffff;
	font-weight: bold;
}

.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;
}

.post .anuncios {
    float: right;
    width: 300px;
    margin-top: 0;
}

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

.post-relacionados {
    color: #BF0000;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.post .anuncios li {
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .post-conteudo,
    .post .anuncios {
        width: 100%;
    }

    .post .anuncios li {
        margin: 0 10px 10px;
    }

    .post h1 {
        margin-bottom: 1px;
    }
}

/* Comentários */
.comentarios { overflow:hidden; padding:0px 0px 0px 0px; margin:20px 0 30px 0; text-transform:none; }
.comentarios a { color: #BF0000; }
.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: #F5F5F5;
    -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: #BF0000; }
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: #BF0000; }
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: #F5F5F5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}

.comentario-campos a {
    color: #333;
}

.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-color: #BF0000;
    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{
    background: #1e1e1e;
    color: #fff;
    padding: 0 0 6px;
    margin: 0 auto;
    text-align: center;
    
}

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

.rodape-conteudo h4 {
    color: #5f5e5e;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.leia-mais {
    display: inline-block;
    background: #BF0000;
    padding: 3px 8px 0;
    line-height: 27px;
    float: right;
    height: 27px;
    margin-right: 5px;
}

.home-text {
    margin-bottom: 10px;
}

.btn-post-info {
    float: left;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAk1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ROyVeAAAAMHRSTlMAAQIFBgcJCxMZGiEwNTg8QEtRV1tcX2JkZ3eDhYiMm6a5ur7Ays7T1+Lr7fP3+f2w4QcXAAAAbUlEQVQIHWXBxQECQRAAweZwd3d36PyjY5YPD6oI3athVyfJNroCdUBYqut8wdCEmj/3HHN1CJg0OKlDwGTE3bAAkxlbwwJMegzU2xj2b7VK8aV9wkH3QEunWTj6KBPaL78uFb5Kk7PPXSfjzwdVthSGzuT5jgAAAABJRU5ErkJggg==');
    background-color: #BF0000;
    color: #FFF;
    padding: 0 8px 0 26px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 7px center;
    line-height: 24px;
}

.btn-post-info:hover,
.btn-post-info:focus {
    color: #ecaaaa;
}

.post-embed {
    margin-bottom: 10px;
}

.post-thumb {
    float: left;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    height: auto;
    max-width: 250px;
}

.post-texto a {
    color: #BF0000;
}

.post-texto p:first-of-type {
    margin-top: 0; 
}

.topo-menu {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.topo-menu li {
    display: inline-block;
	padding-bottom: 7px;
}

.topo-menu a {
    background: #292929;
    color: #fff;
    padding: 6px 12px;
    margin-right: 6px;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 14px;
}

.topo-menu a:hover {
    background: #eb0000;
}

.topo-links {
    float: right;
    margin: 8px 0 0 0;
    padding: 0;
    list-style: none;
}

.topo-links li {
    display: inline-block;
    margin-left: 8px;
}

.topo-links a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 6px;
    background: #aa0000;
    color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 6px;
}

.topo-links i {
    color: #BF0000;
}

.topo-links a:hover {
    color: #a9a5a5;
    text-decoration: none;
}

@media (max-width: 992px) {
    .topo-links {
        background-color: #000;
        border-bottom: 2px #BF0000 solid;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        text-align: center;
        margin: 0;
        padding: 8px 0;
    }

    .topo-links li {
        margin-left: 0;
        width: 100%;
        border-bottom: 1px #1d1d1d solid;
    }

    .topo-links li:last-child {
        border-bottom: 0;
    }

    .topo-links a {
        display: block;
        padding: 8px 0;
    }

    .home-titulo {
        position: relative;
        padding-right: 30px;
    }

    .home-titulo a {
        position: absolute;
        top: 3px;
        right: 0;
    }

    .home-titulo h1 {
        font-size: 16px;
        line-height: 22px;
    }
}

.btn-texto {
    background-color: #aa0000;
    color: #FFF;
    float: right;
    padding: 0 8px;
    line-height: 22px;
    width: 22px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-texto:hover {
    background-color: #440000;
    color: #FFF;
    text-decoration: none;
}

.rodape-texto {
    margin-bottom: 8px;
}

.rodape-texto h3 {
    margin: 0 0 4px;
    color: #BF0000;
    font-size: 16px;
    line-height: 22px;
}

.rodape-texto p {
    text-align: center;
}

.rodape-menu {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.rodape-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 6px;
}

.rodape-menu a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 8px;
    border: #212121 solid 1px;
    background: #131313;
    color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 3px;
} 

.rodape-menu a:hover {
    background-color: #BF0000;
    border-color: #BF0000;
    color: #FFF;
} 

.btn-relacionados {
    background-color: #BF0000;
    color: #FFF;
    padding: 0 28px;
    line-height: 28px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-relacionados i {
    color: #e64b4b;
}

.btn-relacionados:hover {
    background-color: #980808;
    color: #FFF;
    text-decoration: none;
}

.pagina-texto {
    margin-bottom: 20px;
}