.breadcrumb > span {
    background: none;
}
.breadcrumb {
    background: none;
    padding: 0.75rem 0rem;
    margin: 1rem 0px;
}
.breadcrumb a, .breadcrumb a span {
    color: var(--red-portal-exito);
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
}
.breadcrumb a {
    margin: 0px 5px;
    display: block;
}
.breadcrumb > span > span {
    line-height: 0.5;
    display: flex;
}
.breadcrumb > span > span span {
    line-height: 13px;
    font-weight: 400;
    color: #545454;
}
.breadcrumb > span > span span:nth-child(1) a {
    margin-left: 0px;
}
.breadcrumb a:hover {
    text-decoration: underline;
    color: var(--red-portal-exito);
}

.breadcrumb a:hover span {
    color: var(--red-portal-exito);
}
.breadcrumb > span > span span[itemprop*="itemListElement"], .breadcrumb > span > span span[itemprop*="itemListElement"] a, .breadcrumb > span > span span[itemprop*="itemListElement"] a span {
    line-height: 11px;
}

.breadcrumb > span > span span[itemprop*="itemListElement"]:last-child {
    font-weight: 300;
    color: #545454;
}

.breadcrumb > span > span span[itemprop*="itemListElement"]:last-child span {
    color: black;
    text-decoration: underline;
}

.carouselGeneral[data-parament-type*="list"] {
    margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
    .breadcrumb {
        padding: 0px;
    }
}