/*Smartphone*/

/* Fontes Proxima Nova removidas - usando Poppins e Inter do Google Fonts */

@media (max-width: 460px) {
    .logo {
        width: 80px;
        height: auto;
        margin-top: -8px;
    }

    .menu {
        float: none;
        width: 320px;
        margin: 9em auto;
        text-align: center;
        padding: 0;
    }

    .menu a li {
        font-size: 1.6em;
        margin-bottom: 0.5em;
    }

    .mouse-scroll {
        display: none;
    }

    #btn_menu {
        margin-top: -5px;
    }

    h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 3.3em;
        color: #1A1919;
        letter-spacing: -4.64px;
        line-height: 0.9em;
    }

    h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 3.3em;
        color: #1A1919;
        letter-spacing: -4.64px;
        line-height: 0.9em;
    }

    .connect li {
        width: 32px;
        height: 32px;
        font-size: 2.5em !important;
    }

    p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 1.2em;
        color: #4A4A4A;
        line-height: 1.1em;
    }

    small {
        font-size: 0.9em;
        color: #7E7E7E;
        line-height: 1.4em;
        display: inline-block;
    }

    section {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        /*background-color: #ccc;*/
        padding-top: 45%;
    }

    .container {
        padding: 1.2em;
    }

    .logo-ninebot {
        width: 100px;
        height: auto;
        margin: 0px auto 20px auto;
    }

    .btn-left {
        width: 24px;
        height: 24px;
        left: 1%;
    }

    .btn-right {
        width: 24px;
        height: 24px;
        right: 1%;
    }

    #projetos {
        padding-top: 30%;
    }

    .area-ninebot {
        width: 100%;
    }

    .area-imagem {
        padding: 2em;
    }

    .btn-lojas img {
        width: 100px;
        height: auto;
        float: left;
        margin-right: 5px;
    }

    .interna {
        padding-top: 20%;
    }

    .img-slide {
        max-width: 250px;
        margin: 0 auto;
    }

    .slide-interno {
        text-align: center;
    }

    .btn-fechar-interno {
        width: 28px;
        height: 28px;
        margin-top: -10px;
    }

    .header-responsivo {
        background: #fff;
        padding-bottom: 1em;
    }

    .segunda-secao-sites {
        margin-top: 0;
        padding-bottom: 8em;
    }

    .videoWrapper {
        margin-top: -1.8em;
        margin-bottom: 1.5em;
    }

    .titulo_maior {
        font-size: 3em;
        padding-top: 1%;
    }
}


/*Tablets*/

@media (max-width: 768px) {}