/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2025 | 13:04:15 */
/*DUVIDAS */
.duvidas {
	display: flex;
    flex-direction: column;
	background: transparent url('https://ip5.com.br/wp-content/uploads/2025/05/help-sm.png') no-repeat top left;
	padding-left: 35px;
}

.duvidas__title {
	font-size: 14px;
	line-height: 1;
	display: block;
}

.duvidas__subtitle {
	font-size: 12px;
	text-decoration: underline;
}

.duvidas__contato {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 35px;
	margin-top: 12px;
}

.contato__teams,
.contato__whatsapp {
	width: 24px;
	aspect-ratio: 1 / 1;
	display: block;
}

.contato__teams {
	background: transparent url('https://ip5.com.br/wp-content/uploads/2025/05/teams-sm.png') no-repeat center;
}

.contato__whatsapp {
	background: transparent url('https://ip5.com.br/wp-content/uploads/2025/05/whatsapp-sm.png') no-repeat center;
}