.secao-graduacao {
  background: linear-gradient(
	  	90deg,
	  	rgba(var(--bs-black-rgb), 0.60) 0%,
	  	var(--bs-gray-dark) 58.17%
		),
		url(https://novo.ifch.unicamp.br/pf-ifch/2025-05/ceeb7b1e60d84cd4c4a6fc3799ba6288559bd23b.png) lightgray 50% / cover no-repeat;
  	margin-top: 40px;
}

.secao-graduacao.secao-ic {
	background: linear-gradient(
	  	90deg,
	  	rgba(var(--bs-black-rgb), 0.60) 0%,
	  	var(--bs-gray-dark) 58.17%
		),
		url(https://novo.ifch.unicamp.br/pf-ifch/2025-05/76a1c15b0f26af20bceb6fbeb98ec1ac1d6c1f78.png) lightgray 50% / cover no-repeat;
}

.secao-graduacao.secao-in {
	background: linear-gradient(
	  	90deg,
	  	rgba(var(--bs-black-rgb), 0.60) 0%,
	  	var(--bs-gray-dark) 58.17%
		),
		url(https://novo.ifch.unicamp.br/pf-ifch/2025-05/f6486d79a96c0e4e5e47c426259938295159b9f6.png) lightgray 50% / cover no-repeat;
}


.secao-graduacao .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-graduacao img{
	width: 100%;
	max-height: 512px;
	margin: 0;
	aspect-ratio: 620/512;
	height: auto;
}

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

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

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


.secao-graduacao 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-graduacao p {
	font-size: var(--bs-h6-font-size);    
	padding-bottom: 12px;
}

/**************************
*			Diferentes telas		*
**************************/
  
@media (max-width: 768px){
	.secao-graduacao {
		background: linear-gradient(
    	180deg,
  		rgba(0, 0, 0, 0.60) 0%,
    	var(--bs-gray-medium) 70%
   ),
    url(https://novo.ifch.unicamp.br/pf-ifch/2025-05/ceeb7b1e60d84cd4c4a6fc3799ba6288559bd23b.png) lightgray 50% / cover no-repeat;
	}

	.secao-graduacao.secao-ic {
		background: linear-gradient(
    	180deg,
  		rgba(0, 0, 0, 0.60) 0%,
    	var(--bs-gray-medium) 70%
  	),
		url(https://novo.ifch.unicamp.br/pf-ifch/2025-05/76a1c15b0f26af20bceb6fbeb98ec1ac1d6c1f78.png) lightgray 50% / cover no-repeat;
	}
	
	.secao-graduacao.secao-in {
		background: linear-gradient(
	  	90deg,
	  	rgba(var(--bs-black-rgb), 0.60) 0%,
	  	var(--bs-gray-dark) 58.17%
		),
		url(https://novo.ifch.unicamp.br/pf-ifch/2025-05/f6486d79a96c0e4e5e47c426259938295159b9f6.png) lightgray 50% / cover no-repeat;
	}

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

	.secao-graduacao img {
		aspec-ratio: 1;
	}

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

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

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


