.form-control{
    border-radius: 1px;
    border-color: #6c757d;
}

.form-inline{
    width: 100%;
    /*background-color: olive;*/
}

.form-inline input{
    min-width: 400px;
    border-radius: 4px;
    /*background-color: olive;*/
}

.pag_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    bottom: 300px;
}

.news-card-pag{
    position: relative;
    border: none;
    border-radius: 4px;
    width: 200px;
    height: 200px;
    overflow:hidden;
    background-color: black;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

.news-color-img-pag img {
    max-width: unset;
    width: auto;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-body-pag{
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;

    /*margin-left: 0;*/
    /*text-align: left;*/
    /*text-transform: uppercase;*/
    /*background-color: #1fd180;*/
}

.card-body-pag h4{
    /*all: unset;*/
    /*position: relative;*/
    bottom: 0;
    /*z-index: 10;*/
    padding-left: 10px;
    padding-right: 10px;
    /*margin-left: 0;*/
    /*text-align: left;*/
    /*padding-bottom: 5px;*/
    text-align: left;
    text-transform: uppercase;
}
.card-title-pag{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

    color: white;
}

@media screen and (max-width: 770px){
    .card-title-pag{
        font-size: 12px;
    }
    .news-card-pag{
    width: 150px;
    height: 150px;
}
}

/*
.pagination{
    transition: all .2s ease-in-out;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    margin: 0 2px;
    display: -ms-flexbox;
    display: flex;
    !*-ms-flex-flow: row wrap;*!
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .pagination{
        margin: 0 2px;
        width: 33px;
        height: 33px;
    }
}
*/

