@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

.container {
	background-image: url(./assets/bg.webp);
	background-size: cover;
	background-clip: border-box;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.main-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-image img {
	margin-top: 5rem;
	width: 80%;
	height: 80%;
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

footer {
	text-align: center;
}

footer img {
	width: 17rem;
	margin: 2rem 0;
}


.card {
	background-color: #fff;
	padding: 16px;
	border-radius: 1rem;
}


.cards-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

h3 {
	margin: 0;
	font-weight: 900;
}

p {
	margin: 0;
}

.button {
	margin-top: 1rem;
	background-color: unset;
	outline: none;
	border: 1px solid;
	cursor: pointer;
}

.dash {
	width: 15rem;
	height: 7rem;
	background-color: #020b49;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pontos {
	background-color: #e0f2fd;
}

.metas {
	background-color: #ffffff;
}

.pontos, .metas {
	width: 15rem;
	height: 7rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dash h3 {
	font-size: 1.2rem;
}

.dash p {
	font-size: 0.8rem;
}

.pontos h3, .metas h3 {
	color: #020b49;
	font-size: 16px;
}


.pontos p, .metas p {
	color: #020b49;
	font-size: 12px;
}

.dash button {
	width: 5rem;
	border-color: #ffffff;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 6px;
	padding: 4px;
}

.pontos button, .metas button {
	border-color: #020b49;
	color: #020b49;
	font-weight: 700;
	font-size: 16px;
	border-radius: 6px;
	padding: 6px;
}

/* .dash button:hover {
	background-color: #ffffff;
	transition: 0.5s;
	color: #020b49;
} */

.pontos button:hover/*, .metas button:hover*/ {
	background-color: #020b49;
	color: #ffffff;
	transition: 0.5s;
}

.dash button, .metas button {
	background-color: #f5f5f5;
	color: #999;
	border-color: #ddd;
	cursor: no-drop;
	opacity: 0.7;
	margin-bottom: 10px;
}

.span-menor-cinza {
	font-size: 10px;
}

@media screen and (min-width: 560px) {
	.main-image img {
		margin: 0;
		width: 60%;
		height: 60%;
		position: relative;
    
	}

	.content {
		flex-direction: row;
		position: relative;
		top: -3.5rem;
	}

	.card {
		padding: 1rem;
	}

	.dash {
		width: 15rem;
		height: 17.1rem;
		gap: 1rem;
	}

	.dash h3 {
		font-size: 32px;
	}

	.pontos h3, .metas h3 {
		font-size: 18px;
	}

	.dash p {
		width: 13rem;
		font-size: 1.2rem;
	}

	.pontos p, .metas p {
		font-size: 14px;
	}

	.dash button {
		width: 6rem;
		font-size: 18px;
		border-radius: 6px;
		padding: 8px;
	}

	footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	
	footer img {
		width: 560px;
		margin:  0;
		position: relative;
    top: -2rem;
	}

	.dash button {
		margin-bottom: 1.8rem;
	}
	
	.metas button {
		margin-bottom: 8px;
	}
}

@media screen and (min-width: 1024px) {

	.main-image img {
		width: 32rem;
		height: 32rem;
		top: -3rem;
	}

	.content {
		top: -6.25rem;
	}

	.card {
		padding: 1.3rem;
	}

	.dash {
		height: 18rem;
	}

	.dash button {
		width: 7rem;
		font-size: 22px;
	}
	
	footer img {
		width: 575px;
    top: -3rem;
	}

	.dash button {
		margin-bottom: 2.4rem;
	}
}
