@charset "UTF-8";
/*
Theme Name: Avenger 4.0
Theme URI: https://wpavenger.com.br
Description: O melhor e mais completo tema wordpress desenvolvido para o marketing digital
Version: 4.0.21
Author: Carlos Lourenço e Fábio Vasconcelos
Author URI: https://negocioonlinedozero.com
Text Domain: wpavenger
Tags: O tema mais completo para o marketing digital
*/


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight:800; line-height:1.2 }

.artigo h1{font-size: 28px;}
.artigo h2{font-size: 24px;}
.artigo h3{font-size: 22px;}
.artigo h4{font-size: 20px;}
.artigo h5{font-size: 18px;}
.artigo h6{font-size: 16px;}

.artigo-space{
	margin-bottom: -15px;
}

.titulo-h4{margin-bottom: 10px;}
.small-txt{font-size: 12px;}

input::placeholder{
	color: #797979;
	font-weight: bold;
}

.hidecheckbox{
	display: none!important;
}

.hideicondesktop{
	display: none;
}

.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background: #27ae60;
  bottom: 70px;
  right: 50px;
  display: none;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}

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

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

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

.titulo{
	margin: 20px 0;
	color: #36393c;
}

.height100{
	height: 100% !important;
}

.icon a{
	margin: 5px 5px;
	padding: 5px 10px;
	text-decoration: none;
}
.icon{

	display: inline-grid;
}
/* classes Auxiliares*/
.center{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 2%;

}

.center-img{
	display: flex;
  	justify-content: center; /* horizontal */
  	align-items: center; /* vertical */
}

.center900{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 2%;
}

.centrar{
	text-align: center;
}

.clear{
	clear: both;
}

.centrar100{
	width: 100%;
	margin: 80px 0 50px 0;
}

.centrar100-no-margin{
	width: 100%;
	margin: 20px 0 10px 0;
}

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

.w50{
	float: left;
	width: 50%;
	padding: 0 15px;
}

.w33{
	float: left;
	width: 33%;
	padding: 0 15px;
}

.w70{
	float: left;
	width: 70%;
	padding: 0 15px;
}

.w200{
	float: left;
	width: 200px;
	padding: 0 15px;
}

.w300{
	max-width: 300px;
}

.height116{
	height: 116px !important;
}

.space{
	margin-top: 50px;
}

.space10{
	margin-top: 10px;
}

.space20{
	margin-top: 20px;
}

.style404{

	margin: 0 auto;

}

.style404 h1{
	font-size: 140px;
	text-align: center;
	color: #F6F3F3;
}

.style404 h2{
	font-size: 50px;
	text-align: center;
	color: #F6F3F3;
}

.flex-content{
	display: flex;
}

.linha50{
	background-image: linear-gradient(114deg, #250e8a, #00f9f7);
	height: 50px;
}

.cinza{
	background: #efecec;
	padding: 20px;
}

.chamada-branco{
	color: white;
}

.chamada-branco h1{
	font-size: 22px;
	padding: 10px;
	text-align: center;

}

.chamada-branco p{
	font-size: 18px;
	padding: 10px;
	text-align: center;
	line-height: 1em;	
}

.chamada-cinza{
	color: #545F6C;
}

.chamada-cinza h1{
	font-size: 22px;
	padding: 10px;
	text-align: center;

}

.chamada-cinza p{
	font-size: 18px;
	padding: 10px;
	text-align: center;
	line-height: 1em;
}



/* fim de classes Auxiliares*/

img{
	max-width: 100%;
}

section.topo{
	background-image: linear-gradient(114deg, #250e8a, #00f9f7);
	padding-top: 40px;
	padding-bottom: 80px;
}

section.topo > .center > .mockup img{
	width: 350px; /*350*/
}

.fontawesome{
	font-size: 150px;
	text-align: center;
	color: white;
	opacity: 0.4;
}

.logo a{
	color: white;
	text-decoration: none;
}

.logo{
	float: left;
	transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.logo img{
	max-width: 250px;
	max-height: 100px;
}

/* MENU RESPONSIVO SMARTPHONE */


.menu-mobile{
	display: none;
}


/* FIM.MENU RESPONSIVO SMARTPHONE */

/* MENU RESPONSIVO DESKTOP */

.sameheight{
	height: 100px;
	position: relative;
}
.menu-desktop > .top-bar{
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*display: flex; flex*/
	
}

.menu-desktop > .top-bar li a {
	padding: 0 1px;
	margin: 0 10px;
	color: white;
	opacity: 0.8;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.menu-desktop > .top-bar li{
	position: relative;
	display: inline-block; /*inline-block*/
}
.menu-desktop > .top-bar .sub-menu li{
    display: grid;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 8px 0;
}
.menu-desktop > .top-bar li a:hover {
	opacity: 1;
}
.menu-desktop > .top-bar li:first-child a {
	padding-left: 0;
}

.menu-desktop > .top-bar li:last-child a {
	padding-right: 0;
}

.menu-desktop{
	display: flex;
	justify-content: flex-end;
	max-width: 770px;
	padding: 20px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
}

.menu-desktop .busca:checked ~ .menu-desktop {
	transform: none;
}	

.menu-desktop > .top-bar li .sub-menu {

	list-style-type: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgb(30 159 205);
	margin: 0;
	padding: 5px 10px;
	width: 200px;
	border-top: 2px solid rgba(255,255,255,0.8);
	line-height: 135%;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	z-index: 9;
}


.menu-desktop > .top-bar > .menu-item-has-children:hover > .sub-menu{
	display: block;
}

.menu-desktop > .top-bar > .menu-item-has-children > a::after {
    content: "▼"; 
    font-size: 12px;
    padding-left: 5px;
}

.menu-desktop .top-bar > .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu{
	display: block;
}

.menu-desktop > .top-bar .sub-menu li .sub-menu {
	left: 100%;
    top: 10%;
    width: 190px;
  /*left:100%;
	top:0;
	width: 200px;*/
}

.menu-desktop .busca {
 	display: none;
}

.menu-desktop .menu-busca i{
	color: white;
	opacity: 0.8;
	margin-left: 5px;
}
.menu-desktop .menu-busca:hover i{
	opacity: 1;

}
.menu-desktop .busca:checked ~ .popup-busca {
  height: 100%; /*240px*/
  width: 100%;
  display: block;
}

.menu-desktop > .popup-busca{
	display: none;
}

.menu-desktop > .popup-busca i{
	font-size: 40px;
	padding: 10px 20px;	
}

.menu-desktop > .popup-busca input{
	width: 100%;
}

.menu-desktop .busca:checked ~ .menu-busca i {
  transform: rotate(45deg);
  top:0;
}

.menu-desktop .menu-busca {
  cursor: pointer;
  float: right;
  position: relative;
  user-select: none;
}


.menu-fixo {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
   background-image: linear-gradient(114deg, #250e8a, #00f9f7);
    padding: 10px 13% 10px 13%;
    margin: 0 auto;
    transition: all .4s ease-out;
}

.hover{
	z-index: 9999;
}


.menu-fixo > .menu-desktop{
	padding-top: 20px;
}

.popup-busca{
	display: inline-block;
	background-color: #000;
  	position: fixed !important; 
  	top: 0;
  	left: 0;
	z-index: 999999;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	background-color: rgb(29,151,201,0.9);
	border-radius: 10px;
	border: 6px solid rgba(255,255,255,0.1);
	padding: 10px 5px;
}

.popup-busca > .center > .chamada{
	width: 800px;
	margin: 300px auto;
}

/* FIM.MENU RESPONSIVO DESKTOP */


.chamada{
	color: white;
}


.chamada input[type=email], .chamada input[type=text]{
	padding-left: 40px;
	background-color: #fffcfc;
	color: #666667;
}

.chamada form{
	margin: 10px 0 -20px 0;
}

.chamada input{
	margin-top: 2px;
	font-weight: bold;
	border: 2px solid;
	border-color: #e5e7e8;
	font-size: 16px;
	color: #fff;
	padding: 14px;
	border-radius: 8px;
	width: 100%;
	display: block;
	height: 45px;
}

.aviso-artigo{
	padding-left: 5px !important;
	margin-top: 24px !important;
	text-align: left !important;
}

/*.chamada span, */
.form-news span{
	vertical-align: baseline;
	font-size: 14px;
}

.chamada input[type=submit]{
	border-color: #3cb961;
	background-color: #46cc6e;
	padding-top: 8px;
	margin-top: 5px;
}

.chamada input[type=submit]:hover{
	background-color: #3bb35f;
}

.chamada h1{
	font-size: 35px;
	line-height: 40px;
}

.chamada h2{
	font-size: 25px;
	line-height: 30px;
}

.chamada h3{
	font-size: 20px;
	line-height: 25px;
}

.chamada p{
	font-size: 20px;
	line-height: 1em;
	margin-top: 10px;
}

.mockup img{
	max-width: 100%;
	
}



section.avenger-news{
	position: relative;
	top: -50px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0px 120px 0px;
	background: white;
	border: 2px solid #f5f5f5;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

section.avenger-news-rodape{
	position: relative;
	max-width: 100%;
	margin: 100px auto;
	padding: 10px 0px 120px 0px;
	background: white;
	border: 2px solid #f5f5f5;
}

.texto-news{
	color: #545f6c;
}

.texto-news h2{
	font-size: 18px;
	font-weight: 22px;
	margin-top: 10px
}

.texto-news p{
	font-size: 16px; 
	font-weight: 14px;
}

.form-news form{
/*	margin-top: 10px;*/
}

.form-news input[type=email]{
	background-color: #fffcfc;
	color: #3e464f;
	width: 240px;
	padding-left: 40px;
}


.form-news input[type=submit]{
	border-color: #3cb961;
	background-color: #46cc6e;
	padding-top: 8px;
}

.form-news input[type=submit]:hover{
	background-color: #3bb35f;
}

.form-news input{
	margin-top: 2px;
	font-weight: bold;
	border: 2px solid;
	border-color: #e5e7e8;
	font-size: 16px;
	color: #fff;
	padding: 14px;
	border-radius: 5px;
	display: inline-block;
	height: 45px;
}


section.artigos-avenger{
	padding: 30px 0;
}


section.promocoes h1{
	font-size: 38px;
	line-height: 45px;
	color: #545f6c;
	text-align: center;
}

section.promocoes h2{
	font-size: 35px;
	line-height: 35px;
	color: #545f6c;
	text-align: center;
}

section.promocoes h3{
	font-size: 30px;
	line-height: 31px;
	color: #545f6c;
	text-align: center;
}

section.promocoes h4{
	font-size: 25px;
    line-height: 25px;
    color: #545f6c;
    text-align: center;
    font-weight: 400;
}

section.artigos-avenger{
	font-size: 35px;
	line-height: 40px;
	color: #545f6c;
	text-align: center;
}

section.artigos-avenger, section.promocoes p{
	font-size: 18px;
	line-height: 30px;
	color: #545f6c;
	text-align: center;
	font-weight: bold;
}

.grelha-bloco{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

/*
	.bloco-unico
	COLOCAR LIMITE DE TEXTO DENTRO DOS BLOCOS 
	QUANDO PASSAR PARA O WORDPRESS
*/

.img-container img{
  object-fit: cover;
  object-position: 100% 0;
  width: 100%;
  height: 185px; 
}

.img-container{
  height: 185px; 
}

.com-tres-mini .img-container img{
	height: 100%;
}

article.bloco-unico{
	/*height: 100%;*/
}

article.bloco-unico h3{
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 10px;
}

.no-image{
	height: 185px;
	max-width: 100%;
	background: rgba(0,0,0,0.1);
}

.grelha-bloco > .bloco-unico > .no-image h1{
	color: white;
	padding: 50px 30px;
	opacity: 0.8;
	text-align: left;
	font-size: 30px;
}

.bloco-unico{
	text-align: center;
	margin: 10px;
	background-color: #f5f5f5;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	padding-bottom: 10px;
	height: 380px;
	position: relative;
}

.bloco-unico:hover{
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}

.grelha-bloco > .bloco-unico h2{
	font-size: 18px;
	line-height: 22px;
	color: #545f6c;
	text-align: center;
	margin-top: 10px;
	padding: 0 10px;
}

.grelha-bloco > .bloco-unico p{
	font-size: 16px;
	line-height: 20px;
	color: #545f6c;
	text-align: center;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0 20px;
}

.bloco-unico img{
	max-width: 100%;
}


.bloco-unico a{
	color: inherit;
	padding: 0 0;
	border: 0;
	margin-top: 0;
	text-decoration: none;
	background: none;
	box-shadow: 0 0 0 0;
}



.btler a, .chamada a{
	text-decoration: none;
	color: white;
	background: #46cc6e;
	display: inline-block;
	margin-top: 8px;
	padding: 6px 12px;
	border-radius: 5px;
	font-weight: 500;
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	
}

.thumbnail img{
	object-fit: cover;
	height: 179px;
	width: 100%;
}

.artigo-info{
	position: relative;
	margin-top: -50px; 
	background: rgba(0,0,0,0.7);
	padding: 5px 5px;
}

.artigo-info span{
	color: white;
	font-weight: lighter;
	font-size: 10px;
	line-height: 1em;
}

.btler a:hover{
	background: #3CB961;
}

#lerpost{
	position: absolute;
  	bottom: 20px;
  	left: 32.4%;
}

.com-tres{
	width: 31%;
}

.com-dois{
	width: 45%;
}

.com-tres-mini{
    width: 29%;
}

.com-quatro{
	width: 25%;
}

.paginacao{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.paginacao a{
	text-decoration: none;
	color: white;
	background: #46cc6e;
	display: inline-block;
	margin-top: 8px;
	padding: 6px 10px;
	border-radius: 5px;
	font-weight: bold;
	border: 2px solid rgba(255,255,255,0.1);
	
}

.pag-geral{
	margin: 2px;
}

.pag-ativa{
	opacity: 1;
}

.pag-inativa{
	opacity: 0.7;
}

section.avenger-slider{
	background-color: #000;
	padding: 30px 0;
}

.avenger-slider img{
	max-width: 100%;
}

.slider-container{
	margin: 40px 0; 
	overflow: hidden;
}

.slider-box{
	display: inline-block;
}

.slider-box > .chamada a{
	margin: 70px 0 20px 0;
}

section.sobre-autor{
	text-align: center;
	max-width: 100%;
	padding: 20px 0;
}

section.sobre-autor img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

section.sobre-autor p{
	margin: 20px 0;
}

section.sobre-autor h2{
	margin-top: 60px;
}

footer{
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
	background: white;
}

footer > .center{
	display: flex;
	flex-wrap: wrap;
}


.col-rodape a{
	text-decoration: none;
	display: block;	
}

.col-rodape ul{
	list-style-type: none;
}

.col-rodape h2, .conteudo-rodape h2{
	font-size: 25px;
    line-height: 40px;
    color: #545f6c;
}

.col-rodape h2, .conteudo-rodape a{
	text-decoration: none;
}

.col-rodape p{
	font-size: 18px;
    line-height: 20px;
    color: #545f6c;
    text-align: center;
}

.conteudo-rodape p{
	font-size: 14px;
    line-height: 16px;
    color: #545f6c;
    text-align: center;
}
section.obrigado > .conteudo-rodape p{
	font-size: 14px;
    line-height: 16px;
    color: #545f6c;
    text-align: center;
}

.conteudo-rodape{
	text-align: center;
	padding-top: 20px;
}
.conteudo-rodape img{
	max-height: 100px;
	max-width: 100px;
	padding-top: 50px;
	padding-bottom: 20px;
}

/* divisoes do rodape do blog com menu */

.c1{
	width: 30%;/*acertar as dimensões*/
}

.c2{
	width: 30%;/*acertar as dimensões*/
}

.c3{
	width: 30%; /*acertar as dimensões*/
}

.c4{
	width: 25%;
}

/* fim.divisoes do rodape do blog com menu */

.avenger-widget img{
	max-width: 100%;
}

/* modelo artigo */
.artigo-topo{
	padding: 0 60px;
}

.artigo-topo h1, .categoria-topo h1{
	color: white;
	padding: 5px 0;
	margin: 5px 0;
}

.categoria-topo p{
	color: white;
	font-size: 16px;
}

.artigo-topo a{
	color: white;
	background: rgba(0,0,0,0.2);
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	font-size: 14px;
}

.artigo-topo ul{
	list-style-type:none;
	display: flex;
}
.artigo-topo li{
	margin-right: 5px;
}

.artigo-topo > .leitura{
	color: white;
}

.leitura {
	font-size: 14px;
}

.autor-artigo {
	display: -webkit-box;
}

.textwidget img{
  	height: auto;
}

.autor-artigo p{
	padding: 0 12px;
	padding-top: 16px;
	padding-bottom: 50px;
	color: white;
	line-height: 19px;
	font-size: 14px;
}

.autor-artigo img, .widget-sobre-autor img{
	margin: 10px 0;
	border-radius: 50%;
}

.conteudo-artigo{
	width: 100%;
	margin: 20px 0;
	padding: 15px;
}

.partilha{
	list-style: none;
	margin: 10px 0;
}

.artigo {
	font-size: 18px;
}

.artigo p{
    margin: 30px 0;
    line-height: 1.2;
}

.artigo img{
	padding: 10px 0;
	height: auto;
}

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

.artigo ul, .artigo ol{
	padding-left: 20px;
}

.artigo > .resumo{
	padding: 20px;
	background: #EFECEC;
	border: 1px solid rgba(0,0,0,0.1);
}

.artigo > .resumo h2{
	font-size: 18px;
	color: #403c3c;
	font-weight: lighter;
}

.captura-artigo{
	display: flex;
	margin: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.captura-artigo .chamada .cta_link, .sidebar-blocos .chamada .cta_link{
	text-align: center;
	width: 100%;
}

.isca{
    height: 100%;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.seta{
	background-color: #fff;
	transform: rotate(-45deg);
	width: 20px;
	height: 20px;
	margin-right: -10px;
	margin-top: 200px;
}

.captura-artigo > .w50 > .isca{
	margin: 0 10px 0 0;
}

.captura-artigo .isca img{
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

/* sidebar */

.widget-sobre-autor{
	display: flex;
  justify-content: center;
  align-items: center;
}

.post-container{
	display: flex;
	/*flex-wrap: wrap;*/
}

.com-sidebar{
    max-width: 72%;
    width: 100%;
}

.sidebar{
	margin-top: 20px; 
    max-width: 28%;
    width: 100%;
}

.sidebar .acf_widget_avenger_widget_author p{
	/*text-align: justify;*/
	padding: 0 10px;
}

.sidebar .acf_widget_avenger_widget_author h3{
	text-align: center;
	padding: 5px 10px;
}

.sidebar .acf_widget_avenger_widget_author{
	margin-top: 59px;
}

.esquerda{
	float: left;
}

.direita{
	float: right;
}

.sidebar ul{
	list-style-type: none;
}

.sidebar-blocos{
	background: white;
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.sidebar-blocos a{
	text-decoration: none;
}

.sidebar-blocos video{
	max-width: 100%;
}

.aviso{
	padding-left: 35px;
	font-size: 12px;
	color: #545F6C;
	margin-top: 10px;
	text-align: center; 
}

section.topo .aviso{
	color: white;
}

.sidebar-blocos > .chamada{

	background: #efecec;
	margin: -15px -15px -15px -15px;
	padding: 10px;
}

.sidebar-blocos > .isca img{
	padding: 15px 0;
	margin: 0 auto;
	width: 100%;
}

.sidebar-blocos > .arrow-up{
	text-align: center;
    margin-top: -30px;
    margin-bottom: -35px;
    font-size: 57px;
    color: #efecec;
}

.title{
	padding: 10px 15px;
	background-image: linear-gradient(114deg, #250e8a, #00f9f7);
	text-align: center;
	margin-bottom: 10px; 
	color: white;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px; 
}

.barra-widget{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	background-image: linear-gradient(114deg, #250e8a, #00f9f7);
	padding: 15px;
}

.barra-widget h1, .barra-widget p{
	color: white;
	text-align: center;
}

.barra-widget p{
	margin-top: 10px;
	line-height: 1em; 
	font-size: 18px;
}

.sidebar-blocos input[type=submit] {
	font-weight: bold;
	color: #fff;
	background-color: #46cc6e;
	border: 2px solid #3cb961;
}
.sidebar-blocos input[type=text] {
	border: 2px solid #e5e7e8;
}

.sidebar-blocos input{

	margin: 5px;
	width: 95%;
	font-size: 16px;
	padding: 8px 14px 14px 14px;
	border-radius: 5px;
	display: inline-block;
}

.widget_recent_entries .post-date{
	color: #797979;
	font-size: 10px;
	padding: 2px 2px;
	background: rgba(0,0,0,0.1);
	border-radius: 5px; 
}

.widget_recent_entries li::before{
	content: "\f0a9";
	font-weight: 900;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
    color: #abb4be;
}

.widget_pages li::before{
	content: "\f0a9";
	font-weight: 900;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
    color: #abb4be;
    padding: 0 5px;
}

.widget_text ol{
	padding-left: 30px;
}

.widget_media_gallery img{
	width: 100%;
	height: auto;
}

.barra-widget h1{
	font-size: 22px;
}

#sidefixed { 
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.sidebar-blocos .widget-sobre-autor img{
	margin: -75px auto 15px auto;
	background-image: linear-gradient(114deg, #250e8a, #00f9f7);
	padding: 6px;
}

.sidebar-blocos .calendar_wrap{
	margin: 0 50px;
}

.sidebar-blocos .calendar_wrap a{
	font-weight: bold;
}

.postform{
  	display: block;
  	width: 100%;
  	margin: 0 auto;
	font-size: 18px;
}

.botao-sidebar{
	color: white;
	background: #46cc6e;
	padding: 5px 10px;
	margin: 15px auto;
	display: table;
	border-radius: 5px;
	border: 2px solid #3cb961;
}

.botao-sidebar a{
	color: white;
	font-weight: bold;
}

/* fim.sidebar */

.artigos-relacionados p{
	text-align: center;
	display: table;
	max-width: 100%;
	background-color: #545F6C;
	color: white !important;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 10px;
	padding: 4px 8px;
}

section.comentarios-avenger{
	padding: 50px 20px;
	max-width: 100%;
}
section.comentarios-avenger label{
	padding: 10px;
	margin-bottom: 10px; 
}

section.comentarios-avenger textarea{
	background: rgba(238,238,238,.3);
	width: 100%;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
	font-size: 16px;
	color: #545F6C;
}

section.comentarios-avenger i{
	color: #545F6C;
}

section.comentarios-avenger h4, section.comentarios-avenger h3{
	color: #545F6C;
	font-size: 22px;
}

.botao-submeter{
	cursor: pointer;
	height: 45px;
	padding: 14px;
    border-radius: 5px;
	border-color: #3cb961;
    background-color: #46cc6e;
    padding-top: 8px;
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
    font-weight: bold;
    border: 2px solid;
}

.comentarios-form p{
	padding: 5px 0;
}

.comentarios-form input[type=text], .comentarios-form input[type=email], .comentarios-form input[type=url]{
	margin: 5px 10px;
	padding: 2px;
}

span.required { 
	display:none; 
}

.lista-comentarios{
	
	border-radius: 5px;
	margin-top: 5px;
	
}

.lista-comentarios li{
	background: rgba(238,238,238,.3);
	border: 2px solid #F8F8F8; 
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	list-style-type: none;
}

.lista-comentarios img{
	border-radius: 50%;
	float: left;
	margin: 5px;
}

.lista-comentarios p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 5px;
}

.lista-comentarios .reply a{
	color: white;
	text-decoration: none;
}

.lista-comentarios .reply{
	display: table;
	padding: 5px 10px;
    border-radius: 5px;
    background-color: #46cc6e;
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
    font-weight: bold;
    border: 2px solid rgba(255,255,255,0.2);
    max-width: 100%;
    margin: 16px 0;
}


.lista-comentarios .comment-meta a, .lista-comentarios .comment-author a{
	text-decoration: none;
}

/* modelo artigo*/

/* BARRA DE ESCACEZ DO BLOG NO TOPO O RODAPE*/

.barra{
	background-image: linear-gradient(114deg, #250e8a, #00f9f7);
	z-index: 9998;
	position: fixed;
	width: 100%;
	display: none;
	height: 67px;
}

#fbarra{
	cursor: pointer;
}
.cima{
	text-align: center;
	top: 0; 
	border-bottom: 2px dashed;
	border-color: rgba(255,255,255,0.3);

}
.base{
	text-align: center;
	bottom: 0;
	border-top: 2px dashed;
	border-color: rgba(255,255,255,0.3);
}


.barra p{
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
	color: white;
	margin: 10px 0;
	margin-right: 10px;

}

.barra a{
	display: inline-block;
	padding: 7px 14px;
	background-color: #46cc6e;
	margin: 10px 0;
	border-radius: 20px;
	border: 2px solid rgba(255,255,255,0.1);
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.barra a:hover{
	background-color: #3CB961;
}

#contador{
	background-color: rgba(255,255,255, 0.2);
	padding: 7px 10px;
	border: 2px solid rgba(255,255,255, 0.5);
	border-radius: 20px;
	font-weight: bold;
}

.barra i{
	display: inline-block;
	color: white;
	right: 20px;
	font-size: 30px;
	margin: 17px 0;
	margin-left: 100px;
	position: fixed;
}
/* FIM.BARRA DE ESCACEZ DO BLOG NO TOPO O RODAPE*/

/* PAGINAS CAPTURA */

section.pagina{
	background-image: linear-gradient(114deg, #250e8a, #00f9f7);
	padding-top: 80px;
	padding-bottom: 80px;
	height: 100vh;
	width: 100%;
}


.grelhapontolista i{
	display: inline-block;
	color: white;
	font-size: 18px;
	margin: 0 10px;
}

.grelhapontolista p{
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.fechar i{
	float: right;
	right: 25px;
	color: white;
	font-size: 30px;
	position: absolute;
	top: 25px;
	cursor: pointer;
}


/* FIM.PAGINAS CAPTURA */
.telegram-partilha{
	z-index: 999;
	margin-top: 0;
	position: relative;
}


.telegram-partilha img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: fixed;
	top: 380px;
	left: 35px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.telegram-partilha p{
	color: white;
	background-color: #00ACE5;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #0000;
	position: fixed;
	top: 460px;
	left: 30px;
	font-size: 12px;
	box-shadow: 10px 10px 20px 5px rgba(0,0,0,0.1);
}

.whatsapp p{
	background-color: #23d366 !important;
}

.telegram-partilha i{
	position: fixed;
	top: 360px;
	left: 95px;	
	color: #7A8C9E;
}

.popup-avenger{
	display: inline-block;
	width: 800px;
	height: 400px;
	
  	position: fixed; 
  	top: 50%;
  	left: 50%;
    margin-top: -240px;
  	margin-left: -400px;
	z-index: 9999;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	background-color: rgb(29,151,201,0.9);
	border-radius: 10px;
	border: 6px solid rgba(255,255,255,0.1);
	padding: 10px 5px;
	transition: max-height .2s ease-out;
}

.popup-avenger i{
	padding: 10px 10px;
	font-size: 22px;
	color: white;
	float: right;
}

.popup-avenger > .center > .w50 i{
	float: left;
	display: contents;
	font-size: 20px;
}

.popup-avenger > .center > .w50 span{
	display: contents;
    float: left;
    color: white;
    font-size: 14px;
}

.popup-avenger > .center > .w50 img{
	margin-bottom: 20px;
	border-radius: 50%;
	width: 250px;
	height: 250px;
	margin-top: 40px;
	object-fit: cover;
}

.popup-avenger h2{
	display: inline-block;
	width: 100%;
	line-height: 30px;
	float: left;
	padding-right: 30px;
	margin-top: 15px;
	font-size: 28px;
	color: white;
	margin-bottom: 10px;
}

.popup-avenger p{
	display: inline-block;
	width: 100%;	
	line-height: 22px;
	float: left;
	padding-right: 30px;
	font-size: 20px;
	color: white;
	margin-bottom: 20px;
}

.popup-avenger a{
	float: left;
	color: white;
	font-size: 24;
	padding: 8px 10px;
	background-color: #FF6000;
	text-decoration: none;
	border-radius: 25px;
	border: 2px solid rgba(255,255,255,0.1);
	font-weight: bold;
}


/*telegram popup busca=telegram-popup , menu-busca=menu-telegram*/

#popup-telegram{
	display: none;
}

#close-telegram-icon{
	display: none;
}

.telegram-partilha .menu-telegram {
  cursor: pointer;
  user-select: none;
}
.telegram-partilha .telegram-popup{
	display: none;
}

.popup-avenger > i{
	cursor: pointer;
}

/*FIM.telegram popup busca=telegram-popup , menu-busca=menu-telegram*/


/*pagina brevemente*/
.brevemente h2, .brevemente p, .brevemente h1{
	text-align: center;
	padding: 20px 0;
}

.brevemente h1{
	font-size: 30px;
}

.brevemente{
	height: 100vh;
}

.brevemente > .w300 {
	margin: 0 auto;
}
/*Fim.Pagina brevemente*/

/* INSTAGRAM */

.img-text {
	display: flex;
}

.img-text > .w200 img{

	width: 200px;
	height: auto;
	margin-right: 40px;
}

.grelha-vertical{
	display: inline-block;
	width: 600px;
}

.social-icons i{
	text-align: center;
	color: black;
	background-color: white;
	font-size: 26px;
	margin: -40px 20px 0 20px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0, 0.05);
	width: 50px;
	height: 50px;
	padding: 10px;
}

.social-icons a {
	text-decoration: none;

}
#icon-youtube{
	color: red;
}

#icon-instagram{
	color: #EF4ADA;
}

#icon-facebook{
	color: #3752AB;
}

#icon-twitter{
	color: #19B2EC;
}

#icon-telegram{
	color: #00ACE5;
}

#icon-whatsapp{
	color: #46CC6E;
}

.social-icons{
	max-width: 880px;
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

.listabotoes{
	display: grid;
	margin: 20px 220px;	
}

.largura-igual{
	display: block;
	max-width: 100%;
	text-align: center;
}

.listabotoes a{
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	max-width: 100%;
	color: white;
	font-size: 26px;
	padding: 10px 20px;
	background-color: #2D4B9D;
	margin: 10px auto;
	border-radius: 20px;
	border: 2px solid rgba(255,255,255, 0.5);

}

/* FIM.INSTAGRAM */

/* OBRIGADO */

section.obrigado > .center900{
	margin-top: -20px;
	background-color: white;
	border: 2px solid rgba(0,0,0,0.03);
	padding: 20px 20px;
}

section.obrigado h1{
	font-size: 35px;
	line-height: 40px;
	color: #545f6c;
	text-align: center;
	margin: 20px 0;
}

section.obrigado h2{
	font-size: 25px;
	line-height: 40px;
	color: #545f6c;
	padding: 10px 0 0 0;
}

section.obrigado p{
	font-size: 18px;
	line-height: 24px;
	color: #545f6c;

}

section.obrigado > .center900 > .img-text{
	margin: 10px 0;
	padding: 10px 40px;
}

section.obrigado i{
	font-size: 100px;
	color: rgba(0,0,0,0.06);
	margin: 0 40px;
}

/* FIM.OBRIGADO */

/* ICONS */
/*icon captura*/
.chamada .input-icon i{
	position: absolute;
    margin: 15px 13px;
    color: #D5D5D5;
}
/*icon newsletter*/
.form-news .input-icon i{
	position: absolute;
    margin: 17px 13px;
    color: #D5D5D5;
}
/*icon spam*/
.cadeado-icon i{
	position: absolute;
    margin: 7px 13px;
	font-size: 12px;
}

/* ICONS */

/** SLIDER **/

.slick-dotted ul{
	list-style-type:none;
	text-align:center;
	position:relative;
	margin-top:10px
}

.slick-dotted li{
	display:inline-block;
	margin:0 7px;
}

.slick-dotted button:focus{
	outline:0;
}

.slick-dotted li button{
	width:16px;
	height:16px;
	border-radius:8px;
	color:#d8d8d8;
	border-width:0;
	background:#d8d8d8;
	opacity:1;
	cursor:pointer;
}

li.slick-active button{
	background:#0c3f8a;
	color:#0c3f8a;
}

.slick-slide:focus{
	outline:none;
}

.img-redonda img{
	width: 150px;
	height: 150px;
	object-fit: cover;
	margin: 0 40px 20px 0;
	border-radius: 50%;
	border: 4px solid #fff;
}

/** SLIDER **/

/* search page */

.big-icon{
	font-size: 190px;
	color: #e2e2e2;
}

.removeul li{
	list-style-type: none;
}

/* search page */



@media screen and (max-width: 768px){
	section.topo > .center {margin-top: -100px;}
	.w50{width:100%;}
	.com-tres{width: 100%;}
	.com-tres-mini{width: 100%;}
	.c4{width:100%;}
	section.avenger-news, section.avenger-news-rodape{ padding-bottom: 255px; }
	.form-news input, .form-news input[type=email]{width: 100%;}
	.bloco-unico{height: 100%;}
	.artigo-info span{ font-size: 14px; }
	.img-container img{ height: 100%; }
	.img-container{ height: 100%; }
	.no-image{ max-height: 100%;}
	.thumbnail img {height: 100%;/*288px*/}
	#lerpost{position: unset;}
	.barra{text-align: center; 	height: auto;}
	.barra a{text-align: center;}
	.barra p{margin: 1px 0;}
	.barra i{float: none; position: absolute;right:20px;}
	.cima{top: 70px;}
	.gotopbtn{bottom: 190px;right: 0;}
	#contador{margin-top: 10px;}
	.popup-avenger{width:100%; height: 100%; left:0;top:0;border-radius:0;margin-top:0;margin-left:0;}
	.popup-avenger > .center > .w50{ text-align: center; }
	.popup-avenger a{width: 100%; height: 100%;}
	.popup-avenger p{float: none;}
	.popup-avenger h2{float: none;}
	.popup-avenger span{float: none;}
	.popup-avenger > .center > .w50 img{ height: 200px; width: 200px; }
	.menu-desktop{display: none;}
	.menu-fixo{display: none;}
	.menu-mobile{ display: block; }
	.com-sidebar{ max-width: 100%; }
	.sidebar{ max-width: 100%; }
	.post-container { display: block;}
	.img-text{display: grid;}
	.img-text img{ margin: 0 auto;}
	.img-text h2{text-align: center; margin: 10px;}
	.img-text p{text-align: center;}
	.social-icons i{margin: -40px 5px 0 5px;}
	.social-icons {line-height: 3.5;}
	.captura-artigo{display: inline-block;}
	.seta{display: none;}
	section.comentarios-avenger{ padding: 10px 10px;}
	section.obrigado i{margin: 0 auto;}
	.mockup img{height: 400px;padding: 40px 0 0 0;object-fit: contain;}
	.w33{width: 100%; float: none; text-align: center;}
	.w200{width: 100%; float: none; text-align: center;}
	.grelha-vertical{width: 100%;}
	.listabotoes{margin: 5px 0;}
	section.pagina{height: 100%;}
	.height116{ height: 100% !important;}
	.form-news .aceitar-politicas input{ width: 12px;}
	.widget_media_image { text-align: center; }
	.acf_widget_avenger_widget_image { text-align: center; }
	iframe{ max-width: 100%; max-height: 186px;}
	.artigo-topo ul { display: block;}
	.artigo-topo li { margin: 8px 0; }
	.comentarios-form input[type=text], .comentarios-form input[type=email], .comentarios-form input[type=url]{
		width: 100%; 
	}
	 .com-dois {width: 100%;} .w70 {width:100%;}
	/*MOBILE MENU*/
	div .logo{
		display: none;	
	}

	.menu-mobile {
	  background-color: #fff;
	  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	  position: fixed;
	  width: 100%;
	  z-index: 9999;
	  max-height: 93%;
	  overflow-y: auto;
	}

	.menu-mobile ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  overflow: hidden;
	  background-color: #fff;
	}

	.menu-mobile li a {
	  display: block;
	  padding: 10px 22px;
	  font-size: 20px;
	  font-weight: bold;
	  color: #424242;
	  text-decoration: none;
	  border-top: 2px solid #FEFDFD;
	}

	.menu-mobile li a:hover,
	.menu-mobile .menu-btn:hover {
	  background-color: rgba(0,0,0,0.03); /* #f4f4f4;*/
	}

	.menu-mobile .logo {
	  display: block;
	  float: left;
	  font-size: 18px;
	  padding: 14px 20px;
	  text-decoration: none;
	  transform: none;
      position: unset;
	}

	.menu-mobile .logo img{
		height: 35px;
	}	

	/* menu */

	.menu-mobile .menu {
	  clear: both;
	  max-height: 0;
	  transition: max-height .2s ease-out;
	}

	/* menu icon */

	.menu-mobile .menu-icon {
	  cursor: pointer;
	  float: right;
	  padding: 28px 20px;
	  position: relative;
	  user-select: none;
	}

	.menu-mobile .menu-busca {
	  cursor: pointer;
	  float: right;
	  padding: 17px 20px;
	  position: relative;
	  user-select: none;
	}	


	.menu-mobile .menu-icon .nav-icon {
	  background: #333;
	  display: block;
	  height: 2px;
	  position: relative;
	  transition: background .2s ease-out;
	  width: 18px;
	}

	.menu-mobile .menu-icon .nav-icon:before,
	.menu-mobile .menu-icon .nav-icon:after {
	  background: #333;
	  content: '';
	  display: block;
	  height: 100%;
	  position: absolute;
	  transition: all .2s ease-out;
	  width: 100%;
	}

	.menu-mobile .menu-icon .nav-icon:before {
	  top: 5px;
	}

	.menu-mobile .menu-icon .nav-icon:after {
	  top: -5px;
	}

	/* menu btn */

	.menu-mobile .menu-btn, .menu-mobile .busca {
	  display: none;
	}

	.menu-mobile .menu-btn:checked ~ .menu {
	  max-height: 100%; /*240px*/
	  margin: 0 0 6px 0;
	}

	.menu-mobile .menu-btn:checked ~ .menu-icon .nav-icon {
	  background: transparent;
	}

	.menu-mobile .menu-btn:checked ~ .menu-icon .nav-icon:before {
	  transform: rotate(-45deg);
	  top:0;
	}

	.menu-mobile .menu-btn:checked ~ .menu-icon .nav-icon:after {
	  transform: rotate(45deg);
	  top:0;
	}

	.menu-mobile .busca:checked ~ .menu-busca i {
	  transform: rotate(45deg);
	  top:0;
	}


	/*busca mobile, o desktop está na linha 180*/

	.menu-mobile > .popup-avenger{
		display: none;
	}

	.menu-mobile > .popup-avenger > .center > .w50{
		margin-top: 124px;
	}

	.menu-mobile > .popup-avenger > .center > .w50 input::placeholder{
		color: #C6C6C6;
	}

	.menu-mobile .busca:checked ~ .popup-avenger {
	  max-height: 100%; /*240px*/
	  display: block;
	}


	/*icon busca*/
	.busca-icon i{
		position: absolute;
	    margin-top: 210px;
		left: 33px; 
		font-size: 22px;
		color: #C6C6C6;
	}

	/*fim.busca mobile*/

	/*sub-menu mobile*/

	/*sub-menu aqui*/
	.menu-mobile > .menu li .sub-menu {
		left: 0;
		margin: 0;
		padding: 0 10px;
		width: 100%;
	
	}

	.icon-mobile-menu i{
		display: none;
	}

	.icon-mobile-menu i{
		padding-top: 2px; 
		font-size: 49px;
	}

	.icon-mobile-menu{
		width: 100%;
	}

	.menu-item-has-children > .icon-mobile-menu{
		display: inline-flex;
	}

	.menu-item-has-children > .icon-mobile-menu > .hideicondesktop i{
		display: block;
		position: absolute;
		right: 18px;
	}
	/*
	.menu-item-has-children > .icon-mobile-menu i{
	    display: block;
	    position: absolute;
	    transform: translate(339px,-30px);

	    font-size: 30px; 
	}
*/
	.menu-mobile > .menu > .menu-item-has-children > .sub-menu li{
		display: none;
	}

/*
	.menu-mobile .menu-item-has-children . */

	.menu-mobile > .menu > .menu-item-has-children > a::after {
	    /*content: "▼";*/
	    content: "▼";
	    font-size: 16px;
	    padding-left: 5px;
	}
	
	/*
	.menu-mobile .menu > .menu-item-has-children .sub-menu > .menu-item-has-children > a::after {
	    content: "▼";
	    font-size: 16px;
	    padding-left: 5px;
	}
	*/

	/*FIM.sub-menu mobile*/
	section.topo > .center > .mockup img{
	width: 100%; /*350*/
	}
	.flex-content{
		display: block;
	}

	.menu > .menu-item-has-children > .hideicondesktop{
		display: block;
	}

	.menu > .menu-item-has-children > .hideicondesktop i{
		position: absolute;
	    right: 18px;
	    font-size: 48px;
	    transform: translate(10px,-48px);
	}

	.menu-mobile .menu .menu-item-has-children li{
		background: rgba(0,0,0,0.1);
	}

	.chamada .aceitar-politicas span {
    line-height: 11px;
	}
	.form-news .aceitar-politicas span {
	line-height: 11px;
	}
	.aceitar-politicas input {
    transform: scale(1);
	}
}

