@import url("https://fonts.cdnfonts.com/css/cabinet-grotesk");
@import url("https://fonts.cdnfonts.com/css/inter");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

.aguardando-pagamento-header {
	width: 100%;
	padding: 12px 0;
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

.diagnostico-wrapper {
	background-color: #f3fcff;
	position: relative;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
}

.diagnostico-section {
	padding: 32px 32px;
	background-color: #fff;
	width: fit-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	margin-top: 100px;
}

.diagnostico-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #005ebd;
}

.diagnostico-title {
	font-family: "Cabinet Grotesk";
	font-style: normal;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height, or 120% */

	/* Escala Cinza/600 */

	color: #515151;
}

.text-diagnostico {
	width: 527px;
	height: 18px;

	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height, or 129% */

	/* Escala Cinza/400 */

	color: #818181;
}

.diagnostico-datas {
	margin-top: 12px;
	padding: 16px;
	background: #b1d7ff29;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.diagnostico-razao-social .razao-social,
.diagnostico-cnpj .cnpj {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height, or 129% */

	/* Escala Cinza/400 */

	color: #575c60;
}

.diagnostico-razao-social .razao-social-data,
.diagnostico-cnpj .cnpj-data {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height, or 129% */

	/* Escala Cinza/400 */

	color: #575c60;
}

.pendencys-wrapper {
	margin-top: 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.pendencys {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;

	background: #ffffff;
	/* Escala Cinza/10 */

	padding: 8px;
	width: 100%;
	border: 1px solid #ebf1f6;
	border-radius: 8px;
}

.pendencys-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pendencys-text span {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	/* identical to box height, or 133% */

	display: flex;
	align-items: center;

	color: #535353;
}

.pendencys .pendencys-qtd {
	font-family: "Cabinet Grotesk";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	display: flex;
	align-items: center;

	color: #535353;
}

.declarations-in-pendency-wrapper,
.das-in-pendency-wrapper {
	margin-top: 32px;
}

.declarations-in-pendency-title,
.das-in-pendency-title {
	font-family: "Cabinet Grotesk";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;

	/* identical to box height, or 125% */

	/* Escala Cinza/600 */

	color: #515151;
	margin-bottom: 12px;
}

.pendency-declaration-link,
.pendency-das-link {
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
}

.pendency-status,
.das-pendency-status {
	background-color: #ffc60014;
	width: fit-content;
	padding: 4px 18px;
	border-radius: 1000px;
}

.pendency-status-text {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	/* identical to box height, or 171% */

	display: flex;
	align-items: center;
	text-align: right;

	/* Semânticas/Amarelo/500 */

	color: #ad8000;
}

.pendency-declaration,
.pendency-das {
	display: flex;
	align-items: center;
	justify-content: space-between;

	background: #ffffff;
	/* Escala Cinza/10 */

	border: 1px solid #ebf1f6;
	border-radius: 8px;
	padding: 8px;
}

.img-and-year-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.declaration-pendency-year,
.das-pendency-year {
	font-family: "Cabinet Grotesk";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	display: flex;
	align-items: center;

	color: #535353;
}

.das-price {
	font-family: "Cabinet Grotesk";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	display: flex;
	align-items: center;
	text-align: right;

	color: #535353;
}

.total-value-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 8px;
}

.total-value-wrapper p,
.total-value-wrapper span {
	font-family: "Cabinet Grotesk";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	display: flex;
	align-items: center;

	color: #535353;
}

.installments:hover {
	background-color: #1277db;
}

@media screen and (max-width: 579px) {
	.diagnostico-wrapper {
		padding: 32px 3%;
	}
}

.button {
	width: 100%;
	height: 48px;
	background-color: #005ebd;
	border: 0;
	border-radius: 1000px;
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
}

.steps-number {
	/*font-family: "Roboto Flex";*/
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height, or 129% */

	/* Gray Scale/400 */
	color: #4c4e61;
	margin-bottom: 8px;
	font-family: "Inter";
}