body #app,
html #app{
    font-family: Predator, sans-serif !important;
    margin: 0;
    padding: 0
}

#app a,
#app button,
#app input,
#app select,
#app textarea {
    outline: unset!important;
    box-shadow: none!important
}
.legal_information_oechsle,
.legal_information_tituralidad{
    margin-top: 30px;
}
#app a:focus,
#app button:focus,
#app input:focus,
#app select:focus,
#app textarea:focus {
    outline: unset!important;
    box-shadow: none!important
}

#app #menu_nav {
    background: 0 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

#app #menu_nav .navbar-nav {
    background: #0a081f
}

@media screen and (min-width:768px) {
    #app #menu_nav {
        margin-top: 3rem
    }
    #app #menu_nav .navbar-nav {
        background: 0 0
    }
}

#app #menu_nav.rules_nav {
    background: #000;
    margin: 0
}

@media screen and (min-width:768px) {
    #app #menu_nav.rules_nav {
        padding: 2rem 0 2rem 0
    }
}

#app #menu_nav.rules_nav ul li a {
    color: #fff
}

#app #menu_nav.rules_nav ul li a.active,
#app #menu_nav.rules_nav ul li a:hover {
    color: #fff
}

#app #menu_nav .container {
    max-width: 900px
}

#app #menu_nav ul {
    justify-content: space-evenly;
    width: 100%
}

#app #menu_nav ul>li {
    padding: .5rem .5rem;
    flex: 0 0 50%;
    text-align: center
}

@media screen and (min-width:768px) {
    #app #menu_nav ul>li {
        flex: 0 0 auto
    }
}

#app #menu_nav ul>li>a {
    color: #fff;
    font-family: Predator, sans-serif;
    font-size: .75rem;
    padding: 0!important;
    position: relative;
    text-transform: uppercase
}

#app #menu_nav ul>li>a.active,
#app #menu_nav ul>li>a:hover {
    color: #fff;
    opacity: 1
}

#app #menu_nav ul>li>a.active:before,
#app #menu_nav ul>li>a:hover:before {
    background: #16fed0;
    bottom: -8px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

#app #menu_nav ul>li div {
    background-color: #0a081f!important
}

#app #menu_nav ul>li div a {
    color: #fff!important;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 500
}

#app #menu_nav ul>li div a.active,
#app #menu_nav ul>li div a:active,
#app #menu_nav ul>li div a:focus,
#app #menu_nav ul>li div a:hover {
    color: #0a081f!important
}

#app #menu_nav ul>li div a.active,
#app #menu_nav ul>li div a:active {
    background-color: #fff!important
}

#app #home_banner {
    background: url(/arquivos/home_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 3rem;
    position: relative
}

@media screen and (min-width:768px) {
    #app #home_banner {
        padding-top: 6rem
    }
}

@media screen and (min-width:1200px) {
    #app #home_banner {
        height: 95vh
    }
}

@media screen and (min-width:1600px) {
    #app #home_banner {
        height: 97vh
    }
}

@media screen and (min-width:1920px) {
    #app #home_banner {
        height: 91vh
    }
}

#app #home_banner .content {
    align-items: unset;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 88px);
    justify-content: center;
    padding-bottom: 0;
    position: relative;
    z-index: 2
}

@media screen and (min-width:768px) {
    #app #home_banner .content {
        align-items: center;
        height: calc(95vh - 72px);
        padding-bottom: 0
    }
}

@media screen and (min-width:1600px) {
    #app #home_banner .content {
        height: calc(97vh - 72px)
    }
}

@media screen and (min-width:1920px) {
    #app #home_banner .content {
        height: calc(91vh - 72px);
        padding-bottom: 2.5rem
    }
}

#app #home_banner .content .logo_container {
    margin-top: 0
}

#app #home_banner .content .logo_container figure {
    margin: 0 auto;
    width: 280px
}

@media screen and (min-width:768px) {
    #app #home_banner .content .logo_container figure {
        width: 300px
    }
}

@media screen and (min-width:1200px) {
    #app #home_banner .content .logo_container figure {
        width: 20vw
    }
}

@media screen and (min-width:1600px) {
    #app #home_banner .content .logo_container figure {
        width: 22vw
    }
}

@media screen and (min-width:1920px) {
    #app #home_banner .content .logo_container figure {
        width: 20vw
    }
}

#app #home_banner .content .logo_container figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

#app #home_banner .content .button_container {
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    #app #home_banner .content .button_container {
        margin-top: 3rem
    }
}

#app #home_banner .content .button_container .btn_content {
    border: 1px solid;
    border-image-source: linear-gradient(to right, rgba(22, 254, 208, 1) 0, rgba(22, 254, 208, 1) 50%, rgba(22, 254, 208, 1) 51%, rgba(22, 254, 208, 1) 71%, rgba(22, 254, 208, 1) 100%);
    border-image-slice: 1;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 175px
}

#app #home_banner .content .button_container .btn_content span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .75rem
}

#app #home_banner .content .title_time {
    margin-top: 2rem
}

#app #home_banner .content .title_time span {
    color: #fff;
    display: block;
    font-family: Predator, sans-serif;
    font-size: .8rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase
}

#app #home_banner .content .title_time span strong {
    font-weight: 700
}

#app #home_banner .content .main_sponsor_container {
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    #app #home_banner .content .main_sponsor_container {
        margin-top: 1rem
    }
}

@media screen and (min-width:1200px) {
    #app #home_banner .content .main_sponsor_container {
        margin-top: 2rem
    }
}

@media screen and (min-width:1600px) {
    #app #home_banner .content .main_sponsor_container {
        margin-top: 3rem;
        margin-bottom: 1.5rem
    }
}

#app #home_banner .content .main_sponsor_container figure {
    width: 70px;
    margin: 0 auto
}

@media screen and (min-width:768px) {
    #app #home_banner .content .main_sponsor_container figure {
        width: 100px
    }
}

#app #home_banner .content .main_sponsor_container .container .logo figure img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%
}

#app #home_banner .content .sponsors_container figure {
    margin: 0
}

#app #home_banner .content .sponsors_container .container {
    display: flex;
    justify-content: center;
    align-items: center
}

#app #home_banner .content .sponsors_container .container .logo {
    padding: 1rem
}

#app #home_banner .content .sponsors_container .container .logo:first-child {
    width: 100px
}

#app #home_banner .content .sponsors_container .container .logo:nth-child(2) {
    width: 180px
}

#app #home_banner .content .sponsors_container .container .logo:nth-child(3) {
    width: 150px
}

#app #home_banner .content .sponsors_container .container .logo figure {
    margin: 0
}

#app #home_banner .content .sponsors_container .container .logo figure img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%
}

#home_prize {
    background: url(/arquivos/home_prize_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap-reverse;
    height: auto;
    min-height: unset;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative
}

@media screen and (min-width:768px) {
    #home_prize {
        display: block;
        height: 46vh;
        padding-bottom: 0;
        padding-top: 0
    }
}

#home_prize>.container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 960px;
    position: relative;
    z-index: 4
}

#home_prize>.container .title1 {
    text-align: center
}

#home_prize>.container .title1 span {
    color: #fff;
    font-size: .57rem;
    font-weight: 300;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    #home_prize>.container .title1 span {
        font-size: .94rem
    }
}

@media screen and (min-width:1200px) {
    #home_prize>.container .title1 span {
        font-size: 1.7rem
    }
}

#home_prize>.container .title2 span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1
}

@media screen and (min-width:768px) {
    #home_prize>.container .title2 span {
        font-size: 5rem
    }
}

@media screen and (min-width:1200px) {
    #home_prize>.container .title2 span {
        font-size: 6.5rem
    }
}

#home_prize>.container .title3 {
    text-align: center
}

@media screen and (min-width:768px) {
    #home_prize>.container .title3 {
        text-align: unset
    }
}

#home_prize>.container .title3 span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    line-height: 1
}

@media screen and (min-width:768px) {
    #home_prize>.container .title3 span {
        font-size: 4rem
    }
}

@media screen and (min-width:1200px) {
    #home_prize>.container .title3 span {
        font-size: 4.5rem
    }
}

#home_prize>.container .title4 {
    text-align: center
}

@media screen and (min-width:768px) {
    #home_prize>.container .title4 {
        text-align: unset
    }
}

@media screen and (min-width:1200px) {
    #home_prize>.container .title4 {
        text-align: center
    }
}

#home_prize>.container .title4 span {
    color: #16fed0;
    font-size: .5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

@media screen and (min-width:768px) {
    #home_prize>.container .title4 span {
        font-size: .84rem
    }
}

@media screen and (min-width:1200px) {
    #home_prize>.container .title4 span {
        font-size: 1.05rem
    }
}

#app #products_sections1 {
    background: url(/arquivos/predator_helios_500.jpg)
}

#app #products_sections2 {
    background: url(/arquivos/nitro_5.jpg)
}

#app #products_sections3 {
    background: url(/arquivos/nitro_5_i5.jpg)
}

#app .products_sections {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
    position: relative
}

#app .products_sections .product_container .container {
    max-width: 960px
}

#app .products_sections .product_container .container .title {
    text-align: center
}

#app .products_sections .product_container .container .title span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.34rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 1
}

@media screen and (min-width:768px) {
    #app .products_sections .product_container .container .title span {
        font-size: 1.75rem
    }
}

#app .products_sections .product_container .container .subtitle {
    margin-top: .5rem;
    text-align: center
}

#app .products_sections .product_container .container .subtitle span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
    line-height: 1
}

@media screen and (min-width:768px) {
    #app .products_sections .product_container .container .subtitle span {
        font-size: 1.4rem
    }
}

#app .products_sections .product_container .container figure {
    margin: 1rem 0 0 0;
    width: 100%
}

#app .products_sections .product_container .container figure img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

#app #products_sections1 .product_container .container .button_container {
    margin-top: 1rem
}

#app .products_sections .product_container .container .button_container {
    margin-top: 5px
}

@media screen and (min-width:768px) {
    #app #products_sections1 .product_container .container .button_container {
        margin-top: 1rem
    }
    /* #app .products_sections .product_container .container .button_container {
        margin-top: -20px
    } */
}

#app .products_sections .product_container .container .button_container .btn_content {
    border: 1px solid;
    border-image-source: linear-gradient(to right, rgba(22, 254, 208, 1) 0, rgba(22, 254, 208, 1) 50%, rgba(22, 254, 208, 1) 51%, rgba(22, 254, 208, 1) 71%, rgba(22, 254, 208, 1) 100%);
    border-image-slice: 1;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 175px
}

#app .products_sections .product_container .container .button_container .btn_content span {
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase
}

#app #home_community {
    background: url(/arquivos/home_community_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    position: relative
}

@media screen and (min-width:768px) {
    #app #home_community {
        height: 260px
    }
}

@media screen and (min-width:992px) {
    #app #home_community {
        height: 334px
    }
}

@media screen and (min-width:1200px) {
    #app #home_community {
        height: 65vh
    }
}

#app #home_community .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 960px;
    position: relative;
    z-index: 2
}

#app #home_community .container .title span {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    #app #home_community .container .title span {
        font-size: 1.3rem
    }
}

#app #home_community .container .subtitle {
    margin-top: 1rem;
    display: none
}

@media screen and (min-width:768px) {
    #app #home_community .container .subtitle {
        display: block
    }
}

#app #home_community .container .subtitle.responsive {
    display: block!important
}

@media screen and (min-width:768px) {
    #app #home_community .container .subtitle.responsive {
        display: none!important
    }
}

#app #home_community .container .subtitle span {
    color: #fff;
    display: block;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    #app #home_community .container .subtitle span {
        font-size: 1rem
    }
}

#app #home_community .container .button_container {
    margin-top: 2rem
}

#app #home_community .container .button_container .btn_content {
    border: 1px solid;
    border-image-source: linear-gradient(to right, rgba(22, 254, 208, 1) 0, rgba(22, 254, 208, 1) 50%, rgba(22, 254, 208, 1) 51%, rgba(22, 254, 208, 1) 71%, rgba(22, 254, 208, 1) 100%);
    border-image-slice: 1;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 175px
}

#app #home_community .container .button_container .btn_content span {
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 500
}

#app footer {
    background: #000;
    padding: 2rem 0
}

#app footer .container {
    padding: 0;
    max-width: 960px
}

#app footer .container .main_sponsors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    width: 100%
}

@media screen and (min-width:768px) {
    #app footer .container .main_sponsors {
        width: 550px
    }
}

#app footer .container .main_sponsors .sponsor {
    align-items: center;
    display: flex;
    flex: 1 1 25%;
    justify-content: center;
    padding: .5rem
}

@media screen and (min-width:768px) {
    #app footer .container .main_sponsors .sponsor {
        flex: 1 1 25%
    }
}

#app footer .container .main_sponsors .sponsor:first-child {
    padding: 1.1rem
}

#app footer .container .main_sponsors .sponsor:nth-child(2) {
    padding: 0
}

@media screen and (min-width:768px) {
    #app footer .container .main_sponsors .sponsor:nth-child(2) {
        padding: .15rem
    }
}

#app footer .container .main_sponsors .sponsor:nth-child(2) figure {
    height: 62px
}

#app footer .container .main_sponsors .sponsor:nth-child(3) {
    padding: .65rem
}

@media screen and (min-width:768px) {
    #app footer .container .main_sponsors .sponsor:nth-child(3) {
        padding: .5rem
    }
}

#app footer .container .main_sponsors .sponsor figure {
    align-items: center;
    display: flex;
    height: 62px;
    justify-content: center;
    margin: 0;
    padding: .3rem
}

@media screen and (min-width:768px) {
    #app footer .container .main_sponsors .sponsor figure {
        padding: .6rem
    }
}

#app footer .container .main_sponsors .sponsor figure img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center
}

#app footer .container .main_description {
    margin: 0 auto;
    text-align: center;
    padding: 0 15px
}

#app footer .container .main_description p {
    color: white;
    font-weight: 300;
    font-size: .65rem;
    margin: 0;
    text-transform: uppercase
}

#app footer .container .information_links {
    padding: 2rem 15px 0
}

#app footer .container .information_links ul {
    text-align: center
}

#app footer .container .information_links ul li a {
    color: white;
    font-weight: 300;
    font-size: .6rem;
    text-transform: uppercase
}

#app #register_section {
    background: url(/arquivos/register_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 3rem
}

@media screen and (min-width:768px) {
    #app #register_section {
        padding-top: 6rem
    }
}

#app #register_section .register_form {
    padding-bottom: 2rem
}

#app #register_section .register_form .container {
    max-width: 800px
}

#app #register_section .register_form .container>.title {
    text-align: center;
    margin: 1.2rem 0
}

#app #register_section .register_form .container>.title span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-left: 0
}

@media screen and (min-width:768px) {
    #app #register_section .register_form .container>.title span {
        font-size: 1.65rem
    }
}

#app #register_section .register_form .container form {
    margin-top: 3rem
}

#app #register_section .register_form .container form .player .main_player {
    margin-bottom: 1rem
}

#app #register_section .register_form .container form .player .row>div .header {
    margin-bottom: 1.4rem;
    text-align: center
}

#app #register_section .register_form form .player .row>div .header span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-left: 0;
    width: auto
}

#app #register_section .register_form form .player .row>div .invalid-feedback {
    font-weight: 500
}

#app #register_section .register_form form .player .row>div .form-group input {
    border-radius: 5px;
    border: transparent;
    color: #0b141e;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase
}

#app #register_section .register_form form input:-webkit-autofill,
#app #register_section .register_form form input:-webkit-autofill:focus,
#app #register_section .register_form form input:-webkit-autofill:hover,
#app #register_section .register_form form select:-webkit-autofill,
#app #register_section .register_form form select:-webkit-autofill:focus,
#app #register_section .register_form form select:-webkit-autofill:hover,
#app #register_section .register_form form textarea:-webkit-autofill,
#app #register_section .register_form form textarea:-webkit-autofill:focus,
#app #register_section .register_form form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #0b141e;
    transition: background-color 1000s ease-in-out 0s
}

#app #register_section .register_form form .player .row>div .form-group select {
    border-radius: 5px;
    border: transparent;
    color: #adadaf;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase
}

#app #register_section .register_form form .player .row>div .form-group input::placeholder {
    color: #adadaf
}

#app #register_section .register_form form>.form-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    #app #register_section .register_form form>.form-group {
        display: block
    }
}

@media screen and (min-width:1600px) {
    #app #register_section .register_form form>.form-group {
        display: flex;
        width: 235px;
        margin: 0 auto;
        justify-content: center
    }
}

#app #register_section .register_form form>.form-group label {
    flex: 0 0 auto;
    color: #fff;
    font-size: .75rem;
    font-weight: 300;
    margin: 0;
    margin-left: .5rem
}

#app #register_section .register_form form>.form-group label a {
    color: #fff;
    font-size: .75rem;
    font-weight: 300
}

#app #register_section .register_form form>.form-group input {
    flex: 0 0 auto
}

#app #register_section .register_form form>.button_container {
    margin-top: 3rem
}

#app #register_section .register_form form>.button_container .btn_content {
    background: 0 0;
    border: 1px solid;
    border-image-source: linear-gradient(to right, rgba(22, 254, 208, 1) 0, rgba(22, 254, 208, 1) 50%, rgba(22, 254, 208, 1) 51%, rgba(22, 254, 208, 1) 71%, rgba(22, 254, 208, 1) 100%);
    border-image-slice: 1;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 175px
}

#app #register_section .register_form form>.button_container .btn_content span {
    color: #fff;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500
}

#app #thanks_banner {
    background: url(/arquivos/thanks_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    padding-top: 0;
    position: relative
}

#app #thanks_banner .container .logo_container {
    margin-top: 0
}

#app #thanks_banner .container .logo_container figure {
    margin: 0 auto;
    width: 280px
}

@media screen and (min-width:768px) {
    #app #thanks_banner .container .logo_container figure {
        width: 300px
    }
}

@media screen and (min-width:1200px) {
    #app #thanks_banner .container .logo_container figure {
        width: 20vw
    }
}

@media screen and (min-width:1600px) {
    #app #thanks_banner .container .logo_container figure {
        width: 22vw
    }
}

@media screen and (min-width:1920px) {
    #app #thanks_banner .container .logo_container figure {
        width: 20vw
    }
}

#app #thanks_banner .container .logo_container figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

#app #thanks_banner .container .button_container {
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    #app #thanks_banner .container .button_container {
        margin-top: 3rem
    }
}

#app #thanks_banner .container .button_container .btn_content {
    border: 1px solid;
    border-image-source: linear-gradient(to right, rgba(22, 254, 208, 1) 0, rgba(22, 254, 208, 1) 50%, rgba(22, 254, 208, 1) 51%, rgba(22, 254, 208, 1) 71%, rgba(22, 254, 208, 1) 100%);
    border-image-slice: 1;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 175px
}

#app #thanks_banner .container .button_container .btn_content span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .75rem
}

#app #thanks_banner .container .titles .title_1 {
    text-align: center
}

#app #thanks_banner .container .titles .title_1 span {
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 300
}

#app #thanks_banner .container .titles .title_2 {
    margin: 1rem 0 1rem 0;
    text-align: center
}

#app #thanks_banner .container .titles .title_2 span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1
}

#app #thanks_banner .container .titles .title_3 {
    text-align: center
}

#app #thanks_banner .container .titles .title_3 span {
    color: #fff;
    display: block;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5
}

#app #thanks_banner .container .titles .title_4 {
    margin-top: 2rem;
    text-align: center
}

#app #thanks_banner .container .titles .title_4 span {
    color: #fff;
    display: block;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5
}

#app #thanks_banner .container .discord_container {
    margin-top: 1rem
}

#app #thanks_banner .container .discord_container a {
    text-align: center
}

#app #thanks_banner .container .discord_container a figure {
    margin: 0 auto;
    width: 250px
}

#app #thanks_banner .container .discord_container a figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

#app #thanks_raffle_banner {
    background: url(/arquivos/thanks_raffle_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    padding-top: 0;
    position: relative
}

#app #thanks_raffle_banner .container .logo_container {
    margin-top: 0
}

#app #thanks_raffle_banner .container .logo_container figure {
    margin: 0 auto;
    width: 280px
}

@media screen and (min-width:768px) {
    #app #thanks_raffle_banner .container .logo_container figure {
        width: 300px
    }
}

@media screen and (min-width:1200px) {
    #app #thanks_raffle_banner .container .logo_container figure {
        width: 20vw
    }
}

@media screen and (min-width:1600px) {
    #app #thanks_raffle_banner .container .logo_container figure {
        width: 22vw
    }
}

@media screen and (min-width:1920px) {
    #app #thanks_raffle_banner .container .logo_container figure {
        width: 20vw
    }
}

#app #thanks_raffle_banner .container .logo_container figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

#app #thanks_raffle_banner .container .button_container {
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    #app #thanks_raffle_banner .container .button_container {
        margin-top: 3rem
    }
}

#app #thanks_raffle_banner .container .button_container .btn_content {
    border: 1px solid;
    border-image-source: linear-gradient(to right, rgba(22, 254, 208, 1) 0, rgba(22, 254, 208, 1) 50%, rgba(22, 254, 208, 1) 51%, rgba(22, 254, 208, 1) 71%, rgba(22, 254, 208, 1) 100%);
    border-image-slice: 1;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 175px
}

#app #thanks_raffle_banner .container .button_container .btn_content span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .75rem
}

#app #thanks_raffle_banner .container .titles .title_1 {
    text-align: center
}

#app #thanks_raffle_banner .container .titles .title_1 span {
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 300
}

#app #thanks_raffle_banner .container .titles .title_2 {
    margin: 1rem 0 1rem 0;
    text-align: center
}

#app #thanks_raffle_banner .container .titles .title_2 span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1
}

#app #thanks_raffle_banner .container .titles .title_3 {
    text-align: center
}

#app #thanks_raffle_banner .container .titles .title_3 span {
    color: #fff;
    display: block;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5
}

#app #thanks_raffle_banner .container .titles .title_4 {
    margin-top: 2rem;
    text-align: center
}

#app #thanks_raffle_banner .container .titles .title_4 span {
    color: #fff;
    display: block;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5
}

#app #thanks_raffle_banner .container .titles .title_5 {
    margin-top: 4rem;
    text-align: center
}

#app #thanks_raffle_banner .container .titles .title_5 span {
    color: #fff;
    display: block;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.5
}

#app #thanks_raffle_banner .container .row {
    margin: 0 auto;
    width: 100%
}

@media screen and (min-width:768px) {
    #app #thanks_raffle_banner .container .row {
        width: 450px
    }
}

#app #raffle_section {
    background: url(/arquivos/raffle_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 3rem
}

@media screen and (min-width:768px) {
    #app #raffle_section {
        padding-top: 6rem
    }
}

#app #raffle_section .register_form {
    padding-bottom: 2rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

@media screen and (min-width:768px) {
    #app #raffle_section .register_form {
        height: calc(100vh - 68px)
    }
}

#app #raffle_section .register_form .container {
    max-width: 800px
}

#app #raffle_section .register_form .container>.title {
    text-align: center;
    margin: 1.2rem 0
}

#app #raffle_section .register_form .container>.title span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-left: 0
}

@media screen and (min-width:768px) {
    #app #raffle_section .register_form .container>.title span {
        font-size: 1.65rem
    }
}

#app #raffle_section .register_form .container>.subtitle {
    text-align: center;
    margin: 1.2rem auto;
    width: 100%
}

@media screen and (min-width:768px) {
    #app #raffle_section .register_form .container>.subtitle {
        width: 560px
    }
}

#app #raffle_section .register_form .container>.subtitle span {
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    display: block;
    line-height: 1.2;
    margin-left: 0
}

#app #raffle_section .register_form .container form {
    margin-top: 3rem
}

#app #raffle_section .register_form .container form .player .main_player {
    margin-bottom: 1rem
}

#app #raffle_section .register_form .container form .player .row>div .header {
    margin-bottom: 1.4rem;
    text-align: center
}

#app #raffle_section .register_form form .player .row>div .header span {
    background: linear-gradient(to bottom, #fff 0, #d9d9d9 50%, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-left: 0;
    width: auto
}

#app #raffle_section .register_form form .player .row>div .invalid-feedback {
    font-weight: 500
}

#app #raffle_section .register_form form .player .row>div .form-group input {
    border-radius: 5px;
    border: transparent;
    color: #0b141e;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase
}

#app #raffle_section .register_form form input:-webkit-autofill,
#app #raffle_section .register_form form input:-webkit-autofill:focus,
#app #raffle_section .register_form form input:-webkit-autofill:hover,
#app #raffle_section .register_form form select:-webkit-autofill,
#app #raffle_section .register_form form select:-webkit-autofill:focus,
#app #raffle_section .register_form form select:-webkit-autofill:hover,
#app #raffle_section .register_form form textarea:-webkit-autofill,
#app #raffle_section .register_form form textarea:-webkit-autofill:focus,
#app #raffle_section .register_form form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #0b141e;
    transition: background-color 1000s ease-in-out 0s
}

#app #raffle_section .register_form form .player .row>div .form-group select {
    border-radius: 5px;
    border: transparent;
    color: #adadaf;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase
}

#app #raffle_section .register_form form .player .row>div .form-group input::placeholder {
    color: #adadaf
}

#app #raffle_section .register_form form>.form-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    #app #raffle_section .register_form form>.form-group {
        display: block
    }
}

@media screen and (min-width:1600px) {
    #app #raffle_section .register_form form>.form-group {
        display: flex;
        width: 235px;
        margin: 0 auto;
        justify-content: center
    }
}

#app #raffle_section .register_form form>.form-group label {
    flex: 0 0 auto;
    color: #fff;
    font-size: .75rem;
    font-weight: 300;
    margin: 0;
    margin-left: .5rem
}

#app #raffle_section .register_form form>.form-group label a {
    color: #fff;
    font-size: .75rem;
    font-weight: 300
}

#app #raffle_section .register_form form>.form-group input {
    flex: 0 0 auto
}

#app #raffle_section .register_form form>.button_container {
    margin-top: 3rem
}

#app #raffle_section .register_form form>.button_container .btn_content {
    background: 0 0;
    border: 1px solid;
    border-image-source: linear-gradient(to right, rgba(22, 254, 208, 1) 0, rgba(22, 254, 208, 1) 50%, rgba(22, 254, 208, 1) 51%, rgba(22, 254, 208, 1) 71%, rgba(22, 254, 208, 1) 100%);
    border-image-slice: 1;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 175px
}

#app #raffle_section .register_form form>.button_container .btn_content span {
    color: #fff;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500
}

#app .legal_container {
    background: #fff;
    min-height: 100vh;
    padding-top: 3rem
}

@media screen and (min-width:768px) {
    #app .legal_container {
        padding-top: 6rem
    }
}

#app .legal_container>.container {
    max-width: 960px;
    padding-top: 2rem;
    padding-bottom: 2rem
}

#app .legal_container>.container * {
    color: #404040;
    font-family: Arial, sans-serif
}

#app .legal_container>.container h3 {
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700
}

#app .legal_container>.container li,
#app .legal_container>.container p,
#app .legal_container>.container ul {
    font-family: Arial, sans-serif;
    font-size: .85rem
}

#app .legal_container>.container .logo_container figure {
    margin: 0 auto;
    width: 300px
}

#app .legal_container>.container .logo_container figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

#app .legal_container>.container img {
    max-width: 100%;
    margin: 0 auto
}

#app .legal_container>.container table td,
#app .legal_container>.container table th {
    font-family: Arial, sans-serif;
    font-size: .85rem
}

#app .legal_container>.container table td span,
#app .legal_container>.container table th span {
    font-family: Arial, sans-serif;
    font-size: .85rem
}