.box-informativos {
    height: 470px
}
.box-informativos h4 {
    min-height: 255px
}
.box-informativos-image {
    padding:0;
}
.box-informativos-image a {
     display:block;
 }
.box-informativos-image a img {
    width: 100%
}
.post-type-archive-informativos .pagination {
    text-align: center;
}
span.page-numbers.current {
    color: #fff;
    background-color: #1F4164;
    font-weight:bold;
    padding: 0 23px;
    height: 48px;
    line-height: 46px;
}

@media (max-width:980px)
{
    .box-informativos h4 {
        min-height: auto;
    }
}

@media (max-width:480px)
{
    .box-informativos {
        height: auto;
        margin-bottom: 20px;
    }
    .box-informativos h4 {
        min-height: auto;
    }
    .box-informativos-image {
        padding-right:0;
    }
    .box-informativos-image a {
        display:block;
    }
    .box-informativos-image a img {
         width: 100%
     }

    .post-type-archive-informativos input.btn, a.btn {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        display: inline-block;
        height: 38px;
        padding: 0 12px;
        font-size: 14px;
        font-weight: 900;
        line-height: 38px;
        color: #454545;
        background-color: #DABD28;
    }
    span.page-numbers.current {

        padding: 0 12px;
        height: 38px;
        line-height: 38px;
    }
}

