body {
	background-image: url("/assets/images/fondo-leader.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.main-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100dvh;
	backdrop-filter: blur(7px);
	row-gap: 50px;
}

.chq-logo {
	max-width: 90%;
}

.title-choose-country {
	font-family: "Poppins", sans-serif;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

.flags-container {
	width: 100%;
}

.flag-link {
	width: 80%;
}

.flag-image {
	width: 100%;
}

.flag-image:hover {
    box-shadow: 0px 0px 10px 5px rgb(255 255 255 / 50%);
}

@media (min-width: 768px) {
	.title-choose-country {
		font-size: 32px;
		line-height: 36px;
	}
}

@media (min-width: 992px) {
	.flags-container {
		max-width: 990px;
	}
	
	.flag-link {
		width: 44%;
	}
}
