/* Utilitarios de fonte (compat) - Bootstrap 5 'fs-*' nao existe no Bootstrap 3 */

/* Tamanho equivalente ao Bootstrap 5 (1.5rem ~ 24px com root 16px) */
.fs-4 {
	font-size: 20px !important;
}

/* Mantem o comportamento responsivo que ja existe para o numero em 'header .tel' */
@media (max-width: 1024px) {
	header .tel.fs-4 {
		font-size: 19px !important;
	}
}

@media (max-width: 800px) {
	header .tel.fs-4 {
		margin-top: 0px;
		font-size: 32px !important;
	}
}

@media (max-width: 758px) {
	header .tel.fs-4 {
		position: absolute;
		margin-top: 190px;
		font-size: 30px !important;
	}
}

