*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', 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: 'Poppins', 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: 400;
    font-family: 'Poppins', sans-serif;
    margin-left: 30px;
}

nav li:hover a,
nav li a.ativo {
    color: #7fc3ff;
}

.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;
}

header{
    padding: 30px 0;
    background: #0060b1;
    position: relative;
    border-bottom: solid 3px #ff6500;
}

main {
    background: #f5f5f5 url(../img/bg-topo.png) center bottom no-repeat;
}

main .texto{
    max-width: 400px;
    margin-right: 20px;
    padding: 50px 0;
}

main h1{
    color: #474747;
    font-size: 3rem;
    margin-bottom: 30px;
}

main h2{
    font-size: 1.5rem;
    color: #0060b1;
    margin-bottom: 30px;
}

hr{
    border: none;
    width: 50px;
    height: 6px;
    background: #0060b1;
    margin-bottom: 30px;
}

main p{
    margin-bottom: 30px;
}

.cta{
    padding: 20px 80px;
    color: #fff;
    background: #0060b1;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.3s;
}

.cta:hover{
    padding: 20px 80px;
    color: #fff;
    background: #474747;
    border-radius: 40px;
    display: inline-block;
}

#inovadores .container{
    padding: 50px 0;
}

.botoes{
    width: 45%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.botao a{
    width: 200px;
    height: 180px;
    background: #d6d6d6;
    display: inline-block;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    text-align: center;
    transition: all 0.3s;
}

.botao a:hover{
    -webkit-box-shadow: -5px 5px 25px 5px rgba(0,96,177,0.3); 
    box-shadow: -5px 5px 25px 5px rgba(0,96,177,0.3);
    background: #0060b1;
    color: #fff;
}

.botao a:hover h2{
    color: #fff;
}

.botao a img{
    padding: 30px 0 ;
    transition: all 0.3s;
}

.botao a:hover img{
    filter: invert(100%);
}

#inovadores .texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

#inovadores .texto h2{
    color: #474747;
    font-size: 3rem;
    margin-bottom: 30px;
}

#inovadores .texto h3{
    font-size: 1.5rem;
    color: #0060b1;
    line-height: 2.2rem;
}

#pcounotebook{
    background: #0060b1;
    transform: translateY(50px);
    padding: 0 0 50px;
}

#pccompleto{
    transform: translateY(-50px);
    flex-shrink: 0;
    margin-left: 100px;
}

#pcounotebook .chamada h2{
    font-size: 3rem;
    color: #fff;
    line-height: 4rem;
    margin: 30px 0;
}

.card{
    border-radius: 20px;
    margin-bottom: 50px;
    overflow: hidden;
    align-items: stretch;
}

.card .foto{
    background: #fff;
    width: 50%;
    padding: 50px 0;
}

.card .texto{
    background: #c4dbef;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

.card .texto h2{
    color: #0060b1;
    font-size: 3rem;
}

.card .texto p{
    margin-bottom: 30px;
}

.direita{
    text-align: right;
    align-items: flex-end;
}

.esquerda{
    text-align: left;
    align-items: flex-start;
}

#sobre .container{
    padding: 100px 0 50px;
}

#sobre h2{
    color: #474747;
    font-size: 3rem;
    margin-bottom: 30px;
}

#sobre h3{
    color: #0060b1;
    font-size: 1.5rem;
}

#sobre p{
    margin-bottom: 20px;
}

#sobre .foto{
    flex-shrink: 0;
    margin-left: 30px;
}

#faq{
    background: #0060b1;
    padding: 50px 0;
    text-align: center;
}

#faq h2{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}

#faq li a{
    color: #7fc3ff;
}


#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: #7fc3ff;
}

#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;
}





@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px;
    } 

    .card{
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 1260px) {
    main .flex{
        align-items: flex-start;
    }

    main h1{
        font-size: 2rem;
    }

    main h2{
        font-size: 1rem;
    }

    main p{
        font-size: 1rem;
    }

    .cta {
        padding: 15px 60px;
        color: #fff;
        background: #0060b1;
        border-radius: 40px;
        display: inline-block;
        transition: all 0.3s;
    }

    #pcounotebook .chamada{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
        margin-bottom: 20px;
    }

    #pcounotebook .chamada h2{
        font-size: 2rem;
        line-height: normal;
    }

    #pccompleto{
        margin: 0;
    }
}


@media screen and (max-width: 1000px) {
    main .flex{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    main .texto{
        max-width: none;
        text-align: center;
        flex-grow: 1;
    }

    hr{
        margin: 0 auto 30px;
    }

    #inovadores .flex{
        flex-wrap: wrap;
    }

    .botoes{
        width: auto;
        justify-content: center;
        margin-bottom: 20px;
    }

    #inovadores .texto{
        width: 100%;
        align-items: center;
        text-align: center;
    }

    #inovadores .botao a{
        margin: 0 10px 20px;
    }

    .card{
        flex-direction: column;
        text-align: center;
    }

   .card:nth-child(3), .card:nth-child(5){
        flex-direction: column-reverse;
    }

    .card .foto{
        width: 100%;
    }

    .card .texto{
        width: 100%;
    }

    .direita, .esquerda{
        text-align: center;
        align-items: center;
    }

    .card .texto h2 {
        font-size: 1.5rem;
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .card .texto .cta{
        margin-bottom: 30px;
    }

    #sobre .flex{
        flex-wrap: wrap;
        text-align: center;
    }

    #sobre .flex h3{
        margin-bottom: 20px;
    }

    #sobre .foto {
        flex-shrink: 1;
        margin-left: 0px;
    }

    #logo-kabum-rodape{
        display: none;
    }



    
}





