body {
    font-family: 'Roboto', sans-serif;
    background-color: #f9f9f9;
}

header {
    background-color: #fff;
}

.frontside .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.2rem;
}

.truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1341px;
    }
}

.ads {
    margin-right: auto;
    margin-left: auto;
    border: 0pt none;
    text-align: center;
    position: relative;
    background-clip: content-box;
    width: 100%;
}

    .ads a {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .ads img {
        margin: 0 auto;
    }

p {
    margin: 0;
}

/*** All Category Title
-------------------------------------------*/

.category-headding {
    color: #333;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    text-transform: capitalize
}

.h2-title-middle {
    font-family: 'Roboto';
    color: #2f3134;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    width: 100%;
    margin: 0;
}

.h2-title-horizontal {
    font-family: 'Roboto';
    font-weight: 700;
    color: #2c4976;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.045em;
}

.h2-title-vertical-box {
    font-family: Roboto;
    font-weight: 900;
    color: #2c4976;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.span-title-vertical-box-bottom {
    font-size: 1.025rem;
    line-height: 1.2;
    letter-spacing: -.035em;
    font-weight: bold;
    color: #333;
    display: flex;
}

.headding-border {
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: var(--theme);
    margin-bottom: 15px;
}

.headding-border-small {
    margin-bottom: 10px !important;
}

.headding-border::before {
    position: absolute;
    bottom: -1px;
    width: 50px;
    height: 4px;
    background-color: inherit;
    content: '';
}

.headding-border::after {
    position: absolute;
    bottom: -1px;
    width: 15px;
    height: 4px;
    background-color: inherit;
    content: '';
    left: 53px;
}

/*** News
-------------------------------------------*/

.section-card {
    border: 1px solid #e9e9e9;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 10px;
}

.no-border-bottom {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.news-box-search {
    padding-bottom: 15px;
    padding-top: 10px;
    display: block;
    min-height: 192px;
}

.news-box {
    padding-bottom: 15px;
    padding-top: 10px;
    display: block;
    min-height: 140px;
}

.news-box-coluna {
    padding-top: 6.5px;
    display: block;
    min-height: 100px;
}

.news-box-col {
    padding-top: 14px;
    display: block;
}

.news-box-page {
    padding-bottom: 15px;
    padding-top: 10px;
    display: block;
}

.news-box-vert {
    /*display: table-cell;*/
    height: 124px;
    vertical-align: middle;
}

.news-box-vert-category {
    display: table-cell;
    height: 115px;
    vertical-align: middle;
}

.news-box-vert-page {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}

.news-box-vert-mais {
    display: table-cell;
    height: 172px;
    vertical-align: middle;
}

.news-box h2 {
    font-size: 1.225rem;
    line-height: 1.2;
    letter-spacing: -.035em;
    font-weight: 600;
    display: table;
    min-height: 69px;
}

.news-title-col {
    font-size: 1.225rem;
    line-height: 1.2;
    letter-spacing: -.035em;
    font-weight: 600
}

.news-title-mais {
    font-family: Roboto;
    font-weight: 700;
    color: #2c4976;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -.045em;
}

.news-title-page {
    font-size: 0.825rem;
    line-height: 1.2;
    letter-spacing: -.035em;
    font-weight: 600;
}

.news-title-category {
    font-size: 24px;
    letter-spacing: -1.25px;
    line-height: 28px;
    grid-column: 2;
    margin: 4px 0 0;
    font-weight: 700;
    color: #2c4976;
}

.news-title {
    font-size: 0.925rem;
    line-height: 1.3;
    letter-spacing: -.025em;
    font-weight: 800;
}

.news-title-link {
    color: #222;
}

    .news-title-link:hover {
        color: #555;
        text-decoration: none;
    }

.see-more {
    font-size: 45%;
    letter-spacing: -0.1px;
    font-weight: 600;
    text-decoration: none;
    color: #777;
    padding-top: 12px;
}

    .see-more:hover {
        text-decoration: none;
    }

.news-hat {
    font-size: 0.725rem;
    letter-spacing: -1px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: -.1px;
    font-weight: 500;
}

.news-hat-mais {
    font-size: 0.925rem;
    letter-spacing: -.5px;
    text-transform: uppercase;
    font-weight: 500;
}

.news-timeago {
    letter-spacing: -.035em;
    color: #999;
    font-size: 11px;
    grid-column: 2;
    line-height: 11px;
    text-transform: uppercase;
}

.news-img {
    border-radius: 5px;
    object-fit: cover;
}

/*** News Destaque
-------------------------------------------*/

.list-destaque {
    bottom: -10px;
    display: flex;
    flex-direction: column;
    left: -10px;
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: 2;
    list-style: none;
}

.list-destaque-item {
    flex-shrink: 1;
}

    .list-destaque-item:last-child {
        margin-bottom: 15px;
    }

.list-destaque-hat-no-photo {
    color: rgba(255,255,255,0);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-shadow: none;
    text-transform: uppercase;
}

.list-destaque-hat {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-shadow: none;
    text-transform: uppercase;
}

.list-destaque-separator {
    content: '';
    flex-grow: 1;
}

.list-destaque-title {
    display: block;
    font-size: 38px !important;
    letter-spacing: -2px !important;
    line-height: 44px !important;
    font-weight: 700;
    margin: auto 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
}

.list-destaque-title-no-photo {
    display: block;
    font-weight: 900;
    margin: auto 0;
    font-size: 40px !important;
    letter-spacing: -2.5px !important;
    line-height: 44px !important;
}

.list-destaque-title-interview {
    display: block;
    font-size: 20px !important;
    letter-spacing: -1px !important;
    line-height: 22px !important;
    font-weight: 700;
    margin: auto 0;
    text-shadow: 0 1px 3px rgba(0,0,0,.8);
}

    .list-destaque-title-interview a {
        color: #FFF;
        text-decoration: none;
    }

.list-destaque-title a {
    color: #FFF;
    text-decoration: none;
}

.list-destaque-title-no-photo a {
    color: #2c4976;
    text-decoration: none;
}

.list-destaque-title-small {
    display: block;
    font-size: 27px !important;
    letter-spacing: -1px !important;
    line-height: 34px !important;
    font-weight: 700;
    margin: auto 0;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
}

    .list-destaque-title-small a {
        color: #FFF;
        text-decoration: none;
    }

.h-title {
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 600;
}



#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -305px;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 12px 10px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
}

    #sidebar ul li a:hover {
        color: #F9F9F9;
        background: #6d7fcc;
        text-decoration: none;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.div-photo, .no-photo {
    border-radius: 5px;
    display: block;
    background: #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    .no-photo:after {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .div-photo:after {
        background: linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2) 10%,rgba(0,0,0,.2) 100%,rgba(0,0,0,.4));
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .div-photo:before {
        background-color: #FFF;
        background-image: var(--bstn-dtq-cover);
        background-position: 50%;
        background-size: cover;
        bottom: 0;
        content: "";
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .no-photo:before {
        background-color: #FFF;
        background-image: var(--bstn-dtq-cover);
        background-position: 50%;
        background-size: cover;
        bottom: 0;
        content: "";
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .div-photo:hover:before {
        transform: scale(1.1)
    }

@media (min-width: 1000px) {
    .div-photo:before {
        transition: transform .35s ease;
    }
}

/* widget tempo */

.widget-tempo {
    float: right;
}

.box-tempo .w-icon1, .box-tempo .w-icon2, .box-tempo .w-icon2r, .box-tempo .w-icon2n, .box-tempo .w-icon2rn, .box-tempo .w-icon3, .box-tempo .w-icon3n, .box-tempo .w-icon4, .box-tempo .w-icon4r, .box-tempo .w-icon4n, .box-tempo .w-icon4rn, .box-tempo .w-icon5, .box-tempo .w-icon5n, .box-tempo .w-icon6, .box-tempo .w-icon6n, .box-tempo .w-icon7, .box-tempo .w-icon7n, .box-tempo .w-icon8, .box-tempo .w-icon9 {
    background: url("/Content/img/w-icons-weather.png") no-repeat;
}

.box-tempo .w-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
    margin-top: -3px;
}

.box-tempo .w-icon1 {
    background-position: 0 -639px;
    height: 39px;
    width: 35px;
}

.box-tempo .w-icon2 {
    background-position: 0 -368px;
    height: 35px;
    width: 47px;
}

.box-tempo .w-icon2r {
    background-position: 0 -265px;
    height: 31px;
    width: 47px;
}

.box-tempo .w-icon2n {
    background-position: 0 -403px;
    height: 38px;
    width: 45px;
}

.box-tempo .w-icon2rn {
    background-position: 0 -340px;
    height: 28px;
    width: 49px;
}

.box-tempo .w-icon3 {
    background-position: 0 -466px;
    height: 25px;
    width: 44px;
}

.box-tempo .w-icon3n {
    background-position: 0 -441px;
    height: 25px;
    width: 44px;
}

.box-tempo .w-icon4 {
    background-position: 0 -222px;
    height: 43px;
    width: 46px;
}

.box-tempo .w-icon4r {
    background-position: 0 0;
    height: 37px;
    width: 47px;
}

.box-tempo .w-icon4n {
    background-position: 0 -296px;
    height: 44px;
    width: 44px;
}

.box-tempo .w-icon4rn {
    background-position: 0 -38px;
    height: 38px;
    width: 49px;
}

.box-tempo .w-icon5 {
    background-position: 0 -189px;
    height: 33px;
    width: 47px;
}

.box-tempo .w-icon5n {
    background-position: 0 -156px;
    height: 33px;
    width: 47px;
}

.box-tempo .w-icon6 {
    background-position: 0 -76px;
    height: 40px;
    width: 44px;
}

.box-tempo .w-icon6n {
    background-position: 0 -116px;
    height: 40px;
    width: 44px;
}

.box-tempo .w-icon7 {
    background-position: 0 -528px;
    height: 37px;
    width: 40px;
}

.box-tempo .w-icon7n {
    background-position: 0 -565px;
    height: 37px;
    width: 40px;
}

.box-tempo .w-icon8 {
    background-position: 0 -602px;
    height: 37px;
    width: 40px;
}

.box-tempo .w-icon9 {
    background-position: 0 -491px;
    height: 37px;
    width: 40px;
}

.box-tempo .w-info {
    height: 40px;
    font-size: 11px;
}

    .box-tempo .w-info .label-info-w {
        color: #bcbcbc;
        font-weight: bold;
        font-size: 14px
    }

    .box-tempo .w-info .w-location {
        text-transform: uppercase;
        color: #FFF;
        text-align: left;
        font-weight: bold;
    }

    .box-tempo .w-info .min-temperature {
        font-size: 14px;
        color: #75c6ff;
        font-weight: bold;
    }

    .box-tempo .w-info .max-temperature {
        font-size: 14px;
        color: #F9A72F;
        font-weight: bold;
    }

.list-right-info {
    list-style: none;
}

    .list-right-info .item {
        color: #FFF;
        height: 55px;
        display: table-cell;
        vertical-align: middle;
    }

        .list-right-info .item .editor {
            text-align: center;
            font-size: 14px;
            letter-spacing: -1px;
        }

            .list-right-info .item .editor span {
                display: block;
            }

            .list-right-info .item .editor .title {
                margin-bottom: -7px
            }

            .list-right-info .item .editor .name {
                font-weight: bold;
            }

        .list-right-info .item .separator {
            border-right: 1px dotted #FFF;
            height: 55px;
            padding-right: 20px;
        }

        .list-right-info .item .social {
            padding: 2px 0 0 15px;
            font-size: 28px;
        }

            .list-right-info .item .social a {
                color: #FFF;
            }

                .list-right-info .item .social a:hover {
                    color: #FFF;
                    text-decoration: none;
                }

        .list-right-info .item .widget-previsao {
            color: #FFF;
        }

/*.search input[type="search"] {
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
    right: 0;
    height: 33px;
    padding: 2px 5px 3px 28px;
    border-radius: 4px;
    border: none;
    outline: 0;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #aaa;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 700;
}

::placeholder {
    color: #aaa;
    opacity: 1;*/ /* Firefox */
/*}

:-ms-input-placeholder {*/ /* Internet Explorer 10-11 */
/*color: #FFF;
}

::-ms-input-placeholder {*/ /* Microsoft Edge */
/*color: red;
}

input {
    font-family: 'FontAwesome';
    color: #FFF;
}*/
/* This is for the placeholder */

/*.search:before {
    font-family: 'FontAwesome';
    position: relative;
    left: 100px;
    top: 4px;
    color: #FFF;
    content: "\f002";
}*/


.has-search {
    position: relative;
    width: 300px;
}

    .has-search .form-control {
        padding-right: 2.375rem;
    }

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        right: 0;
        top: 0;
    }

.form-control:focus {
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

.has-search ::placeholder {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -.8px;
    color: #ccc;
    opacity: 1;
    letter-spacing: -.8px;
    font-weight: 400
}

.has-search:focus {
    border-color: #ccc;
}

:-ms-input-placeholder {
    color: #FFF;
}

::-ms-input-placeholder {
    color: red;
}

a#sidebarCollapse {
    color: #2c4976;
    text-decoration: none;
}

    a#sidebarCollapse:hover {
        text-decoration: none;
    }

/* MENU */
.menu {
    border-top: 3px solid #2c4976;
    height: 55px;
    display: flex;
    align-items: center;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list-item {
    display: inline;
    padding-right: 25px;
}

    .menu-list-item a {
        font-weight: 500;
        color: #2c4976;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 46px;
        letter-spacing: -.5px;
    }

        .menu-list-item a:hover {
            text-decoration: none;
            color: #d9d9d9;
        }

/* NEW CONTENT  */

.new-content p {
    margin-bottom: 15px;
}

.new-content img {
    /*display: block;*/
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}

.new-content-title {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 3.0rem;
    line-height: 1.1;
    letter-spacing: -.055em;
    color: #333;
}

.new-content-sub-title {
    color: #777;
    font-size: 1.32rem;
    letter-spacing: -.8px;
    line-height: 1.25;
}

.new-content-data {
    margin-bottom: 30px;
}

.new-content-data-by {
    color: #999;
    font-size: .85rem;
    font-weight: bold;
    letter-spacing: -.02rem;
}

.new-content-data-time {
    color: #999;
    font-size: .78rem;
    margin: 0;
}

/* FOOTER */

footer {
    background-color: #2c4976;
    height: 100%;
    height: auto;
    color: #FFF;
}

.list-links {
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    display: flex;
}

    .list-links .list-links-itens {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        flex-grow: 1;
        align-items: center;
        align-self: center;
        text-align: center;
    }

        .list-links .list-links-itens a {
            color: #fff;
        }

            .list-links .list-links-itens a:hover {
                text-decoration: none;
                color: #e9e9e9;
            }

.cargo-iten {
    font-size: 14px;
}


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.copyright {
    font-size: 14px;
}

.list-contato {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}


/* Politica e Cia */

.list-politica-cia {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-politica-cia li:first-child {
        padding: 10px 0;
        height: auto;
        border-bottom: 1px solid #e9e9e9;
    }

    .list-politica-cia li {
        padding: 10px 0;
        height: 105px;
        border-bottom: 1px solid #e9e9e9;
    }

        .list-politica-cia li:last-child,
        li:nth-last-child(2):nth-child(odd) {
            border-bottom: none;
        }

.item-name {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.75px;
    line-height: 20px;
    color: rgb(51, 51, 51);
    margin-bottom: 0.5rem;
}

.item-title {
    font-size: 14px;
    letter-spacing: -1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #2c4976;
}

.item-link {
    font-size: 14px;
    letter-spacing: -1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #2c4976;
}

.list-colunas {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-colunas li {
        height: 135px;
        padding: 20px 0;
        width: 45%;
        float: left;
        display: inline-block;
        margin-right: 5%;
        border-bottom: 1px solid #e9e9e9;
    }

        .list-colunas li:last-child,
        li:nth-last-child(2):nth-child(odd) {
            border-bottom: none;
        }

        .list-colunas li:nth-child(-n+2) {
            padding: 0 0 24px 0;
        }


.app-video {
    background-color: #777;
}

.video-current {
    position: relative;
    padding-bottom: 42.3%;
    height: 0;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .video-current iframe {
        top: 0;
        left: 0;
        width: 80%;
        height: 515px;
    }

.pagina-erro {
    margin: 0 auto;
    min-width: 485px;
}

.conteudo-erro h1 {
    font-size: 8em;
    font-weight: 900;
    font-family: 'Roboto', Arial;
    display: block;
    margin: 0 auto;
    height: 2.00em;
    overflow: hidden;
    letter-spacing: -14px;
    text-align: center;
    color: #d9d9d9;
    margin-top: 20px;
}

.conteudo-erro h2 {
    display: block;
    margin: 0 auto;
    height: 2.67em;
    overflow: hidden;
    text-align: center;
    font-family: 'Roboto', Arial;
    font-weight: 100;
    color: #777;
    letter-spacing: -2px;
}


.paginas-erro p.endereco-404 {
    font-weight: bold;
    margin-bottom: 5.42em;
}

.paginas-erro p {
    font-size: 15px;
    color: #858585;
    letter-spacing: -15%;
    line-height: 18px;
    margin-bottom: 0.1em;
    text-align: center;
}

.paginas-erro form {
    margin-bottom: 6.67em;
    margin: 0 auto;
    width: 35.5em;
}

/*CHECK*/

.check-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .check-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check-box input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.check-box .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*GALLERY*/

.discovery-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden
}

    .discovery-gallery .image {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        height: 160px
    }

@media (min-width:992px) {
    .discovery-gallery {
        height: 396px;
        flex-direction: column;
        border-radius: 10px
    }

        .discovery-gallery .image {
            flex-basis: 100%
        }

        .discovery-gallery .image-bigger {
            flex-basis: 55%
        }

        .discovery-gallery .image-a {
            flex-basis: 100%
        }
}

.discovery-gallery .image {
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 16px;
    width: 25%;
    overflow: hidden;
    position: relative
}

@media (min-width:992px) {
    .discovery-gallery .image {
        border-radius: 0;
        margin-bottom: 0
    }
}

.discovery-gallery .image:after {
    background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.2) 40%,rgba(0,0,0,.2) 80%,rgba(0,0,0,.4));
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (min-width:992px) {
    .discovery-gallery .image {
        border: .5px solid #f6f6f6
    }

        .discovery-gallery .image:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
            transition: transform .35s ease
        }

        .discovery-gallery .image:hover:before {
            transform: scale(1.2)
        }
}

.discovery-gallery .image {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-decoration: none;
    padding: 12px
}

    .discovery-gallery .image p {
        z-index: 2;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 0
    }

    .discovery-gallery .image h2 {
        z-index: 2;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 0
    }

.discovery-gallery .image-a {
    background-image: var(--bstn-dtq-cover);
}

@media (min-width:992px) {
    .discovery-gallery .image-a {
        background-image: var(--bstn-dtq-cover);
    }

        .discovery-gallery .image-a:hover:before {
            transform: scale(1.1)
        }
}

.discovery-gallery .image-b {
    background-image: var(--bstn-dtq-cover);
    background-size: cover;
    border-radius: 5px;
}

.discovery-gallery .image-c {
    background-image: var(--bstn-dtq-cover);
}

.discovery-gallery .image-d {
    background-image: var(--bstn-dtq-cover);
}

.discovery-gallery .image-e {
    background-image: var(--bstn-dtq-cover);
}

.discovery-gallery .image-f {
    background-image: var(--bstn-dtq-cover);
}

.discovery-gallery .image-g {
    background-image: var(--bstn-dtq-cover);
}

/* CARD COLABORADORES */

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}

    .frontside .card {
        min-height: 290px;
    }

        .frontside .card p {
            margin-bottom: 10px;
        }

        .frontside .card a {
            color: #888;
        }

            .frontside .card a:hover {
                text-decoration: none;
            }

        .frontside .card .card-title {
            color: #007b5e !important;
        }

        .frontside .card .card-body img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
        }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.news-item {
    margin-bottom: 1em;
}


/** TOP LIST **/

ul.topo__lista {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.reverse {
    justify-content: flex-end;
}

.centralizado {
    justify-content: center;
}

ul.topo__lista li {
    flex-direction: column;
    height: 40px;
}

    ul.topo__lista li a {
        color: #fff;
        display: inline-block;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        border-left: 1px solid #3A609B;
    }

        ul.topo__lista li a:hover {
            text-decoration: none;
        }

    ul.topo__lista li:last-child a {
        color: #fff;
        display: inline-block;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        border-right: 1px solid #3A609B;
    }


.bg-gray-light {
    background-color: #efefef;
}
