/*==================================================
  FICHA TÉCNICA DE PROPIEDAD
==================================================*/

/*==================================================
  TARJETA
==================================================*/

.rm-ficha-tecnica-card{


	
	margin:0 0 32px;

	padding:1px;

	background:#f8fafc;

	border:1px solid #ececec;

	border-radius:18px;

	box-shadow:0 10px 30px rgba(0,0,0,.05);

	overflow:hidden;
	
	

}

/*==================================================
  TÍTULO DE SECCIÓN
==================================================*/

.rm-seccion-titulo{

	margin:0;

	padding:16px 20px;

	background:#ffffff;

	border-left:5px solid #514b9a;

	border-bottom:1px solid #e5e7eb;

	color:#1f2756;

	font-size:1.15rem;

	font-weight:700;

	line-height:1.3;

}

/*==================================================
  TABLA
==================================================*/

.rm-ficha-tecnica-propiedad{

	width:100%;

	margin:0;

	border-collapse:separate;

	background:#ffffff;

}

.rm-ficha-tecnica-propiedad td{

	padding:16px 20px;

	border-top:1px solid #e5e7eb;

	vertical-align:middle;

	font-size:.95rem;

}

.rm-ficha-tecnica-propiedad tr:first-child td{

	border-top:none;

}

.rm-ficha-tecnica-propiedad td:first-child{

	width:42%;

	background:#fafafa;

	font-weight:700;

	color:#1f2756;

}

.rm-ficha-tecnica-propiedad td:last-child{

	font-weight:500;

	color:#374151;

}

.rm-ficha-tecnica-propiedad tr:hover td{

	background:#f8f9ff;

}

/*==================================================
  ESTADO
==================================================*/

.rm-estado{

	display:inline-block;

	padding:4px 10px;

	border-radius:999px;

	font-size:.80rem;

	font-weight:700;

	line-height:1;

}

.rm-estado-disponible{

	background:#ecfdf3;

	color:#027a48;

}

.rm-estado-reservada{

	background:#fff7ed;

	color:#c2410c;

}

.rm-estado-vendida,
.rm-estado-rentada{

	background:#f3f4f6;

	color:#4b5563;

}

/*==================================================
  RESPONSIVE
==================================================*/

@media (max-width:768px){

	.rm-ficha-tecnica-card{

		margin-bottom:24px;

	}

	.rm-seccion-titulo{

		padding:14px 18px;

		font-size:1rem;

	}

	.rm-ficha-tecnica-propiedad td{

		display:block;

		width:100% !important;

		padding:14px 18px;

	}

	.rm-ficha-tecnica-propiedad td:first-child{

		background:#f8f8f8;

		border-bottom:none;

	}

	.rm-ficha-tecnica-propiedad td:last-child{

		padding-top:0;

	}

}