.grupo-header {
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: var(--bs-h4-font-size);
  margin: 0px 0 -2px;
  text-align: center;
  padding: 0.2rem 0;
  font-weight: 600;
}
.grupo-title {
  font-size: var(--bs-h1-font-size);
  text-align: center;
  font-weight: 500;
  background: var(--bs-gray-medium);
  margin: 0 0 2rem;
  padding: 2.5rem 0;
}

.single-grupos {
  margin-bottom: 4rem;
}
.single-grupos p{
	font-size: var(--bs-t3-font-size)
}

h2.grupo-h2 {
  font-size: var(--bs-h4-font-size);
  margin-bottom: 0,625rem;
}
.single-grupos .views-field.views-field-nothing {
  height: calc(100%);
}
.single-grupos .grid {
  align-items: stretch;
  row-gap: 16px;
}

.single-grupos .contatos a {
    color: var(--bs-gray-dark);
}

.single-grupos .contatos a:hover {
    color: var(--bs-gray-medium);
}
.single-grupos .contatos a::before{
	content: "\f14d";
  font-family: "font Awesome 5 Free";
  color: var(--bs-gray-dark);
  margin-right: 0.3rem;
  font-weight: 600;
}
/*.single-membros .grid .views-field.views-field-nothing {*/
/*  height: 100%;*/
/*}*/

/*.single-membros .listagem-pessoas-mini .foto-nome {*/
/*  display: flex;*/
/*  align-items: start;*/
/*  justify-content: center;*/
/*  gap: 0;*/
/*  flex-direction: column;*/
/*  font-size: 0.875rem;*/
/*  font-weight: 700;*/
/*}*/

.single-grupos .contatos {
  margin-bottom: 2.5rem;
}

.single-grupos {
  padding-bottom: 50px;
}

/*Single Editais e Oportunidades*/
.status {
  display: flex;
  gap: 0.7rem;
}
.subheader_single {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  font-size: var(--bs-h4-font-size);
  color: var(--bs-primary);
}

.status-em_andamento{
	border-radius: 24px;
  background-position: 4px 8px;
  background: var(--bs-btn4-active);
  display: flex;
  width: 124px;
  height: 26px;
  padding: 6px 2px 5px 1px;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-btn4-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  margin: auto;
  color: var(--bb-h1-color);
}

.status-encerrado{
	border-radius: 24px;
  background-position: 4px 8px;
  background: var(--bs-btn4-deactivate);
  display: flex;
  width: 124px;
  height: 26px;
  padding: 6px 2px 5px 1px;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-t3-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  margin: auto;
  color: var(--bb-h1-color);
}

.inscricao {
  display: flex;
  flex-direction: row;
  gap: 90px;
}
.even-trans-wrapper,
.evento-data,
.local-evento,
.even-data-mes {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 1rem 0;
}


.even-trans-wrapper i,
.local-evento i,
i.far.fa-calendar {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-gray-light);
  border-radius: 20px;
  font-size: 2.5rem;
}


.abertura p, .encerramento p {
  color: var(--bs-gray-dark);
  font-family: Raleway;
  font-size: var(--bs-h4-font-size);
  font-weight: 700;
  line-height: normal;
}


.even-trans-wrapper,
.evento-data,
.local-evento,
.abertura time.datetime, 
.encerramento time.datetime{
  color: var(--bs-gray-dark);
  font-size: var(--bs-t2-font-size);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.view-single-editais h2 {
  font-weight: 800;
  margin-top: 60px;
}

.arquivo-item {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  font-size: var(--bs-h4-font-size);
}
.view-single-editais a {
	color: var(--bs-secondary-text-emphasis);
	word-break: break-all;
}

.even-data-hora,
p{
	font-size: var(--bs-t3-font-size);
}

.link-inscricao {
  background: var(--bs-primary);
  border-radius: 20px;
  display: flex;
  gap: 0.75rem;
  width: fit-content;
  padding: 0.25rem 1rem;
  margin: auto;
  margin: 2rem auto;
}

.link-inscricao a {
  color: var(--bs-white);
  text-decoration: none;
  font-size: var(--bs-btn1-font-size);
  font-weight: 800;
}

@media all and (max-width: 400px){
	.subheader_single{
		flex-direction: column;
		gap: 7px;
	}

 p.status-encerrado {
	margin: 0;
}
 .inscricao {
  gap: 10px;
  flex-direction: column;
}
.even-data-mes{
	gap: 10px;
}
}


@media screen AND (max-width: 759px) {
.subheader_single {
    /* flex-direction: column; */
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    column-gap: 0.4rem;
    row-gap: 0;
    justify-content: center;
	}
	
	p.status-em_andamento {
	  /* font-size: 0.75rem; */
	}
	
	.inscricao {
	  flex-direction: column;
	  gap: 26px;
	  font-size: var(--bs-h7-font-size);
	}
	
	.abertura p, .encerramento p, 
	.abertura time.datetime, 
	.encerramento time.datetime {
	  font-size: var(--bs-h7-font-size);
	  margin: 0;
	}
	
	.even-data-mes {
	  padding: 0;
	}
	
	.even-data-mes i.far.fa-calendar {
	  font-size: 2rem;
	  padding: 0.5rem;
	}
}