/* =======================================
   BG·LBC - ASSOCIADOS
   Profile Layout do CPT Associados
========================================*/

/* Color Set */
:root {
	--the-red: #BA2229;
	--the-black: #1A1919;
	--the-white: #FFFFFF;
	--the-light-gray: #f0f0f0;
	--the-medium-gray: #999999;
	--the-dark-gray: #666666;
}

/* ------------------------------
   CONTAINER PRINCIPAL
------------------------------ */
.bglbc_asprofile_nome {
	font-family: "Exo 2", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 56px;
	line-height: 72px;
	color: var(--the-black);
	width: 100%;
	padding: 0px;
	margin: 0px;
	}
}





img.bglbc_id_fimg {
	width: 100%!important;
}
.bglbc_meta_morada {
	margin-bottom: 54px;
}
.bglbc_meta_datatitle {
	font-family: "Exo 2", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #1a1919;
	margin-bottom: 24px!important;
}
.bglbc_titlemeta_datasubtitle {
	font-family: "Inter";
	font-weight: 600;
	font-size: 18px;
	line-height: 38px;
	color: #1a1919;
	text-decoration: none;
}
.bglbc_meta_datacontent {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	color: #1a1919;
}

.grid__contacts {
	display: grid;
	grid-template-columns: 1fr 1fr; /* duas colunas iguais */
	grid-auto-flow: row;            /* preencher linha a linha */
	gap: 0rem 1rem;
}
.grid__contacts p {
  margin: 0!important;
}


.bglbc_mo_missao {
	margin-bottom: 56px;
}
.bglbc_mo_datatitle {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	color: #1a1919;
	margin-bottom: 24px;
}
.bglbc_mo_datacontent {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	color: #1a1919;
}