/*** BLOG ***/
html {
    position: relative;
    min-height: 100%;
}
footer, .blog-wrap:after{
    height: 44px;
}
.blog-wrap:after {
    content: "";
    display: block;
}
/*.blog-wrap{*/
    /*margin-bottom: -44px;*/
/*}*/

.form-horizontal .form-group{
    margin-right: 0;
    margin-left: 0;
}
.blog-wrap .modal-content label{
    text-align: center;
    width: 100%;
}
.blog-article p{
    white-space: pre-wrap;
    line-height: 1.6em;
    font-size: 1.1em;
}
.blog-article .img-responsive{
    margin: 20px auto;
    max-width: 600px !important;
    width: 100%;
}
/*.blog-article:not(:first-of-type){*/
    /*padding: 2em 0;*/
/*}*/
.blog-article{
    margin: 1em 0;
    padding-bottom: 2em;
    border-bottom: 1px solid #ddd;
}
.resumo-article{
    min-height: 685px;
}
.blog-article .post-title{
    text-align: center;
    font-family: "Robot Slab", sans-serif;
    font-size: 1.8em;
    font-weight: lighter;
    height: 60px;
}
.blog-wrap a:hover{
    color: #f7df07;
    transition: 0.3s;
}
.blog-wrap a{
    color: #222 ;
    text-decoration: none;
}
.btn-blog{
    float: right;
    margin-top: 2em;
}
.btn-blog button{
    padding: 8px 15px;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.btn-blog #btn-1, .btn-yellow{
    background:#f7df07;
    color: black;
}
.btn-blog #btn-1 a:hover{
    color: black !important;
}
.btn-blog #btn-1:hover{
    background-color: #ffcb00;
}
.btn-blog #btn-2:hover{
    background-color: #444;
}
.btn-blog #btn-2{
    background: black;
}
.btn-blog #btn-2{
    color: white !important;
}


/*** jPages ***/
.holder {
    margin: 15px 0;
}
.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
}
.holder a:hover {
    background-color: #222;
    color: #fff;
}
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover {
    color: #222;
    font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
}

.holder span { margin: 0 5px; }
/* CSS Document */

.holder {
    position: absolute;
    bottom: -40px;
    left: 5%;
    margin: 15px 0;
    text-align:center;
    display: block !important;
}
.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color:#fff;
    padding: 10px;
    background-color: #222;
}
.holder a:hover {
    background: #ffca00 ;
    color: #fff;
}
.holder a.jp-current {
    color: #fff;
    font-weight: bold;
    cursor: default;
    background: none;
    padding: 10px;
    background: #ffca00 ;
}
a.jp-current:hover{
    background: #ffca00 ;
}
#eventos-section{
    margin-top: 35px;
}


.holder span { margin: 0 5px; }
.customBtns { position: relative;    display: none;}
.arrowPrev, .arrowNext { width:29px; height:29px; position: absolute; top: 55px; cursor: pointer; }
.arrowPrev { background-image: url('img/back.gif'); left: -45px; }
.arrowNext { background-image: url('img/next.gif'); right: -40px; }
.arrowPrev.jp-disabled, .arrowNext.jp-disabled { display: none; }





/*** PESQUISAR ***/
#search-box{
    display:none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 7px;
    float: left;
    top: 37px;
    right: 0;
    border-radius: 5px;
    width: 330px;
}
#search-box input{
    height: 32px;
    font-size: 15px;
    float: left;
    width: 225px;
    text-indent: 10px;
    border: 1px solid #fff;
    color: white;
    background: #485D88;
}
#search-mobile{
    display: none;
    font-size: 32px !important;
    color: #485D88;
    position: absolute;
    top: 110px;
    right: 15px;
}
#lupa-li span{
    cursor: pointer;
}
#pesquisar-btn{
    background: transparent;
    border: none;
    margin-top: 5px;
    margin-left: 2px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.ui-autocomplete-category{
    font-weight:bold;
    padding-left: 15px;
    font-size: 13.5px;
    padding-top: 3px;
    padding-bottom: 2px;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content{
    /*    display: block !important;
        left: 61.4% !important;*/
    background: white;
    /*    top: 160px !important;
        position: fixed !important;*/
    width: initial !important;
    /*    border: 2px solid #ccc;*/
    text-align: left;
    padding: 5px 0px 0px 5px;
    overflow-y: auto;
    max-height: 300px;
}
.ui-menu-item{
    font-size: 14px;
}
.ui-menu-item:hover{
    color: #485e88;
    font-weight: bold;
    cursor: pointer;
}
#menu-mobile #pesquisar{
    padding: 10px;
    margin: 5px 3%;
    width: 94%;
    box-sizing: border-box;
}
#menu-mobile #pesquisar-btn{
    position: absolute;
    top: 69px;
    color: #485e88;
    right: 5%;
    background: white;
}

#pesquisar-form-mobile{
    padding: 0;
    margin: 10px;
}