@import url(./productsCatSection.css);

*{
    /* background-color: red; */
    /* outline: 1px solid red; */
}

.item-li{
    height: 600px;
    margin-bottom: 24px;
}

.item-li div a img {
    height: 400px;
    object-fit: contain;
}

.item-title{
    margin-bottom: 8px;
    font-weight: bold;
}

.item-description {
    font-size: 1em;
    /* max-height: 230px; */
    /* overflow-y: auto; */
    /* overscroll-behavior: contain; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catNotFound{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal !important;
    height: 500px;
    font-size: 36px;
}

/* Categorías cards*/

.team-item-link-cat{
    border-bottom: 2px solid #0088CC;
    background-color: white;
}

.team-item-link-cat img{
    height: 300px !important;
    object-fit: contain;
}

@media (min-width: 1200px){
    .team-item-link-cat img{
        max-height: 100%;
    }
}

.cat-info-title{
    font-family: "Open Sans";
    margin: 8px auto;
    /* padding: 5px; */
    text-align: center;
    width: 100%;
    /* text-decoration: underline; */
    color: #171717;
    /* background-color: #bce9ff; */
    font-weight: 600;
    /* border-bottom: 2px solid #0088CC;
    border-top: 2px solid #0088CC; */
    font-size: 2.2rem;
    max-height: 60px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.12lh;
}

.cat-item-card{
    /* background-color: #bce9ff; */
    height: 440px !important;
}

.cat-social-icons{
    border-top: none !important;
}

.team-list-title{
    /* display: inline-block; */
    margin: 18px 0; 
    text-decoration:underline; 
    text-decoration-color: #0088CC;
    color: black;
    font-weight: 900;
}
