html {
    position: relative;
    min-height: 100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -7rem;
    visibility: hidden;
}

.text-dark a {
    color: #007bff;
}

.text-dark a:hover {
    color: #0056b3;
}

#main {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.navbar {
    height: 4rem;
}

.navbar.fixed-top {
    box-shadow: none;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar div a {
        font-size: 0.8rem;
    }
    .fahide {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #mainNavbar {
        background-color: #343a40 !important;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    #mainNavbar li {
        padding-left: 1rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    #mainNavbar li:hover {
        background-color: #23292f !important;
    }
}

.nav-item .btn {
    margin-right: 5px;
}

.breadcrumb-container {
    max-width: none;
    background-color: #3f81b2 !important;
}

.breadcrumb,
.breadcrumb-item,
.breadcrumb-item.active {
    background-color: #3f81b2;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}

.breadcrumb .breadcrumb-item:before {
    color: #fff;
    padding-left: 0.4rem;
    padding-right: 0.5rem;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item a:hover {
    color: #ddd;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'montserrat-bold', sans-serif;
    font-weight: normal;
}

.notices p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#hero_modular .btn {
    font-family: 'montserrat-bold', arial;
}

#hero_modular .showcase-text {
    font-family: 'opensans-regular', arial;
    background-color: #23292f !important;
}

.showcase-text {
    padding-top: 6rem !important;
}
@media screen and (max-width: 992px) {
    .showcase-text { padding-top: 4rem !important;  }
}
@media screen and (max-width: 768px) {
    .showcase-text { padding-top: 2rem !important;  }
}

.showcase-text h1 {
    font: 40px/1.2em 'montserrat-regular', sans-serif;
    font-size: 40px;
    color: #e5e4e6;
    padding: 0;
    margin: 0 0 1rem 0;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
}

.showcase-text p {
    font: 16px/30px 'opensans-regular', arial;
    font-size: 16px;
    margin-left: 20%;
    margin-right: 20%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
    color: #676e73;
}
@media screen and (max-width: 992px) {
    .showcase-text p { margin-left: 10%; margin-right: 10%; }
}
@media screen and (max-width: 768px) {
    .showcase-text p { margin-left: 5%; margin-right: 5%; }
}

.showcase-chat .btn-chat {
    line-height: 2;
    font-size: 1.5rem;
}

.btn.btn-chat {
    color: #fff;
    background-color: #1ebf10;
    border-color: #1ebf10;
}

.btn.btn-chat:hover {
    color: #fff;
    background-color: #1cb00f;
    border-color: #1cb00f;
}

.showcase-clientes {
    margin-top: 0.6rem;
}

.showcase-clientes a {
    color: #eb1923;
}

.showcase-clientes a:hover {
    color: #eb1923;
}

.showcase-text .btn {
    margin-top: 0.5em;
}

#channels_modular .container-fluid {
    margin-top: 30px;
}

#channels_modular .card-body ul {
    padding-left: 0;
    list-style: none;
}

#channels_modular .card-body li {
    margin-bottom: 10px;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.channels-disclaimer {
    margin-top: 2rem;
    text-align: center;
    color: #999;
    /* font-size: 85%; */
}

.carousel-title {
    margin-top: -4rem;
}

.carousel-content {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 9rem;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center; 
}
@media screen and (max-width: 768px) {
.carousel-content {
    padding-left: 0;
    padding-right: 0;
    min-height: 12rem;
}
}

.carousel p {
    font-size: 1.5rem;
    margin: 0px;
}

.carousel-control-prev {
    margin-left: -2.5rem;
    margin-left: -6rem;
}

.carousel-control-next {
    margin-right: -2.5rem;
    margin-right: -6rem;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
    color: #7c7c7d;
}

.carousel-control-prev,
.carousel-control-prev:hover,
.carousel-control-next,
.carousel-control-next:hover {
    color: #000;
    font-size: 2rem;
}

.tree-indent {
    margin-left: 30px;
}

/* disabled
.back-to-top {
    background-color: #3f81b2;
    border-color: #3f81b2;
}

.back-to-top:hover,
.back-to-top:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #fff;
    border-color: #212529;
}
*/

.btn.btn-outline-primary {
    color:#343a40;
    border-color: #343a40;
}

/* usado no botao "ler mais" na pagina de noticias */
.item-boxed .btn-toolbar .btn-group .btn.btn-outline-primary {
    border-color: #343a40;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #343a40;
    border-color: #343a40;
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(123, 123, 123, 0.5);
}

.btn.btn-outline-light {
    color: #f8f9fa;
}

#news_modular .container-fluid {
    margin-top: 30px;
}

#news_modular>div {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #fff !important;
    background: -moz-linear-gradient(to bottom right, #1ebf10 50%, #eb1923 50%, #eb1923 100%);
    background: -webkit-linear-gradient(to bottom right, #1ebf10 50%, #eb1923 50%, #eb1923 100%);
    background: linear-gradient(to bottom right, #1ebf10 50%, #eb1923 50%, #eb1923 100%);
}

#members_modular>div {
    padding-left: 10%;
    padding-right: 10%;
    background-color: #23292f !important;
}

#members_modular .item-masonry {
    margin-top: 16px;
}

#members_modular h3 {
    font-size: 1.5vw;
}

.prevnext {
    margin-bottom: 2rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 4rem;
    line-height: 4rem;
    background-color: #f5f5f5;
}
@media screen and (max-width: 320px) {
    .footer { font-size: 0.4rem; }
}
@media screen and (max-width: 576px) {
    .footer { font-size: 0.6rem; }
}
@media screen and (max-width: 768px) {
    .footer { font-size: 0.8rem; }
}

.footer a {
    color: #adb5bd;
    text-decoration: none;
}
.footer a:hover {
    color: #ffffff;
}

.footer-text {
    color: #adb5bd;
}

.btn-social {
    color: #fff;
    width: 200px !important;
    margin: 10px 10px 0px 10px;
    padding: 0.15rem 0rem;
}

.btn-social:hover {
    color: #fff;
}

.btn-facebook {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2;
}

.btn-facebook:hover {
    background-color: #365899;
    border-color: #365899;
}

.btn-twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.btn-twitter:hover {
    background-color: #4e9edb;
    border-color: #4e9edb;
}

.item-categories {
    margin-bottom: 2rem;
}

.featured-image {
    margin-bottom: 2rem;
}

.btn {
    font-family: 'montserrat-regular', arial;
}

.item-content h3 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
}

.entities-members {
    margin-top: 3rem;
    text-align: center;
}

.entities-members h5 {
    margin-bottom: 4rem;
}

.entities-members a {
    color: #000;
}

.client-content {
    margin-bottom: 2rem;
}

img.float-left.card-raised {
    margin-left: 0px;
    margin-right: 1.5rem;
}

.pagination {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

/* place the "read more" button at the bottom of the card */
.card {
    height: 100%;
}
.card-body {
    display: flex;
    flex-direction: column;
}
.card-body .btn-toolbar {
    margin-top: auto;
}

.card-body a.badge {
    color: #343a40;
}

.card-body a.badge:hover {
    color: #282c31;
}

.sidebar-content .tree .list-group-item.active {
    background-color: #3f81b2;
    border-color: #3f81b2;
}

.sidebar-content .tree .list-group-item.active a {
    color: white;
}

.sidebar-content .news-archive .badge-primary {
    background-color: #3f81b2;
}

.sidebar-content .news-archive .list-group a {
    color: black;
}

.card-footer .fa-clock {
    color: #3f81b2 !important;
}

.item .item-heading {
    padding-top: 1rem;
}}
