.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
    
    
    
    
    
.col02 {
    box-sizing: content-box;
}
    
    .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }

    .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, .03);
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
    }

    h3 {
        margin: 0;
        padding: 0;
    }

    .btn-link {
        width: 100%;
        text-align: left;
    }

    .btn-link:focus {
        outline: 0;
    }

    .btn-link:focus,
    h5:focus,
    h3:focus {
        outline: 0;
    }

    .btn-link:hover,
    .btn-link:focus {
        text-decoration: none;
    }

    .popover.top .arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #999999;
        border-top-color: rgba(0,0,0,0.25);
        border-bottom-width: 0;
    }
    .popover .arrow {
        border-width: 11px;
    }
    .popover .arrow, .popover .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }
    small{
        max-width: 260px;
        position: absolute;
        background: #045f569e;
        color: #FFF;
        padding: 5px;
        font-size: 10px;
        border-radius: 5px;
    }
    .w3-green, .w3-hover-black:hover {
    color: #fff!important;
    background-color: #045f56!important;
}
@media only screen and (min-device-width: 900px) {
/* .menu { width:100%; } */


.image{
    -webkit-filter:grayscale(100%);
}


}
.image:hover{
    -webkit-filter:grayscale(0%);
    transition: 1s;
}
.w3-container02 {
    padding: 0.01em 0px;
}

.color-aba-cidades {
    color: #fff!important;
    background-color: #26d367!important;
}
.btn-primary-1 {
    color: #ffffff;
    border-color: #045f56;
}
.container-1 {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}