body {
	margin: 0;
	line-height: normal;
	font-family: 'Encode Sans', sans-serif;
	font-size: 18px;

  }

footer{
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
}
.landing-minoristes {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	color: #111;
	height: 1024px;
  	padding-bottom: 80px;
  	position: relative;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  }

.landing-minoristes-child {
	width: 100%;
	background-color: #10412a;
	height: 450px;
}

.san-benito-container {
	margin-top: 150px;
	margin-bottom: 30px;
	width: 25%;
	line-height: 140%;
	display: inline-block;
}

.clip-path-group {
	width: 887px;
	height: 279px;
}

.container-registro {
	width: 40%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin: 20px auto;
	padding: 60px;
	gap: 24px;
}

.registro-titulo {
	margin: 0 10px;
	text-align: right;
	font-size: 1.3em;
	color: #fff;
	font-family: Georgia, serif;
	gap: 24px;
}

h2{
	margin-top: 0px;
}



.registro-cta {
	text-align: left;
	color: #fff;
	font-size: 16px;
	max-width: 50%;
	margin: 0 auto;
	line-height: 1.6;
}

.button {
	margin-top: 40px;
}

.btn-visitar {
	background-color: #d3b143;
	color: #111;
	padding: 14px 24px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, serif;
	margin-top: 20px;
}

/* =========================== */
/*        MEDIA QUERIES        */
/* =========================== */
@media (max-width: 1440px) {
	.landing-minoristes {
		height: auto;
		padding-bottom: 80px;
	}

	.landing-minoristes-child {
		position: relative;
		width: auto;
		height: 300px;
		display: flex;
		justify-content: center;
  	}

	.san-benito-container {
		margin-top: 40px;
		width: 80%;
		line-height: 140%;
		display: inline-block;
	 }
	.logo-old-ginkgo {
		position: relative;
		bottom: auto;
		left: 0;
		transform: none;
		justify-content: center;
		margin: 20px auto;
	}
	
	.clip-path-group {
		width: 80%;
		height: auto;
	}

	.landing-minoristes-child {
		width: 100%;
		background-color: #10412a;
		height: auto;
		padding: 50px;
	}

	.container-registro {
		width: 80%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0 auto;
		gap: 24px;
	}
	
	.registro-titulo {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 1.2em;
		color: #fff;
		font-family: Georgia, serif;
		gap: 24px;
	}
	
	.registro-cta {
		max-width: 100%;
		text-align: center;
		color: #fff;
		font-size: 16px;
		margin: 0 auto;
		line-height: 1.6;
	}
}