.page-trends-and-reputation {}



.page-trends-and-reputation .componenteBolas .row .col ul li:before {
    background-color: #ef7e21 !important;
}

.page-trends-and-reputation .banner-custom {
    margin-block-end: 60px;
}

.page-trends-and-reputation .bloqueTitulo {
    margin-bottom: 26px !important;
}

.page-trends-and-reputation .col-relacionados .section-title {
    display: none;
}

.page-trends-and-reputation .hero-buttons,
.page-trends-and-reputation .todos-episodios {
    margin-top: 32px !important;
    margin-bottom: 9px !important;
}

.page-trends-and-reputation .hero-buttons a,
.page-trends-and-reputation .todos-episodios a {
    margin-left: auto;
}

.page-trends-and-reputation #lineasTrabajo .customSlider.reputacion {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 25px;
}

.page-trends-and-reputation #lineasTrabajo .listado-lineas .item-lineas {

    width: 100%;

}

.page-trends-and-reputation #lineasTrabajo .listado-lineas .item-lineas .contenido {
    height: auto;
}

/* DESTACADOS*/

@media (max-width: 991px) {

    .page-trends-and-reputation #lineasTrabajo .customSlider.reputacion {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados {
        margin-block-start: 31px;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .wrap {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowImage {
        width: 122px;
        height: 102px !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

@media (max-width: 575px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowImage {
        width: 92px;
        height: 72px !important;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowImage .imagen,
    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowImage img {
        height: 100%;
    }
}

@media (max-width: 575px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowImage img {
        width: 92px;
        height: 72px !important;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText {
        width: calc(100% - 137px);
        height: 102px !important;
        min-height: unset;
        padding: 0;
        border: unset !important;
    }
}

@media (max-width: 575px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText {
        width: calc(100% - 107px);
        height: 72px !important;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText .top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText .top .type {
        margin-block-end: 0;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText .top .type,
    .page-trends-and-reputation .listado-destacados .busquedaCorporate .top .type a {
        padding-left: 20px;
        font-size: 9px;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText .top .type::before {
        width: 30px;
        height: 30px;
        left: -8px !important;
    }
}

@media (max-width: 575px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText .title {
        min-height: unset;
        margin-block-end: 0;
    }
}

@media (max-width: 575px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText .title a {
        -webkit-line-clamp: 1;
        margin-block-end: 5px;
    }
}

@media (max-width: 767px) {

    .page-trends-and-reputation .listado-destacados .busquedaCorporate .rowText .categoria a {
        font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .page-trends-and-reputation .listado-destacados .busquedaCorporate {
        max-height: fit-content;
    }
}