.secao-ael {
  background: linear-gradient(
    90deg,
    rgba(187, 9, 9, 0.40) 0%,
    var(--bs-primary) 58.17%),
    url(https://novo.ifch.unicamp.br/pf-ifch/2024-11/ael.png
  ) lightgray 0px -590.534px / 100% 272.476% no-repeat;
  margin-top: 40px;
}

.secao-ael .content-container {
	padding: 54px 0px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  color:var(--bs-white);
  gap: 4rem
}

.secao-ael img{
  width: 100%;
  max-height: 463px;
  margin: 0;
  aspect-ratio: 0.80;
  height: auto;
}

.secao-ael .acervo-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 36px;
}

.secao-ael .acervo-content {
  height: auto;
  max-width: 716px;
}

.secao-ael p {
    font-size: var(--bs-t2-font-size);
    font-weight: 400;
    line-height: 30px;
}

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

.secao-ael a {
	text-decoration: none;
	color: var(--bs-white);
  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-ael p {
	font-size: var(--bs-h6-font-size);    
	padding-bottom: 12px;
}

/**************************
*			Diferentes telas		*
**************************/
  
@media (max-width: 768px){
	.secao-ael {
	  background: linear-gradient(
     180deg,
     rgba(187, 9, 9, 0.40) 0%,
     var(--bs-primary) 58.17%),
     url(https://novo.ifch.unicamp.br/pf-ifch/2024-11/ael.png
  	) lightgray 0px -54.534px / 100.929% 100% no-repeat;
	  margin-top: 40px;
	}

	.secao-ael .content-container {
		flex-direction: column;
		padding: 1.25rem 1.25rem 2.12rem 1.25rem;
		gap: 34px;
		
	}

	.secao-ael .acervo-content {
    gap: 20px;
	}

	.acervo-content .titulo_acervo, .secao-ael p {
		padding-bottom:0;
	}

	.secao-ael a {
		display: flex;
    justify-content: center;
    text-decoration: underline;
	}
}


