/* =====================================================
   BLOQUE: ARRIENDO / TRANSPORTE
===================================================== */

#am-arriendo-andamios {
	padding: 5rem 0;
	background-color: #000;
	color: #fff;
}

/* =====================================================
   COLUMNA IMÁGENES – CONTENEDOR REAL
===================================================== */

#am-arriendo-andamios .col-lg-6:first-child {
	display: flex;
	justify-content: center;
}

/* Marco blanco correcto */
.am-arriendo-media {
	background: #fff;
	padding: 18px;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0,0,0,0.35);
	max-width: 460px;
	width: 100%;
}

/* Carrusel contenido */
.am-arriendo-media .carousel {
	border-radius: 14px;
	overflow: hidden;
}

/* Imagen */
.am-arriendo-media img {
	width: 100%;
	display: block;
	object-fit: cover;
}

/* =====================================================
   TEXTO
===================================================== */

#am-arriendo-andamios .am-arriendo-texto {
	max-width: 520px;
}

/* TÍTULO */
#am-arriendo-andamios h2 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #fff;
}

/* Subrayado Reitel */
#am-arriendo-andamios h2::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	margin: 0.8rem 0 1.2rem;
	background: #e10600;
}

/* SUBTÍTULO */
#am-arriendo-andamios h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #cfcfcf;
	letter-spacing: 0.4px;
	margin-bottom: 1.5rem;
}

/* TEXTO */
#am-arriendo-andamios p {
	font-size: 1rem;
	line-height: 1.75;
	color: #e0e0e0;
	padding-left: 1rem;
	border-left: 2px solid rgba(255,255,255,0.25);
	margin-bottom: 1.2rem;
}

/* =====================================================
   BOTÓN CTA
===================================================== */

#am-arriendo-andamios .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #e10600;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.4px;
	padding: 0.8rem 1.8rem;
	border-radius: 999px;
	border: 2px solid #e10600;
	margin-top: 1.5rem;
	box-shadow: 0 8px 22px rgba(225,6,0,0.45);
	transition: all 0.25s ease;
}

#am-arriendo-andamios .btn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(225,6,0,0.6);
}

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

@media (max-width: 768px) {

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

	#am-arriendo-andamios .row {
		text-align: center;
	}

	.am-arriendo-media {
		max-width: 100%;
		padding: 14px;
		margin-bottom: 2rem;
	}

	#am-arriendo-andamios h2::after {
		margin-left: auto;
		margin-right: auto;
	}

	#am-arriendo-andamios p {
		padding-left: 0;
		border-left: none;
	}

	#am-arriendo-andamios .btn {
		width: 100%;
	}
}
