/* ===============================
   PARALLAX ARRIENDOS
   =============================== */

#am-arriendos-parallax {
	position: relative;
	min-height: 70vh;
	background-image: url("../../../imagen/reitelchile/fondo-arriendo.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}

#am-arriendos-parallax .am-arriendos-overlay {
	width: 100%;
	background: linear-gradient(
		rgba(0,0,0,0.65),
		rgba(0,0,0,0.45)
	);
	padding: 6rem 1rem;
}


/* Contenido */
#am-arriendos-parallax .am-arriendos-contenido {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

/* Títulos */
#am-arriendos-parallax h1 {
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}

#am-arriendos-parallax h2 {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	color: #f2f2f2;
}
#am-arriendos-parallax h1,
#am-arriendos-parallax h2 {
	text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}


@media (max-width: 768px) {
	#am-arriendos-parallax {
		background-attachment: scroll;
		min-height: auto;
	}

	#am-arriendos-parallax h1 {
		font-size: 2.2rem;
	}

	#am-arriendos-parallax p {
		font-size: 1.1rem;
	}


}
#am-nutramkan{
	margin-top: -55px;
	z-index: 1;	
}
#am-rakin{
	z-index: 2;
}
#am-arriendos-parallax p {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	color: #ffffff;
	text-shadow: 0 2px 6px rgba(0,0,0,0.65);
	color: #fff !important;
}
#am-arriendos-parallax .am-arriendos-overlay {
	background: linear-gradient(
		to bottom,
		rgba(0,0,0,0.65) 0%,
		rgba(0,0,0,0.45) 50%,
		rgba(0,0,0,0.65) 100%
	);
	padding: 9rem 1rem;
}

#am-arriendos-parallax::after {
	content: "↓";
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 2rem;
	opacity: 0.7;
}
#am-arriendos-parallax {
	background-position: center;
	position: relative;
	min-height: 70vh;
	background-image: url("../../../imagen/reitelchile/fondo-arriendo.png");
	background-size: cover;

	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	color: #ffffff; /* Texto blanco por defecto */
}

/* Capa oscura */
#am-arriendos-parallax::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1;
}

/* Asegurar que el contenido quede arriba */
#am-arriendos-parallax .am-arriendos-overlay,
#am-arriendos-parallax .am-arriendos-contenido {
	position: relative;
	z-index: 2;
}
#am-arriendos-parallax h1::after {
	content: "";
	display: block;
	width: 90px;
	height: 3px;
	margin: 1rem auto 1.5rem;
	background: #ffffff;
	opacity: 0.85;
}

#am-arriendos-parallax p {
	background: rgba(0,0,0,0.35);
	padding: 1.5rem 2rem;
	border-radius: 8px;
	backdrop-filter: blur(3px);
}
#am-arriendos-parallax p {
	border-left: 3px solid rgba(255,255,255,0.7);
	padding-left: 1.5rem;
}
#am-arriendos-parallax p::before {
	content: "\f0ad"; /* ícono engranaje */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
	opacity: 0.8;
}
#am-arriendos-parallax p {
	letter-spacing: 0.3px;
}

@media (max-width: 576px) {

  #am-arriendos-parallax .am-arriendos-overlay {

  padding: 3rem 1rem;
}
}