h2{
    color: #0b569a;
}



.tabela-1.table>tbody>tr>td, .tabela-1.table>tbody>tr>th, .tabela-1.table>tfoot>tr>td, .tabela-1.table>tfoot>tr>th, .tabela-1.table>thead>tr>td, .tabela-1.table>thead>tr>th{
    font-size: 12px;
    line-height: 28px;
    background-color: #F5F5F5;
    border: none;
    border-bottom: 5px solid #fff;
    color: #000;
}
.tabela-1.table>tbody>tr:hover>td{
    background-color: #e0e0e0;
}
.tabela-1 .fa-file-pdf-o{
    color: #9B2424;
}



.error-class{
    border: 1px solid red;
}

.valid-class{
    border: 1px solid green;
}

.featured-box .box-content{
    padding: 10px;
}

.thumb-info{
    min-height: 500px;
}

.thumb-info img{
    padding-bottom: 100px;
}

.team-list .col-md-3{
    width: 20%;
}

.thumb-info .thumb-info-inner{
    font-size: 14px;
    text-align: center;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p{
    padding: 5px;
}

.thumb-info .thumb-info-title{
    width: 100%;
    max-width: 100%;
}

.thumb-info .thumb-info-type{
    width: 100%;
    text-align: center;
}

.thumb-info{
    position: relative;
}

.thumb-info-caption-text .btn{
    position: absolute;
    bottom: 20px;
    left: 25%;

}



#footer{
    border: none;
    padding: 0;
    
}

#footer .footer-copyright{
    background-color: #242424;
    
}

.home #footer .footer-copyright{
    margin-top: -50px;
}

#footer .footer-copyright p{
    color: #ccc;
}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


/* Extra Small */
@media(max-width:767px){
    .thumb-info-caption-text .btn{
        left: 35%;
    }

}




@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }



}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
