main {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#s-info-eventos {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 40px 0px;
}

#s-info-eventos h3 {
	font-size: 30px;
	color: var(--azul);
	text-align: center;
	font-family: "Montserrat-Bold";
}

#s-info-eventos p {
	width: 80%;
	font-size: 22px;
	color: var(--azul);
	text-align: center;
}

#s-eventos {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
}

.collage-eventos {
	width: 45%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.collage-eventos img {
	width: 100%;
}

#s-eventos > img {
	width: 55%;
}

#s-carousel-eventos {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 50px 0px;
}

#info-car-even {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#info-car-even p {
	text-align: justify;
	color: #000;
	font-size: 20px;
}

#content-carousel-even {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#carousel-eventos {
	width: 100%;
	display: block;
}

#carousel-eventos img {
	width: 100%;
	border-radius: 20px;
}

#bnn-izq {
	left: -30px;
}

#bnn-der {
	right: -30px;
}

.img-principal-desk {
	display: flex;
}
.img-principal-res {
	display: none;
}

@media screen and (max-width: 1024px) {
	#s-info-eventos h3 {
		font-size: 25px;
	}
	#s-info-eventos p {
		font-size: 18px;
	}

	#s-eventos {
		width: 90%;
		flex-direction: column-reverse;
		gap: 10px;
	}

	.collage-eventos {
		width: 100%;
		gap: 10px;
	}
	#s-eventos > img {
		width: 100%;
	}

	#s-carousel-eventos {
		width: 100%;
		gap: 20px;
		padding: 20px;
		flex-direction: column;
	}

	#info-car-even {
		width: 90%;
		gap: 30px;
	}

	#content-carousel-even {
		width: 90%;
	}

	#bnn-izq {
		left: -17px;
	}

	#bnn-der {
		right: -17px;
	}

	.bnn {
		top: calc(50% - 25px);
	}

	.img-principal-desk {
		display: none;
	}
	.img-principal-res {
		display: flex;
	}
}
