@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');

body,
html {
    font-family: 'Montserrat', sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #032d58;
}


img {
    max-width: 100%;
}

a {
    color: #005ba2;
    text-decoration: none;
}

li a {
    color: #053e77;
    text-decoration: none;
}

a:hover {
    color: #032d58;
    text-decoration: none;
}


/* CUSTOM CLASS */

.mouse-hover .show-hover {
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.mouse-hover:hover .show-hover {
    opacity: 1;
    transition: all 300ms ease-in-out;
}


/* END CUSTOM CLASS */

/* HOME CATEGORIAS */

.card a {
    color: #053e77;
    transition: all 300ms ease-in-out;
}

.card a:hover {
    color: #032d58;
    transition: all 300ms ease-in-out;
}

/* END HOME CATEGORIAS */


/* NAVBAR */

.logo-nav {
    max-width: 50px;
}

/* END NAVBAR */



/* DIVIDER */

.horizontal-rule {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 10px 0;
    height: 14px;
    height: 20px;
}

.horizontal-rule.on-left:before {
    display: none;
}

.horizontal-rule.on-left:after {
    width: 100%;
    margin-right: -25px;
    right: 25px;
}

.horizontal-rule.on-left i {
    left: 0;
    margin-left: -7px;
}

.horizontal-rule:before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 12px;
    margin-left: -15px;
    width: 50%;
    border-top: 1px solid #e1e8ee;
}

.horizontal-rule:after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 12px;
    margin-right: -15px;
    width: 50%;
    border-top: 1px solid #e1e8ee;
}

.horizontal-rule i {
    font-size: 18px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 14px;
    color: #e1e8ee;
    z-index: 10;
    text-align: center;
}

/* END DIVIDER */




/* CATEGORIAS */

#categorias .card {
    border: none;
    transition: all 300ms ease-in-out;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

#categorias .card i {
    color: #005ba2;
}

#categorias .card h5 {
    color: #032d58;
}

#categorias .card:hover {
    transition: all 300ms ease-in-out;
    background-color: #f9f9f9;
}

/* END CATEGORIAS */



/* RODAPE */

#rodape {
    margin-top: 50px;
    border-top: 2px solid #007cdb;
    background-color: #005ba2;
    color: #FFF;
}

#rodape p {
    color: #FFF;
}

#rodape a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
}

/* END RODAPE */




/* SIDEBAR */

.box-sidebar .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fafafa;
    border: 1px solid #f0f0f0 !important;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.box-sidebar .badge-secondary {
    color: #999;
    background-color: #eee;
}

.autor {
    background-color: #fafafa;
    padding: 20px;
    border: 1px solid #f0f0f0;
}

.autor .foto-autor {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;

}


.destaque .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #f6f6f6;
    border: none;
    transition: all 300ms ease-in-out;
}

.destaque .list-group-item p {
    color: #005ba2;
    transition: all 300ms ease-in-out;
}

.destaque .list-group-item:hover p {
    color: #FFF;
    transition: all 300ms ease-in-out;
}

.destaque .list-group-item-action:focus,
.destaque .list-group-item-action:hover {
    z-index: 1;
    color: #FFF;
    text-decoration: none;
    background-color: #005ba2;
    transition: all 300ms ease-in-out;
}

/* END SIDEBAR */

/* RECENTES */

#recentes .card {
    min-height: 162px;
}

/* END RECENTES */



/* RESPONSIVIDADE */

@media screen and (max-width: 1024px) {
    .jumbotron video {
        position: absolute;
        height: 100% !important;
        width: auto !important;
    }
}

/* END RESPONSIVIDADE */