body {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    color: #333333;
    padding-top: 80px;
    height: 100%;
}

.container-fluid {
    max-width: 1420px;
}

h1 {
    font-size: 2rem;
    color: #0094ff;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 1.6rem;
    font-weight: 700;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

h4 {
    font-size: 1rem;
    font-weight: 600;
}

h5 {
    font-size: .9rem;
    font-weight: 500;
}

.descricao {
    font-size: 1.15rem;
    font-weight: 500;
}

.logo {
    max-width: 260px;
}

.padding-top {
    margin-top: 50px;
}

.padding-bottom {
    margin-bottom: 50px;
}

footer img {
    padding-bottom: 10px;
}

.grupos a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 30px 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #0094ff 0%, #0094ff 100%);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-bottom: 15px;
}

    .grupos a:hover {
        text-decoration: none;
        background: #242424;
    }

.box-produto h5 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
}

.rotatex {
    transform: rotateY(180deg);
    margin-top: -15px;
    /*
    animation-name: up;*/
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes up {
    100% {
        transform: rotateY(0deg);
    }
}

/* Animation */
.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.btn-catalogo {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    background: #0094ff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

    .btn-catalogo:hover {
        color: #fff;
        background: #242424;
        text-decoration: none;
    }

.navbar {
    padding: 0 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: .85rem;
    text-transform: uppercase;
    padding: 19px 10px;
}

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #242424;
        border-bottom: solid 2px #242424;
    }

.navbar-expand-lg .navbar-nav {
    margin-top: 10px;
}

.dropdown-menu {
    margin-top: -15px !important;
}

    .dropdown-menu a {
        font-size: .75rem;
        font-weight: 500 !important;
        text-transform: uppercase;
    }

.atendimento a {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color: #89c951;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(65, 132, 144, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    display: inline-block;
    padding: 2px 6px;
    transition: box-shadow 0.2s;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.bg-title {
    background-color: #242424;
    color: #fff;
}

.padding-title {
    padding-top: 15px;
    padding-bottom: 15px;
}

.grupo h4 {
    font-size: 20px;
    font-weight: 700;
    color: #242424;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: solid 1px #153457;
    margin-top: 0px;
}

ul.lista {
    margin-bottom: 30px;
}

    ul.lista li {
        border-bottom: solid 1px #ebebeb;
        line-height: 1.5em;
    }

        ul.lista li a {
            display: block;
            font-size: 15px;
            font-weight: 500;
            padding: 10px 10px;
            color: #153457;
            display: block;
        }

            ul.lista li a:hover {
                text-decoration: none;
                background-color: #ebebeb;
            }

        ul.lista li.active a {
            text-decoration: none;
            background-color: #ebebeb;
        }

.produto {
    transition: box-shadow .3s;
    padding: 10px;
    border: solid 1px #fff;
    min-height: 350px;
}

    .produto:hover {
        border: solid 1px #ebebeb;
    }

    .produto a:hover {
        text-decoration: none;
    }

    .produto a img {
        border-bottom: solid 2px #999;
        margin-bottom: 10px;
    }

.altura-produto {
    min-height: 60px;
}

.altura-catalogo {
    min-height: 80px;
}

.produto a {
    color: #666;
    font-weight: 500;
}

.produtos {
    background-color: #f1f1f1;
    min-height: 470px;
}

    .produtos h3 {
        margin-top: 60px;
    }

.fa-inverse {
    color: #363636 !important;
}

.fa-stack-1x {
    color: #363636 !important;
    background-color: #d8d9d8;
    border-radius: 50%;
}

    .fa-stack-1x:hover {
        color: #fff !important;
        background-color: #242424;
        border-radius: 50%;
    }

.displaynone {
    display: none;
}

ul.list-header {
    text-align: center;
}

    ul.list-header li a {
        color: #fff;
        font-size: 11px;
    }

p {
    line-height: 1.6em;
    font-size: 1.1rem;
}

ol {
    padding-left: 25px;
}

    ol li,
    ul li {
        line-height: 2em;
        font-size: 1.1rem;
    }

.navbar-default {
    background-color: #fff;
}

ul.nav li a {
    padding: 38px 15px !important;
    color: #666666 !important;
    font-weight: 400;
    font-size: 16px;
}

    ul.nav li a.active {
        color: #272b97 !important;
    }

    ul.nav li a:hover {
        color: #999 !important;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #242424 !important;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff !important;
}

.form-group-lg .form-control {
    height: 60px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    height: 50px;
    font-weight: 600;
}

.destaques {
    background-color: #ebebeb;
    margin-bottom: 30px;
    padding: 70px 0px 40px 0px;
}

    .destaques a {
        font-size: 18px;
        color: #333333;
        text-decoration: none;
    }

        .destaques a:hover {
            color: #242424;
        }

    .destaques img {
        padding-bottom: 10px;
    }

.retire {
    color: #fff;
    background-color: #0094ff;
    padding: 30px 60px;
}

.news {
    color: #fff;
    background-color: #242424;
    padding: 30px 60px;
}

.btn-cadastrar {
    color: #fff;
    padding: 0px 15px;
    height: 50px !important;
    border-radius: 0px;
    background-color: #333333;
}

    .btn-cadastrar:hover {
        color: #fff;
        background-color: #666;
    }

.copyright {
    color: #d7dbe1;
    color: #38383F;
    opacity: 0.8;
    padding: 20px 0 20px 0;
    font-size: .7rem;
}

ul.list-interno {
    margin-top: -10px !important;
    padding-top: 0px !important;
}

    ul.list-interno li:first-child {
        margin-left: 5px;
    }

    ul.list-interno li a {
        font-size: 85%;
        text-decoration: underline;
    }

    ul.list-interno li:first-child:after {
        content: '';
        padding-left: 10px;
    }

a.btn-retire {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border: solid 1px #fff;
    border-radius: 5px;
}

    a.btn-retire:hover {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px 20px;
        border: solid 1px #fff;
        background: linear-gradient(90deg, #0094ff 0%, #242424 100%);
    }

.navbar-light {
    border-bottom: solid 1px #ebebeb !important;
}

.bg-breadcrumb {
    color: var(--white);
    background-color: #242424;
}

.breadcrumb {
    background: transparent;
    padding: .75rem 1rem 0 1rem;
}

.breadcrumb-item a {
    font-size: .85rem;
    font-weight: 700;
    color: var(--white);
}

.breadcrumb-item.active {
    font-size: .85rem;
    font-weight: 700;
    color: var(--white);
    padding: 6px 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--white);
}

.inscricoes {
    color: #fff;
    background-color: #C00;
    padding: 15px 0;
}

    .inscricoes a {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
    }

.avisos img {
    margin-bottom: 10px;
}

.avisos .data {
    color: rgba(0, 0, 0, .5);
    font-size: .85rem;
    font-weight: 700;
}

.avisos a h3 {
    color: #181a1a;
    font-size: 1.2rem;
    font-weight: 700;
}

.avisos a:hover {
    opacity: .8;
    text-decoration: none !important;
}


.slick-dots {
    bottom: 15px !important;
}

.responsive button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.responsive button.slick-next.slick-arrow {
    right: 0px;
    z-index: 10;
}

.responsive .slick-prev:before, .responsive .slick-next:before {
    font-family: 'slick';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    opacity: .3;
    color: #000000;
}

.responsive:hover .slick-prev:before, .responsive:hover .slick-next:before {
    font-family: 'slick';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    opacity: .2;
    color: #000000;
}

ul.list-btn a.btn {
    text-transform: uppercase;
    font-size: .95rem;
    font-weight: 600;
    padding: 10px 10px;
}

ul.list-parceiros {
    text-align: center;
}

    ul.list-parceiros li {
        font-size: .9rem;
        font-weight: 600;
        border: solid 1px #242424;
        border-radius: 5px;
    }

        ul.list-parceiros li a {
            color: #242424;
            padding: 5px 10px;
        }

            ul.list-parceiros li a:hover {
                color: #666666;
                text-decoration: none;
            }

.marquee-top {
    background-color: #242424;
}

    .marquee-top marquee {
        padding: 10px 0;
    }

        .marquee-top marquee a {
            color: #fff;
            font-size: .9rem;
            font-weight: 700;
            padding: 10px 25px;
        }

        .marquee-top marquee:after {
            content: "";
            position: absolute;
            top: 0;
            right: 15px;
            bottom: 0;
            width: 80px;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
        }

.marquee-footer {
    background-color: #009540;
    background-image: linear-gradient(132deg, #F4D03F 0%, #009540 100%);
}

    .marquee-footer marquee {
        padding: 10px 0;
    }

        .marquee-footer marquee a {
            color: #242424;
            color: #ffffff;
            font-size: .9rem;
            font-weight: 700;
            padding: 10px 25px;
        }

/*
        .marquee-footer marquee:after {
            content: "";
            position: absolute;
            top: 0;
            right: 15px;
            bottom: 0;
            width: 80px;
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #35A240);
        }*/

footer {
    padding: 70px 0;
    background-color: #181a1a;
    border-top: solid 1px rgb(41 41 46 / .5);
    font-size: 14px;
    font-weight: 300;
}

    footer .cta {
        font-weight: 700;
    }

.bg-social {
    color: #fff;
    /*
    background-color: #F4D03F;
    background-image: linear-gradient(132deg, #F4D03F 0%, #009540 100%);*/
    background-color: #C00;
}

.bg-copy {
    color: #d7dbe1;
    /*
    background-color: #38383F;*/
    background-color: #181a1a;
    border-top: solid 1px rgb(41 41 46 / .5);
    background-color: #ffffff;
}

footer h5 {
    color: #ccc;
    font-size: .9rem;
    font-weight: 700;
}

footer ul li.fone {
    font-size: 1.3rem !important;
    font-weight: 700;
}

    footer ul li.fone span {
        font-size: 1.1rem !important;
        font-weight: 700;
    }

footer,
footer a {
    color: #e1e1e6;
}

ul.social {
    margin-top: 20px;
}

    ul.social li a {
        color: #fff;
        padding: 15px;
    }

    ul.social li:not(:last-child) {
        margin-right: 0;
    }

    ul.social li a img {
        height: 21px;
    }

        ul.social li a:hover {
            color: #e1e1e6;
            opacity: .8;
        }

    ul.social li .fa {
        color: #fff;
        font-size: 24px;
        padding-top: 4px;
    }

footer ul li {
    font-size: 1rem !important;
    line-height: 2em;
    font-weight: 500;
}

    footer ul li a:hover {
        color: #ccc;
    }

footer a:hover {
    color: #ccc;
}

footer ul.footer-menu {
    padding-left: 0;
}

    footer ul.footer-menu li {
        list-style: none;
        line-height: 2.5em;
    }

        footer ul.footer-menu li::before {
            content: "";
            width: 4px;
            height: 4px;
            margin-right: 6px;
            display: inline-block;
            background-color: #d7dbe1
        }

/* Menu Dropdown */

h4.materials-title {
    color: #34495E;
    font-size: .9rem;
    font-weight: 800;
    text-transform: uppercase;
}

.content-menu h5 {
    color: #a3a5ae;
    font-size: .8rem;
    font-weight: 600;
}

ul.list-menu {
    margin-left: 0;
    padding-left: 0;
}

    ul.list-menu li {
        list-style-type: none;
    }

        ul.list-menu li a {
            color: #34495E;
            font-size: .95rem;
            line-height: 200%;
            font-weight: 500 !important;
            display: block;
        }

.filter-menu,
.filter-menu2 {
    cursor: pointer;
}

.content-menu,
.content-menu2 {
    /* border-top: 1px solid rgba(0, 0, 0, .1); */
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    /* display: none; */
    /* opacity: 0; */
    /* height: 0px; */
    /* overflow: hidden; */
    visibility: hidden;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    z-index: 2;
    transition: all 0.2s linear;
}

    /*
    .content-menu .champ_title {
        color: #ffffff;
    }*/

    .content-menu.show,
    .content-menu2.show {
        visibility: visible;
        /* display: block; */
        /* height: auto;
opacity: 1; */
    }

.menu-bg,
.menu-bg2 {
    /* display: none; */
    position: fixed;
    visibility: hidden;
    /* top: 0; */
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    /* transition: all 0.2s ease; */
}




.filter-menu .content-menu {
    position: absolute;
    top: 1.75rem;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
    /* transition: all 0.15s ease; */
    z-index: 1000;
    /* width: 100vw; */
    /* width: 100%; */
    /* display: none; */
    box-shadow: 0 0px 0.3125rem rgba(0, 0, 0, 0.19);
    /* transform: translateY(0.5rem); */
}

.filter-menu:hover .content-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    /* transform: translateY(0); */
}





.campeonatos-chamadas {
    color: #ffffff;
    background-color: #010101;
    background-image: url(/Assets/v1/img/bg_campeonatos.jpg);
    background-repeat: repeat-x;
    background-position: left;
}

    /*
    .campeonatos-chamadas .card {
        background-color: #38383F;
        opacity: .9;
        border: 1px solid rgba(255, 255, 255, .125);
    }

        .campeonatos-chamadas .card hr {
            border-top: 1px solid rgba(255, 255, 255, .1);
        }*/

    .campeonatos-chamadas .card {
        border-radius: 24px;
        background-color: #111b21;
        box-shadow: 0 80px 60px rgb(0 0 0 / 12%);
        opacity: .9;
        border: 1px solid rgba(255, 255, 255, .125);
    }

    .campeonatos-chamadas h4.card-title {
        color: #ffffff;
    }

    .campeonatos-chamadas .champ_title {
        color: #ffffff;
    }

.img-height {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.img-etapa {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h4.card-title {
    font-size: 1.4rem;
    font-weight: 600;
}

h5.card-title {
    font-size: 1.2rem;
    font-weight: 600;
}

p.card-text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.btn-lbva {
    color: #ffffff;
    min-width: 100px;
    text-align: center;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    border: solid 1px #ffffff;
    border-image: initial;
    background: transparent;
    padding: 10px 20px;
    border-radius: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn-lbva:hover {
        color: #ffffff;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }





.page-card {
    margin: 0;
    padding: 50px 0;
    background: linear-gradient(45deg, #d7dbe1, #38383F);
    color: #fdfcfd;
}

.page-interna .page-card {
    margin: 0;
    padding: 0px 0;
    background: none;
    color: #fdfcfd;
}

.page-card .card {
    padding: 30px;
    color: #111b21;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 80px 60px rgb(0 0 0 / 12%);
}

.card-2 {
    padding: 30px;
    background-color: #111b21;
    border-radius: 24px;
    box-shadow: 0 80px 60px rgb(0 0 0 / 12%);
}

    .card-2:hover {
        color: #ffffff;
        /*background-color: #25d366;
        background-image: linear-gradient(132deg, #F4D03F 0%, #009540 100%);*/
        background-color: #202A31;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.lock {
    background-image: url(/Assets/v1/img/locked.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.card-2 .unlock {
    background-image: url(/Assets/v1/img/unlocked.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.card-2 img {
    max-width: 280px;
    width: 32vw;
    height: 300px;
    object-fit: cover;
    margin-left: -60px;
    margin-right: 30px;
    border-radius: inherit;
    box-shadow: 0 60px 40px rgb(0 0 0 / 12%);
    transition: border-radius 0.3s;
}

.card-2 h2 {
    color: #f4f4f4;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 6px;
}

.card-2 h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 12px;
    opacity: 0.8;
}

.card-2 p {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.7;
}

.card-2 .buttons {
    margin-top: 30px;
    margin-bottom: 10px;
}

    .card-2 .buttons a {
        border: 1px solid #f8f8f8;
        background-color: #25d366;
        color: #ffffff;
        min-width: 100px;
        text-align: center;
        font-family: inherit;
        padding: 10px 20px;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 60px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .card-2 .buttons a:hover {
            color: #ffffff;
            text-decoration: none;
            background-color: transparent;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }


.navbar-light .navbar-nav .cta {
    padding: .2rem .6rem !important;
    margin-top: 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cta {
    color: #d7dbe1 !important;
    background-color: #38383F;
    padding: .5rem .8rem;
    transition: background-color 250ms ease;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .cta:hover {
        color: #fff !important;
        background-color: #000000;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }



.regular .slick-slide img {
    display: inline;
}

.bg-banner {
    padding: 25px 0;
    background-image: url(/Assets/v1/img/back-ads.png);
    background-repeat: repeat;
    background-color: #d7dbe1;
}

.bg-campeonatos {
    padding: 50px 0;
    background-image: url(/Assets/v1/img/bg-lista.png);
    background-repeat: repeat;
}

.bg-ads {
    padding: 15px;
    background-image: url(/Assets/v1/img/ad-bg.png);
    background-repeat: repeat;
}

.bg-lista {
    padding: 15px;
    background-image: url(/Assets/v1/img/bg-lista.png);
    background-repeat: repeat;
}

.bg-ads2 {
    padding: 15px;
    background-image: url(/Assets/v1/img/back-ads.png);
    background-repeat: repeat;
}

.parceiros {
    padding: 50px 0;
    background-color: rgba(0, 0, 0, .4);
    background-color: #d7dbe1;
    background-image: url(/Assets/v1/img/ad-bg.png);
    background-repeat: repeat;
}

    .parceiros h6 {
        color: rgba(255, 255, 255, .7);
        font-size: .85rem;
        font-weight: 700;
    }

/*
.bg-black {
    padding: 50px 0;
    background-color: #121017;
}
    */




.top-stories-bar {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.07)
}

    .top-stories-bar:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        background-color: #ddd
    }

.top-stories-bar {
    height: 50px
}

    .top-stories-bar .top-stories-label {
        float: left;
        color: #333;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #ddd;
        position: relative;
        height: 100%;
        display: table
    }

        .top-stories-bar .top-stories-label:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -19%;
            width: 39%;
            background-color: #ddd;
            transform: skew(20deg);
            -webkit-transform: skew(20deg);
            -moz-transform: skew(20deg);
            -ms-transform: skew(20deg);
            z-index: 1
        }

        .top-stories-bar .top-stories-label .top-stories-label-wrap {
            position: relative;
            display: table;
            height: 100%;
            padding: 10px 0 10px 35px
        }

        .top-stories-bar .top-stories-label .label-txt {
            position: relative;
            z-index: 2;
            display: table-cell;
            height: 30px;
            vertical-align: middle;
            font-size: 18px
        }

        .top-stories-bar .top-stories-label .flash-icon {
            position: absolute;
            height: 6px;
            width: 6px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            background-color: #c80000;
            top: 50%;
            margin-top: -5px;
            left: 6px;
            z-index: 2
        }

            .top-stories-bar .top-stories-label .flash-icon:before {
                content: "";
                position: absolute;
                height: 6px;
                width: 6px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border: 1px solid #c80000;
                top: 50%;
                margin-top: -3px;
                left: 50%;
                margin-left: -3px;
                animation-name: blink-a;
                animation-duration: 2s;
                animation-iteration-count: infinite
            }

@keyframes blink-a {
    0% {
        transform: scale(1,1)
    }

    100% {
        transform: scale(2,2);
        opacity: 0
    }
}

.top-stories-bar .top-stories-label .flash-icon:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #c80000;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -3px;
    animation-name: blink-b;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite
}

@keyframes blink-b {
    0% {
        transform: scale(1,1)
    }

    100% {
        transform: scale(2,2);
        opacity: 0
    }
}

.top-stories-bar .top-stories-lists {
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    background-color: #fff;
    height: 50px
}

    .top-stories-bar .top-stories-lists .row {
        height: 50px
    }

.top-stories-bar .js-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px
}

.top-stories-bar .top-stories-lists .marquee {
    width: 100%;
    overflow: hidden;
    height: 50px
}

    .top-stories-bar .top-stories-lists .marquee a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 50px;
        color: #333;
        height: 50px
    }

        .top-stories-bar .top-stories-lists .marquee a:hover {
            color: #c80000
        }

.top-stories-bar .top-stories-lists:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 80px;
    background-image: linear-gradient(to right,rgba(255,255,255,0),#fff)
}








.champ_title {
    color: #181a1a;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: .9em;
    text-transform: uppercase;
}

.block_title {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 0 0 12px 0;
    color: #C00;
    background-color: transparent;
    text-transform: uppercase;
}

    .block_title::after {
        content: "";
        width: 8px;
        height: 8px;
        margin-left: 4px;
        display: inline-block;
        background-color: #C00;
    }




.flash-icon {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #c80000;
    top: 50%;
    margin-top: -5px;
    left: 6px;
    z-index: 2
}

    .flash-icon:before {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 1px solid #c80000;
        top: 50%;
        margin-top: -3px;
        left: 50%;
        margin-left: -3px;
        animation-name: blink-a;
        animation-duration: 2s;
        animation-iteration-count: infinite
    }

@keyframes blink-a {
    0% {
        transform: scale(1,1)
    }

    100% {
        transform: scale(2,2);
        opacity: 0
    }
}

.flash-icon:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #c80000;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -3px;
    animation-name: blink-b;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite
}

@keyframes blink-b {
    0% {
        transform: scale(1,1)
    }

    100% {
        transform: scale(2,2);
        opacity: 0
    }
}


@media(max-width:991px) {
    body {
        padding-top: 60px;
    }

    .navbar-light .navbar-nav .cta {
        margin: 19px 10px !important;
    }
    .campeonatos-chamadas {
        background-color: #010101;
        background-image: url(/Assets/v1/img/bg_campeonatos_m.jpg);
        background-repeat: repeat;
        background-position: left;
    }

    .padding-bottom {
        margin-bottom: 35px;
    }

    .padding-top {
        margin-top: 35px;
    }

    .grupos a {
        font-size: 18px;
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .retire {
        padding: 25px 15px;
        min-height: 200px;
    }

    .news {
        padding: 25px 15px;
        min-height: 200px;
    }

    .dropdown-menu {
        margin-top: 0px !important;
    }

    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 220px;
    }

    footer img {
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(0,0,0,.5);
    }

    .navbar-toggle {
        border-radius: 0;
        margin-top: 15px;
        border-color: #242424 !important;
        margin-right: 0px;
    }

    .navbar-light .navbar-toggle:focus,
    .navbar-light .navbar-toggle:hover {
        background-color: #242424;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap=' round' stroke-miterlimit=' 10' stroke-width=' 2' d=' M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    }



    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff !important;
    }

    ul.navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        ul.navbar-nav li a {
            padding: 10px 10px !important;
            margin: 0px !important;
            display: block;
            border-bottom: solid 1px #ebebeb !important;
        }

            ul.navbar-nav li a:hover {
                background-color: #242424;
                color: #fff;
            }

        ul.navbar-nav li.active a {
            background-color: #fafafa;
            color: #242424;
            font-weight: 400;
        }

    .destaques {
        background-color: #ebebeb;
        margin-bottom: 30px;
        padding: 40px 0px 20px 0px;
    }

    .categoria {
        margin: 0px 0 0px 0;
    }

    ul.filtro-box li {
        border-bottom: 1px solid #ccc;
    }

        ul.filtro-box li a {
            color: #444;
            display: block;
            font-size: 18px;
            line-height: 1.5em;
            font-weight: 700;
            padding: 10px 10px;
        }

            ul.filtro-box li a:hover {
                color: #1b6db0;
                background-color: #ebebeb;
                text-decoration: none;
            }

            ul.filtro-box li a.active {
                color: #1b6db0;
                background-color: #ebebeb;
                text-decoration: none;
            }

        ul.filtro-box li:last-child {
            border-bottom: none;
        }

    footer {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .padding-footer {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    footer h3 {
        margin-top: 5px;
    }

    .copyright {
        padding: 10px 0 10px;
        font-size: .8rem;
    }
}
