@import url('https://fonts.googleapis.com/css2?family=Alata&family=Forum&family=League+Spartan:wght@100..900&family=Prompt: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');



.imageblur{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	width: 100%;
	background-image: url('../img/campamento.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: saturate(180%);

}


.container{
	width: 90%;
	height: 90vh;
	background-color: #FFFFFF;
	opacity: 1;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.container1{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;


}

.containerimage{
	width: 95%;
	height: 95%;
	border-radius: 20px;
	background-image: url('../img/campamento.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.container2{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container2title{
	text-align: center;
	color: #1034B1;
}