body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
li,
ol,
p,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

figure,
footer,
header,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


em {
    font-style: italic
}

p a,
p a:visited {
    line-height: inherit
}

form {
    margin-bottom: 20px
}

label {
    display: block;
    font-weight: 700;
    font-size: 13px
}

input[type=checkbox] {
    display: inline
}

a {
    text-decoration: none;
    color: #000
}

.w_logo {
    width: 180px;
    height: 53px
}

.w_100 {
    width: 100%
}

.w_50 {
    width: 50%
}

.w_33 {
    width: 33%
}

.w_30 {
    width: 30%
}

.w_40 {
    width: 30%
}

.h_100 {
    height: 100%
}

.valign_top {
    vertical-align: text-top
}

.logo {
    position: absolute;
    margin-left: 35px;
    margin-top: 35px;
    width: 180px
}

nav {
    padding-top: 35px;
    margin-right: 35px
}

.menu li {
    float: right;
    padding: 21px 27px 18px 22px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    display: block
}

.button_shadow {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.button_shadow::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.button_shadow:hover {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.05, 1.05)
}

.button_shadow:hover::after {
    opacity: 1
}

.container_top {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 90%
}

.wrapper_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.box {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: calc(100% / 2)
}

.top_container h1 {
    margin-top: 140px;
    font-size: 70px;
    width: 400px
}

.top_container h2 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
    width: 450px;
    text-align: justify
}

.img_b1_a {
    display: none
}

.container_sec1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.demonstracao {
    padding: 21px 27px 18px 27px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e10f21;
    font-size: 14px;
    font-weight: 700
}

.white_border {
    padding: 21px 27px 18px 27px;
    text-transform: uppercase;
    color: #666;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700
}

.container_sec2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f1f1f1;
    padding: 75px 35px 75px 35px
}

.sec2_left {
    float: left;
    width: 60%
}

.sec2_right {
    float: left;
    width: 40%;
    text-align: right
}

.container_sec3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #e2e2e2;
    padding: 75px 35px 75px 35px
}

.container_sec4 {
    color: #e2e2e2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #666;
    padding: 75px 35px 75px 35px
}

.sep4 {
    width: 100%;
    height: 1px;
    background-color: #e2e2e2
}

.black_border {
    text-transform: uppercase;
    color: #e2e2e2 !important;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 700;
    height: 65px;
    width: 230px;
    text-align: center;
    padding-top: 25px;
    margin-left: 20px;
    box-sizing: border-box
}

.black_border:hover {
    color: #fff !important;
    border: 1px solid #fff
}

.sec3_left {
    float: left;
    width: 58%
}

.sec3_right {
    float: left;
    width: 42%;
    text-align: right
}

.sep1 {
    width: 100%;
    height: 1px;
    background-color: #666
}

.sep1_td {
    width: 100%
}

.container_bottom {
    width: 1120px
}

.container_bottom h2 {
    font-size: 45px;
    vertical-align: text-top;
    font-weight: 650;
    line-height: 1.2em;
}

.cinza_border {
    text-transform: uppercase;
    color: #666 !important;
    border: 1px solid #666;
    font-size: 14px;
    font-weight: 700;
    height: 65px;
    width: 230px;
    text-align: center;
    margin-left: 20px;
    box-sizing: border-box;
    display: flex;            /* ativa alinhamento */
    align-items: center;      /* centraliza vertical */
    justify-content: center;  /* centraliza horizontal */    
}

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #666;
    padding: 35px 35px 30px 35px
}

.container_footer {
    width: 1120px
}

.h_logo1 {
    height: 50px
}

.h_logo2 {
    height: 50px
}

.h_logo3 {
    height: 50px
}

.line_sep {
    width: 100%;
    height: 1px;
    background-color: #888;
    float: left
}

.footer_left {
    margin: 40px 0 40px 0;
    float: left;
    width: 55%;
    text-align: left;
    font-size: 14px
}

.footer_right {
    margin: 40px 0 40px 0;
    float: left;
    width: 45%;
    text-align: center
}

.logo_footer {
    width: 90px;
    margin-right: 20px
}

.link_footer {
    color: #999;
    margin-top: 5px
}

.link_footer:hover {
    color: #fff;
    transition: all .5s
}

.copyright {
    float: left;
    padding-top: 30px;
    color: #c2c2c2;
    font-size: 14px;
    text-align: left
}

.in2 {
    padding-top: 20px;
    float: right
}

.regular {
    width: 100%;
    margin: 40px auto
}

.button_shadow2 {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    min-height: 130px
}

.button_shadow2::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.button_shadow2:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.03, 1.03)
}

.button_shadow2:hover::after {
    opacity: 1
}

.menu_bottom {
    display: none
}

.menu_bottom_show {
    display: none
}

.menu_bottom_show {
    display: none
}

@media only screen and (min-width:100px) and (max-width:669px) {
    .menu li {
        display: none
    }
    .logo {
        width: 145px;
        margin-left: 25px;
        margin-top: 25px
    }
    .demonstracao {
        font-size: 14px;
        padding: 16px 23px 14px 23px
    }
    nav {
        padding-top: 25px;
        margin-right: 25px
    }
    .topo {
        height: 450px
    }
    .smartphone {
        float: right;
        width: 214px;
        padding-right: 10px
    }
    .top_container {
        width: 100%;
        text-align: center;
        padding: 20px 10px 20px 10px
    }
    .top_container h1 {
        margin-top: 30px;
        font-size: 60px;
        width: 100%;
        text-align: center
    }
    .box h2 {
        margin-top: 25px;
        font-size: 17px;
        line-height: 24px;
        width: 100%;
        text-align: center
    }
    .img_b1_b {
        display: none
    }
    .img_b1_a {
        display: block;
        width: 100%
    }
    .img_b2_b {
        display: block;
        width: 100%
    }
    .container_sec2 {
        padding: 45px 35px 45px 35px
    }
    .container_sec3 {
        padding: 45px 35px 45px 35px
    }
    .container_sec4 {
        padding: 45px 35px 45px 35px
    }
    .container_bottom h2 {
        font-size: 35px;
        vertical-align: text-top;
        margin-bottom: 25px;
    }
    .sec2_left {
        width: 100%;
        text-align: center
    }
    .sec2_right {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }
    .sec3_left {
        width: 100%;
        text-align: center
    }
    .sec3_right {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }
    .sep1 {
        display: none
    }
    .sep4 {
        display: none
    }
    .sep1_td {
        width: 0
    }
    footer {
        padding: 5px 15px 15px 15px
    }
    .h_logo1 {
        height: 30px
    }
    .h_logo2 {
        height: 30px
    }
    .h_logo3 {
        height: 30px
    }
    .line_sep {
        margin: 25px 0 10px 0
    }
    .cinza_border {
        width: 100%;
        margin-left: 0
    }
    .black_border {
        width: 100%;
        margin-left: 0
    }
    .footer_left {
        display: none
    }
    .footer_right {
        display: none
    }
    .link_footer {
        margin-top: 8px
    }
    .copyright {
        width: 100%;
        padding-top: 5px;
        color: #c2c2c2;
        font-size: 11px;
        text-align: center;
        margin-bottom: 75px
    }
    .in2 {
        display: none
    }
    .regular {
        width: 90%
    }
    .content_menu_bottom {
        padding: 30px
    }
    .w_logo {
        width: 140px;
        height: 41px
    }
}

@media only screen and (min-width:670px) and (max-width:1023px) {
    .menu li {
        display: none
    }
    .topo {
        height: 520px
    }
    .smartphone {
        background-repeat: no-repeat;
        background-size: auto 100%;
        float: right;
        width: 254px;
        height: 389px;
        float: right;
        width: 254px;
        padding-right: 40px
    }
    .top_container h1 {
        margin-top: 50px;
        font-size: 60px;
        width: 300px;
        margin-top: 104px
    }
    .top_container h2 {
        margin-top: 15px;
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        text-align: justify
    }
    .container_bottom h2 {
        font-size: 30px;
        vertical-align: text-top;
        margin-bottom: 25px;
    }
    .sec2_left {
        width: 100%;
        text-align: center
    }
    .sec2_right {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }
    .sec3_left {
        width: 100%;
        text-align: center
    }
    .sec3_right {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }
    .sep1 {
        display: none
    }
    .sep4 {
        display: none
    }
    .sep1_td {
        width: 0
    }
    .cinza_border {
        width: 100%;
        margin-left: 0
    }
    .black_border {
        width: 100%;
        margin-left: 0
    }
    .footer_left {
        width: 100%;
        margin: 30px 0 0 0
    }
    .footer_right {
        width: 100%;
        margin: 10px 0 20px 0
    }
    .logo_footer {
        margin-right: 50px
    }
    .regular {
        width: 95%
    }
}

.lang-menu {
    width: 57px;
    text-align: right;
    font-weight: 700;
    position: relative;
    color: #000;
    z-index: 10000000000
}

.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.lang-menu .selected-lang:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -8px;
    margin-right: 11px
}

.lang-menu ul {
    background-color: #fff;
    display: none;
    border: 1px solid #f8f8f8;
    position: absolute;
    width: 112px;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    margin-top: -36px;
    margin-left: -22px
}

.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between
}

.lang-menu ul li a {
    text-decoration: none;
    display: block;
    width: 65px;
    margin-top: -16px
}

.lang-menu ul li:hover {
    background-color: #f2f2f2
}

.lang-menu ul li a:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 11px;
    background-size: contain;
    background-repeat: no-repeat
}

.li_ln {
    padding: 0;
    max-height: 40px;
    padding-bottom: 3px !important
}

.ar:before {
    background-image: url(https://flagcdn.com/ar.svg);
    background-position-y: 6px
}

.mx:before {
    background-image: url(https://flagcdn.com/mx.svg);
    background-position-y: 6px
}

.cl:before {
    background-image: url(https://flagcdn.com/cl.svg);
    background-position-y: 6px
}

.co:before {
    background-image: url(https://flagcdn.com/co.svg);
    background-position-y: 6px
}

.de:before {
    background-image: url(https://flagcdn.com/de.svg);
    background-position-y: 6px
}

.us:before {
    background-image: url(https://flagcdn.com/us.svg);
    background-position-y: 6px
}

.fr:before {
    background-image: url(https://flagcdn.com/fr.svg);
    background-position-y: 4px
}

.en:before {
    background-image: url(https://flagcdn.com/us.svg);
    background-position-y: 4px
}

.es:before {
    background-image: url(https://flagcdn.com/es.svg);
    background-position-y: 4px
}

.hi:before {
    background-image: url(https://flagcdn.com/in.svg);
    background-position-y: 4px
}

.it:before {
    background-image: url(https://flagcdn.com/it.svg);
    background-position-y: 4px
}

.br:before {
    background-image: url(https://flagcdn.com/br.svg);
    background-position-y: 4px
}

.lang-menu:hover ul {
    display: block
}

body {
    top: 0 !important
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 40px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff9e27;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 6px;
    bottom: 6px;
    background-color: #fff;
    transition: all .4s cubic-bezier(.33, 1.6, .66, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .22)
}

input:checked+.slider {
    background-color: #31ce36
}

input:focus+.slider {
    box-shadow: 0 0 -1px #31ce36
}

input:checked+.slider:before {
    -webkit-transform: translateX(48px);
    -ms-transform: translateX(48px);
    transform: translateX(48px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}