/* ===============================
   COBERTURA ANDAMIO ESTÁNDAR
================================ */

#am-andamio-cobertura {
	background: #000;
	padding: 80px 60px;
	color: #fff;
}

.am-cobertura-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr; /* despacho más ancho */
	gap: 40px;
}


/* BLOQUE BASE */
.am-cobertura-bloque {
	position: relative;
}

/* ===============================
   BLOQUE DESPACHO
================================ */

.am-cobertura-bloque.despacho h3 {
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: 26px;
}

.am-cobertura-header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 28px;
}

.am-cobertura-header i {
	font-size: 1.6rem;
	color: #e60023;
}

.am-cobertura-lista {
	list-style: none;
	padding: 0;
	margin: 0;
	column-count: 1;
}
#am-andamio-cobertura .badge {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
#am-andamio-cobertura .badge:hover {
  background-color: rgba(32, 201, 151, 0.25) !important;
  box-shadow: 0 0 12px rgba(32, 201, 151, 0.5);
  transform: translateY(-2px);
}
/* ===============================
   TARJETAS VENTA / ARRIENDO
================================ */

.am-cobertura-card {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	padding: 40px 34px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* IMAGEN CIRCULAR */
.am-cobertura-card img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	border-radius: 50%;
	margin: 0 auto 22px;
	background: #fff;
	padding: 6px;
}

/* TITULO */
.am-cobertura-card h3 {
	font-size: 1.4rem;
	font-weight: 800;
	margin-bottom: 16px;
}

/* TEXTO */
.am-cobertura-card p {
	font-size: 0.9rem;
	line-height: 1.6;
	opacity: 0.85;
	margin-bottom: 26px;
}

/* BOTONES */
.am-btn-principal,
.am-btn-secundario {
	display: inline-block;
	padding: 12px 22px;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

/* BOTÓN ROJO */
.am-btn-principal {
	background: #e60023;
	color: #fff;
}

.am-btn-principal:hover {
	background: #ff1a1a;
}

/* BOTÓN SECUNDARIO */
.am-btn-secundario {
	border: 2px solid #e60023;
	color: #e60023;
}

.am-btn-secundario:hover {
	background: #e60023;
	color: #fff;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
	.am-cobertura-grid {
		grid-template-columns: 1fr;
	}

	#am-andamio-cobertura {
		padding: 60px 30px;
	}
}
