
/* =========================
   Sección Breadcrumb: am-rakin
   ========================= */

#am-rakin {
    background-color: #f8f9fa;
  
   
    font-size: 14px;
}

/* Contenedor general */
#am-rakin .container {
    max-width: 1140px;
}

/* Lista breadcrumb */
#am-rakin .rakin-mew {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #555;
}

/* Elementos */
#am-rakin .rakin-mew li {
    display: flex;
    align-items: center;
    margin-right: 6px;
}

/* Texto inicial "Está aquí" */
#am-rakin .rakin-mew li:first-child {
    font-weight: 600;
    color: #333;
}

/* Enlaces */
#am-rakin .rakin-mew a {
    color: #0d6efd;
    text-decoration: none;
}

#am-rakin .rakin-mew a:hover {
    text-decoration: underline;
}

/* Separador */
#am-rakin .divider img {
    width: 10px;
    height: auto;
    margin: 0 6px;
    opacity: 0.6;
}

/* Ítem activo */
#am-rakin .rakin-mew li.active span {
    font-weight: 600;
    color: #212529;
}

/* Responsive */
@media (max-width: 576px) {
    #am-rakin {
        font-size: 13px;
    }

    #am-rakin .rakin-mew {
        line-height: 1.4;
    }
}

#am-rakin {
	padding: 60px 0 0;
	position: relative;
	width: 100%;
  color: #fff;
  z-index:3 !important;
	margin-top: 15px;
}
.rakin-mew {
	padding: 0;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.rakin-mew .divider {
	float: right;
	margin: 4px;
}

.rakin-mew .active {
	color: #00e18a;
	font-weight: 800;
	text-shadow: none;
	font-size: 0.75rem;
}