.btn {
    min-width: 192px;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.8s
}

.btn-small {
    min-width: 150px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px
}

.btn-float {
    position: absolute !important;
    right: 20px;
    bottom: 84px;
    height: 60px;
    width: 60px;
    line-height: 0;
    padding: 20px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
    text-decoration: none;
    z-index: 9999
}

.btn-simple-white {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.btn-simple-color {
    border-color: #111;
    background-color: transparent;
    color: #111
}

.btn-full-white {
    border-color: #fff;
    background-color: #fff;
    color: #111
}

.btn-full-color {
    border-color: #111;
    background-color: #111;
    color: #fff;
    -webkit-box-shadow: #111 0 5px 10px -2px;
    box-shadow: #111 0 5px 10px -5px
}

.logo img {
    width: 108px;
    height: auto;
    margin-bottom: 5px
}

.logo p {
    color: #fff;
    font-size: 26px
}

.logo p:last-child {
    font-size: 20px
}

.aviso p {
    font-size: 14px;
    color: #ff4500
}

.header,
.menu,
.aba {
    padding: 0 20px;
    font-size: 70%;
    position: fixed;
    left: 0;
    z-index: 2
}

.aba {
    font-size:9px
}

.rodape,
.rodape img {
    max-height: 20px
}

.rodape {
    position: absolute;
    bottom: 60px
}

.header,
.menu {
    height: 64px;
    z-index: 9999
}

.aba {
    height: 48px;
    overflow: hidden
}

body.bg p,
.header.bg a,
.menu.bg a {
    color: #fff
}

.aba a {
    color: #666
}

.aba > .col > div {
    border-left: 1px solid #ccc
}

.aba > .col > div:first-child {
    border-left: none
}

.menu {
    bottom: 0
}

a > i {
    font-size: 16px
}

.ativado {
    background: #fff;
    color: #111 !important;
    min-width: 55px;
    height: auto;
    padding: 5px;
    border-radius: 8px
}

.header {
    top: 0
}

.aba {
    top: 64px;
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

.content {
    width: 100%;
    padding: 16px 20px;
    margin-top: 64px;
    margin-bottom: 64px
}

.content-txt {
    width: 100%;
    padding: 0 20px 16px 20px;
    margin-bottom: 64px
}

.content-head {
    width: 100%;
    margin-top: 64px;
    height: 50px;
    background-color: #111
}

.content-body {
    margin-top: -25px
}

.content .separador:last-child {
    border: 0px !important;
    margin: 0 !important
}

.foto-big,
.foto-small {
    position: relative !important;
    overflow: hidden
}

.foto-big img,
.foto-small img,
.foto-big div,
.foto-small div {
    display: block;
    position: absolute !important
}

.foto-big,
.foto-small,
.foto-big img,
.foto-small img,
.foto-big div,
.foto-small div {
    left: 0;
    top: 0
}

.foto-big,
.foto-big img,
.foto-big div {
    width: 108px !important
}

.foto-big {
    height: 108px
}

.foto-small,
.foto-small img,
.foto-small div {
    width: 42px !important
}

.foto-small {
    height: 42px
}

.card {
    color: #fff;
    padding: 15px;
    border-radius: 8px
}

.card-big {
    width: 280px;
    height: 280px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 8px
}

.card h1,
.card h2,
.card h3,
.card p,
.card a {
    color: #fff
}

.card p {
    font-size: 14px;
    opacity: 0.75
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px 0;
    clear: both
}

.jogo:nth-of-type(1) {
    margin-top: 10px
}

.grafico-barra {
    height: 10px;
    margin-top: 10px;
    background-color: #111
}

/* preload */
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111111;
    z-index: 2;
    opacity: 1;
    overflow: hidden
}

#loading img {
    position: absolute;
    width: 98px;
    height: 98px;
    left: 50%;
    margin-left: -49px;
    top: 50%;
    margin-top: -49px
}

.feedback-img {
    max-width: 80px
}

.icones-share img {
    display: block;
    height: 30px
}

.col iframe {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.obs {
    font-size: 14px;
    color: #aaa
}

.obs a {
    font-size: 14px;
    color: #72b8f2
}

.controles{
    margin-top: 10px;
}

/* efeitos de entrada */
*[data-class=in] {
    opacity: 0
}

.in {
    opacity: 1;
    animation: in 500ms ease-in-out;
    -moz-animation: in 500ms ease-in-out;
    -o-animation: in 500ms ease-in-out;
    -webkit-animation: in 500ms ease-in-out
}

@keyframes in {
    0% {
        opacity: 0;
        transform: translate(0, -30px)
    }
}

@-moz-keyframes in {
    0% {
        opacity: 0;
        transform: translate(0, -30px)
    }
}

@-o-keyframes in {
    0% {
        opacity: 0;
        transform: translate(0, -30px)
    }
}

@-webkit-keyframes in {
    0% {
        opacity: 0;
        transform: translate(0, -30px)
    }
}

@media (max-width:1920px) {
    .cnt {
        max-width: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .cnt-v {
        position: absolute !important;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%
    }

    .header.col,
    .header.col > div,
    .aba.col,
    .aba.col > div,
    .menu.col,
    .menu.col > div {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}
