@charset "utf-8";
article#areas {
    position: relative;
    float: left;
}
@charset "utf-8";
/*popup widget*/
.area-description { 
	display: none; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;
    background-color: #000000ab;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999999999;
	justify-content: center;
	align-items: center;
}
.area-description > div {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	background-color: #fff;
	width: 90%;
	position: relative;
	z-index: 11111;
	padding: 44px 44px;
	border-radius: 11px;
	max-width: 1000px;
	max-height: 90vh;
	animation-name: animapop;
	animation-duration: 0.20s;
	animation-timing-function: linear;
	transform: scale(1.0, 1.0);
	overflow-y: auto;
	border-right: 18px #1d3653 solid;
}
.area-description > div::-webkit-scrollbar {
	width: 7px;
}

.area-description > div::-webkit-scrollbar-track {
	background: #1d3653;
	border-radius: 10px;
}

.area-description > div::-webkit-scrollbar-thumb {
	background-color: #e1b68e;
	border-radius: 7px;
	border: 0px solid #f1f1f1;
}

.area-description > div::-webkit-scrollbar-thumb:hover {
	background-color: #ffffff;
}

@keyframes animapop {
  from {transform: scale(0.0,0.0);}
  to {transform: scale(1.0,1.0);}
}
.area-description.ativo {
    display: flex;
    opacity: 1;
}
.area-description.ativo > div {
	opacity: 1;
	background-color: var(--cor-primaria)
}
.area-description.ativo > div:before {
	content:"";
	background-image: url(../../images/simbolo.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width:90%;
	height: 85%;
	opacity: 0.2;
}
.area-description.ativo > div p {
	color: #fff;
}
.area-description.ativo .tit {
	font-weight: 600;
	font-size: 33px;
	color: var(--cor-secundaria);
	margin-bottom: 9px;
	text-transform: uppercase;
	background-color: transparent;
	position: relative;
	top: 0;
}
.area-description.ativo .tit i {color: #e75b0c;font-size: 33px;margin-right: 22px;position: relative;top: 5px;}

.area-description.ativo .txt {
    line-height: 140%;
    text-align: justify;
    padding: 0 22px 22px 0;
}
.single-areas-container > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.area-description.ativo span.fechar-popup {
    position: absolute;
    right: 7px;
    top: 7px;
    background-color: var(--cor-botao);
    border-radius: 100%;
    border: 4px solid #fff;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}
.fechar-popup span:nth-child(1),
.fechar-popup span:nth-child(2) {
	display:block;
	width: 100%;
	height:2px;
	background-color: #fff;
	position: relative;
}
.fechar-popup span:nth-child(1){
    transform: rotate(45deg);
    transform-origin: center;
    top: 0;
    left: 10px;
}
.fechar-popup span:nth-child(2){
    transform: rotate(-45deg);
    transform-origin: center;
    top: 0;
    left: -10px;
}
.area-description.ativo span.fechar-popup:hover { transform: scale(1.1);}
/* ------------------------- MOBILE -------------------------- */

@media screen and (max-width: 700px) {
.area-description > div {
    width: 90%;
    padding: 22px;
}
.area-description.ativo .txt {
    padding: 0 0px 22px 0;
}
}
/*fim*/
/*popup taxonomias ini*/
.bloco {margin: 44px 0 66px}
.area-equipe-item {margin: 0 0 11px 0;}
.area-equipe-item:hover, .areas-tax-posts-relacionados a:hover {background-color: #e7e7e7;}
.areas-tax-posts-relacionados {
    display: block;
    margin: 22px 0;
    float: left;
}
.areas-tax-posts-relacionados a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 11px;
}
.area-equipe-item a {
    align-items: center;
}
.area-equipe-item a:hover { text-decoration: underline !important}
.areas-tax-popup-content > div:first-child {
    padding-right: 44px;
}
.areas-tax-popup .foto {
    width: 77px;
    overflow: hidden;
    height: 77px;
    border-radius: 7px;
    margin: 0 11px 0 0;
}
.areas-tax-popup .foto img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}
.areas-tax-popup .equipe-nome {font-weight: 600;}
.areas-tax-popup-content h1 {
    font-weight: 800 !important;
    font-size: 21px !important;
    color: #e75b0c !important;
    margin-bottom: 9px !important;
    text-transform: uppercase !important;
    background-color: transparent !important;
}

/*popup taxonomias fim */


.areas .content.padding {
    padding: 0;
}
article#areas {
    padding: 44px 7% 88px;
    float: left; 
    margin: 0 !important;
    width: 100%;
    display: block;
}
article#areas h2.widget-title {text-align: center!important;}
article#areas h2.widget-title:after {margin:0 auto !important;}
.widget-areas-tax-pop-content {
    display: flex !important;
     /* Cria três colunas de tamanhos iguais */
     /* Espaço entre os itens do grid */
     /* Espaçamento interno para o contêiner */
    flex-wrap: wrap;
}
.area-item {
	animation-fill-mode: both; /* Garante que a animação permaneça aplicada após o término */
	cursor: pointer;
	background-color: var(--cor-primaria);
	flex: 1 1 38%;
	margin: 6px;
	padding: 22px 11px;
	position: relative;
}
.area-item:hover,
.area-item > a:hover,
.area-item:hover > div > div {
    background-color: var(--cor-secundaria);
    border-radius: 0;
    color: #fff !important;
}
.areabtpopup {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
}
.area-item:hover i {margin-right: 22px; font-size: 28px}
.area-item > a,
.area-item > div {
    font-size: 16px;
    font-weight: 600;
    padding: 11px 11px !important;
    text-align: center;
    display: flex;
    /* border: 1px solid; */
    width: 100%;
    /* height: 134px; */
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 140%;
}
.area-descricao {
    text-transform: none !important;
    font-size: 14px !important;
    line-height: 180%;
    font-weight: 300 !important;
}
.area-item > div i {margin-right:11px; font-size: 22px}
.col50.bloco-content {
    padding-right: 55px;
    padding-top: 25px;
}
.single-areas-container .icone {
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 25px;
    float: right;
    margin-right: 12%;
    position: sticky;
    top: 30%;
    background-color: #e75b0c;
}
.single-areas-container .icone img {/* filter: invert(1); */}
.single-areas-container {
    /* max-width: 1000px; */
    padding: 0 20px 80px 0;
    display: flex;
}

.entry-content.areas {
    margin-bottom: 80px !important;
    float: left;
    width: 100%;
}
.single-areas-content {
    padding: 0 44px;
}
/*////////// sidebar socios da area ///////////*/
.sidebar-areas-equipe-lista {
    margin: 0 0 35px 0;
}
.sidebar-areas{
    padding-left: 33px;
}
.sidebar-areas .tit {
    font-weight: 700;
    color: #37bfef;
    margin-bottom: 22px;
}
.sidebar-areas-equipe-item .item-foto {
    position: relative;
    overflow: hidden;
    width: 96px;
    height: 96px;
}

.sidebar-areas-equipe-item .item-foto img{opacity: 1;line-height: 0;padding: 0;bottom: 0;}
.sidebar-areas-equipe-item {margin-bottom: 11px;position: relative;max-width: 277px;align-items: center;padding: 0 !important;}
.sidebar-areas-equipe-item:hover {background-color: #e9f9ff}
.sidebar-areas-equipe-item .item-texto,
.sidebar-areas-equipe-item .item-texto a.nome {
    font-size: 14px;
    font-weight: 600;
    padding-left: 14px;
    text-decoration: none;
}
.sidebar-areas-equipe-item .item-texto {
    align-self: center;
}
.sidebar-areas-equipe-item .item-texto a.lupa{
    font-size: 12px;
    font-weight: 700;
    color: #004983;
    text-decoration: none;
}
.sidebar-areas-equipe-item  .midias {
    display: flex;
    margin-left: -7px;
}
.sidebar-areas-equipe-item  .midias a.email span:before {
    margin: 0 !important;
    position: relative;
    top: 3px;
}
/*///////*/
/*////////// sidebar noticias da area ///////////*/
.noticiasidebar-resumo a {
    text-decoration: none;
    font-size: 12px;
    color: #666;
    line-height: 140%;
    display: inline-block;
}

.sidebar-noticias-item {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    float: left;
    margin: 11px 0;
    flex-direction: row;
    align-items: center;
}

.sidebar-noticias-item:hover {background-color: #e0e0e0}

.sidebar-noticias-item a.item-foto {
    display: block;
    width: 100px !important;
    float: left;
    height: 100px;
    min-width: 100px !important;
    margin-right: 11px;
    overflow: hidden;
}

.noticiasidebar-resumo {display: none;}

.sidebar-noticias-item a.item-foto .texto-content a {
    text-decoration: none !important;
}

.sidebar-noticias-item 
 .texto-content a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
/*///////*/

/* --------------- MOBILE ------------- */
@media screen and (max-width: 700px) {
	.single-areas-container {
		flex-direction: column;
		padding: 20px 0;
	}
	.single-areas-container .icone {
		margin: 0 auto 20px auto;
		float: none;
	}
	.sidebar-areas-equipe-item {flex-direction: row !important; max-width: 100%;align-items: left}
}

/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
	article#areas{padding: 44px 0}
.col50.bloco-content {
    padding-right: 0px;
    padding-top: 0px;
}
    .grid-areas-item {
    /* max-width: 150px; */
    width: 50% !important;
}
	.single-areas-content {
    padding: 0 0px;
}
	.sidebar-areas{
    padding-left: 0px;
	margin-top:40px}
	.area-description.ativo .tit {
	font-weight: 600;
	font-size: 22px;}
		
}