/* Estilos para el Archive de News */

.header-news {
    display:none;
} 

.news-home {
    background: var(--light-primary);
}

.news .news-item {
    /*box-shadow: 0px 4px 4px 0px #00000040;*/
    border-radius: 30px;
    -webkit-transition: 0.4s ease !important;
    transition: 0.4s ease !important;
}

.news .news-item .excerpt-content {
    padding: 10px 20px;
}

.news .news-item:hover {
    -webkit-transform: scale(1.08) !important;
    transform: scale(1.08) !important;
}

.news .image {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.news .title {
    font-size: 18px !important;
    margin:0px;
    /* min-height: 70px; */
    width: 100%;
}

.news .description {
    margin-bottom: 10px;
    min-height: 63px;
    font-size: 14px !important;    
}

.news .excerpt-content {
    background: var(--light-bg);
    border-top:none;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.news .excerpt-content .title a,
.news .excerpt-content .title a:hover {
    color: var(--primary);
}

.news .news-button {
    /* background-color: var(--primary);
    color: var(--white);
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    */
    margin: 0 auto;
    /* width: 150px; */
}

.news .date {
    font-size: 14px;
    padding: 0px;
    margin:0px;
    width:100%;
}

.slider-news .slick-list {
    padding-bottom: 3rem !important;
    padding-top: 2rem !important;
}