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

body {
    background-color: #FFFFFF;
    font: 14px "Open Sans", Arial, Helvetica, sans-serif;
    color: #363636;
}

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

iframe {
   border: none;
}

a {
    color: #333;
    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;
}

img {
    max-width: 100%;
}

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

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

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

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

.clear {
    clear: both;
    width: 100%;
}

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

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

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

.pagina-titulo {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 8px;
    font-weight: 600;
    border-bottom: 1px #d2d2d2 solid;
}

.pagina-descricao {
    color: #999;
    margin-bottom: 15px;
}

/* Estrutura */
.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}

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

@media (max-width: 992px) {
    .container {
        padding: 0 5px;
    }
}

/* Home */
.home-titulo {
    margin: 0 0 20px;
    padding: 0 0 8px;
    border-bottom: 1px #d2d2d2 solid;
}

.home-titulo h1 {
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 600;

}

.filtrar {
    float: right;
    position: relative;
}

.filtrar span {
    background-color: #e52637;
    color: #FFF;
    cursor: pointer;
    display: block;
    line-height: 22px;
    padding: 0 12px;
    font-size: 11px;
    text-transform: uppercase;
}

.filtrar ul {
    background-color: #FFF;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 145px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100;
    border: 1px #CCC solid;
}

.filtrar li {
    border-bottom: 1px #EAEAEA solid;
}

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

.filtrar a {
    display: block;
    padding: 0 15px;
    line-height: 28px;
    font-size: 12px;
}

.filtrar i {
    color: #AEAEAE;
}

.filtrar a:hover {
    background-color: #EAEAEA;
}

.filtrar:hover ul {
    display: block;
}

.home-texto {
    border-top: 1px #FF6C6C solid;
    margin-top: 20px;
    padding-top: 15px;
    color: #9f9f9f;
}

.home-banner {
    float: right;
    width: 40%;
    text-align: center;
    height: 393px;
    position: relative;
}

.home-banner img,
.home-banner iframe {
    display: inline-block;
    max-width: 100%;
}

.home-banner .conteudo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -150px;
}

@media only screen and (max-width : 1200px) {
    .home-banner {
        display: none;
    }
}

@media only screen and (max-width : 480px) {
    .filtrar {
        display: none;
    }
}

/* Topo */
.topo {
    background-color: #EEEEEE;
    border-bottom: 1px #a6a6a6 solid;
    padding: 0;
    margin-bottom: 15px;
}

.topo-logo {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}

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

.topo-menu li {
    float: left;
    border-right: 1px #C7C7C7 solid;
    position: relative;
}

.topo-menu li.menu-item-has-children > a:after {
   color: #C7C7C7;
   content: ' ▾';
}

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

.topo-menu a {
    display: block;
    padding: 0 16px;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 600;
}

.topo-menu a:hover {
    background-color: #e52637;
    color: #FFF;
}

.sub-menu {
    background-color: #EEEEEE;
    border-left: 1px #C7C7C7 solid;
    border-right: 1px #C7C7C7 solid;
    border-bottom: 1px #C7C7C7 solid;
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    z-index: 10000;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.sub-menu li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px #C7C7C7 solid;
}

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

.sub-menu a {
    line-height: 40px;
    font-size: 12px;
}

.topo-menu > li:hover .sub-menu {
    display: block;
}

.busca {
    background-color: #FFF;
    border: 1px #FF6C6C solid;
    float: right;
    width: 100%;
    max-width: 340px;
    position: relative;
    margin-top: 4px;
}

.busca input {
    width: 100%;
    background: transparent;
    border: none;
    height: 44px;
    padding: 0 50px 0 10px;
}

.busca-submit {
    background: transparent;
    color: #7F7F7F;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 50px;
    cursor: pointer;
    font-size: 22px;
}

.busca-fechar {
    display: none;
}

.botao-menu,
.botao-busca {
    cursor: pointer;
    background: transparent;
    color: #333;
    font-weight: bold;
    display: none;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 11px;
}

@media (max-width: 1200px) {

    body {
        padding-top: 65px; 
    }

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

    .topo-logo {
        display: inline-block;
        float: none;
    }

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

    .botao-menu {
        left: 15px;
    }

    .botao-busca {
        right: 15px;
    }

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

    .topo-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10000;
        top: 97px;
        background: #333;
        width: 220px;
    }

    .topo-menu li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px #4D4D4D solid;
    }

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

    .topo-menu a {
        color: #FFF;
        text-align: left;
        line-height: 45px;
    }

    .busca {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        margin: 0;
    }

    .busca-submit {
        right: 50px;
        height: 100%;
    }

    .busca-fechar {
        background-color: #e52637;
        border: none;
        color: #FFF;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        font-size: 22px;
    }
}

/* Videos */
.videos {
    margin: 0 -2px;
    overflow: hidden;
}

.video {
    float: left;
    width: 20%;
    margin-bottom: 8px
}

.video-conteudo {
    padding: 0 2px;
}

.video-thumb {
    border: 1px transparent solid;
    display: block;
    height: 0;
    margin-bottom: 2px;
    padding: 0 0 70%;
    position: relative;
}

.video-conteudo .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-conteudo .tempo,
.video-conteudo .views,
.video-conteudo .votos {
    background: rgba(255,255,255,0.7);
    display: block;
    padding: 0 6px;
    line-height: 18px;
    position: absolute;
    z-index: 5;
    font-size: 11px;
}

.video-conteudo .views {
    top: 4px;
    left: 4px;
}

.video-conteudo .votos {
    color: #006400;
    left: 4px;
    bottom: 4px;
}

.video-conteudo .tempo {
    right: 4px;
    bottom: 4px;
}

.video-conteudo .hd {
    background-color: rgba(229, 38, 55, 0.7);
    color: #fff;
    top: 4px;
    right: 4px;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 9px;
    width: auto;
    text-shadow: 1px 1px #000000;
    opacity: 0.8px;
}

.video-conteudo .titulo {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 12px;
    overflow: hidden;
    margin: 0;
    padding: 0 1px;
}

.video:hover .video-thumb {
    border-color: #e52637;
}

@media only screen and (max-width : 1024px) {
    .video {
        width: 25%;
    }
}

@media only screen and (max-width : 768px) {
    .video {
        width: 33.33333%;
    }
}

@media only screen and (max-width : 640px) {
    .video {
        width: 50%;
    }
}

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

.paginacao li {
    display: inline-block;
    list-style: none;
    margin: 2px;
    font-weight: 600;
}

.paginacao li a,
.paginacao li em {
    color: #333;
    background-color: #E1E1E1;
}

.paginacao li a,
.paginacao li em {
    display: block;
    text-decoration: none;
    padding: 12px 18px;
    font-size: 11px;
}

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

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

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

/* Rodape */
.rodape {
    border-top: 2px #FF6C6C solid;
    padding: 15px 0;
}

.rodape h4 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

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

.rodape-menu li {
    display: inline-block;
    margin: 0 8px;
}

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

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

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

.banners br {
    display: none;
}

.banners p {
    margin: 0;
    padding: 0;
}

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

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

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

/* Categorias */
.categorias {
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
}

.categorias .lista {
    margin: 0 -5px;
}

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

.categorias .lista li {
    float: left;
    width: 20%;
    margin-bottom: 12px;
    padding: 0 5px;
}

.categorias .lista a {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categorias .lista a:hover {
    color: #e52637;
}

@media only screen and (max-width : 992px) {
    .categorias .lista li {
        width: 33.33333%;
    }
}

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

@media only screen and (max-width : 480px) {
    .categorias .lista li {
        width: 1000%;
    }
}

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

.post-conteudo {
    float: left;
    width: calc(100% - 310px);
}

.post-conteudo a {
	color: #e52637;
}

.post-video {
    margin-bottom: 10px;
    z-index: 1000;
    position: relative;
}

.post .banners {
    float: right;
    width: 300px;
    margin: 0;
}

.post .banners li {
    display: inline-block;
    margin: 0 0 11px;
    vertical-align: top;
}

.post-texto {
    margin-bottom: 15px;
}

.post-botoes {
    float: left;
    border: 1px #d2d2d2 solid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-botoes li {
    border-right: 1px #d2d2d2 solid;
    float: left;
}

.post-botoes li:last-child {
    border-right: 0;
}

.post-botoes i {
    color: #777;
}

.post-botoes span {
    display: block;
    padding: 0 22px;
    line-height: 32px;
}

.post-botoes span:hover {
    background-color: #e52637;
    color: #FFF;
}


.post-botoes span:hover i {
    color: #FFF;
}

.post-tags {
    margin-bottom: 8px;
}

.post-tags span {
    font-weight: bold;
    margin-right: 4px;
}

.post-texto a,
.post-tags a {
    color: #e52637;
}

.post-fotos img {
    display: block;
    margin: 0 auto 8px;
    max-width: 100%;
    height: auto;
}

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

.post-links li {
    margin: 0 15px 10px 0; 
}

.tab-conteudo {
    padding: 10px 0;
}

.tab-luz {
    position: relative;
    z-index: 101;
}

.tab-luz.ativo  {
    background-color: #e52637;
}

.tab-luz.ativo i {
    color: #FFF;
}

.tab-conteudo {
    display: none;
}

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

    .post-conteudo {
        margin-bottom: 20px;
    }

    .post-conteudo,
    .post .banners {
        width: 100%;
    }

    .tab-abuse {
        display: none;
    }

    .post .banners li {
        margin: 0 5px 10px;
    }
}

@media only screen and (max-width : 768px) {
    .tab-luz {
        display: none;
    }
}

@media only screen and (max-width : 480px) {
    .post-botoes span {
        padding: 0 12px;
    }
}
    
@media only screen and (max-width : 430px) {
    .tab-shared {
        display: none;
    }
}

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

    .post .banners li.anuncio-desktop {
	display: none;
    }
}

/* Votos */
.votos {
    float: right;
    font-size: 19px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    line-height: 18px;
}

.votos span {
    color: #999999;
    font-size: 12px;
    display: block;
}

.voto-like,
.voto-dislike {
    position: absolute;
    top: 0;
}

.voto-like {
    left: 0;
}

.voto-dislike {
    right: 0;
}

.votos a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.voto-like img,
.voto-dislike img {
    height: 34px;
}

#luzes {
    display: none;
    background-color: #000;
    opacity: .80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.95;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    right: 0;
}

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

.texto-home-btn {
    display: inline-block;
    float: right;
    color: #FFF;
    background-color: #e52637;
    padding: 0 8px;
    line-height: 22px;
    margin-right: 10px;
}

.texto-home-btn:hover {
    color: #FFF;
    opacity: 0.8;
    text-decoration: none;
}

.texto-home {
    margin-bottom: 15px;
}