@font-face {
    font-family: 'BlenderProMedium';
    src: url('../font/BlenderPro-Medium.eot');
    src: local('Blender Pro Medium'), local('BlenderPro-Medium'),
        url('../font/BlenderPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/BlenderPro-Medium.woff2') format('woff2'),
        url('../font/BlenderPro-Medium.woff') format('woff'),
        url('../font/BlenderPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BlenderProHeavy';
    src: url('../font/BlenderPro-Heavy.eot');
    src: local('Blender Pro Heavy'), local('BlenderPro-Heavy'),
        url('../font/BlenderPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../font/BlenderPro-Heavy.woff2') format('woff2'),
        url('../font/BlenderPro-Heavy.woff') format('woff'),
        url('../font/BlenderPro-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'BlenderProBold';
    src: url('../font/BlenderPro-Bold.eot');
    src: local('Blender Pro Bold'), local('BlenderPro-Bold'),
        url('../font/BlenderPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/BlenderPro-Bold.woff2') format('woff2'),
        url('../font/BlenderPro-Bold.woff') format('woff'),
        url('../font/BlenderPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BlenderProThin';
    src: url('../font/BlenderPro-Thin.eot');
    src: local('Blender Pro Thin'), local('BlenderPro-Thin'),
        url('../font/BlenderPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/BlenderPro-Thin.woff2') format('woff2'),
        url('../font/BlenderPro-Thin.woff') format('woff'),
        url('../font/BlenderPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'BlenderProMedium', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #848484;
    max-width: 100vw;
    overflow-x: hidden;
}

body h1,
body h2,
body h3,
body h4 {
    line-height: 1;
    font-family: 'BlenderProBold', sans-serif;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.center {
    justify-content: center;
}

.between {
    justify-content: space-between;
}

footer {
    background: rgb(47, 46, 46);
    background: linear-gradient(180deg, rgba(47, 46, 46, 1) 0%, rgba(18, 16, 16, 1) 100%);
}

#footer-social {
    height: 150px;
}

#footer-social .container {
    position: relative;
}

#footer-social ul {
    width: 250px;
    margin: 0 auto;
}

#footer-social li {
    line-height: 150px;
    float: left;
    width: 20%;
    text-align: center;
}

#logo-kabum-rodape {
    position: absolute;
    top: 45px;
    right: 0;
}

#footer-social li span {
    padding: 8px;
    background-color: #4e4e4e;
    border-radius: 50%;
    color: #252424;
    transition: all 0.3s;
}

#footer-social li span:hover {
    background-color: #ff3500;
    color: #252424;

}

footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

nav li a {
    color: #fff;
    transition: all 0.3s;
    font-family: 'BlenderProMedium', sans-serif;
    margin-left: 30px;
    padding: 5px;
    text-transform: uppercase;
}

nav li:hover a,
nav li a.ativo {
    color: #ff4200;
    background: #000;

}

.uk-navbar-nav>li>a {
    color: #fff;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
}

#mobile-navbar img {
    margin-bottom: 40px;
}

.uk-nav-default {
    font-size: 20px;
}

.between {
    justify-content: space-between;
}

header {
    padding: 30px 0;
    position: relative;
}

#faq {
    background: #080607;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 30px;
}

#faq li a {
    color: #ff3500;
}


#faq li {
    background: #201f1f;
    text-align: left;
    padding: 20px 40px;
}

#faq li h2 {
    font-size: 1rem;
    margin: 0;
    line-height: normal;
    color: #fff;
}

#faq li h2::after {
    display: none;
}

#faq p {
    margin-bottom: 10px;
    color: #fff;
}

#faq li li {
    color: #d6d6d6;
    padding: 0;
    margin-bottom: 10px;
    list-style: disc inside;
}

#faq ul {
    margin-bottom: 30px;
}

#faq ul li .uk-accordion-title {
    position: relative;
}


#faq ul li .uk-accordion-title .ico {
    transition: all ease-in-out .2s;
    border-radius: 50px;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 25px;
    height: 25px;
    background: #ff3500;
    display: flex;
    justify-content: center;
    align-items: center;
}

section h2 {
    font-size: 2.5rem;
    color: #fff;
}

main {
    background: url(../img/bg-principal.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 0 80px;
}

main::before {
    content: "";
    width: 100%;
    height: 36px;
    background: url(../img/separador-laranja-top.png) center center no-repeat;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.logosm {
    margin-top: 100px;
}

.principal {
    text-align: center;
}

h1 {
    font-family: 'BlenderProMedium', sans-serif;
    font-size: 2.5rem;
    color: #848484;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 50px;
}

h1 strong {
    color: #ff4200;
}

.destaque {
    max-width: 683px;
    padding: 20px;
    position: relative;
    border-left: solid 1px #ff3500;
    border-right: solid 1px #ff3500;
    margin: 30px auto;
}

.destaque h2 {
    text-transform: uppercase;
    color: #838383;
    font-size: 1.5rem;
    font-family: 'BlenderProMedium', sans-serif;
    letter-spacing: 2px;
}

.destaque h2 strong {
    color: #fe3500;
    margin-bottom: 10px;
    display: block;
}

.destaque::after {
    content: "";
    width: 100%;
    height: 15px;
    background: url(../img/cont1-top.png) center bottom no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 0;
}

.destaque::before {
    content: "";
    width: 100%;
    height: 14px;
    background: url(../img/cont1-bottom.png) center top no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    left: 0;
}

main .principal .esquerda {
    text-align: left;
    margin-top: 50px;
}

.principal .esquerda p {
    color: #838383;
    font-size: 2rem;
    text-transform: uppercase;
}

.principal .esquerda li {
    font-family: 'BlenderProBold', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #ff3500;
}

.lista {
    text-align: left;
    width: 50%;
}

.lista li {
    clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
    padding: 5px 30px;
    color: #838383;
    text-transform: uppercase;
    font-size: 1.4rem;
    background-position: -300px center;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    background: linear-gradient(to left, rgba(255, 66, 0, 0) 50%, rgba(255, 66, 0, 1) 50%) right;
    background-size: 220% 100%;
}

.lista li:hover {
    background-position: left;
    color: #fff;
}

#resgate h2 {
    font-size: 3rem;
    color: #ff3500;
    margin: 50px 0 20px;
    text-transform: uppercase;
}

#resgate p {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

#cupom {
    background: url(../img/bg-laranja.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

hr {
    border: 0;
    width: 100%;
    height: 13px;
    margin: 20px 0;
}

hr.laranja {
    background: url(../img/hr1.png) center center no-repeat;
}

hr.branco {
    background: url(../img/hr2.png) center center no-repeat;
}

#prime {
    background: url(../img/bg-prime.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 80px 0 0;
}

#prime .cta{
    margin-bottom: 40px;
}

#prime::after {
    content: "";
    width: 100%;
    height: 36px;
    background: url(../img/separador-laranja-bottom.png) center center no-repeat;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#data {
    background: url(../img/pattern.jpg) left top repeat;
    padding: 50px 0;
    text-align: center;
}

#comoresgatar {
    background: #080607 url(../img/bg-circuito.jpg) center top no-repeat;
    padding: 50px 0;
    text-align: center;
}

#patrocinadores {
    background: #1c1b1b;
    text-align: center;
    padding: 50px 0;
}

#patrocinadores hr{
    margin-bottom: 50px;
}

#patrocinadores img {
    display: block;
    margin-bottom: 20px;
}

#retrospectiva {
    background: #ff4001 url(../img/bg-circuito.jpg) center bottom no-repeat;
    text-align: center;
    padding: 50px 0;
}

#regulamento {
    background: #080607 url(../img/bg-regulamento.jpg) center bottom no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}

.cta {
    background: url(../img/cont-cta.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    width: 199px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    transition: all 0.3s;
    margin: 0 auto;
    transform: scale(1.0);
}

#resgate .cta,
#prime .cta {
    width: 363px;
    height: 132px;
    line-height: 132px;

}

.cta:hover {
    color: #fff;
    transform: scale(1.1);
}

a.branco {
    background: url(../img/cont-cta-branco.png) center center no-repeat;
    color: #1c1b1b;

}

a.branco:hover {
    color: #1c1b1b;

}

#comoparticipar h2 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'BlenderProBold', sans-serif;
    font-size: 2.5rem;
    margin: 30px 0;
}

#comoparticipar li {
    width: 240px;
    position: relative;
    padding: 0 20px;
}

#comoparticipar .comoparticipar {
    column-gap: 30px;
    align-items: stretch;
}

#comoparticipar li h3 {
    color: #ff3500;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#comoparticipar li::before {
    width: 208px;
    height: 303px;
    background: url(../img/cont-ico-participar.png);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#comoparticipar li:nth-child(1):before {
    content: url(../img/ico-participar-01.png);
}

#comoparticipar li:nth-child(2):before {
    content: url(../img/ico-participar-02.png);
}

#comoparticipar li:nth-child(3):before {
    content: url(../img/ico-participar-03.png);
}

#comoparticipar li:nth-child(4):before {
    content: url(../img/ico-participar-04.png);
}

#comoparticipar .cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1);
}

#comoparticipar .cta:hover {
    transform: translateX(-50%) scale(1.1);
}

#comoparticipar li p:last-of-type {
    padding-bottom: 80px;
}

#cupom li {
    width: 240px;
    position: relative;
    padding: 0 20px;
}

#cupom .cupom {
    column-gap: 30px;
    align-items: stretch;
}

#cupom li h3 {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#cupom li p {
    color: #fff;
}

#cupom li::before {
    width: 208px;
    height: 303px;
    background: url(../img/cont-ico-cupons.png);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#cupom li:nth-child(1):before {
    content: url(../img/ico-cupom-01.png);
}

#cupom li:nth-child(2):before {
    content: url(../img/ico-cupom-02.png);
}

#cupom li:nth-child(3):before {
    content: url(../img/ico-cupom-03.png);
}

#cupom li:nth-child(4):before {
    content: url(../img/ico-cupom-04.png);
}

#cupom .cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.00);
}

#cupom .cta:hover {
    transform: translateX(-50%) scale(1.1);
}

#cupom li p:last-of-type {
    padding-bottom: 60px;
}

.ninja {
    max-width: 50%;
}

#prime .flex {
    align-items: flex-end;
}


#prime .texto img {
    margin-bottom: 20px;
}

#prime p {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.datas {
    row-gap: 40px;
    column-gap: 40px;
    flex-wrap: wrap;
}

.data {
    background: url(../img/cont-data.png) center top no-repeat;
    width: 349px;
    height: 187px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.data::before {
    content: url(../img/ico-calendar.png);
    position: absolute;
    top: 20px;
    left: 20px;
}

.data h3 {
    color: #ff3500;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.data p {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#comoresgatar img {
    opacity: 0.6;
    transition: opacity 0.3s;
}

#nosite:hover img, #noapp:hover img {
    opacity: 1;
}

#nosite {
    position: relative;
    width: 539px;
}

#noapp {
    position: relative;
    width: 539px;
}

#noapp .texto {
    position: absolute;
    width: 180px;
    text-align: center;
    top: 100px;
    left: 180px;
}

#nosite .texto {
    position: absolute;
    width: 180px;
    text-align: center;
    top: 100px;
    left: 180px;
}

#comoresgatar .texto h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #ff3500;
    transform: translateZ(0);

}

#comoresgatar .texto p {
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
}

.patrocinador img {
    filter: brightness(1);
    transition: all 0.3s;
}




.patrocinador:hover img {
    filter: brightness(10);
}

#retrospectiva h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 2rem;
}

.uk-slider-nav{
    margin: 20px auto; 
    justify-content: center;
}

.uk-dotnav>.uk-active>*{
    background: #fff;
}

.uk-dotnav>*>* {
    border: 1px solid #fff;
}

iframe{
    aspect-ratio: 1.7777777777;
    border-radius: 1rem;
    overflow: hidden;
}

form{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

input{
    background: #080607;
    border: #fe3500 solid 1px;
    padding: 1rem;
    color: #fff;
    border-radius: 5px;
    flex-grow: 1;
}

input[type=submit]{
    flex-grow: 0;
    background: #fe3500;
    color: #1c1b1b;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s;
}

input[type=submit]:hover{
    background: #080607;
    border: #fe3500 solid 1px;
    color: #fff;
}



@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px;
    }

    iframe {
        width: 100%;        
    }

    .lista li {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    #comoresgatar .flex{
        flex-wrap: wrap;
    }



}

@media screen and (max-width: 1100px) {
    nav li a {
        margin-left: 3px;
    }

    .lista li {
        font-size: 1rem;
        color: #fff;
    }

    main .principal .esquerda {
        text-align: center;
    }

    main .principal .esquerda p {
        font-size: 1.4rem;
    }

    .principal .esquerda li {
        font-size: 1.4rem;
    }

    #comoparticipar .comoparticipar {
        flex-wrap: wrap;
    }

    .cupom {
        flex-wrap: wrap;
    }

    main {
        background: #080607 url(../img/bg-principal.jpg) center top no-repeat;
        background-size: auto;
    }

    #prime .flex {
        flex-wrap: wrap;
    }

    .ninja {
        max-width: none;
    }

}


@media screen and (max-width: 780px) {
    .principal .flex {
        flex-wrap: wrap-reverse;
    }

    .lista {
        width: 100%;
        text-align: center;
    }

    .cadeira {
        margin: 30px 0;
    }

    #resgate .cta,
    #prime .cta {
        width: 199px;
        height: 80px;
        line-height: 80px;
    }

    #prime p{
        color: #fff;
    }

    #patrocinadores .flex{
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 30px;
    }

    .patrocinador img {
        filter: brightness(10);
    }

    #logo-kabum-rodape{
        display: none;
    }

    input[type=submit]{
        flex-grow: 1;
    }

}

@media screen and (max-width: 610px) {
    #nosite, #noapp{
        width: 100%;
        position: static;
    }

    #nosite img, #noapp img{
        display: none;
    }

    #nosite .texto, #noapp .texto{
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 440px) {
    .data::before {
        display: none;
    }

    .data{
        padding: 0 20px;
    }

    section h2 {
        font-size: 1.8rem;
        color: #fff;
    }

   
}