
#am-arriendo-tipos {
	padding: 5rem 0;
	background: #dddddd;
}

/* Tarjeta */
#am-arriendo-tipos .am-tarjeta-tecnica {
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover sobrio */
#am-arriendo-tipos .am-tarjeta-tecnica:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Imagen */
#am-arriendo-tipos .am-tt-imagen img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

/* Contenido */
#am-arriendo-tipos .am-tt-contenido {
	padding: 1.6rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/* Título */
#am-arriendo-tipos h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.6rem;
	position: relative;
}

/* Línea técnica */
#am-arriendo-tipos h3::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #e10600;
	margin-top: 0.6rem;
}

/* Texto */
#am-arriendo-tipos p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #444;
	margin: 0;
}

/* Link */
#am-arriendo-tipos .am-tt-link {
	margin-top: auto;
	font-weight: 600;
	color: #e10600;
	text-decoration: none;
	align-self: flex-start;
}

#am-arriendo-tipos .am-tt-link:hover {
	text-decoration: underline;
}

/* ===============================
   MOBILE
   =============================== */

@media (max-width: 768px) {

	#am-arriendo-tipos {
		padding: 3rem 1rem;
	}

	#am-arriendo-tipos .am-tt-imagen img {
		height: 180px;
	}
}
