.DnnModule-EasyDNNnewsSearch h4 {text-align: center;margin: 50px 0;}


.edncf_yonecesito select, .edncf_para select {
    padding: 10px;
    border: 0;
    border-bottom: 1px solid black;
    width: 48%;
    margin: 0 1%;
    background: none;
    position: relative;
    outline: none;
}

.edncf_yonecesito select:focus, .edncf_para select:focus {
    border-bottom: 1px solid gray;
}

.ccma_Style_filtro_cards {
    background: whitesmoke;
    padding: 40px;
    border-radius: 20px;
    max-width: 760px;
    margin: 0 auto 50px;
}

.ccma_Style_filtro_cards a.edncf_submit {
    background: var(--red);
    padding: 10px 25px;
    display: block;
    width: fit-content;
    margin: 32px auto 0;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    transition: all .3s;
    text-align: center;
}

.ccma_Style_filtro_cards a.edncf_submit span {
    color: white;
}

.ccma_Style_filtro_cards a.edncf_submit:hover {
    background: black;
}

.ccma_Style_tambien_te_puede_interesar .edn_searchInfoResults {
    max-width: 755px;
    margin: 5px auto 0;
}

.article_pager {
    display: flex;
    justify-content: center;
    gap: 11px;
    text-align: center;
}

.article_pager a.page {
    background: #6e6e6e;
    color: white;
    padding: 5px 12px;
    width: fit-content;
    height: 35px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}

.article_pager a.active.page {
    background: black;
}

@media (max-width:768px) {
    
    .edncf_yonecesito {
        display: block;
        margin-bottom: 10px;
    }

    .edncf_yonecesito select, .edncf_para select {
        width: 100%;
    }
}