/*
Theme Name: Tema A13
Theme URI: anetecnologia.com.br
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo
Version: 5.4
License: Código registrado e protegido. Produto desenvolvido por Ane Tecnologia. 
*/
p {
   margin-bottom: 30px;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-size: 1.0rem;
    line-height: 1.9;
    word-wrap: break-word;
    color: #000;
    background-image: url("img/bg.png");
    background-color: #fff;
}

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

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 16px;
    line-height: 2;
    align-content: center;
    font-weight: bold;
}

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,
h4,
h5,
h6 {
    font-family: "Montserrat"
    font-weight: normal;
    min-height: 20px;
    line-height: 20px;
}

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

h2 {
  font-family: "Montserrat"
    margin: 0 0 20px 0;
}

.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: "Montserrat", 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 screen and (max-width: 768px) {
    .col-md-4 {
        width: auto;
    }
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
  font-family: "Montserrat";
    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: black;
    background-color: red;
    border-color: #d43f3a;
}

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

@media screen and (min-width: 768px) {
    .container {
        width: 1000px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 1000px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1380px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.sprite {
    background-image: url(img/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-busca {
    width: 16px;
    height: 16px;
    background-position: -5px -5px;
}

.sprite-coment {
    width: 14px;
    height: 14px;
    background-position: -31px -5px;
}

.sprite-data {
    width: 14px;
    height: 14px;
    background-position: -31px -29px;
}

.sprite-bars {
    width: 20px;
    height: 20px;
    background-position: -3px -26px;
}

/* Meio */
.meio-left {
    display: block;
    width: 100%;
    float: left;
    width: calc(100% - 315px);
}

@media screen and (max-width: 768px) {
    .meio-left {
        display: block;
        width: 100%;
        float: left;
    }
}

/* Lateral */

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

.widget-conteudo {
    margin-bottom: 20px;
    text-align: center;
}

.widget-conteudo h3 {
    background-color: #F4015F;
    border-bottom: 1px #231F20 solid;
    color: black;
    padding: 8px;
    font-family: "Montserrat";
    font-size: 16px;
    margin: 0 0 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px #920137;
    text-align: center;
    font-weight: bold;
}

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

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

.widget-conteudo li a {
    display: block;
    padding: 6px 0;
}

.widget-conteudo li a:hover {
    color: #920137;
}

.widget-conteudo a:hover {
    color: #920137;
}

@media screen and (max-width: 768px) {
    .lateral {
        width: 100%;
    }
}

/* Topo */
.topo {
    padding: 0;
}

.topo-logo {
    display: block;
    font-size: 0;
}

.topo-logo img {
    width: 100%;
    max-width: auto;
    
}

.logo-mobile {
    display: none;
  
}

@media screen and (max-width: 768px) {
    .logo-desktop {
        display: none
    }

    .logo-mobile {
        display: block;
    }
}

/* Busca */
.busca {
    max-width: 380px;
    float: right;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 52px;
    margin-top: 2px;
}

.busca,
.busca input,
.busca button {
    height: 40px;
}

.busca input {
    background-color: #FFF;
    border: medium none;
    color: #333;
    padding: 0 8px;
    width: 100%;
}

.busca button {
    background: none;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-family: "Montserrat";
    line-height: 17px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.busca button:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .busca {
        max-width: 100%;
    }
}

/* Menu */
.menu {
    background-color: #231F20;
    border-bottom: 2px #F4015F solid;
}

.menu > ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu > ul > li {
    display: inline-block;
    font-size: 0;
    position: relative;
}

.menu > ul > li a {
  	font-family: "Montserrat";
    color: #FFF;
    display: block;
    font-size: 14px;
    padding: 12px 15px;
    text-transform: uppercase;
    transition: color 0.3s;
}

.menu > ul > li a:hover {
    color: #E8E8E8;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #231F20;
    width: 180px;
}

.menu > ul > li:hover,
.menu > ul > li:hover .sub-menu {
    background-color: #453D3F;
}

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

.botao-menu {
    display: none;
}

@media screen and (max-width: 768px) {
    
    .botao-menu {
        float: left;
        display: inline-block;
        padding: 9px 15px;
    }

    .menu > ul {
        display: none;
        width: 100%;
        max-height: 280px;
        overflow-y: scroll;
    }

    .menu li {
        width: 100%;
    }

    .menu li:hover {
        background-color: #453D3F;
    }

    .sub-menu {
        display: block;
        position: relative;
        padding-left: 15px;
        width: 100%;
    }
}

/* Posts */
.posts-row {
    margin: 0 -5px;
    overflow: hidden;
}

.post {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
}

.post-conteudo {
    background-color: #FFF;
}

.post-thumb {
    background-color: #000;
    border-bottom: 2px #F4015F solid;
    margin-bottom: 10px;
    position: relative;
}

.post-thumb a {
    display: block;
    font-size: 0;
}

.post-thumb img {
    width: 100%;
    height: 280px;
  object-fit: cover;
}

.selos {
    position: absolute;
    display: inline-block;
    background: rgba(51,51,51,.53);
    bottom: 0;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 2px 6px 2px 22px;
    line-height: 20px;
    text-shadow: 1px 1px #000000;
}

.selo-data {
    left: 0;
}

.selo-data i {
    position: absolute;
    top: 4px;
    left: 4px;
}

.selo-comentarios {
    right: 0;
}

.selo-comentarios i {
    position: absolute;
    top: 5px;
    left: 4px;
}

.post-info {
    padding: 8px;
}

.post-conteudo h2 {
    font-family: "Montserrat";
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
  
}

.post-conteudo p {
  font-family: "Montserrat";
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    height: 60px;
    font-weight: bold;
    line-height: 1.5;
}

.post:hover img {
    opacity: 0.8;
}

.post:hover h2 {
    color: #F4015F;
}

@media screen and (max-width: 768px) {
    .post {
        width: 100%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Páginas */
.pagina {
    background-color: #FFF;
    padding: 22px 15px;
    overflow: hidden;
}

.pagina-titulo {
  	font-family: "Montserrat";
    margin: 0 0 22px;
    font-size: 19px;
    padding: 0;
    line-height: 1.5;
    font-weight: bold;
    color: black;
    align-content: center;
}

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

/* Rodape */
.rodape {
    background-color: #fff;
    color: black;
    font-size: 16px;
  font-family: "Montserrat";
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    line-height: 32px;
}

.rodape-texto {
    color: black;
    margin-bottom: 17px;
  font-family: "Montserrat";
  text-align: justify;
   
}

/* Página post */
.pagina-post h1 {
  font-family: "Montserrat";
    color: #920137;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

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

.post-texto {
  font-family: "Montserrat";
    margin-bottom: 10px;
    font-size: 18px;
    color: black;
    line-height: 2.2;
    font-weight: bold;
    
}
.post-texto a {
    color: #B40404;
    text-decoration: none;
}

.post-texto a:hover {
 color: #000000;   
  
}
.post-texto p {
    margin-bottom: 10px;
    line-height: 2.2;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.post-texto iframe {
	width: 100%;
	margin-bottom: 10px;
}

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

.post-meta {
  font-family: "Montserrat";
    font-size: 16px;
    color: black;
    margin-bottom: 25px;
    line-height: 1.6;
    font-weight: bold;
    align-content: center;
  
}

.post-meta ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

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

.post-tags li {
    display: inline-block;
    margin: 0 6px 5px 0;
}

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

.post-tags a {
    background-color: #f90000;
    color: black;
}

.post-tags span,
.post-tags a {
    float: left;
    font-size: 18px;
    padding: 9px 11px;
    text-decoration: none;
}

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

@media screen and (max-width: 768px) {
    .pagina-post h1 {
        font-size: 18px;
        line-height: 26px;
    }

	.post-texto iframe {
		height: 280px;
	}
}

/* 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: #961402; }
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: #961402; }
ol.commentlist li .reply-link a:hover { background:#191919; color:# !important;
}

.lista-de-comentarios h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

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

#respond {
    margin-bottom: 25px;
    overflow: hidden;
}

.comentario-campos {
    padding: 8px;
    background-color: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.comment-subscription-form .subscribe-label {
    font-size: 11px;
    font-weight: normal;
}

/* Relacionados */
.relacionados-row {
    margin: 0 -5px;
}

.relacionados {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.relacionados li {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 15px;
}

.relacionados-thumb {
    background-color: #000;
    border-bottom: 2px #F4015F solid;
    margin-bottom: 5px;
}

.relacionados img {
    margin: 0;
    width: 100%;
    height: 182px;
    opacity: .8;
}

.relacionados h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.relacionados li:hover img {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .relacionados img {
        height: 120px;
    }

    .relacionados li {
        width: 50%;
    }
}

.post-categorias {
    margin-bottom: 8px;
    color: #f4015f;
    font-size: 12px;
}

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

.tags li {
    float: left;
    width: 33.33333%;
    margin-bottom: 15px;
}

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

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

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

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

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

.categorias li {
  	padding: 0 2px;
  	margin-bottom: 4px;
  	float: left;
  	width: 33.33333%;
}

.categorias a {
  	display: block;
    line-height: 0;
}

.categoria-conteudo {
  	position: relative;
}

.categoria-conteudo img {
  	width: 100%;
}


.categoria-titulo {
	display: inline-block;
    padding: 0 4px;
    font-size: 13px;
    line-height: 21px;
    background-color: rgba(0,0,0,0.4);
    color: #FFF;
    position: absolute;
    bottom: 10px;
    left: 5px;
    border-radius: 2px;
}

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

@media (max-width: 340px) {
    .categorias li {
        width: 100%;
    }
}
/*links sugeridos yoast */
.LinkSuggestion__Link-sc-1gewdgc-4 cLBplk a {
    color: B40404;
    font-size: 19px;
    font-weight: bolder;
    text-decoration: none;
    transition: color 0.3s ease;
}
.LinkSuggestion__Link-sc-1gewdgc-4 cLBplk ul {
    list-style-type: none;
}

.LinkSuggestion__Link-sc-1gewdgc-4 cLBplk li::before {
    content: "•";
    color: #BE1336;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 18px;
    margin-right: 0.5em;
}

.LinkSuggestion__Link-sc-1gewdgc-4 cLBplk a:hover {
    color: #000;
}
/* Estilos para desktop */
.rodapeWidgetConteudo {
  display: flex;
  width: 100%;
  flex-wrap: wrap; /* Permite quebra de linha se necessário */
}

.rodapeWidgetConteudo a {
  display: inline-block;
  margin: 5px;
}

.rodapeWidgetConteudo a::after {
  content: "|";
  margin-left: 5px;
}

.rodapeWidgetConteudo a:last-child::after {
  content: "";
}

/* Estilos responsivos para telas menores */
@media (max-width: 768px) { 
  .rodapeWidgetConteudo {
    flex-direction: column; /* Muda para coluna em telas menores */
  }

  .rodapeWidgetConteudo a {
    display: block;         /* Cada link ocupa uma linha inteira */
    margin: 5px 0;         /* Margem superior e inferior */
  }

  .rodapeWidgetConteudo a::after {
    content: "";          /* Remove o caractere "|" em telas menores */
  }
}

/* Outros estilos dos links (substitua pelos seus estilos existentes) */
.rodapeWidgetConteudo a,
.rodapeWidgetConteudo a:hover {
  margin-bottom: 30px;
  color: #000;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 2em;
}
.sc-cBIjbw.bLUVIX a { /* Seleciona links dentro do elemento com as classes */
  color: red; /* Cor vermelha padrão do link */
  transition: color 0.3s ease; /* Transição suave para a cor do texto */
}

.sc-cBIjbw.bLUVIX a:hover { /* Seleciona links no hover */
  color: black; /* Cor preta no hover */
}
