* {
	padding:0;
	margin:0;
  }

body
{
	font-family: 'Inter', sans-serif;
	color: #333;
	font-style: normal;
}

.row {
	height: 100vh;
}

.col {
	height: auto;
}

.dotflow {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}

.bg-col-right {
	background: linear-gradient(180deg, #E9E9F0 0%, #EDECF6 100%);
}

.btn-primary{
	border-radius: 80px;
	background: #314BDB;
	padding: 16px 32px 16px 32px;
}

.container-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.subtitulo {
	color: #312E81;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.fundo-dotflow {
	display: flex;
	width: 212px;
	height: 48px;
	justify-content: flex-end;
	border-radius: 12px 0px 0px 12px;
	background: rgba(115, 102, 254, 0.25);
	font-size: 40px;
	font-weight: 700;
	border-right: 3px solid #7366FE;
	margin-top: 3px;
}

.powered {
	color: #BFBFD2;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
}

strong {
	font-weight: 600;
}

h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	padding: 0;
	margin-: 0;
}

h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

p.center {
    text-align: center;
}

span {
	line-height: 48px;
}

.icon-list {
	display: flex;
	width: 30px;
	height: 30px;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 150px;
	background: rgba(167, 160, 225, 0.20);
}

.list-item {
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.list {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
}

@media (max-width: 1400px) {
    .fundo-dotflow {
		height: 45px;
		font-size: 32px;
	}

	span {
		line-height: 45px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 20px;
	}

	.subtitulo {
		font-size: 12px;
	}

	p {
		font-size: 14px;
	}

	.btn-primary{
		padding: 12px 28px 14px 22px;
		font-size: 14px;
	}
}


@media (max-width: 580px) {
    .fundo-dotflow {
		height: 41px;
		font-size: 32px;
	}

	span {
		line-height: 41px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 20px;
	}

	.subtitulo {
		font-size: 12px;
	}

	p {
		font-size: 12px;
	}

	.btn-primary{
		padding: 8px 24px 8px 24px;
		font-size: 12px;
	}
}