.secao-biblioteca{
	background: linear-gradient(
    90deg,
    var(--bs-gray-light) 30%, rgba(0, 0, 0, 0.40) 100%),
    url(https://novo.ifch.unicamp.br/pf-ifch/2024-12/degrade_entrada-site-biblioteca.png
  ) lightgray -88.201px -403.686px / 118.958% 205.664% no-repeat;
	margin-top: 40px;
}

.secao-biblioteca .content-container {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 4rem;
  margin: auto;
}

.secao-biblioteca img {
	width: 100%;
	aspect-ratio: 1.12;
  height: auto;
  object-fit: cover;
  max-height: 495px;
}

.secao-biblioteca .biblioteca-image {
	max-width: 550px;
}

.secao-biblioteca a::after {
  padding-left: 8px;
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}

.secao-biblioteca a {
	text-decoration: none;
	color: var(--bs-black);
	font-size: var(--bs-btn3-font-size);
	font-weight: 700;
  line-height: 32px;
}

.titulo_acervo {
	font-size: var(--bs-h2-font-size);
	font-weight: bold;
	padding-bottom: 40px;
}

.secao-biblioteca p {
	font-size: var(--bs-t3-font-size);    
	padding-bottom: 12px;
}

.biblioteca-secao-responsavel {
    display: flex;
    width: 515px;
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    border-radius: 12px;
    border: 2px solid var(--Cinza-Escuro, #666);
}

/*****************************************************************
**																															**
**									Acontece na Biblioteca  										**
**					Bloco tem sua própria folha de estilos		 					**
**																															**
*****************************************************************/
/*************Acontece *****************/
.acontece .view-proximos-eventos .view-header {
    max-width: 660px;
}

.content-container.acontece.view-proximos-eventos {
  display: grid;
  grid-template-areas:
    "head side"
    "content side"
    "more side";
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-content: unset;
  flex-direction: unset;
  column-gap: 1.5rems;
}

.content-container.acontece h2.fw-bold {
    font-size: var(--bs-h2-font-size);
    margin-bottom: -3rem;
}
.content-container.acontece .card-evento {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 24px;
    background-color: white;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.10);
    max-width: 300px;
}

.content-container.acontece.view-proximos-eventos .row {
    row-gap: 1.5rem;
}
    
.content-container.acontece .card-evento .corpo-card {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.content-container.acontece .card-evento .img-evento img {
    width: 100%;
    height: auto;
    aspect-ratio: 37 / 20;
    object-fit: cover;
    object-position: center;
}
.content-container.acontece .card-evento .titulo-evento {
    text-align: center;
    display: block;
    font-size: var(--bs-h6-font-size);
    font-weight: 800;
    margin-top: 28px;
}
.content-container.acontece .card-evento .decoracao-titulo {
    display: block;
    bottom: 0;
    margin: auto;
    content: " ";
    border-bottom: 2px solid red;
    width: 60%;
    height: 1px;
    margin-bottom: 20px;
}
.content-container.acontece .card-evento .evento-horario {
    display: block;
    margin-bottom: 16px;
    color: var(--bs-gray-dark);
    font-size: var(--bs-t5-font-size);
    font-weight: 400;
}
.content-container.acontece .card-evento .evento-footer {
    display: flex;
    flex-direction: column;
}
.content-container.acontece .card-evento .evento-footer address {
    font-style: normal;
    color: var(--bs-gray-dark);
    font-size: var(--bs-t5-font-size);
    font-weight: 400;
}
.content-container.acontece .card-evento .evento-footer a {
    color: inherit;
    text-decoration: none;
}

.content-container.acontece .card-evento .evento-footer a.evento-link {
    text-decoration: none;
    color: var(--bs-primary);
    font-size: var(--bs-btn3-font-size);
    font-weight: 700;
    align-self: flex-end;
}

.content-container.acontece .more-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    margin-right: 1rem;
    grid-area: more;
}

.content-container.acontece .more-link a {
    text-decoration: none;
    color: var(--bs-primary-text-emphasis);
    font-size: var(--bs-btn2-font-size);
    font-weight: 700;
    border-radius: 32px;
    border: 2px solid var(--bs-primary-text-emphasis);
    padding: 0.75rem 2rem;
    height: fit-content;
}

.content-container.acontece .view-footer {
    grid-area: side;
    display: flex;
    flex-direction: column;
}

.content-container.acontece .view-footer .fw-bold {
    font-size: var(--bs-h2-font-size);
    margin-bottom: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content-container.acontece .layout.layout--onecol {
    margin-bottom: 31px;
}

.content-container.acontece .field.field--name-field-links-primarios.field--type-link.field--label-hidden.field__items,
.content-container.acontece .field.field--name-field-botao-secundario.field--type-link.field--label-hidden.field__items {
    display: flex;
    flex-direction: column;
    gap: 31px;
}
.content-container.acontece .field__item {
    max-width: 621px;
    background-color: var(--bs-gray-light);
    display: flex;
    justify-content: center;
    padding: 19px 43px 21px 41px;
    border-radius: 20px;
}
.content-container.acontece .field__item a {
    text-decoration: none;
    color: var(--bs-emphasis-color);
    font-size: var(--bs-btn2-font-size);
    font-weight: 700;
}

/*****************************************************************
**																															**
**									Exposições											      			**
**					Bloco tem sua própria folha de estilos		 					**
**																															**
*****************************************************************/
.block-views-blockproximos-eventos-block-15 {
    background: var(--bs-gray-300);
}

.exposicoes .carousel-control-prev a::before {
    font-family: 'Font Awesome 5 Free';
    content: "1";
    font-size: var(--bs-h5-font-size);
    color: var(--bs-primary);
}

.exposicoes span.carousel-control-prev-icon::before {
    content: '\f060';
    font-size: var(--bs-h5-font-size);
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--bs-primary);
    line-height: 1;
}

.exposicoes .carousel-control-prev, 
.exposicoes .carousel-control-next {
    background-color: var(--bs-gray-600);
    opacity: 1;
    height: 62px;
    width: 62px;
    top: 49%;
    border-radius: 50%;
    text-decoration: none;
}

.exposicoes .carousel-control-next-icon, 
.exposicoes .carousel-control-prev-icon {
    background-image: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exposicoes .carousel-control-next-icon:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    line-height: 1;
    font-size: 22px;
    color: var(--bs-primary);
}
.exposicoes {
    background: var(--bs-gray-300);
    padding: 78px 0 133px;
    margin: auto;
}
.exposicoes .position-relative  {
    min-width: 400px;
    max-width: 400px;
}
.exposicoes .view-content.row {
    max-width: 1020px;
    min-width: 1020px;
}
.exposicoes .carousel-inner, 
.exposicoes .carousel-item, 
.exposicoes .carousel-item .row {
    gap: 20px;
    max-width: 820px;
    max-height: 540px;
    min-height: 540px;
    margin: auto;
}
.exposicoes {
  display: flex;
}

.exposicoes .eventos-header {
	margin-bottom: 1.25rem;
}

.exposicoes .card-evento .decoracao-titulo {
	margin: 1.25rem auto auto;
}

.exposicoes a.ver-mais-eventos {
  text-decoration: none;
  font-size: var(--bs-btn1-font-size);
  line-height: 32px;
  font-weight: 700;
  color: var(--bs-primary);
  position:static;
}


.exposicoes h2.proximos-evento-title {
    font-size: var(--bs-h2-font-size);
    margin-bottom: 9px;
}

.exposicoes a.ver-mais-eventos::after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    color: var(--bs-primary);
}

.exposicoes a.ver-mais-eventos.mobile {
    display: none;
}

.exposicoes .card-evento {
	min-width: 400px;
	max-width: 400px;
}

/*****************************************************
**								Card	Exposições														**
*****************************************************/

.exposicoes .card-evento .corpo-card>* {
  flex-grow: 0;
  flex-shrink: 0;
}

.exposicoes .card-evento .descricao-evento {
  flex-grow: 1;
}

.exposicoes .card-evento .evento-footer a.evento-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
}

.exposicoes .card-evento {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 24px;
  background-color: white;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.10);
  max-width: 300px;
}

.exposicoes .card-evento .img-evento img {
  width: 100%;
  height: auto;
  aspect-ratio: 37 / 20;
  object-fit: cover;
  object-position: center;
}

.exposicoes .card-evento .corpo-card {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.exposicoes .card-evento .titulo-evento {
  text-align: center;
  display: block;
  font-size: var(--bs-h6-font-size);
  font-weight: 800;
  margin-top: 28px;
}

.exposicoes .card-evento .decoracao-titulo {
  display: block;
  bottom: 0;
  margin: auto;
  content: " ";
  border-bottom: 2px solid red;
  width: 60%;
  height: 1px;
  margin-bottom: 20px;
}

.exposicoes .card-evento .descricao-evento {
  margin-bottom: 28px;
  flex-grow: 1;
  font-size: var(--bs-t3-font-size);
  font-weight: 500;
}

.exposicoes .card-evento .evento-horario {
  display: block;
  margin-bottom: 16px;
  color: var(--bs-gray-dark);
  font-size: var(--bs-t5-font-size);
  font-weight: 400;
}

.exposicoes .card-evento .evento-horario i.far,
.exposicoes .card-evento .evento-footer address i.fas {
  margin-right: 1rem;
}

.exposicoes .card-evento .evento-footer address {
  font-style: normal;
  color: var(--bs-gray-dark);
  font-size: var(--bs-t5-font-size);
  font-weight: 400;
}

.exposicoes .card-evento .evento-footer {
  display: flex;
  flex-direction: column;
}

.exposicoes .card-evento .evento-footer a {
  color: inherit;
  text-decoration: none;
}

.exposicoes .card-evento .evento-footer a.evento-link {
  text-decoration: none;
  color: var(--bs-primary);
  font-size: var(--bs-btn3-font-size);
  font-weight: 700;
  align-self: flex-end;
}


	/******************************
 *			IFCH em Números				*
 *****************************/
 .big-numbers-view {
 	margin-top: 1.5rem;
 	margin-bottom: 2.25rem;
 }
.big-numbers-view .row {
	gap: 0.5rem;
}
 
.big-numbers .value {
  color: var(--bs-primary);
  font-size: var(--bs-bignumber-font-size);
}

.big-numbers h3 {
  font-size: var(--bs-h4-font-size);
  font-weight: 800;
}

.title-big-numbers {
  font-size: var(--bs-h2-font-size);
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.title-big-numbers strong {
  font-weight: 800;
  
}

.big-numbers {
  background: var(--bs-gray-light);
  border-radius: 20px;
  align-items: center;
  padding: 10px;
}

.big-numbers.col-6 {
    width: calc(50% - 0.5rem);
}
#page-wrapper #page .row .big-numbers {
	padding: 1.5rem 0;
}

	/******************************
 *			Pagina Ecos da Biblioteca *
 *****************************/

.js-view-dom-id-ccebabf716c5fbe7d0cdf36f5325a51efed1328a8e693cf84b9072ecbbec5b3d .title {
    display: none;
}



/************************* Sanderlei 03/07/2025 - fim **********************************/



/****************************
*			Diferentes telas			*
*****************************/
  
@media (max-width: 768px){
	.secao-biblioteca	{
		background: linear-gradient(
		  180deg,
		  rgba(0, 0, 0, 0.60) 0%,
		  var(--bs-gray-light) 70%),
		  url(https://novo.ifch.unicamp.br/pf-ifch/2024-12/degrade_entrada-site-biblioteca.png
		) lightgray -462.936px -143.518px / 198.962% 92.519% no-repeat
	}

	.secao-biblioteca .content-container {
    padding: 1.25rem 1.25rem 2.12rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2.12rem;
    margin: auto;
    flex-direction: column-reverse;
	}
	
	.titulo_acervo {
    font-size: var(--bs-h2-font-size);
    text-align: center;
    font-weight: bold;
    padding-bottom: 1.25rem;
	}
	.secao-biblioteca a {
    display: flex;
    justify-content: center;
    text-decoration: underline;
	}
	
	.big-numbers.col-md-4 {
		width: calc(33.333% - 0.5rem);
	}
	
}

@media (min-width: 768px) {
	.big-numbers.col-md-4 {
		width: calc(33.333% - 0.5rem);
	}
	
	#page-wrapper #page .row .big-numbers {
		padding: 4.25rem 0;
	}
	.big-numbers-view {
		margin-top: 3.75rem;
    margin-bottom: 10rem;
	}
	
	.title-big-numbers {
	  line-height: 4rem;
	  margin-bottom: 3rem;
	}
}