.news {
    margin: 30px 0 25px 0;
}

.news__space{
    margin-bottom: 25px;
}

.news__item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    overflow: hidden;
    padding: 18px 18px 18px 18px;
    position: relative;
}

.news__content {
    height: 100%;
    position: relative;
    z-index: 2;
}

.news__image {
    height: 140px;
    min-width: 230px;
}

.news__img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news__text {
    flex-grow: 1;
}

.news__header{
    align-items: center;
    justify-content: space-between;
}

.news__title{
    color: #000;
    flex: 0 0 65%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 15px 0 15px 0;
}

.news__text  .news__category{
    background: rgba(189, 189, 189, 0.20);
    border-radius: 15px;
    color: #7E7E7E;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 12px 4px 12px;
    text-align: center;
}

.news__text  .news__category span{
    color: #7E7E7E;
}

.news__date {
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 15px 0;
    min-width: 135px;
    padding: 8px 18px 8px 18px;
    text-align: center;
    text-transform: capitalize;
}

.news__subtitle{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.news__buttons {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}

.news__item .news__link {
    background: #E31F26;
    border: 1px solid #E31F26;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 5px 0 5px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease;
}


.news__item .news__link:hover{
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}



/*Filtros*/
.edncf_container {
    flex-wrap: wrap;
    padding: 50px 0 50px 0;
    position: relative;
}

.edncf_container:before {
    background: rgba(217, 217, 217, 0.50);
    content: "";
    height: 100%;
    left: calc(-50vw + 50%);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}

.edncf_DropDownList {
    display: block;
    flex: 1;
    margin: 0 0 10px 0;
}

.edncf_DropDownList span {
    display: block;
}

.edncf_Text {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
}

.edncf_Text input[type=text] {
    border: 1px solid #BDBDBD;
    border-radius: 50px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.10);
    color: #7E7E7E;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 15px 8px 15px;
    width: 100%;
}

.edncf_Text input[type=text]::placeholder {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 20px;
}

.edncf_DropDownList select {
    border: 1px solid #BDBDBD;
    border-radius: 50px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.10);
    color: #BDBDBD;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 15px 8px 15px;
    width: 100%;
}

.edncf_DropDownList select option {
    background: #D3D3D3;
    color: #000;
}

.edncf_submitContainer .edncf_submit {
    align-items: center;
    background: #E31F26;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 20px;
    margin: 0 auto;
    max-width: 90%;
    padding: 10px 50px 10px 50px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease;
}

.edncf_submitContainer .edncf_submit span{
    color: #fff;
    transition: all 0.4s ease;
}

.edncf_submitContainer .edncf_submit:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}

.edncf_submitContainer .edncf_submit:hover span{
    color: #fff;
}



/*Paginador*/
.article_pager {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.article_pager .last,
.article_pager .first{
    display: none;
}

.article_pager .prev {
    background: url(/Portals/0/skins/ccma/images/iconos/pager-arrow.svg) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 44px;
    transform: rotate(180deg);
    text-decoration: none;
    width: 44px;
}

.article_pager .next {
    background: url(/Portals/0/skins/ccma/images/iconos/pager-arrow.svg) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 40px;
    text-decoration: none;
    width: 40px;
}

.article_pager .page{
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; 
    margin: 0 15px 0 15px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.article_pager .page:hover,
.article_pager .page.active {
    font-weight: 700;
    color: #000;
}





@media (min-width: 768px){

    .news__container h2 {
        margin: 0 0 6px 0;
        max-width: unset;
    }

    /*Filtros*/
    .edncf_container {
        display: flex;
    }

    .edncf_Text {
        margin: 0 0 20px 0;
    }

    .edncf_DropDownList {
        margin: 0 20px 0 0;
    }

    .edncf_submitContainer .edncf_submit {
        display: flex;
        height: 100%;
        margin: 0 5px 0 5px;
        max-width: unset;
        padding: 5px 50px 5px 50px;
    }

}

@media (min-width: 992px){

    .news__content {
        display: flex;
    }

    .news__image {
        flex: 0 0 260px;
        height: 220px;
        margin: 0 20px 0 0;
    }

    .news__header{
        display: flex;
    }

    .news__buttons {
        display: block;
    }
    
 }

 @media (min-width: 1200px){
    
 }