/*
Theme Name: Tema A33
Theme URI: anetecnologia.com.br - Skype: anetecnologia
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo A33 - anetecnologia.com.br - Skype: anetecnologia
Version: 1.0
License: Desenvolvido e registrado por Ane Tecnologia. 
*/

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

body {
    background-color: #E5DFE4;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
}

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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

form {
    margin: 0;
    padding: 0;
    list-style: none;
}

iframe {
   border: none;
}

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

::-webkit-input-placeholder {
  color: #FFF;
}

::-moz-placeholder {
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

:-moz-placeholder {
  color: #FFF;
}


input[type="text"], 
input[type="password"], 
textarea, 
select { 
    outline: none; 
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #EAEAEA;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a,
a:hover {
	color: #2446de;
}

h1 {
    font-size: 20px;
}

h2,
h3,
h4,
h5 {
    font-size: 19px;
}

.row {
	margin: 0 -7px;
    overflow: hidden;
}

.col-md-4,
.col-md-6 {
	float: left;
	padding: 0 7px;
    width: 100%;
}

@media (min-width: 993px) {
    .col-md-4 {
        width: 33.33333%;
    }

	.col-md-6 {
		width: 50%;
	}
}

.hidden {
    display: none;
}

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

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

.title-truncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1025px;
	padding: 0 17px;
	margin: 0 auto;
	overflow: hidden;
}

.meio {
    margin-top: 27px;
	margin-bottom: 27px;
}

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

.lateral {
    float: right;
    width: 300px;
}

.lateral-redes {
    margin-bottom: 17px;
}

.lateral-redes .row {
    margin: 0 -9px;
}

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

.lateral-redes li {
    float: left;
    width: 33.33333%;
    padding: 0 9px;
}

.lateral-redes a {
    color: #FFF;
    display: block;
    font-weight: bold;
    font-size: 33px;
    text-align: center;
    padding: 17px 9px;
}

.lateral-redes a.lateral-facebook {
    background-color: #59983B;
}

.lateral-redes a.lateral-twitter {
    background-color: #A1F31D;
}

.lateral-redes a.lateral-youtube {
    background-color: #0000FF;
}

.lateral-redes a:hover {
    opacity: 0.8;
}

@media (max-width: 960px) {
    .meio-conteudo {
        width: 100%;
        margin-bottom: 27px;
    }

    .lateral {
        display: none;
    }
}

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

.paginacao li {
    display: inline-block;
    margin: 3px;
}

.paginacao li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paginacao li a,
.paginacao li em {
    background-color: #2446de;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    padding: 9px 19px;
    font-weight: 600;
}

.paginacao li.active a,
.paginacao li a:hover {
    text-decoration: none;
	background-color: #396703;
}

/* 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: 769px) {
    .anuncios li.anuncio-mobile {
        display: inline-block;
    }

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

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

.topo {
    background-color: #59872A;
    background-image: url("img/topo.jpg");
    background-position: center;
    text-align: center;
}

.topo-conteudo {
    position: relative;
    min-height: 190px;
}

.mascote {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 189px;
}

.logo-nome {
    color: #FFF;
    font-size: 45px;
    margin-top: 67px;
    display: inline-block;
    line-height: 35px;
    font-weight: 600;
}

.topo-menu {
    background-color: #58B501;
    border-bottom: 5px #111 solid;
    padding: 9px 0;
}

.topo-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.topo-menu li {
    display: inline-block;
    margin-left: 17px;
    white-space: nowrap;
}

.topo-menu a {
    color: #FFF;
    display: block;
    line-height: 33px;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px #356900;
}

.topo-menu a:hover {
    color: #E5DFE4;
    text-decoration: none;
}

.busca {
    background-color: #346901;
    margin-bottom: 17px;
    height: 53px;
    position: relative;
    padding-right: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.busca input {
    background-color: transparent;
    border: none;
    color: #FFF;
    padding: 0 13px;
    width: 100%;
    height: 53px;
}

.busca button {
    background-color: transparent;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    width: 60px;
    height: 53px;
    position: absolute;
    color: #FFF;
    font-size: 19px;
}

@media (max-width: 960px) {
    .mascote,
    .busca {
        display: none;
    }

    .topo {
        border-bottom: 5px #356900 solid;
    }

    .topo-conteudo {
        height: 65px;
        min-height: auto;
    }

    .logo-nome {
        font-size: 27px;
        margin-top: 19px;
        line-height: 33px;
    }

    .topo-logo {
        position: relative;
    }

    .botao-menu, 
    .botao-busca {
        display: block;
        position: absolute;
        top: 10px;
        width: 47px;
        height: 47px;
        cursor: pointer;
        background-color: #FFF;
        border: 1px #356900 solid;
        color: #356900;
    }

    .botao-menu {
        left: 0;
    }

    .botao-busca {
        right: 0;
    }

    .topo-menu {
        display: none;
    }

    .topo-menu ul {
        text-align: left;
    }

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

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

    .topo-menu a {
        line-height: 39px;
    }
}

.topo-busca {
    display: none;
    position: relative;
    padding-right: 60px;
    background-color: #58B501;
    border-bottom: 3px #356900 solid;
}

.topo-busca input {
    background-color: transparent;
    color: #FFF;
    width: 100%;
    border: 0;
    padding: 0 13px;
    height: 53px;
}

.topo-busca button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 53px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background-color: #356900;
    border: none;
    font-size: 23px;
}

.categorias {
    margin-bottom: 17px;
}

.categorias button {
    background-color: #59B300;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 19px;
    height: 45px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.categorias button:hover {
    background-color: #346901;
}

.categoria-lista {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.categoria-lista li {
    border-bottom: 1px #CCC solid;
}

.categoria-lista a {
    display: block;
    font-size: 17px;
    padding: 10px 0;
    font-weight: 600;
}

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

.categoria-lista a:hover {
    color: #346901;
    text-decoration: none;
}

.lateral-banner {
    margin-bottom: 17px;
    text-align: center;
}

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

.lateral-widget {
    background-color: #FFF;
    box-shadow: 0px 0px 7px #CACACA;
    margin-bottom: 20px;
}

.lateral-widget-conteudo {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

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

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

.lateral-widget-conteudo li {
    margin-bottom: 7px;
}

.widget-titulo {
    background-color: #59B300;
    border-bottom: 3px #356900  solid;
    color: #FFF;
    font-size: 17px;
    margin: 0;
    padding: 13px 13px;
    text-shadow: 1px 1px #356900;
}

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

.post-topo {
    margin-bottom: 10px;
    position: relative;
    padding-left: 63px;
}

.post-titulo {
    background-color: #1434c1;
    border: 1px #356900 solid;
    color: #FFF;
    font-size: 20px;
    padding: 15px 15px 0;
    height: 53px;
    text-shadow: 1px 1px #356900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post-titulo a {
    color: #FFF;
}

.post-titulo a:hover {
    text-decoration: none;
}

.post-data {
    background-color: #1434c1;
    background-image: url(img/navy.png);
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 53px;
    padding-top: 7px;
    text-shadow: 1px 1px #356900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post-data .dia,
.post-data .mes,
.post-data .ano {
    display: block;
    text-align: center;
}

.post-data .dia,
.post-data .ano {
    line-height: 15px;
    font-weight: bold;
    font-size: 15px;
}

.post-data .mes {
    font-size: 11px;
    line-height: 17px;
}

.post-conteudo {
    background-color: #FFF;
    border: 1px #C6B9C4 solid;
    padding: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #CACACA;
}

.post-thumb {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.post-info {
    color: #808080;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: italic;
}

.post-info a {
    font-weight: bold;
}

.post-texto {
    color: #808080;
    margin-bottom: 10px;
}

.post-texto img,
.post-texto iframe {
    max-width: 100%;
    margin-bottom: 7px;
}

.post-texto img {
    display: block;
    margin: 0 auto 3px;
    height: auto;
}

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

.post-botoes {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-botoes li {
    float: left;
    padding: 0 3px;
}

.btn-facebook {
    background-color: #59983b;
}

.btn-whatsapp {
    background-color: #B7422C;
}

.btn-twitter {
    background-color: #acee55;
}

.post-botoes a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 5px 23px;
}

.post-botoes a:hover {
    opacity: 0.8;
}

.post-comente {
    float: right;
    color: #4E783B;
    font-size: 17px;
    font-weight: 600;
    background-image: url(img/comment.png);
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    height: 30px;
    padding: 7px 40px 0 0;
    position: relative;
}

.post-comente:hover {
    text-decoration: none;
}

.post-comente > span {
    position: absolute;
    top: 5px;
    right: 0;
    color: #FFF;
    width: 33px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}

.post-tags {
    margin-top: 17px;
    padding: 10px 0 3px;
    border-top: 1px #D6D6D6 solid;
}

.post-tags a {
    background-color: #454545;
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    padding: 0 10px;
    color: #FFF;
    margin-bottom: 5px;
}

.post-tags a:hover {
    background-color: #383838;
    text-decoration: none;
}

.post-tags .tag-icone {
    background-color: #346901;
    color: #FFF;
    padding: 0 9px;
    line-height: 25px;
    float: left;
    width: 33px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.post:hover .post-titulo {
    background-color: #356900;
}

.post-comentarios,
.post-relacionados {
    background-color: #FFF;
    border: 1px #C6B9C4 solid;
    padding: 13px;
    margin-bottom: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #CACACA;
}

.post-relacionados h2 {
    margin: 0 0 17px;
    font-size: 17px;
}

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

.post-relacionados li {
    margin-bottom: 7px;
}

.pagina-titulo {
    margin: 0 0 17px;
    padding: 0;
    font-size: 19px;
}

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

.rodape {
    background-color: #111;
    border-top: 5px #111 solid;
    color: #FFF;
}

.rodape-conteudo {
    padding: 17px 0;
}

.rodape-texto {
    font-size: 13px;
    text-align: center;
    margin-bottom: 17px;
}

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

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

.rodape-menu a {
    color: #FFF;
}

.widget-row {
    margin: 0 -10px 17px;
}

.rodape-widget {
    float: left;
    width: 33.33333%;
    padding: 0 10px;
}

.rodape-widget-titulo {
    margin: 0 0 17px;
    padding: 0;
    font-size: 19px;
}

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

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

.rodape-widget li {
    margin-bottom: 7px;
}

.rodape-widget a {
    color: #E5DFE4;
}

.copy {
    background-color: #1434c1;
    color: #FFF;
    padding: 9px 0;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 960px) {
    .rodape-widget {
        float: left;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 27px;
    }
}

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

.parceiros li {
    float: left;
    width: 25%;
    margin: 0;
    line-height: 0;
}

.parceiros img {
    width: 100%;
    height: 73px;
}

.parceiros li:hover img {
    opacity: 0.8;
}

.back-to-top {
    background-color: #58B501;
    color: #FFF;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.post-capa {
    margin-bottom: 17px;
    text-align: center;
}
		
.post-capa img,
.post-capa iframe {
     max-widht: 100%;
}

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

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

.post-relacionados-row {
	margin: 0 -7px;		
}
	
.post-relacionados-row li {
    float: left;
    width: 25%;
	margin-bottom: 10px;
}
	
.post-relacionados-conteudo {
	padding: 0 7px;
}

.post-relacionados-conteudo img {
	width: 100%;
    height: 150px;
    object-fit: cover;
}
	
.post-relacionados-conteudo p {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
}
	
.post-relacionados-row li:hover img {
	opacity: 0.8;
}
	
@media (max-width: 769px) {
	.post-relacionados-row li {
		width: 33.33333%;
	}		
}
	
@media (max-width: 469px) {
	.post-relacionados-row li {
		width: 50%;
	}		
}/* rndz */