html{
	font-size:100%;
}

.imagem img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center;
}

.title {
  font-size: var(--bs-h1-font-size);
  font-weight: 800;
  text-align: center;
  margin: 4rem 0;
}


/** Texto **/
.apoio {
  font-size: var(--bs-h7-font-size);
  line-height: 32px;
}

.apoio h2 {
	font-size: var(--bs-h2-font-size);

}

.apoio h3 {
	font-size: var(--bs-h3-font-size);
}

.apoio h4 {
	font-size: var(--bs-h4-font-size);
}

.apoio h5 {
	font-size: var(--bs-h5-font-size);
}

.apoio h6 {
	font-size: var(--bs-h6-font-size);
}
.apoio .clique-aqui{
		color: var(--bs-primary);
		text-transform: uppercase;
		text-decoration: none;
}
/**/
/*Diferentes telas*/
/**/

@media (max-width: 768px) {
	.apoio{
  font-size: var(--bs-h5-font-size);
  line-height: 26px;
	}
.apoio a{
	word-break: break-all;
}
.title{
	margin: 15px 0;
}
	img.imagem-mobile {
    width: 100%;
    height: auto;
}
	
}
 