* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #474747;
    max-width: 100vw;
    overflow-x: hidden;
}

body h1,
body h2,
body h3,
body h4 {
    line-height: 1;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

.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-color: #05365f;
}

#footer-social {
    background: #02447c;
    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: #fff;
    border-radius: 50%;
    color: #05365f;
    transition: all 0.3s;
}

#footer-social li span:hover {
    background-color: #7fc3ff;
    color: #05365f;

}

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-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin-left: 30px;
    font-size: 1.2rem;
}

nav li:hover a,
nav li a.ativo {
    color: #fcd400;
}

.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;
    border-bottom: solid 1px #fff;
    max-width: 1440px;
    margin: 0 auto 40px;
}

#faq {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 2rem;
    color: #0e58a5;
    margin-bottom: 30px;
}

#faq li a {
    color: #fcd400;
}


#faq li {
    background: #02447c;
    text-align: left;
    padding: 20px 40px;
    border-radius: 20px;
}

#faq li h2 {
    font-size: 1rem;
    margin: 0;
    line-height: normal;
    color: #fcd400;
}

#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: #7fc3ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    background: url(../img/bg-topo.jpg) center bottom no-repeat;
    background-size: cover;
}

main #chamada {
    align-items: flex-start;
    padding: 100px 0 0;
}

h1 {
    font-weight: 600;
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
}

h1 strong {
    color: #fcd400;
    display: block;
    font-size: 8rem;
}

#intro {
    background: url(../img/bg-verde.jpg) center top no-repeat;
    background-size: cover;
}

#intro p,
#intro h2 {
    display: inline;
}

#intro .container {
    background-size: contain;
    justify-content: center;
    align-items: stretch;
    padding: 150px 0 80px;
}

#intro .container .campo {
    width: 33%;
    padding: 20px 50px 50px;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

#intro .container .campo p {
    font-weight: 600;
}

#intro .container .campo::after {
    content: url(../img/meio-campo.png);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -23px;
}

#intro .container .campo:nth-child(1),
#intro .container .campo:nth-child(3) {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#intro .container .campo:nth-child(1) {
    transform: translateX(2px);
}

#intro .container .campo:nth-child(1)::before {
    content: url(../img/destaque-bola.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -220px;
}

#intro .container .campo:nth-child(3)::before {
    content: url(../img/destaque-projetor.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -150px;
}

#intro .container .campo:nth-child(3) {
    transform: translateX(-2px);
}

#intro .container .campo:nth-child(2) {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(-30px);
    padding: 50px 50px 20px;
}

#intro .container .campo:nth-child(2)::after {
    top: -16px;
}

#intro .container img {
    margin: 0 auto 20px;
    display: block;
}

#personalize {
    background: url(../img/bg-amarelo.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
}

#personalize h2 {
    color: #0e58a5;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;
}

#personalize ul {
    margin-top: 20px;
}

.opcoes li {
    display: inline-block;
    margin: 0 20px 20px 0;
}

#personalize li a {
    padding: 10px;
    border: solid 1px #0e58a5;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
}

#personalize li a:hover,
.opcoes li.uk-active a {
    background: #0e58a5;
    color: #fff;
}

#personalize #basetv {
    width: 600px;
    flex-shrink: 0;
    position: relative;
}

#basetv ul {
    position: absolute;
    top: 50px;
    left: 90px;
    width: 338px;
}

#basetv li {
    color: #fff;
    font-weight: 400;
}

#basetv p {
    margin-bottom: 10px;
}

#comomelhorar {
    padding: 50px 0;
    text-align: center;
}

#comomelhorar h2 {
    color: #0e58a5;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;
}

#comomelhorar .destaques {
    align-items: stretch;
    margin: 30px 0;
}

#comomelhorar li {
    max-width: 300px;
    width: 33%;
    margin: 60px 20px 0;
    background: url(../img/bg-azul.png) center top no-repeat;
    /* clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%); */
    background-size: cover;
    padding: 0px;
    color: #fff;

}

#comomelhorar li img {
    transform: translateY(-60px);
}

#comomelhorar h3 {
    transform: translateY(-30px);
    color: #fcd400;
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    text-align: left;
    padding: 0 50px;
}

#comomelhorar li p {
    padding: 0 50px;
    margin-bottom: 30px;
    text-align: left;
}

#comomelhorar li p:last-child {
    padding-bottom: 20px;
}

#comomelhorar li a {
    color: #fcd400;
    font-size: 1.2rem;
    font-weight: 600;
}

#tudosobretvs {
    background: #ebf5f8;
    padding: 50px 0;
    text-align: center;
}

#tudosobretvs h2 {
    color: #0e58a5;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;
}

.cta {
    color: #0e58a5;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
}

#tudosobretvs .tecmasters ul {
    margin: 30px 0;
    align-items: stretch;
}

.noticia {
    background: #93a7bd;
    color: #fff;
    margin: 0 20px;
    max-width: 400px;
    text-align: left;
    padding-bottom: 30px;
    height: 100%;
}

.noticia img {
    margin-bottom: 20px;
}

.noticia h3 {
    padding: 0 30px;
    margin-bottom: 30px;
}

.noticia a {
    padding: 0 30px;
}

.ctanews {
    font-weight: 600;
    font-size: 1.2rem;
}

.noticia a:hover {
    color: #fcd400;
}

#categorias {
    background: url(../img/bg-azul.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

#categorias p {
    color: #fff;
}

#categorias h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;
}

#categorias .slidercategorias ul {
    align-items: stretch;
    margin: 30px 0;
}

#categorias .slidercategorias li div {
    height: 100%;
    margin: 0 20px;
}

.slidercategorias .categoria a {
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    height: 100%;
    color: #0e58a5;
    padding: 20px;
    transform: scale(1);
    transition: all 0.3s;
}

.slidercategorias .categoria a:hover {
    transform: scale(1.05);
}

#categorias .slidercategorias li p,
#categorias .slidercategorias li h3 {
    color: #0e58a5;
}

#tabela {
    background: url(../img/bg-azul-escuro.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
}

#tabela p {
    color: #fff;
}

#tabela h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;
}

.jogos {
    align-items: stretch;
}

.jogo {
    background: #fff;
    padding: 20px 30px;
    margin: 0 20px;
    text-align: center;
    border-radius: 20px;
}

#tabela .jogo p {
    color: #02447c;
    font-weight: 600;
}

#tabela .jogo img {
    margin: 10px 0;
}

.uk-modal-dialog p,
.uk-modal-dialog em,
.uk-modal-dialog h2,
.uk-modal-dialog ul {
    margin-bottom: 20px;
    color: #000;
    display: block;
}

.uk-modal-dialog h2 {
    color: #02447c;
}

button {
    border: none;
    background: #02447c;
    color: #d6d6d6;
    border-radius: 10px;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s;
}

button:hover {
    background: #fcd400;
    color: #000;
}

.tecmasters {
    margin-bottom: 30px;
}

a.cta {
    font-size: 1.6rem;
    background: #02447c;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    display: inline-block;
    transition: all 0.3s;
}

a.cta:hover {
    background: #fcd400;
    color: #05365f;
}

#filtro {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

#filtro h2 {
    color: #0e58a5;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;
}

#perguntas {
    margin: 50px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    transition: all 0.3s;

}

.card {
    background: #ebf2f3;
    border: solid 2px #0861bd;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 20px;
    width: 100%;
    flex-shrink: 0;
    transition: all 0.8s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    row-gap: 20px;
}

.card h3 {
    color: #344759;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;
}

.card ul {
    text-align: left;
}

.card li {
    max-width: 500px;
    margin: 0 auto 20px;
}

.card li a {
    background: #fff;
    color: #344759;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 15px;
}

.card li a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fafafa;
    border: solid 1px #a0a0a0;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s;
    flex-shrink: 0;
}

.card li a:hover::before {
    background: #0e58a5;
}

.bg-rumo {
    background: url(../img/bg-rumo.jpg) no-repeat center;
    background-size: cover;
}

.bg-rumo .title-rumo {
    position: relative;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 600;
    font-style: italic;
}

.bg-rumo .title-rumo::after {
    content: '';
    position: absolute;
    background: #fbd601;
    height: 3px;
    width: 40px;
    border-radius: 5px;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-rumo .description-rumo {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}


@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px;
    }

    nav li a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 950px) {
    main #chamada {
        flex-wrap: wrap;
        text-align: center;
        padding: 20px 0;
    }

    #intro .flex {
        flex-wrap: wrap;
    }

    #intro .container {
        padding: 50px 0;
    }

    #intro .container .campo,
    #intro .container .campo:nth-child(1),
    #intro .container .campo:nth-child(2),
    #intro .container .campo:nth-child(3) {
        width: 95%;
        text-align: center;
        transform: translateX(0) translateY(0);
        border: solid 2px #fff;
        display: block;
        padding: 50px 50px;
    }

    #intro .container .campo:nth-child(1)::before {
        content: url(../img/destaque-bola.png);
        position: static;
        left: 50%;
        transform: translateX(0);
        top: -220px;
        display: block;

    }

    #intro .container .campo:nth-child(3)::before {
        content: url(../img/destaque-projetor.png);
        position: static;
        left: 50%;
        transform: translateX(0);
        top: -150px;
    }

    #intro .container .campo:nth-child(1),
    #intro .container .campo:nth-child(3) {
        border-left: 0;
        border-radius: 30px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        transform: translateX(30px);
    }

    #intro .container .campo:nth-child(1) {
        transform: translateY(2px);
    }

    #intro .container .campo:nth-child(3) {
        transform: translateY(-2px);
    }

    #intro .container .campo:nth-child(2) {
        border-right: none;
        border-radius: 0px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        transform: translateY(0) translateX(-30px);
        padding: 50px 50px 20px;
    }

    #intro .container .campo:nth-child(2)::after {
        display: none;
    }

    #personalize .flex {
        flex-wrap: wrap;
        text-align: center;
    }

    #tabela .container {
        flex-wrap: wrap;
        text-align: center;
    }

    #tabela .jogos {
        margin: 20px 0;
    }

    #logo-kabum-rodape {
        display: none;
    }

    #comomelhorar .destaques {
        display: block;
    }

    #comomelhorar li {
        width: auto;
        margin: 60px auto 80px;
    }

    #comomelhorar li:last-child {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 600px) {

    #intro .container .campo:nth-child(1)::before,
    #intro .container .campo:nth-child(3)::before {
        display: none;
    }

    #tabela .jogos {
        flex-wrap: wrap;
    }

    #tabela .jogo {
        margin-bottom: 20px;
    }

    #personalize #basetv {
        width: auto;
    }

    #personalize #basetv img {
        display: none;
    }

    #basetv ul {
        position: static;
        margin: 0 20px;
    }

    #basetv li {
        color: #05365f;
        font-weight: 600;
        font-size: 1.2rem;
    }

    .noticia h3 {
        padding: 0 50px;
        margin-bottom: 30px;
    }

    .noticia a {
        padding: 0 50px;
    }



}

@media screen and (max-width:1200px) {
    h1 strong {
        font-size: 7rem;
    }
}
@media screen and (max-width:1111px) {
    h1 strong {
        font-size: 6rem;
    }
}
@media screen and (max-width:983px) {
    h1 strong {
        font-size: 5.5rem;
    }
}