@font-face {
    font-family: 'dosisbold';
    src: url('../fontes/dosis-bold-webfont.eot');
    src: url('../fontes/../fontes/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/dosis-bold-webfont.woff2') format('woff2'),
        url('../fontes/dosis-bold-webfont.woff') format('woff'),
        url('../fontes/dosis-bold-webfont.ttf') format('truetype'),
        url('../fontes/dosis-bold-webfont.svg#dosisbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosislight';
    src: url('../fontes/dosis-light-webfont.eot');
    src: url('../fontes/dosis-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/dosis-light-webfont.woff2') format('woff2'),
        url('../fontes/dosis-light-webfont.woff') format('woff'),
        url('../fontes/dosis-light-webfont.ttf') format('truetype'),
        url('../fontes/dosis-light-webfont.svg#dosislight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosismedium';
    src: url('../fontes/dosis-medium-webfont.eot');
    src: url('../fontes/dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/dosis-medium-webfont.woff2') format('woff2'),
        url('../fontes/dosis-medium-webfont.woff') format('woff'),
        url('../fontes/dosis-medium-webfont.ttf') format('truetype'),
        url('../fontes/dosis-medium-webfont.svg#dosismedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisregular';
    src: url('../fontes/dosis-regular-webfont.eot');
    src: url('../fontes/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/dosis-regular-webfont.woff2') format('woff2'),
        url('../fontes/dosis-regular-webfont.woff') format('woff'),
        url('../fontes/dosis-regular-webfont.ttf') format('truetype'),
        url('../fontes/dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisregular';
    src: url('../fontes/dosis-semibold-webfont.eot');
    src: url('../fontes/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/dosis-semibold-webfont.woff2') format('woff2'),
        url('../fontes/dosis-semibold-webfont.woff') format('woff'),
        url('../fontes/dosis-semibold-webfont.ttf') format('truetype'),
        url('../fontes/dosis-semibold-webfont.svg#dosisregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'dosissemibold';
    src: url('../fontes/dosis-semibold-webfont.eot');
    src: url('../fontes/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/dosis-semibold-webfont.woff2') format('woff2'),
        url('../fontes/dosis-semibold-webfont.woff') format('woff'),
        url('../fontes/dosis-semibold-webfont.ttf') format('truetype'),
        url('../fontes/dosis-semibold-webfont.svg#dosissemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ==========================================================================
   Global Styles
   ========================================================================== */

/*
 * Reset styles defult html
 */

body {
    font-family: 'dosisregular';
}

body::selection {
    color: #FFF;
    background: #000000;
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.body {
    width: 100%;
    overflow: hidden;
}


/*
 * Containers
 */

.container-big {
    width: 1140px;
    margin: 0 auto;
}

.container-center {
    width: 870px;
    margin: 0 auto;
}

/*
 * Headings
 */

.heading {}

.heading .navheading {
    font-size: 14px;
    font-family: 'dosissemibold';
    position: relative;
}

.heading .navheading:before {
    content: '';
    width: 36px;
    height: 3px;
    background: #FFB200;
    left: 0;
    bottom: -8px;
    position: absolute;
}

.heading>h2 {
    color: #000000;
    font-size: 40px;
    margin-top: 30px;
    max-width: 450px;
}

.subheading {
    color: #777777;
    font-size: 20px;
    margin: 40px 0;
    line-height: 24px;
}

.subhead {
    color: #777777;
    font-size: 18px;
    margin: 40px 0;
    line-height: 24px;
}

/*
 * Modal
 */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: rgba(47, 23, 74, 0.8);
    z-index: 999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease .35s;
}

.modal.active {
    visibility: visible;
    opacity: 1;
}

.modal-contaner {
    background: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
    min-width: 335px;
    max-width: 335px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
    transition: all ease .35s;
    transition-delay: .25s;
}

.modal.active .modal-contaner {
    opacity: 1;
    transform: translateY(0px);
}

.modal-contaner h4 {
    color: #592D8D;
    font-size: 24px;
    font-family: 'dosisbold';
    margin-bottom: 20px;
    margin-top: 50px;
}

.modal-contaner p {
    font-size: 16px;
    font-family: 'dosisbold';
    line-height: 20px;
    margin: 0;
}

.modal-contaner .bt {
    width: 192px;
    margin: 0;
    margin-top: 40px;
}


.modal-contaner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    margin: 0 auto;
    width: 55px;
    background: #EEECF0;
    height: 8px;
    border-radius: 100%;
}

.modal-contaner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.25);
    height: 30px;
    border-radius: 100%;
}

.modal.active .modal-contaner .ic {
    opacity: 0;
    animation: modalimg ease-in-out .6s .35s forwards, modalimgfloat ease-in-out 3s 1s infinite;
}


.modal.active .modal-contaner:before {
    opacity: 0;
    animation: shadowic ease-in-out .6s .45s forwards, shadowfloat ease-in-out 3s 1.25s infinite;
}

@keyframes modalimg {
    from {
        transform: translateY(-80px);
        opacity: 0
    }

    to {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes modalimgfloat {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

@keyframes shadowic {
    0% {
        width: 0px;
        opacity: 0
    }

    100% {
        width: 55px;
        opacity: 1
    }
}

@keyframes shadowfloat {
    from {
        width: 50px;
    }

    65% {
        width: 25px;
    }

    to {
        width: 50px;
    }
}

/* ==========================================================================
   Navigation Bar
   ========================================================================== */

#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    display: flex;
    justify-content: center;
    z-index: 9;
    box-sizing: border-box;
    transition: all ease .25s;
}

#navbar>.container {
    width: 100%;
    display: flex;
    max-width: 1170px;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.logo {
    width: auto;
    height: 65px;
    transition: all ease .25s;
}

.logo.invert {
    display: none;
}


.nav {
    margin-left: auto;
    margin-right: 50px;
}

.nav .list {
    display: flex;
}

.nav .list .item {
    margin-left: 35px;
    color: #FFF;
    font-size: 18px;
    font-family: 'dosismedium';
    position: relative;
    transition: all ease .25s;
    text-decoration: none;
}

.nav .list .item:before {
    content: '';
    width: 0px;
    height: 3px;
    background: #FFB200;
    position: absolute;
    top: -13px;
    left: 0;
    transition: all ease .17s;

}

.nav .list .item.active:before {
    width: 18px;
}

.nav-flag {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 5px;
}

.nav-flag>img {
    opacity: 0.4;
    cursor: pointer;
    transition: all ease .15s;
}

.nav-flag>img.active,
.nav-flag>img:hover {
    opacity: 1;
}


/*
 * Active navigation
 */

#navbar.active {
    background: rgba(28, 26, 26, 0.96);
    height: 75px;
    padding-bottom: 12px;
}

#navbar.active .logo {
    height: 55px;
    margin-bottom: -14px;
}

#navbar.active .nav .list .item {
    font-size: 16px;
}

#navbar.active.invert {
    background: rgba(255, 255, 255, 0.95);
}

#navbar.active.invert .nav .list .item {
    color: #000000;
    font-weight: bold;
}

#navbar.active.invert .logo {
    display: none;
}

#navbar.active.invert .logo.invert {
    display: block;
}


/* ==========================================================================
   Header
   ========================================================================== */

#mobvender {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background: url('../img/header-background.jpg') center no-repeat #000000;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}

#mobvender:before,
#mobvender:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #FFF;
    left: 0;
    width: 30%;
    opacity: 0.2;
}

#mobvender:before {
    animation: line-left .75s forwards;
}

#mobvender:after {
    left: auto;
    right: 0;
    animation: line-right .75s forwards;
}

@keyframes line-left {
    0% {
        left: -100%;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 0.2
    }
}

@keyframes line-right {
    0% {
        right: -100%;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 0.2
    }
}

.header-icon {
    position: absolute;
    bottom: 40px;
    color: #FFF;
    font-size: 12px;
    animation: header-icon .75s 4s forwards, header-icon-inf 2s infinite ease-in-out;
    opacity: 0;
}

.header-icon>img {
    display: block;
    margin: 0 auto 12px auto;
}

@keyframes header-icon {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes header-icon-inf {
    0% {
        transform: translateY(0px);
    }

    65% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-title {
    font-size: 120px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 110px;
    animation: header-title .6s 3s backwards;
    transform: translateY(-30px);
}

.header-title-br {
    font-size: 120px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 110px;
    animation: header-title-br .6s 3s backwards;
    transform: translateY(-30px);
}

.header-title-es {
    font-size: 120px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 110px;
    animation: header-title-es .6s 3s backwards;
    transform: translateY(-30px);
}

@keyframes header-title {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(-30px);
    }
}

@keyframes header-title-br {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(-30px);
    }
}

@keyframes header-title-es {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(-30px);
    }
}

.header-title:after,
.header-title:before {
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin: 30px 0;
    font-family: 'dosismedium';
    font-weight: normal;
}

.header-title-br:after,
.header-title-br:before {
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin: 30px 0;
    font-family: 'dosismedium';
    font-weight: normal;
}

.header-title-es:after,
.header-title-es:before {
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin: 30px 0;
    font-family: 'dosismedium';
    font-weight: normal;
}

.header-title:before {
    font-size: 22px;
    content: 'YOUR BUSINESS IN THE PALM OF THE HAND';
}

.header-title-br:before {
    font-size: 22px;
    content: 'SUAS VENDAS NA PALMA DA MÃO';
}

.header-title-es:before {
    font-size: 22px;
    content: 'TUS VENTAS EN LA PALMA DE LA MANO';
}

.header-message {
    color: #FFF;
    position: absolute;
    max-width: 600px;
    font-size: 22px;
    margin-top: 20px;
    animation: header-message .8s .8s backwards, header-message-title .5s 3s forwards;
}

.header-message:after {
    content: 'MUHAMMAD ALI';
    color: #F88E06;
    display: block;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}

@keyframes header-message {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    60% {
        opacity: 1;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes header-message-title {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(180px);
    }
}

.header-title>span {
    display: block;
    background: -webkit-linear-gradient(25deg, #FF9200, #ff8383);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-title-br>span {
    display: block;
    background: -webkit-linear-gradient(25deg, #FF9200, #ff8383);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-title-es>span {
    display: block;
    background: -webkit-linear-gradient(25deg, #FF9200, #ff8383);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   Sobre
   ========================================================================== */

#sobre {
    width: 100%;
    padding: 90px 0;
    box-sizing: border-box;
}

#sobre .container-big {
    display: flex;
}

#sobre .sidebar {
    width: 35%;
    min-width: 35%;
    margin-right: 20px;
    display: inline;
    justify-content: center;
    align-items: center;
}

#sobre p {
    font-size: 18px;
    line-height: 26px;
}

.sobre-mobvender {
    background: url('../img/mobvender-sobre.png') #ffffff no-repeat;
    background-position: 45px, center;
    border-radius: 6px;
    padding: 40px;
    padding-left: 215px;
    color: #000000;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0px 0;
}

#sobre .sobre-mobvender>h4 {
    font-size: 19px;
}

#sobre .sobre-mobvender>h4:after {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background: #ff4040;
    margin: 12px 0;
}

#sobre .sobre-mobvender>p {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}


/* ==========================================================================
   VIDEO
   ========================================================================== */

#video {
    width: 100%;
    height: 705px;
    background: url('../img/video-background.jpg') center no-repeat #000000;
    background-size: cover;
    background-attachment: fixed;
    box-sizing: border-box;
    padding: 100px 0;
}

#video .heading>h2,
#video .heading>.navheading {
    color: #FFF;
}

.videowall {
    width: 800px;
    height: 488px;
    transform: translateY(80px);
    position: relative;
    box-shadow: 0px 10px 130px -10px rgba(0, 0, 0, 0.64);
    background: #000
}

.videowall:before {
    width: 203px;
    height: 203px;
    content: '';
    background: url('../img/mobvender-video.png') center no-repeat;
    position: absolute;
    right: -101px;
    top: -112px;
}


/* ==========================================================================
   Cronograma
   ========================================================================== */

#planos {
    width: 100%;
    padding: 180px 0 100px 0;
    box-sizing: border-box;
    position: relative;
}

#planos .heading {
    margin-bottom: 46px;
}

#planos .heading>h2,
#planos .heading>.navheading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#planos .heading .navheading:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.planos-list {
    width: 100%;
    display: flex;
}

.planos-item {
    border: solid 2px #bdbdbd;
    flex: 1;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    height: 310px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 15px;
    min-width: 180px;
}

.planos-item .title {
    font-size: 14px;
}

.planos-item .title:after {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background: #FFB200;
    margin: 12px 0;
}

.planos-item .date {
    flex: 1;
    font-size: 70px;
    color: #ff3a3a;
    font-weight: bold;
}

.planos-item .date>span {
    font-size: 20px;
    margin-left: 5px;
}

.planos-item .p {
    font-size: 18px;
    font-weight: bold;
}

.planos-list.etapas {
    margin-top: 40px;
}

.planos-list.etapas .planos-item {
    height: 180px;
    background: #000000;
    color: #FFF;
    border: none;
}

.planos-list.etapas .planos-item .date {
    color: #FFF;
    margin-top: 20px;
}


/* ==========================================================================
   GRATIS
   ========================================================================== */
#gratis {
    background: url('../img/mobvender-app-main.jpeg') #ffffff no-repeat left;
    background-position: calc(50% - 380px);
    padding: 100px 0;
}

.sobre-container {
    margin-left: 300px;
}

.sobre-list {
    display: flex;
    margin-top: 0px;
}

.sobre-item {
    flex: 1;
}

.sobre-item>h4 {
    font-size: 25px;
    color: #000000;
    display: block;
    margin-top: 55px;
}

.sobre-item>h4:after {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background: #ff4040;
    margin: 12px 0;
}

.sobre-item>span {
    color: #A8A8A8;
    display: block;
    max-width: 250px;
    font-size: 12px;
    font-family: 'dosismedium';
    line-height: 15px;
}

/* ==========================================================================
   Temas
   ========================================================================== */

#funcionalidades {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}

#funcionalidades:before {
    content: '';
    width: 303px;
    height: 303px;
    position: absolute;
    left: 50%;
    transform: translateX(300px);
    top: 50px;
    background: url('../img/mobvender-funcionalidades.png') center no-repeat;
    z-index: -1;
}

.funcionalidades-list {
    display: flex;
    margin-top: 40px;
}

.funcionalidades-item {
    flex: 1;
}

.funcionalidades-item>h4 {
    font-size: 20px;
    color: #212121;
    display: block;
    margin-top: 25px;
}

.funcionalidades-item>h4:after {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background: #FFB200;
    margin: 12px 0;
}

.funcionalidades-item>span {
    color: #000000;
    display: block;
    max-width: 350px;
    font-size: 16px;
    font-family: 'dosismedium';
    line-height: 15px;
}

/* .funcionalidades-list .funcionalidades-item:last-child {
    flex: 0;
} */


/* ==========================================================================
   Inscrição
   ========================================================================== */

#inscricao {
    width: 100%;
    padding: 110px 0;
    box-sizing: border-box;
    position: relative;
    background: url('../img/mobvender-wallpaper-inscricao.png') #000000 right top no-repeat;
    margin-top: 50px;
}

#inscricao .heading {
    margin-bottom: 80px;
}

#inscricao .heading>h2,
#inscricao .heading>.navheading {
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#inscricao .heading .navheading:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inscricao-regras {
    width: 100%;
    height: 70px;
    background: #ff3838;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.inscricao-regras .ic {
    margin-right: 25px;
    align-self: flex-end;
    margin-bottom: 25px;
}

.inscricao-regras .title {
    flex: 1;
}

.inscricao-regras .drop {
    opacity: 0.3;
}

.inscricao-regras .ic-drop {
    margin-left: 10px;
}

.inscricao-container {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    max-height: 0px;
    opacity: 0;
    transition: all ease .25s;
}

.inscricao-container.active {
    opacity: 1;
    max-height: 800px;
    margin-bottom: 80px;
}

.inscricao-container>span {
    background: #000000;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.inscricao-container b {
    color: #000000;
}

.form {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.form-col {
    flex: 1;
    position: relative;
}

.form .form-col:first-child {
    margin-right: 40px;
}

.input {
    width: 100%;
    height: 50px;
    border: solid 2px #FFF;
    border-radius: 3px;
    background: transparent;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
    color: #FFF;
    font-family: 'dosismedium';
}

label.input {
    display: block;
    line-height: 49px;
}

select option {
    color: #000000;
}

.file {
    visibility: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
}

.input-span {
    color: #FFB200;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    display: block;
    margin: 10px 0 20px 0;
}

.input::placeholder {
    color: #FFF;
    font-family: 'dosismedium';
}

.textarea {
    resize: none;
    height: 334px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ic-textarea {
    transform: translate(25px, -5px);
}

.bt {
    background: #ff4040;
    color: #FFF;
    border-radius: 25px;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'dosismedium';
    font-size: 22px;
    cursor: pointer;
    margin: 60px auto 0 auto;
    box-shadow: 0px 15px 20px -5px rgba(255, 146, 0, 0.25);
    transition: all ease .25s;
}

.bte {
    background: #ce2c2c;
    color: #FFF;
    border-radius: 50px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    font-family: 'dosismedium';
    font-size: 14px;
    cursor: pointer;
    margin: 0px 50px -5px 5px;
    box-shadow: 0px 15px 20px -5px rgb(255 146 0 / 25%);
    transition: all ease .25s;
}

.btb {
    background: #1f1f1f;
    color: #fff;
    border-radius: 25px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    font-family: 'dosismedium';
    font-size: 14px;
    cursor: pointer;
    margin: 0px 0px 0px 13px;
    box-shadow: 0px 15px 20px -5px rgb(255 146 0 / 15%);
    transition: all ease .25s;
}

.bt:active {
    transform: translateY(2px);
    box-shadow: 0px 10px 20px -5px rgba(255, 146, 0, 0.20);
}

/* ==========================================================================
   CONTATO
   ========================================================================== */

#contato {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
    background: #ee2e2e no-repeat;
    background-position: 95% center;
}

#contato .heading>h2,
#contato .heading>.navheading {
    color: #FFF;
}

.contato-list {
    display: flex;
    width: 100%;
    margin-top: 80px;
}

.contato-item {
    flex: 1;
    color: #FFF;

}

.contato-item>h4 {
    font-size: 14px;
    margin-left: 30px;
}

.contato-item>h4:after {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background: #FFB200;
    margin: 8px 0;
}

.contato-item>span {
    font-size: 12px;
    opacity: 0.5;
    margin-left: 30px;
    white-space: nowrap;
}

.contato-foto {
    width: 150px;
    height: 137px;
    background: url('../img/mobvender-contato-background.png') top left no-repeat;
    margin-bottom: 20px;
}

.contato-foto>img {
    margin-left: 18px;
    margin-top: 24px;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    width: 100%;
    height: 95px;
    background: #000000;
    border-top: solid 1px #ff3838;
}

.footer .container-big {
    display: flex;
    color: #FFF;
    align-items: center;
    height: 95px;
}

.footer .copy {
    color: #FFF;
    flex: 1;
    font-size: 13px;
}

@media only screen and (max-width: 1360px) {

    .container-big,
    #navbar>.container {
        padding: 0 30px;
        box-sizing: border-box;
        padding-right: 140px;
    }

    .container-big {
        width: 100%;
    }

    .nav .list .item {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 600px) {

    .nav {
        display: none;
    }

    #navbar>.container {
        justify-content: center;
    }

    #navbar.active {
        height: 55px;
    }

    .container-center {
        width: 100%;
    }

    #inscricao .heading {
        margin-bottom: 50px;
    }

    #navbar.active .logo {
        height: 45px;
        width: 105px;
        margin-bottom: -8px;
    }

    .heading>h2 {
        font-size: 26px;
    }

    .subheading {
        margin: 20px 0;
        font-size: 16px;
        line-height: 22px;
    }

    #sobre p {
        font-size: 16px;
    }

    #mobvender {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-bottom: 25px;
    }

    #mobvender:before,
    #mobvender:after {
        width: 10%;
    }

    .header-title:after,
    .header-title:before {
        margin: 15px 0;
    }

    .header-title-br:after,
    .header-title-br:before {
        margin: 15px 0;
    }

    .header-title-es:after,
    .header-title-es:before {
        margin: 15px 0;
    }

    .header-title {
        font-size: 60px;
        line-height: 60px;
    }

    .header-title-br {
        font-size: 60px;
        line-height: 60px;
    }

    .header-title-es {
        font-size: 60px;
        line-height: 60px;
    }

    .header-message {
        max-width: 100%;
        font-size: 16px;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
    }

    @keyframes header-message-title {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(130px);
            font-size: 12px
        }
    }

    #sobre {
        padding: 50px 0;
    }

    #sobre .container-big {
        flex-direction: column;
        width: 100%;
    }

    .container-big,
    #navbar>.container {
        padding-right: 20px;
    }

    #sobre .sidebar {
        width: 100%;
    }

    #sobre .sidebar>img {
        width: 60%;
        margin-bottom: 20px;
    }

    .sobre-mobvender {
        background: #000000;
        padding: 20px;
        padding-left: 20px;
    }

    #gratis {
        background: #EEEEEE;
    }

    .sobre-container {
        margin: 0 20px;
    }

    #video {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        height: 445px;
    }

    .videowall {
        width: 100%;
        height: auto;
    }

    #planos {
        padding: 80px 0 50px 0;
    }

    .planos-list {
        flex-direction: column;
        margin-top: -40px;
    }

    .planos-item,
    .planos-list.etapas .planos-item {
        height: 150px;
        padding: 15px;
        margin-bottom: 10px;
    }

    .planos-item .date {
        font-size: 45px;
    }

    .planos-item .title:after {
        margin: 6px 0;
    }

    .planos-list.etapas {
        margin-top: 20px;
    }

    #funcionalidades {
        padding: 50px 20px;
    }

    .funcionalidades-list {
        flex-wrap: wrap;
    }

    .funcionalidades-item {
        margin-bottom: 40px;
        min-width: 100%;
    }

    #inscricao {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inscricao-container.active {
        max-height: 1600px;
    }

    .inscricao-regras .ic {
        margin-right: 25px;
        align-self: flex-end;
        margin-bottom: 15px;
        width: 30px;
    }

    .inscricao-regras .drop,
    .inscricao-regras .ic-drop {
        display: none;
    }


    .form {
        flex-direction: column;
        margin-top: -10px;
    }

    .form .form-col:first-child {
        margin: 0;
    }

    .bt {
        width: 100%;
        margin: 25px auto 0 auto;
    }

    #contato {
        padding: 50px 20px;
        background-size: 300px auto;
        background-position: center 60px;
    }

    .contato-list {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .contato-item {
        min-width: 50%;
        max-width: 50%;
    }

    .contato-item:nth-child(2n) {
        display: none;
    }

    .contato-foto {
        width: 100%;
    }

    .footer .copy {
        font-size: 10px;
    }

    .footer img {
        width: 50px;
    }

}

#mobvender-whatsapp {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    z-index: 9999999;
    float: right
}

#mobvender-sistema {
    position: fixed;
    top: 80px;
    right: 16px;
    bottom: 0;
    display: block;
    cursor: pointer;
    z-index: 0;
    float: right
}