/*-- ======================================================================|
--   ____      _      __  __   _____      ____    ___    ____    _____   |
--  / ___|    / \    |  \/  | | ____|    / ___|  / _ \  |  _ \  | ____|  |
-- | |  _    / _ \   | |\/| | |  _|     | |     | | | | | | | | |  _|    |
-- | |_| |  / ___ \  | |  | | | |___    | |___  | |_| | | |_| | | |___   |
--  \____| /_/   \_\ |_|  |_| |_____|    \____|  \___/  |____/  |_____|  |
--                                                                       |
-- @ Author Enctype | www.gamecode.com.br                                |
-- ======================================================================|*/

/*
    Import Fonts
 */

@font-face {
    font-family: 'Nexa Light';
    font-style: normal;
    font-weight: normal;
    src: local('Nexa Light'), url('../fonts/Nexa Light.otf') format('opentype');
}

@font-face {
    font-family: 'Nexa Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Nexa Bold'), url('../fonts/Nexa Bold.otf') format('truetype');
}

@font-face {
    font-family: 'Arial Narrow';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow'), url('../fonts/arialnarrow.ttf') format('truetype');
}

@font-face {
    font-family: 'Arial Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow Bold'), url('../fonts/arial-narrow-bold.ttf') format('truetype');
}

.yeloow {
    color: #e5c306;
}

.pink {
    color: #e90e51;
}

.white {
    color: #fff;
}

.orange {
    color: #f29d45;
}

body {
    position: relative;
    background: url('../images/background.png') no-repeat top center, #100006;
    padding: 0px;
    margin: 0px;
    height: auto;
}

body::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/container-bg.png") no-repeat top center;
}

.wrapper {
    position: relative;
    min-height: calc(100vh - 200px);
}

.container {
    width: 1334px;
    max-width: 1334px;
    margin: 20px auto;
}
.container .logo {
    background: url('../images/logos/logo.png') no-repeat top center;
    width: 336px;
    height: 266px;
    margin: 0px 0px 0px 627px;
}
.container .row {
    display: flex;
}
.container .justify-space-between {
    justify-content: space-between;
}
.container .align-items-center {
    align-items: center;
}
.container .row .section1 {
    width: 859px;
    max-width: 859px;
}
.container .row .section1 .navbar {
    list-style: none;
    padding: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 0px;
}
.container .row .section1 .navbar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #27030f;
    filter: drop-shadow(2px 4px 6px black);
    mix-blend-mode: color-dodge;
}
.container .row .section1 .navbar li {
    position: relative;
    z-index: 10;
    font-family: "Nexa Bold", "sans-serif";
    font-size: 18px;
    color: #f5f5f5;
    line-height: 60px;
    padding: 0px 25px;
}
.container .row .section1 .navbar li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to top, transparent, #91248485 104%);
    mix-blend-mode: overlay;
    filter: drop-shadow(2px 4px 6px black);
}
.container .row .section1 .navbar li a {
    color: #f5f5f5;
    text-decoration: none;
}
.container .row .section1 .navbar li a:hover  {
    color: #e90e51;
}
.container .row .section1 .slide {
    background: url('../images/slide/01.png') no-repeat top center;
    width: 838px;
    height: 355px;
    background-size: cover;
    border: 2px solid #6b507a;
    margin: 5px 0px 0px 17px;
    position: relative;
    z-index: 10;
}
.container .row .section2 {
    width: 100%;
    position: relative;
    z-index: 10;
}
.container .row .section2 .autodj {
    background: url('../images/dj/dj.png') no-repeat;
    width: 438px;
    height: 252px;
    margin: 0px auto 0px;
    overflow: hidden;
}
.container .row .section2 .autodj .status {
    font-family: "Nexa Bold", "sans-serif";
    border-radius: 5px;
    background-color: #dfe0e1;
    color: #a00404;
    display: inline-flex;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px 10px;
    margin: 15px 0px 0px 362px;
}
.container .row .section2 .autodj .info {
    display: flex;
    width: 300px;
    margin: 0px 0px 0px 122px;
}
.container .row .section2 .autodj .info .photo {
    width: 101px;
    height: 126px;
}
.container .row .section2 .autodj .info .t1 {
    font-family: "Nexa Bold", "sans-serif";
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px 0px 0px 6px;
    letter-spacing: 1px;
    -webkit-text-stroke: 7px rgba(255, 222, 0, 0.2);
    text-shadow: none;
    filter: drop-shadow(2px 4px 6px black);
}
.container .row .section2 .autodj .info .t2 {
    font-family: "Nexa Light", "sans-serif";
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 4px 0px 0px 6px;
    filter: drop-shadow(2px 4px 6px black);
}
.container .row .section2 .autodj .info .t3 {
    font-family: "Nexa Bold", "sans-serif";
    color: #fff82c;
    font-size: 24px;
    text-transform: uppercase;
    margin: 3px 0px 0px 6px;
    filter: drop-shadow(2px 4px 6px black);
}
.container .row .section2 .autodj .info .t4 {
    font-family: "Nexa Bold", "sans-serif";
    color: #fff;
    font-size: 14px;
    margin: 16px 0px 0px 6px;
    filter: drop-shadow(2px 4px 6px black);
}
.container .row .section2 .autodj .t-navbar {
    list-style: none;
    padding: 0px;
    margin: 20px 0px 0px 141px;
    display: flex;
}
.container .row .section2 .autodj .t-navbar li, .container .row .section2 .autodj .t-navbar li a {
    color: #f6f6f6;
    font-family: "Nexa Bold", "sans-serif";
    font-size: 14px;
    text-decoration: none;
    margin: 0px 0px 0px 5px;
    -webkit-text-stroke: 1px rgba(255, 222, 0, 0.2);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}
.container .row .section2 .autodj .t5 {
    color: #f6f6f6;
    font-family: "Nexa Light", "sans-serif";
    font-size: 12px;
    margin: 24px 0px 0px 143px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}
.container .row .section2 .autodj .t5 a {
    color: #f6f6f6;
}
.container .row .section2 .publicidade {
    width: 100%;
    margin: 40px 0px 0px 0px;
    display: flex;
}
.container .row .section2 .publicidade p {
    font-family: "Arial Narrow", "sans-serif";
    color: #bc7ce2;
    font-size: 15px;
    text-transform: uppercase;
    transform: rotate(269deg);
    margin: 0px 0px 0px 0px;
    position: relative;
    left: 38px;
}
.container .row .section2 .publicidade .border {
    width: 399px;
    height: 105px;
    background-color: #c760c9;
    position: relative;
    right: 30px;
}
.container .row .section2 .publicidade .border img {
    display: block;
    margin: 3px auto 0px;
}
.container .row .section1 .chat {
    background: url('../images/banner-chat.png') no-repeat top center;
    width: 831px;
    height: 86px;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 10;
    margin: 15px 0px 0px 22px;
}
.container .row .section1 .chat:hover {
    filter: brightness(120%);
}
.container .row .section1 .news {
    width: 497px;
    position: relative;
    z-index: 10;
    margin: 20px 0px 0px 22px;
}
.container .row .section1 .news .title {
    display: flex;
    color: #ffffff;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    gap: 5px;
    padding: 4px 0px 0px 0px;
}
.container .row .section1 .news .title span {
    color: #e90e51;
    display: block;
}
.container .row .section1 .news .title i {
    background: url('../images/news/icon.png') no-repeat top center;
    width: 39px;
    height: 25px;
    display: block;
    position: relative;
    top: -2px;
    padding-left: 5px;
}
.container .row .section1 .news .other {
    background-color: #faf5e7;
    color: #e90e51;
    display: inline-flex;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 25px;
    position: relative;
    top: 6px;
}
.container .row .section1 .news .content {
    background-color: #faf5e7;
    width: 100%;
    border-radius: 10px 0px 10px 10px;
    margin: 6px 0px 0px 0px;
    overflow: hidden;
}
.container .row .section1 .news .content .list {
    display: flex;
    margin: 24px 0px;
    justify-content: flex-start;
}
.container .row .section1 .news .content .list .photo {
    display: block;
    margin: 0px 0px 0px 20px;
}
.container .row .section1 .news .content .list .t {
    margin: 0px 0px 0px 0px;
}
.container .row .section1 .news .content .list .t .t1 {
    color: #4c2665;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 0px 10px;
}
.container .row .section1 .news .content .list .t .t2, .container .row .section1 .news .content .list .t .t2 {
    color: #ff8401;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0px 0px 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.container .row .section1 .news .content .list .t .t3 {
    color: #000000;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 16px;
    margin: 3px 0px 0px 10px;
    text-decoration: none;
    display: block;
    width: 70%;
}
.container .row .section1 .tops {
    width: 364px;
    position: relative;
    z-index: 10;
    margin: 27px 0px 0px 22px;
}
.container .row .section1 .tops .boy {
    background: url('../images/tops/boy.png') no-repeat top center;
    width: 364px;
    height: 236px;
}

.container .row .section1 .tops .boy .t1 {
    color: #00ffac;
    font-family: "Arial Narrow Bold", "sans-serif";
    font-size: 20px;
    margin: 26px 0px 15px 25px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}
.container .row .section1 .tops .boy .t2 {
    color: #ff892a;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 18px;
    margin: 7px 0px 0px 20px;
    font-weight: 700;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}
.container .row .section1 .tops .boy .t2 span {
    color: #ffffff;
}
.container .row .section1 .tops .boy .photo {
    margin: 25px 19px 0px 0px;
    display: block;
}
.container .row .section1 .tops .girl {
    background: url('../images/tops/girl.png') no-repeat top center;
    width: 364px;
    height: 237px;
    margin: 5px 0px 0px 0px;
}
.container .row .section1 .tops .girl .t1 {
    color: #fedc89;
    font-family: "Arial Narrow Bold", "sans-serif";
    font-size: 20px;
    margin: 26px 25px 15px 0px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}
.container .row .section1 .tops .girl .t2 {
    color: #ff892a;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 18px;
    margin: 7px 20px 0px 5px;
    font-weight: 700;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}
.container .row .section1 .tops .girl .t2 span {
    color: #ffffff;
}
.container .row .section1 .tops .girl .photo {
    margin: 25px 0px 0px 19px;
    display: block;
}
.container .row .section2 .top-10 {
    margin: 30px 0px 0px 0px;
}
.container .row .section2 .top-10 .title {
    color: #ffffff;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    margin: 0px 0px 0px 30px;
    letter-spacing: 1px;
}
.container .row .section2 .top-10 .title i {
    background: url('../images/top-10/icon.png') no-repeat top center;
    width: 36px;
    height: 36px;
    display: inline-flex;
    margin: 0px 10px 0px 0px;
}
.container .row .section2 .top-10 .title span {
    margin: 0px 0px 0px 8px;
    display: block;
}
.container .row .section2 .top-10 .slogan {
    color: #bc7ce2;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 12px;
    margin: 0px 27px 0px 0px;
    text-transform: uppercase;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}
.container .row .section2 .top-10 .top {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
.container .row .section2 .top-10 .top .list:first-child {
    background: url('../images/top-10/top-1-bg.png') no-repeat;
    width: 420px;
    height: 56px;
    margin: 10px 0px 28px 31px;
    overflow: hidden;
    display: flex;
}
.container .row .section2 .top-10 .top .list:first-child .number {
    background: url('../images/top-10/top-1.png') no-repeat;
    width: 35px;
    height: 34px;
    margin: 10px 0px 0px 12px;
}
.container .row .section2 .top-10 .top .list:first-child .photo {
    display: block;
    margin: 4px 0px 0px 18px;
}
.container .row .section2 .top-10 .top .list:first-child .info {
    margin: 7px 0px 0px 16px;
    line-height: 22px;
}
.container .row .section2 .top-10 .top .list:first-child .info p {
    margin: 0px;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 22px;
    color: #efbb40;
}
.container .row .section2 .top-10 .top .list:first-child .info p span {
    color: #ffffff;
}
.container .row .section2 .top-10 .top .list {
    width: 420px;
    height: 56px;
    margin: -6px 0px 0px 31px;
    display: flex;
}
.container .row .section2 .top-10 .top .list .number {
    width: 35px;
    color: #be7de9;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 32px;
    text-align: center;
    margin: 0px 0px 0px 12px;
}
.container .row .section2 .top-10 .top .list .info {
    color: #ff8401;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 30px;
    margin: 1px 0px 0px 10px;
}
.container .row .section3 {
    width: 834px;
    max-width: 834px;
}
.container .row .section3 .materials {
    width: 100%;
    margin: 40px 0px 0px 22px;
}
.container .row .section3 .materials .title {
    display: flex;
    color: #e90e51;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    gap: 5px;
    padding: 4px 0px 0px 0px;
}
.container .row .section3 .materials .title i {
    background: url(../images/news/icon.png) no-repeat top center;
    width: 39px;
    height: 25px;
    display: block;
    position: relative;
    top: -2px;
    padding-left: 5px;
}
.container .row .section3 .materials .list {
    display: flex;
    margin: 25px 0px 0px 0px;
    gap: 15px;
}
.container .row .section4 {
    width: 464px;
    max-width: 464px;
}
.container .row .section4 .video-box {
    background: url('../images/video-box/video_box_bg.png') no-repeat;
    width: 464px;
    height: 233px;
    margin: 25px 22px 0px 0px;
    display: flex;
}
.container .row .section4 .video-box .info {
    width: 158px;
}
.container .row .section4 .video-box .info .title {
    color: #000;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 20px;
    text-transform: uppercase;
    margin: 6px 0px 0px 36px;
}
.container .row .section4 .video-box .info .title span {
    font-family: "Arial Narrow Bold", "sans-serif";
}
.container .row .section4 .video-box .info .text1 {
    color: #fff;
    font-family: "Arial Narrow", "sans-serif";
    text-align: center;
    margin: 30px 0px 0px 0px;
}
.container .row .section4 .video-box .info .text2 {
    color: #d43528;
    font-family: "Arial Narrow Bold", "sans-serif";
    text-align: center;
    margin: 20px 0px 0px 0px;
    text-transform: uppercase;
}
.container .row .section5 {
    width: 515px;
    max-width: 515px;
}
.container .row .section5 .emphasis {
    width: 100%;
    margin: 40px 0px 0px 22px;
}
.container .row .section5 .emphasis .title {
    display: flex;
    color: #ffffff;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    gap: 5px;
    padding: 4px 0px 0px 0px;
    align-items: center;
}
.container .row .section5 .emphasis .title .tag {
    font-size: 26px;
    color: #e90e51;
    display: block;
    margin: 0px 7px;
}
.container .row .section5 .emphasis .bg {
    background: url('../images/destaque/destaque_bg.png') no-repeat;
    width: 100%;
    height: 298px;
    display: flex;
    overflow: hidden;
}
.container .row .section5 .emphasis .bg .profile {
    width: 232px;
}
.container .row .section5 .emphasis .bg .profile .photo, .container .row .section5 .emphasis .bg .profile .photo img {
    margin: 5px 0px 0px 10px;
    display: block;
}
.container .row .section5 .emphasis .bg .profile .photo, .container .row .section5 .emphasis .bg .profile p {
    font-family: "Arial Narrow Bold", "sans-serif";
    font-size: 22px;
    color: #f4f4f4;
    text-align: center;
    margin: 4px 0px 0px 0px;
    text-transform: uppercase;
    filter: drop-shadow(2px 4px 6px black);
}
.container .row .section5 .emphasis .bg .info {
    margin: 0px 0px 0px 0px;
}
.container .row .section5 .emphasis .bg .info p {
    font-family: "Arial Narrow Bold", "sans-serif";
    font-size: 20px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    filter: drop-shadow(2px 4px 6px black);
}
.container .row .section5 .emphasis .bg .info p span {
    color: #d6a741;
    text-transform: uppercase;
}
.container .row .section5 .emphasis .bg .info p:nth-child(1) {
    margin: 24px 0px 0px 15px;
}
.container .row .section5 .emphasis .bg .info p:nth-child(2) {
    margin: 28px 0px 0px 15px;
}
.container .row .section5 .emphasis .bg .info p:nth-child(3) {
    margin: 27px 0px 0px 15px;
}
.container .row .section5 .emphasis .bg .info p:nth-child(4) {
    margin: 28px 0px 0px 15px;
}
.container .row .section5 .emphasis .bg .info p:nth-child(5) {
    margin: 31px 0px 0px 15px;
}
.container .row .section6 {
    width: 688px;
    max-width: 688px;
}
.container .row .section6 .insta {
    width: 100%;
    height: 313px;
    background: #fff;
    margin: 55px 0px 0px 95px;
}
.footer {
    background: url('../images/section_footer.png') no-repeat top center;
    overflow: hidden;
    margin: -50px 0px 0px 0px;
}
.footer .footer-c {
    background: #000000;
    margin: 380px 0px 0px 0px;
}
.footer .footer-c .container {
    margin: 0px auto;
}
.footer .footer-c .container .partner {
    margin: 20px 0px 35px 22px;
    width: 400px;
    max-width: 400px;
}
.footer .footer-c .container .partner .title {
    display: flex;
    color: #ffffff;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    gap: 5px;
    padding: 4px 0px 0px 0px;
    align-items: center;
}
.footer .footer-c .container .partner .title .tag {
    font-size: 26px;
    color: #e90e51;
    display: block;
    margin: 0px 7px;
}
.footer .footer-c .container .partner .list  {
    width: 100%;
    margin: 10px 0px 10px 5px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}
.footer .footer-c .container .copy {
    margin: 0px 0px 0px 100px;
}
.footer .footer-c .container .copy p {
    margin: 0px 0px 0px 0px;
    font-family: "Arial Narrow", "sans-serif";
    font-size: 20px;
    color: #ffffff;
}
.footer .footer-c .container .copy p .bold {
    font-family: "Arial Narrow Bold", "sans-serif";
}
.footer .footer-c .container .dev {
    display: flex;
    gap: 20px;
    margin: 0px 0px 0px 60px;
}
.footer .footer-c .container .dev .gc {
    background: url('../images/gc.png') no-repeat top center;
    width: 53px;
    height: 53px;
    opacity: 0.1;
}
.footer .footer-c .container .dev .gc:hover, .footer .footer-c .container .dev .wg:hover {
    opacity: 1;
}
.footer .footer-c .container .dev .wg {
    background: url('../images/wg.png') no-repeat top center;
    width: 43px;
    height: 50px;
    opacity: 0.1;
}