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

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}

* {
    outline: none !important;
    text-decoration: none !important;
}

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

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

.titulo_menor {
    font-size: 3.9375em;
    margin-top: 0.8em;
}

p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1.65em;
    color: #4A4A4A;
    line-height: 34px;
}

p b {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #1A1919;
}

small {
    font-size: 1.115em;
    color: #7E7E7E;
    line-height: 22px;
}

section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    /*background-color: #ccc;*/
    padding-top: 15%;
    overflow: auto;
}

.interna {
    padding-top: 5%;
}

.container {
    max-width: 980px;
}

.conteudo {
    margin: auto;
}

.logo {
    max-width: 6.9em;
    float: left;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.logo:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.container-fluid {
    max-width: 94%;
}

.header {
    width: 100%;
    height: auto;
    padding-top: 2em;
    position: fixed;
    z-index: 9999;
}

#btn_menu {
    float: right;
    margin-top: 0.3em;
}

.area_menu {
    width: 100%;
    max-width: 768px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8888;
    background-image: url('../img/bg-menu.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    display: none;
    -webkit-animation-duration: 300ms;
    /* Safari 4.0 - 8.0 */
    animation-duration: 300ms;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu_active {
    display: block;
}

.menu {
    max-width: 390px;
    float: right;
    margin-top: 15%;
    margin-right: 20%;
    -webkit-animation-duration: 400ms;
    /* Safari 4.0 - 8.0 */
    animation-duration: 400ms;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1em;
}

.menu a li {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 2.4em;
    color: #fff;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    opacity: 0.6;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu a:hover li {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.menu .active li {
    opacity: 1;
    color: #fff;
}

.menu a:visited {
    color: #fff;
}

.menu a:hover {
    opacity: 1;
    color: #fff;
}

.menu .active {
    color: #fff;
    opacity: 1;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
    /*background: #ccc;*/
}

.ico-ninebot {
    float: right;
    width: 3em;
    height: 3em;
    background-image: url('../img/ico-ninebot.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.ico-ninebot:hover {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.area-mouse-scroll {
    text-align: center;
}

.mouse-scroll {
    width: 1.2em;
    height: auto;
    margin: 15px auto;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-top: 5px;
}

.mouse-scroll:hover {
    opacity: 0.6;
}

.owl-pagination {
    width: 100%;
    max-width: 980px;
    text-align: left;
    margin: 8% auto;
    padding-left: 1.8em;
}

.area-logo-ninebot {
    text-align: center;
}

.logo-ninebot {
    max-width: 280px;
    height: auto;
    margin: 5px auto 30px;
}

.btn {
    width: 100%;
    max-width: 303px;
    height: 64px;
    background: #1A1919;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.6375em;
    color: #FFFFFF !important;
    outline: none;
    padding-top: 15px;
}

.btn:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.area_acao {
    text-align: right;
    padding-top: 9%;
}

.btn-left {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 4%;
    top: 28%;
    background-image: url("../img/btn-left.png") !important;
}

.btn-right {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 4%;
    top: 28%;
    background-image: url("../img/btn-right.png") !important;
}

.logo-cliente {
    text-align: center;
    padding: 10px;
    margin-bottom: 1.5em;
    width: 100%;
    height: auto;
    max-width: 180px;
}

.area-titulo-projeto {
    padding-top: 6%;
}

.area-imagem {
    text-align: center;
}

.area-imagem-site {
    text-align: center;
    padding-top: 10%;
}

#projetos {
    padding-top: 8%;
}

.connect {
    margin: -15px auto;
}

.connect a {
    color: #7E7E7E;
    margin-right: 10px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.connect a:hover {
    color: #1A1919;
}

.connect li {
    width: 52px;
    height: 52px;
    display: inline-block;
    font-size: 3.4em !important;
    display: inline-block;
}

.area-ninebot {
    background: #FFFFFF;
    border: 1px solid #FBFBFB;
    box-shadow: -7px 2px 218px 0px rgba(0, 0, 0, 0.2);
    width: 40%;
    height: 100%;
    max-width: 550px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    display: none;
}

.nine_active {
    display: block;
}

.ninebot {
    border: none;
    width: 100%;
    height: 107%;
    position: absolute;
    padding-bottom: 20px;
    padding-right: 28px;
    overflow: hidden;
}

.btn-fechar {
    width: 32px;
    height: 32px;
    background-position: center;
    background-image: url("../img/btn-fechar.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: relative;
    z-index: 99999;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    display: inline-block;
    float: right;
}

.btn-fechar-interno {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.btn-fechar:hover {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.area-btn-lojas {
    text-align: center;
    padding: 2em 0 9em 0;
}

.btn-lojas {
    display: inline-block;
    margin-right: 10px;
}

.btn-lojas img {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn-lojas:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.area-ninebot .btn-fechar {
    float: right;
    margin: 1em;
}

.conteudo-interno {
    padding-top: 4em;
    padding-bottom: 4em;
}

.img-interna {
    float: right;
}

#projetos {
    height: 100% !important;
}

.img-icone-app {
    margin-top: 4.8em;
}

.slide-interno {
    margin-top: 4em;
    height: auto;
}

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

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

.area-form {
    padding-top: 1em;
    padding-bottom: 1em;
}

.campos {
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #1A1919;
    padding: 1em;
    width: 100%;
    margin-bottom: 0.8em;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.campos:focus {
    border: 1px solid #1A1919;
}

.btn-form {
    min-width: 100%;
}

.msg {
    margin-top: 2em;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 5.5em;
    margin-bottom: 2.5em;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
}

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

.blog {
    padding-top: 10%;
}


.post h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0.1px;
    line-height: 23px;
}

.post img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post:hover img {
    opacity: 0.4;
}

.post p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.post:hover p {
    color: #1a1a1a;
    text-decoration: underline !important;
}

h2 a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300;
    font-size: 20px;
    color: #C3C3C3;
    letter-spacing: 0.1px;
    line-height: 23px;
    float: right;
    margin-top: 40px;
}

h2 a:hover {
    color: #4A4A4A;
}


.coverPost {
    width: 100%;
    height: 175px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: none;
}