/**COR DE FUNDO DO SITE*/
body {
	background: #FFFFFF;
}

/*
 * 
 * Pagina Newsletter
 * 
 * 
 * */

/**Primeiro texto*/
.tnp-field-firstname label {
	content: '';
	visibility: hidden;
	
}
.tnp-field-firstname label:after {
	content: 'Primeiro Nome ou Nome Completo';
	visibility: visible;
	display: block;
	margin-left: 0px;
	margin-right: 10px;
}
/** Email*/
.tnp-field-email label {
	content: '';
	visibility: hidden;
	
}
.tnp-field-email label:after {
	content: 'E-mail';
	visibility: visible;
	display: block;
	margin-left: 0px;
	margin-right: 10px;
}

/** Cancelar Sub*/
.newsletterpage div div p a {
	content: '';
	visibility: hidden;
	
}
.newsletterpage div div p a:after {
	content: 'Cancelar Subscrição';
	visibility: visible;
	display: block;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: -40px
}

/** Cancelar Sub*/
.newsletterpage div div p  {
	content: '';
	height: auto!important;
	visibility: hidden;
}

.tnp-field-button {
	padding-top: 20px;
}
/*
 * 
 * Pagina Newsletter
 * 
 * */
/*
 * Alinhar horizontalmente lista de associados
 * */

.vertical-allign-column{
	display: inline;
	position:  relative;
	margin: auto;
	vertical-align: middle;
}

.elementor-element-f1f8d19 img {

}

/*
 * Aumentar tamanho da popup da imagem 
 * */

.elementor-lightbox-item img {
	display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;	
  transform: translate(-50%, -50%);
	padding-top: 1%;
}

/*Menu sobre o footer nas várias paginas - adicionar esta classe 
 Fundo, largura e zona de trabalho*/
.parent-menu-custom{
	background-color: #e2f0f3;
	width: 120vw;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20vw;
	margin: auto;
	margin-left: -17vw;
}


/*Estrutura, icon*/
.parent-menu-custom li {
	
	color: black;
	display: inline-block;
	width: 20%;
	margin:0px ;
	padding: 10px;
	list-style: none;
	background-image: url("/wp-content/uploads/2018/10/unnamed-2.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding-left: 25px;
	vertical-align: middle;
}
/*Cor de texto*/
.parent-menu-custom li > a{
	color: #524f50;
	text-height: bold;
}

/*Header - cor do texto*/
.container .bs-navbar-collapse ul > li > a{
	color: #9bcedb;
	
}
/*remover titulo categoria*/

#themo_default_layout {
	display:none;
}
/*Header - espaçamento dos menus*/
#menu-associado , 
#menu-header-en  {
	float: none;
}

#menu-associado > li > a, 
#menu-header-en  > li > a {
	text-align: center;

}

#menu-associado .caret,
#menu-header-en .caret{
	display:none;
}
#menu-associado .dropdown-menu, #menu-header-en .dropdown-menu {
	left: auto;	
	min-width: 100%;
}
#menu-associado li > ul > li > ul ,
#menu-header-en li > ul > li > ul  {
	left: 100% !important;	
	right: auto;
}

/*Footer inicial(imagens)*/
.footer {
	background: white;
	padding: 0px 0 0;
}

.footer .container .footer-widgets .footer-area-1 section div img {
	max-height: 75px;
	object-fit: contain;
	width: auto;
}
.footer .widget-inner a{

	display: inline-block;
}
/*Footer Copyright*/
.footer-btm-bar {background: #37505a;
		padding: 0px 0px 0px 0px;
		font-size: 10px;
}
.footer .footer-copyright {
    text-align: left;
}

.footer-copyright  p {
	margin: 0px;
	font-size: 12px
}
/*Alternar Footer*/
/*Politica Privacidade*/
.footerpt:lang(en){
	display: none;	
	visibility: hidden;
}
/*Politica Privacidade*/
.footeren:lang(pt){
		display: none;	
    visibility: hidden;
}
/**Botão ler mais*/
.post-excerpt a:lang(pt) {
	visibility: hidden;
}
.post-excerpt a:lang(pt):after {
	content: 'Ler Mais';
	visibility: visible;
	margin-left: -55px;
}

/**remover margem entre footers*/
.footer-widgets.row {
	margin-bottom: 0px;
}
.footer .widget {
	margin-bottom: 0px;
}
/*Colocar icons no extremo direito*/
.footer-area-1 {
	display: inline;
	width: 100vw;
	margin: 0px;
}

.footer-area-1 .media_image-5{
	float: left;
}
/*imagens no extremo direito*/
.footer-area-1 .media_image-9{
	float: right;
	margin-top: 0px;
	margin-right: 30px;
}

/*aumentar o tamanho limite da posição dos elementos do footer*/
.footer-widgets.row  .footer-copyright {
	width: 100vw;
	margin-left: -50vw;
  margin-right: -50vw;
}
/*altura imagem artivos*/
.mas-blog-post img{
	max-height: 130px;
	object-fit: cover;
}


/**fundo dos artigos, remover borda*/
.mas-blog-post .post-inner{
		background: #ecf4f6;
		border: 0px;
		height: 180px;
		overflow: hidden;
}
/*Limitar texto do artigo*/
.mas-blog-post .post-excerpt p{
  	overflow: hidden;
  	text-overflow: ellipsis;
		display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
}

/*Ler mais*/
.mas-blog-post .post-excerpt a{
	display: block;
	position: absolute;
	top: 95%
}
/*remover data dos artigos*/
.mas-blog-post .date-meta{
	display: none;	
}

/*remover margem entre titulo e imagem*/
.elementor-element-bf6d2b6 , .elementor-element-69f0add , .elementor-element-8a05ae4 {
	margin-bottom: 0px !important
}


/*Permitir a expansão do footer ao limite da pagina*/
.container{
	max-width: none !important; 
}

/*Remover Notas por baixo da caixa de comentarios*/

.form-allowed-tags, .comments-closed{
	display: none;
}


/*
 * FUNDO TITULO ARTIGOS
 * */
#themo_single_post_layout  {
	background: #093a62;
	width: 120vw;
	margin-left: -20vw;
	padding-left: 20vw;
}
/*Definir Largura dos artinos nas páginas das categorias*/
#themo_default_layout_content div {
	max-width: 80vw;
	margin:auto;
	padding-bottom: 20px;
}


/*Ativar titulo*/

#themo_single_post_layout .entry-title{
		display:block;
	margin-left: 30px;
}
/*
 * 
 * PARA RESOLUÇÔES COM MAIS DE 1200 de largura
 * 
 * */
@media screen and (min-width: 1000px) {
	.parent-menu-custom ul {
		margin-right: 0vw;
}
}

/*
 * 
 * PARA RESOLUÇÔES COM MAIS DE 1600 de largura
 * 
 * */
@media screen and (min-width: 1600px) {
	.parent-menu-custom ul {
		margin-right: 16vw;
}
}
/*
 *
	PARA COMPUTADORES
 * 
*/
@media screen and (min-width: 770px) {
	
/*Allinhar textos dos artigos com as imagens*/

.post-inner {
	/*margin-left: 30px;*/
}


/**Centrar imagem na página do artigo
 * Alinhar Titulo, texto e imagem*/
/*centrar posted by*/
	
.post > .wp-post-image, .post > .post-inner > .post-meta{
	text-align: center;
	display: block;
/*margin: auto;*/
	width: 100%;
	max-width: 1140px;

/*margin-left: 30px;*/
}
/*Cont*/
	.sharedaddy {
		/*margin: auto;*/
		width: calc(100%-60px);
		max-width: 1140px;
	}
	/*Cont*/
	#themo_single_post_layout_content >.container > .row >.col-md-12 > .post > .post-inner > .entry-content > .elementor > .elementor-inner > .elementor-section-wrap  .elementor-container {
	/*	margin: auto;*/
		width: calc(100%-60px);
		max-width: 1140px !important;	
	}
	/*Cont*/
	.entry-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-element > .elementor-container {
		margin-left: 0px;
		width: auto;
	}
	
	/*Cont*/
	#themo_single_post_layout .entry-title {
		margin-left: 15px;
		
	}
	
	/**defiir altura do bloco para nao sobrepor a ATIVIDADE*/
	.elementor-element-58d141f {
		height: 360px;
	}
	/*Definir o tamanho dos separadores para o header desktop*/
	#menu-associado > li, 
	#menu-header-en > li {
		width: 17%
	}
		
	#menu-associado, #menu-header-en{
	}
	.logo-main {
		padding-left:7vw;	
	}
	
		/*Tamanho Minimo do titulo(2 linhas)**/

	.mas-blog-post .post-title {
		min-height: 50px;
	}
}
/*
 * *
 * * PARA DISPOSITIVOS MOVEIS
 * *
*/
@media screen and (max-width: 769px) {
	
	/*Corigir bug largura imagens*/
	.post > .wp-post-image{
		margin:0px;
	}
	
	/*Colocar Tab das categorias e bloco com noticia a uma largura relativa ao ecra*/
	
.elementor-section-boxed .elementor-widget-wrap .elementor-widget-container {
	width: 100%
	}
	/*Menu footer*/
	.parent-menu-custom li {
		display: block;
		width: 100%;
		margin:0px ;
		padding: 10px;
		list-style: none;
		padding-left: 25px;
	}
	
	/*Header - espaçamento dos menus*/
	
	#menu-associado > li, 
	#menu-header-en > li {
		width: 100%;
	}
	.mas-blog {
		height: 330px !important;
	}
	
	/*Corrigir aumento de tamanho da lightbox em mobile*/
	.elementor-lightbox-item img {
	 min-height: 80%;	
	}
}