/*
Theme Name: Tema A17 - ANE Tecnologia
Theme URI: anetecnologia.com.br - Skype: anetecnologia
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo A17 - anetecnologia.com.br - Skype: anetecnologia
Version: 1.0
License: Código registrado, desenvolvido por Ane Tecnologia. 
*/


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

body {
    background-color: #FFFFFF;
    font: 15px "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: 19px;
    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: 19px;
    min-height: 23px;
    line-height: 23px;
    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: 15px;
    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;
}

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

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

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

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

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

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

a img.alignleft {
    float: left;
    margin: 7px 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%; /* Image does not overflow the content area */
    padding: 7px 5px 10px;
    text-align: center;
}

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

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

.wp-caption.alignright {
    margin: 7px 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: 19px;
    margin: 0;
    padding: 0 5px 7px;
}

/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 7px;
	line-height: normal;
	padding: 17px 25px 15px;
	text-decoration: none;
	top: 7px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

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


.wp-video, 
.wp-video-shortcode {
	width: 100% !important; 
        min-height: 400px !important;
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 7px 13px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -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: 17px;
}

.alert-warning {
    color: #6d3b8a;
    background-color: #f8e3fc;
    border-color: #ebccfa;
}

.alert-success {
  color: #763d3c;
  background-color: #f0d8df;
  border-color: #e9c6d6;
}

.alert-danger {
  color: #4442a9;
  background-color: #dedef2;
  border-color: #ccd1eb;
}

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

.btn-danger {
    color: #fff;
    background-color: #534fd9;
    border-color: #3f3ad4;
}

.btn {
    display: inline-block;
    padding: 7px 13px;
    margin-bottom: 0;
    font-size: 15px;
    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: 5px;
}

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

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

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

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

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

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

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

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

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

}

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

.filtrar span {
    background-color: #2637e5;
    color: #FFF;
    cursor: pointer;
    display: block;
    line-height: 23px;
    padding: 0 13px;
    font-size: 11px;
    text-transform: uppercase;
}

.filtrar ul {
    background-color: #FFF;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 147px;
    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 17px;
    line-height: 29px;
    font-size: 13px;
}

.filtrar i {
    color: #AEAEAE;
}

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

.filtrar:hover ul {
    display: block;
}

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

.home-banner {
    float: right;
    width: 40%;
    text-align: center;
    height: 395px;
    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: 17px;
}

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

.topo-logo img {
    max-height: 45px;
}

.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 17px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 600;
}

.topo-menu a:hover {
    background-color: #2637e5;
    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: 13px;
}

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

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

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

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

.busca-fechar {
    display: none;
}

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

@media (max-width: 1200px) {

    body {
        padding-top: 67px; 
    }

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

    .botao-busca {
        right: 17px;
    }

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

    .topo-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10000;
        top: 99px;
        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: 47px;
    }

    .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: #2637e5;
        border: none;
        color: #FFF;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        font-size: 23px;
    }
}

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

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

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

.video-thumb {
    border: 1px transparent solid;
    display: block;
    height: 0;
    margin-bottom: 3px;
    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 7px;
    line-height: 19px;
    position: absolute;
    z-index: 5;
    font-size: 11px;
}

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

.video-conteudo .votos {
    color: #640000;
    left: 5px;
    bottom: 5px;
}

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

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

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

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

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

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

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

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

.paginacao li {
    display: inline-block;
    list-style: none;
    margin: 3px;
    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: 13px 19px;
    font-size: 11px;
}

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

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

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

/* Rodape */
.rodape {
    border-top: 3px #6C6CFF solid;
    padding: 17px 0;
}

.rodape h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    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 9px;
}

/* Banners */
.banners {
    margin: 10px 0 17px;
    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: 769px) {
    .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 -7px;
}

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

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

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

.categorias .lista a:hover {
    color: #2637e5;
}

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

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

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

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

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

.post-conteudo a {
	color: #2637e5;
}

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

.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 23px;
    line-height: 33px;
}

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


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

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

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

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

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

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

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

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

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

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

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

.tab-conteudo {
    display: none;
}

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

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

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

    .tab-abuse {
        display: none;
    }

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

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

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

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

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

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

.votos span {
    color: #999999;
    font-size: 13px;
    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: 35px;
}

#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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: auto;
    max-width: 250px;
}

.texto-home-btn {
    display: inline-block;
    float: right;
    color: #FFF;
    background-color: #2637e5;
    padding: 0 9px;
    line-height: 23px;
    margin-right: 10px;
}

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

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

.crumbs {
    float: right;
    margin-bottom: 10px;
}

.crumbs a {
    color: #2637e5;
}

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

.tags li {
    float: left;
    width: 24.2%;
  	margin-bottom: 9px;
}

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

@media (max-width: 769px) {
  	.tags li {
    	width: 33.33333%;
	}
}

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

@media (max-width: 1200px) {
.topo {
    min-height: 49px;
}
}

.post-video {
    z-index: 101;
}/* rndz */