:root {
    --body: #110920;
    --text: #fff;
    --link: #fff;
    --link-hover: #ff8ca9;
    --primary: #ff8ca9;
    --secondary: #8c3596;
    --dark: #000;
    --blue: #298eea;
    --light: #fff;
    --gray: #1b0f30;
    --gray-light: #311e54;
    --gray-dark: #eee;
}

html {
    box-sizing: border-box;
    font-size: 16px;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

html, body {
    height: 100%;
    font-family: 'Jost', sans-serif;
    background: #14181B;
}

a:hover {
    transition: linear 7ms;
}

#content {
    max-width: 990px;
    margin: 0 auto;
}
.logo.txt {
    color: var(--text);
    padding: 0;
    background: 0;
    text-indent: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: -2px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
.logo.txt.single {
    font-size:22px;
}
.logo.txt span {
    color: var(--blue);
}
div.topo {
    
    text-align: center;
}

div.topo>h1 {
    margin-top: 40px;
    font-size: 1.6em;
    color: var(--text);
    font-weight: 600;
}

div.topo>p {
    margin-top: 10px;
    font-size: 1.2em;
    color: var(--text);
    font-weight: 400;
}

div.topo>b {
    display: block;
    margin-top: 60px;
    font-size: 1.1em;
    color: rgba(255, 255, 255, .6);
    font-weight: 500;
}

div.topo>ul {
    display: block;
    margin-top: 10px;
}

div.topo>ul>li {
    display: inline-block;
}

div.topo>ul>li>a, .btn-outline {
    padding: 14px 30px;
    font-size: 1em;
    color: var(--text);
    border-radius: 50px;
    background: var(--blue);
    display: block;
    margin: 0 10px;
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--text);
    text-align: center;
    margin: 40px auto;
    width: max-content;
}

div.topo>ul>li>a:hover {
    background: #0274dd;
    transition: linear 7ms;
}

.destaques {
    margin-top: 80px;
    display: flex;
}

.destaques>a {
    flex: 1;
    padding: 15px 25px;
    border: 1px solid var(--blue);
    border-radius: 16px;
    margin-right: 10px;
    background: rgba(35, 181, 181, .05);
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.20);
    position: relative;
    overflow: hidden;
}

.destaques>a:hover {
    background: rgb(41 142 234 / 34%);
}

.destaques>a>b {
    display: block;
    color: var(--blue);
    font-size: 1.1em;
}

.destaques>a>small {
    font-size: .9em;
    color: rgba(255, 255, 255, .6);
    margin-top: 15px
}

.destaques>a>i {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 82px;
    color: rgb(41 142 234 / 34%);
}

.lancamentos {
    margin-top: 80px;
}

.lancamentos>h2 {
    font-size: 1.4em;
    color: var(--text);
    text-align: center;
    font-weight: 500;
}

.lancamentos>.cards {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.lancamentos>.cards>.item {
    background: rgba(255, 255, 255, .1);
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.20);
}

.lancamentos>.cards>.item:hover {
    background: rgba(255, 255, 255, .2);
}

.lancamentos>.cards>.item>img {
    border-radius: 16px;
    overflow: hidden;
}

.lancamentos>.cards>.item>b {
    font-size: 1em;
    color: var(--text);
    font-weight: 500;
    margin-top: 15px;
    display: block;
}

.lancamentos>.cards>.item>p {
    font-size: .7em;
    color: #f9f9f9;
    font-weight: 400;
    margin-top: 10px;
    text-align: justify;
    opacity: .7;
}

footer {
    margin-top: 40px;
    width: 100%;
    padding: 40px;
    color: var(--text);
    font-size: 1em;
    font-weight: 300;
    text-align: center;
}

header.topo {
    display: flex;
    padding: 15px 0
}

header.topo>* {
    flex: 1;
}

header.topo>ul {
    text-align: right;
}

header.topo>ul>li {
    display: inline-block;
}

header.topo>ul>li>a {
    padding: 10px 20px;
    font-size: 1em;
    color: var(--text);
    border-radius: 50px;
    background: var(--blue);
    display: block;
    /* margin: 0 10px; */
}

.list {
    min-height: 75vh;
    padding: 20px 0;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: var(--text) !important
}

.dataTables_wrapper .dataTables_length select {
    color: #aaa
}

table.dataTable thead .sorting {
    color: var(--blue);
}

table.dataTable tbody tr {
    background: rgba(255, 255, 255, .05) !important;
    color: rgba(255, 255, 255, .8);
    padding: 5px 0;
}

table.dataTable tbody tr.even {
    background: rgba(255, 255, 255, .15) !important;
}

td>.btn {
    margin: 0 !important;
    padding: 3px 8px;
    font-size: 12px;
    display: block;
    width: 90%;
}

td>.btn:hover {
    opacity: .7;
}

td>.btn.btn-white {
    color: #010101;
    background: var(--text);
    margin-bottom: 5px !important;
}

.dataTables_wrapper .dataTables_filter input {
    color: #aaa
}

.modal {
    max-width: 820px !important;
}

.modal>.temporada {
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.005);
    border: 1px dotted #ccc;
    border-bottom-width: 3px;
    margin-bottom: 15px;
}

.modal>.temporada>h2 {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
}

.modal table {
    width: 100%;
}

.btn-outline.black {
    color: #010101;
    border-color: #010101;
    margin-bottom: 5px !important;
}

.btn-outline.black:last-child {
    margin-bottom: 0 !important;
}

.btn-white.black {
    background: #010101 !important;
    color: #fff !important;
}

.modal table {
    border-collapse: collapse;
}

.modal table td {
    border: none !important;
    padding: 5px;
}

.modal table tbody tr {
    background: rgba(0, 0, 0, 0.01);
    padding: 10px;
}

.modal table tbody tr:nth-child(even) {
    background: rgba(78, 57, 57, 0.05);
}

header.topo img {
    /* height: 70px !important */
}

.copy {
    display: inline-block;
    padding: 0.25em 0.4em;
    border-radius: 3px;
    font-size: 13px;
    color: var(--text);
    background: var(--blue);
    line-height: 1;
    margin-top: 8px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
}

.copy:hover {
    background: #0274dd;
}
