﻿/*portal*/

.otherLinks-principal-title {
    position: absolute;
    color: #fff;
    top: 6px;
}

.otherLinks-principal-title {
    position: relative;
}

    .otherLinks-principal-title > span:nth-child(1) {
        font-size: 24px;
        display: block;
        line-height: 20px;
        color: #333333;
    }

    .otherLinks-principal-title > span:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }

    .otherLinks-principal-title > span:nth-child(2) {
        color: #999999;
    }

    .otherLinks-principal-title > span:nth-child(3) {
        display: block;
        width: calc(100% - 30px);
        height: 1px;
        min-width: 162px;
        min-height: 1px;
        margin-top: 6px;
        opacity: 0.6;
    }

.portal__otherLinks .otherLinks-principal-title {
    padding-bottom: 10px;
}

.link-card > div {
    border: none;
    min-height: 92px;
    max-height: 92px;
    padding-left: 0;
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    background-color: #f5f5f5;
}

.otherLinks-link {
    padding-left: 6px;
    margin-top: 6px;
    box-sizing: border-box;
    padding: 4px 10px;
}

.portal__links-slider > div {
    position: relative;
    top: 4px;
}

.link-card .link-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

    .link-card .link-card-img > img {
        width: auto;
        height: auto;
        max-height: 60px;
        min-width: 70px;
        max-width: 70px;
    }

.portal__links-slider .slick-dots {
    bottom: -27px;
}
