@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Estilos básicos */
body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	color: #363636;
}

/* Estilo do cabeçalho */
header {
	text-align: center;
	padding: 20px;
	background-color: #fdf5e6;
}

header .logo img {
	max-width: 180px;
	margin-bottom: 20px;
}

header h1 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #4b4b4b;
}

header p {
	font-size: 1rem;
	margin-bottom: 20px;
}

/* Contagem regressiva */
.countdown .timer {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	color: #00300c;
	border-radius: 12px;
	padding: 5px;
	margin: 4px;
	font-weight: 600;
}

.countdown .timer .unit {
	margin: 0 10px;
	text-align: center;
}

.countdown .timer .unit span {
	font-size: 2rem;
	display: block;
	color: #ffffff;
}

.countdown .timer .unit small {
	font-size: 0.8rem;
}

.unit {
	justify-content: space-around;
	background-color: #2a8c4a;
	border-radius: 6px;
	padding: 6px;
}


.poits {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 2rem;
	justify-content: space-around;
	color: #00300c;
}

/* Seção Local */
.location {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #046337;
}

.location .map-button {
	background-color: #005e3e;
	text-decoration: none;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 1rem;
	margin-top: 15px;
	margin-bottom: 10px;
}

.location p {
	font-size: 1rem;
}

.location h2 {
	font-weight: 600;
}

/* Lista de Presentes */
.gift-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
}

.gift-list h2 {
	text-align: center;
	font-size: 1.3rem;
	color: #1a3722;
	margin-bottom: 20px;
}

.gift-list p {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 20px;
}

.gift-item {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gift-item img {
	max-width: 50px;
	margin-right: 15px;
}

.gift-item h3 {
	font-size: 1rem;
	color: #4b4b4b;
	margin: 0;
	flex-grow: 1;
}

.gift-item p {
	font-size: 0.9rem;
	color: #888;
	margin: 0;
	flex-grow: 2;
}

.gift-item .price {
	font-size: 1rem;
	color: #4b4b4b;
	margin-right: 15px;
}

.gift-item button {
	background-color: #4b4b4b;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 1rem;
}

/* Rodapé */
footer {
	text-align: center;
	font-size: 0.9rem;
	padding: 20px;
	background-color: #fdf5e6;
	color: #4b4b4b;
}

/* presentes */
.presentes {
	text-align: center;
	padding: 20px;
}

.presentes .logo img {
	max-width: 190px;
	margin-bottom: 20px;
}

.presentes h1 {
	font-size: 2.5rem;
	margin-bottom: 10px;
	color: #046337;
	font-weight: 700;
}

.presentes p {
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.cardLista {
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 300px;
	padding: 15px;
	text-align: center;
}

.card-title {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #333;
}

.card-text {
	font-size: 1em;
	margin-bottom: 10px;
	color: #666;
}

.card-text2 {
	font-size: 1em;
	margin-bottom: 10px;
	color: #1a1a1a;
}

.card-link {
	display: inline-block;
	margin-top: 15px;
	font-size: 1em;
	color: #2a8c4a;
	text-decoration: none;
	border: 1px solid #00300c;
	padding: 10px 15px;
	border-radius: 5px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.card-link:hover {
	background-color: #00300c;
	color: #fff;
}

.cardLista {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 300px;
	overflow: hidden;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cardLista:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-img {
	width: 100%;
	height: auto;
}

.card-content {
	padding: 15px;
}

.card-title {
	font-size: 1.5rem;
	color: #333;
	margin: 10px 0;
}

.card-description {
	font-size: 1rem;
	color: #666;
	margin-bottom: 15px;
}

.card-button {
	display: inline-block;
	background-color: #02723a;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.card-button:hover {
	color: #00300c;
	background-color: #2df095;
}


.container {
	margin: 20px;
}

#texto {
	font-size: 16px;
	margin-bottom: 10px;
}

button {
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
}

.card-description .pix {
	text-overflow: ellipsis;
	display: none;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 76rem;

}

@media (max-width: 768px) {
	.card {
		flex: 1 1 100%;
		/* Faz os cards ocuparem 100% da largura em telas menores */
		max-width: 100%;
	}
}