a {
    outline: none;
}

body.planos {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.8vw;
    margin: 0;
}

h1.planos {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.8vw;
    font-weight: bold;
}

h2.planos {
    font-family: 'Rock Salt', cursive;
    font-size: 1.5vw;
    font-weight: normal;
}

#dialog_container_int h3.planos,
h3.planos {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.7vw;
    font-weight: bold;
    text-align: left;
}

h4.planos {
    font-family: 'Rock Salt', cursive;
    font-size: 1vw;
    font-weight: normal;
    line-height: 0.8vh;
    margin: 2.5vh;
    color: inherit;
}

a {
    text-decoration: none;
}

div {
    overflow: hidden;
}

button {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

button:hover {
    cursor: pointer;
}

.orange-background:hover {
    background-color: #F3A93A;
    color: #B73B04;
}

.black_text {
    color: #000000;
}

.white-text {
    color: #FFF;
}

.bold {
    font-weight: bold;
}

.rb_input_planos {
    float: left;
    margin: 1.2vh 0.2vw 1vh 1.2vw;
}

.radio_label_planos {
    float: left;
    line-height: 3.5vh;
    font-size: 1.2vw;
    margin-bottom: 1vh;
}

div#descricao_inicio h3#descricao_inicial_mobile {
    display: none;
}

div#funcionalidades_mobile {
    display: none
}

#div_aviso_desconto {
    margin: 0 auto;
    width: 100%;
}

.div_aviso {
    float: left;
    clear: left;
    padding: 0.2vh 0.2vw;
    background-color: #F3E3B8;
}

.green-blue-background {
    background-color: #97D2CC;
}

.green-blue-dark-background {
    background-color: #168B85;
}

.pink-light-background {
    background-color: #E8BBD7;
}

.pink-dark-background {
    background-color: #B81E78;
}

.gray-light-background {
    background-color: #D6D4D4;
}

.gray-light-background:hover {
    background-color: #D6D4D4;
}

.gray-dark-background {
    background-color: #636363;
}

.yellow-light-background {
    background-color: #EFDA86;
}

.yellow-light-background:hover {
    background-color: #EFDA86;
}

.yellow-dark-background {
    background-color: #FDB934;
}

.orange-background {
    background-color: #F26621;
}

.green-blue-border-thick {
    border: 2px solid #168B85;
}

.green-blue-border-medium {
    border: 1px solid #168B85;
}

.green-blue-border-thin {
    border-top: 1px solid #168B85;
}

.green-border-medium {
    border: 1px solid #076002;
}

.green-border-thick {
    border: 2px solid #076002;
}

.yellow-text {
    color: #964600;
}

.yellow-border-thick {
    border: 2px solid #99650B;
}

.yellow-border-medium {
    border: 1px solid #99650B;
}

.yellow-border-thin {
    border-top: 1px solid #99650B;
}

.pink-border-thick {
    border: 2px solid #B81E78;
}

.pink-border-medium {
    border: 1px solid #B81E78;
}

.pink-border-thin {
    border-top: 1px solid #B81E78;
}

.gray-border-thick {
    border: 2px solid #636363;
}

.gray-border-medium {
    border: 1px solid #636363;
}

.gray-border-thin {
    border-top: 1px solid #636363;
}

.orange-border-medium {
    border: 1px solid #7E3D1A;
}

.orange-border-thick {
    border: 2px solid #7E3D1A;
}

.round-border {
    border-radius: 0.4vw;
}

.green-blue-text {
    color: #168B85;
}

.pink-text {
    color: #B81E78;
}

.gray-text {
    color: #636363;
}

.white-text {
    color: #FFFFFF;
}

.green-background {
    background-color: #119B0A;
}

.white-background {
    background-color: #FFF;
}

.green-background:hover {
    background-color: #2BD122;
    color: #076002;
}

.black_text {
    color: #000000;
}

.plano-text {
    font-size: 1.1vw;
}

.price-text {
    font-size: 1.8vw;
    font-weight: bold;
    margin: 0.2vw 0 0 1vw;
}

.small-text {
    font-size: 1vw;
}

.plano-feature-text {
    font-size: 1.9vh;
    margin: 1vh;
}

.plano-link-text {
    font-size: 1.7vh;
    margin: 1vh;
    text-decoration: underline;
    font-weight: bold;
}

.button-text {
    font-size: 1.2vw;
    font-weight: bold;
    margin: 1.5vh 2.4vw;
}

.depoimento-text {
    font-style: italic;
    font-size: 2.8vh;
    margin-bottom: 0.5vh
}

.depoimento-author-text {
    font-weight: bold;
    font-size: 1.8vh;
    margin-top: 0.5vh
}

.div-depoimento {
    width: 60vw;
    height: auto;
    /* float: left; */
    margin: 10vh auto 0;
    text-align: justify;
    padding: 2vw;
    border: 1px #000 solid;
    background-color: #FFF;
}

.pergunta-text {
    font-size: 1.8vh;
    margin-top: 0.5vh
}

.pergunta-title-text {
    font-weight: bold;
    font-size: 2.2vh;
    margin-bottom: 0.5vh
}

.div-pergunta {
    width: 25vw;
    height: auto;
    float: left;
    margin: 2vh -1.2vw 0 7vw;
    text-align: justify;
}

.div-pergunta p {
    text-indent: 0.5vw;
}

.plano-button {
    margin-top: 0.8vh;
}

.div-plano {
    width: 20vw;
    height: auto;
    float: left;
    margin: 4vh 4.2vw;
    text-align: center;
    border-radius: 0.4vw;
}

.div-plano-interna {
    float: left;
    clear: left;
    width: 100%;
    height: auto;
}

.div-plano-description {
    height: auto;
    vertical-align: middle;
}

.div_plano_action {
   /* height: 29vh;*/
}

.div-plano-price {
    margin: 2.5vh auto;
    width: 10.2vw;
}

.div-depoimentos {
    height: auto;
    width: 100%;
}

#logo_planos {
    position: absolute;
    height: auto;
    width: 9vw;
    margin: 4vh 2vh 1vh 5vw;
}

#obj_logo_planos {
    background-image: url("../images/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 12vh;
    width: auto;
}

#title {
    width: 97.5vw;
    text-align: center;
    vertical-align: middle;
    padding: 2vh 0 6vh 0;
    margin: 0 0 0 1.5vw;
}

#div_periodicidade {
    width: 20vw;
    /* float: left; */
    margin: 0 auto;
    padding: 1vh;
    background-color: #F26621;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 1), inset 0 0 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 1), inset 0 0 50px rgba(0, 0, 0, 0.2);
}

#div_periodicidade span.black_text {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    font-size: 1.2vw;
    margin-bottom: 1vh;
}

#div_periodicidade .div_aviso span.black_text {
    font-size: 0.9vw;
}

#div_periodicidade span.white-text {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    font-size: 1.2vw;
    margin-bottom: 1vh;
}

#div_periodicidade .div_aviso span.white-text {
    font-size: 0.9vw;
}

#ripped_top {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0;
    margin-top: -3vh;
}

#obj_ripped_paper {
    background-image: url("../images/ripped-paper-shadowed.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 15.5vh;
    width: 100%;
    display: none;
}

#ripped_bottom {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0;
    bottom: 0;
    display: none;
}

#obj_ripped_paper_upside_down {
    background-image: url("../images/ripped-paper-upside-down-shadowed.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 15.5vh;
    width: 100%;
    margin-bottom: -5vh;
    margin-top: 2vh;
}

.shadow-down {
    -webkit-filter: drop-shadow( 5px 5px 5px #666);
    filter: drop-shadow( 5px 5px 5px #666);
    /* Same syntax as box-shadow */
}

.shadow-up {
    -webkit-filter: drop-shadow( -5px -5px 5px #666);
    filter: drop-shadow( -5px -5px 5px #666);
    /* Same syntax as box-shadow */
}

.div-faq {
    height: auto;
    width: 100%;
    padding-bottom: 5vh;
    background-color: #DDD;
}

.center-title {
    width: 100vw;
    text-align: center;
}

.left-title {
    width: 100vw;
    padding-left: 5vw;
}

#em-breve {
    float: left;
    height: auto;
    width: 10vw;
    margin: -77vh 0 0 66.5vw;
}

#obj-em-breve {
    background-image: url(../images/em-breve.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 16vh;
    width: auto;
}

#promocao2 {
    float: left;
    height: auto;
    width: 24.5vw;
    margin: 8vh 0 0 -51vh;
}

#obj-promocao2 {
    background-image: url("../images/promocao2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 32vh;
    width: auto;
}

div#center_form_sub div#anula_center_form_sub div {
    float: none;
    margin-left: 0;
}

div#div-seu-plano-atual-profissional {
    display: none;
}


/* BLack friday styles */

#div_blackfriday_lefthand {
    background-image: url("../images/blackfriday-lefthand.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1vw;
    clear: left;
    height: 32vh;
    width: auto;
}

#div_blackfriday_50off {
    background-image: url("../images/blackfriday_50off.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 8vh;
    width: 5vw;
    position: absolute;
    margin-left: 14vw;
    margin-top: -11vh;
}

#div_blackfriday_label {
    background-image: url("../images/blackfriday-label.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 5vh;
    width: 10vw;
    margin-bottom: -4.5vh;
    border-top-right-radius: 4vh;
    border-top-left-radius: 4vh;
    margin-left: 46vw;
}

p#precificacao_de_produtos {
    /*  background-image: url(../images/precificacao-de-produtos.svg);*/
}

p#pesquisa_automatica_de_precos {
    /*background-image: url(../images/pesquisa-automatica-de-precos.svg);*/
}

p#gerenciamento_de_precos {
    /*background-image: url(../images/gerenciamento-de-precos.svg);*/
}

p#analise_de_precos {
    /* background-image: url(../images/analise-de-precos.svg);*/
}

p#controle-de-cobrancas {
    /* background-image: url(../images/controle-de-cobrancas.svg);*/
}

div#funcionalidades {
    background-color: #FFF;
    padding-bottom: 8vh;

    
}

div#tela_inicial h2#titulo_funcionalidades,
h2#titulo_funcionalidades {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2.8vw;
    font-weight: bold;
    text-align: center;
    color: #2E9E99;
    margin: 6vh 0 0;
}

h2#titulo_funcionalidades a {
    color: inherit;
    cursor: default;
}

h2#titulo_funcionalidades a:hover {
    cursor: default;
}

div.funcionalidade {
    /*  width: 44vw;
    float: left;
    height: 40vh;*/
    margin: 1vh auto 0;
}

div.funcionalidade.right {
    float: right;
}

div#tela_inicial p.funcionalidade,
p.funcionalidade {
    /* float: left; */
    /* position: relative; */
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #2E9E99;
    display: block;
    width: vw;
    /* background-size: 12vw; */
    /* background-repeat: no-repeat; */
    /* background-position: center left; */
    /* padding: 0 0 0 12vw; */
    font-size: 1.0vw;
    text-align: center;
    width: 100%;
    height: 12vh;
    margin: 0;
    /*  margin-bottom: 1vh;*/
}

div#tela_inicial span.titulo_funcionalidade,
span.titulo_funcionalidade {
    font-size: 1vw;
    font-weight: bold;
    line-height: 4vh;
    color: #B91D79
}

p.funcionalidade_nota_exclusividade {
    font-size: 0.8vw;
    color: #B81D79;
    padding-left: 12vw;
}

div#header-links {
    /* position: absolute; */
    display: inline-block;
    /* width: 25vw; */
    padding: 1vh;
    /* top: 0; */
    /* right: 13vw; */
    text-align: center;
    margin: 2vh 1vw 2vh 1vw;
    float: right;
}

h4.link-header a:hover {
    background-color: #148C87;
    color: #FFF;
    border-radius: 1.8vh;
    font-weight: bold;
}

h4.link-header a {
    color: #148C87;
    margin: 0 0.8vw;
    padding: 1vh;
}

h4.link-header {
    float: left;
}

div#testemunhos {
    background-color: #97D2CC;
    padding-bottom: 5vw;
    -webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
}

div#tela_inicial h2#titulo_testemunhos,
h2#titulo_testemunhos {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2.8vw;
    font-weight: bold;
    text-align: center;
    color: #257976;
    margin: 6vh 0 0;
}

h2#titulo_testemunhos a {
    color: inherit;
    cursor: default;
}


h3#titulo_testemunhos a {
    color: inherit;
    cursor: default;
}

button#btn_comecar {
    font-size: 0.9vw;
    font-weight: bold;
    background: #FFDF4C;
    border-radius: 5vh;
    border-width: 0.4vh;
    border-style: solid;
    border-color: #E9C625;
    color: #158D88;
    float: right;
    margin: 1.5vh 1vw;
    padding: 0.5vh 1.5vw;
    height: 100%;
    z-index: 5;
}

button#btn_comecar:hover {
    border: solid #7E3D1A;
    background-color: #F26621;
    color: #FFF;
}

div#comecar {
    background-color: #168E89;
    padding: 10vh 0;
}

div#comecar h4 {
    clear: left;
    float: left;
    width: 50vw;
    font-weight: normal;
    text-align: center;
    color: #FFDF4C;
    font-size: 1vw;
    margin: 1vh;
}

div#comecar button#btn_comecar {
    padding: 2vh 2vw;
}

div#ver_planos {
    background-color: #F6B3DA;
    padding-bottom: 5vw;
    -webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
}

p#titulo_ver_planos {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2.2vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #B81D79;
    margin: 6vw 0 2.5vw;
}

p#titulo_ver_planos a {
    color: inherit;
    cursor: default;
}

button#btn_comecar_pink {
    font-size: 0.9vw;
    font-weight: bold;
    background: #DC5CA7;
    border-radius: 5vh;
    border-width: 0.4vh;
    border-style: solid;
    border-color: #B81D79;
    color: #FFF;
    float: right;
    margin: 1.5vh 1vw;
    padding: 0.5vh 1.5vw;
    height: 100%;
    z-index: 5;
}

button#btn_comecar_pink:hover {
    border: solid #B81D79;
    background-color: #B81D79;
    color: #FFF;
}

div#ver_planos button#btn_comecar_pink {
    padding: 2vh 2vw;
}

div#tela_inicial p#titulo_ainda_duvidas,
p#titulo_ainda_duvidas {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2.8vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #222;
    margin: 6vw 0 1vw;
}

div#tela_inicial p#subtitulo_ainda_duvidas,
p#subtitulo_ainda_duvidas {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.6vw;
    width: 100%;
    text-align: center;
    color: #257976;
    margin: 2vh 0 0;
}

p#titulo_ainda_duvidas a {
    color: inherit;
    cursor: default;
}

p#titulo_ainda_duvidas a:hover {
    cursor: default;
}

div.ainda_duvidas {
    width: 27vw;
    float: left;
    margin: 2vw;
}

div#ainda_duvidas {
    /*	background-color:#F6B3DA;*/
    padding-bottom: 6vh;
    border-bottom: solid 1px #148C87;
    margin-bottom: 2vh;
    -webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
}

p#email-3d {
    background-image: url(../images/email-icon-3d.svg);
}

p#facebook-3d {
    background-image: url(../images/facebook-icon-3d.svg);
}

p#twitter-3d {
    background-image: url(../images/twitter-icon-3d.svg);
}

p#whatsapp-3d {
    background-image: url(../images/whatsapp-icon-3d.svg);
}

span.titulo_ainda_duvidas {
    font-size: 1.8vw;
    font-weight: bold;
    color: #B91D79;
}

p#email-3d span.titulo_ainda_duvidas {
    color: #A11703;
}

p#instagram-3d {
    background-image: url(../images/instagram-icon-3d.svg);
}
p#instagram-3d span.titulo_ainda_duvidas {
    color: #712AC0;
}

p#facebook-3d span.titulo_ainda_duvidas {
    color: #005A89;
}

p#twitter-3d span.titulo_ainda_duvidas {
    color: #0098BF;
}

p#whatsapp-3d span.titulo_ainda_duvidas {
    color: #16853C;
}

div.ainda_duvidas.right {
    float: right;
}

p.ainda_duvidas {
    float: left;
    position: relative;
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #222;
    display: block;
    /* width: 44vw; */
    background-size: 5vw;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 1vw 0 1vw 5vw;
    font-size: 1.2vw;
    text-align: justify;
    margin-left: 8vw;
}

span.ainda_duvidas {
    font-size: 1.8vw;
    font-weight: bold;
    line-height: 4vw;
    color: #B91D79
}

div#descricao_inicio {
    background-color: #000;
    color: #168E89;
    border: none;
    border-top: solid 1px;
    padding: 0;
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    overflow: hidden;
    
}

video#video {
    margin-top: -22vh;
    /* padding: 0; */
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: url(../images/calcularte-hero.jpg) center center no-repeat;
    background-size: cover;
}

.video-overlay {
    width: 100%;
    height: 70vh;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
}

div#descricao_inicio h1.page-planos {
    top:26vh;
}

div#final_step_inicio {
    background-color: #168E89;
    color: #ADEDEA;
    padding: 1vh;
}

div.veja-como-funciona {
    position: absolute;
    float: left;
    background: url(../images/veja-como-funciona.svg) center center no-repeat;
    background-size: contain;
    width: 10vw;
    height: 8vw;
    top: 38vh;
    left: 23vw;
    /* margin: 0 0 0 10vw; */
}

div.iframe_holder {
    height: 16vw;
    margin: 4vh auto;
    overflow: auto;
    position: relative;
    width: 30vw;
    -webkit-overflow-scrolling: touch;
}

div.iframe_holder iframe {
    box-sizing: border-box;
    background: url(../images/laptop.svg) center center no-repeat;
    background-size: contain;
    padding: 3.5vh 4.5vw 4.6vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.destaque {
    font-size: larger;
    font-weight: bold;
}

.obj_logo_main {
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 8vh;
    width: auto;
}

h3#slogan-title {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.9vw;
    font-weight: normal;
    float: left;
    line-height: 1.8vw;
    margin: 1.6vw 0;
    padding: 0 1vh;
    border-left: solid 1px;
    color: #168E89;
    float: left;
}

h3#calendar-promotion-planos {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.9vw;
    font-weight: normal;
    line-height: 1.8vw;
    margin: 1.6vw 0;
    padding: 0 1vh;
    color: #168E89;
    float: right;
}

h3#calendar-promotion-planos:hover {
    text-decoration: underline;
}

h3#calendar-promotion-planos span {
    font-size: 1.2vw;
}

div#header_div_inicio {
    font-family: 'Rock Salt', cursive;
    float: left;
}

div.center_logo_inicio {
    width: 9vw;
    margin: 2vh 1.5vh 1vh;
}

div#div_planos {
    background-color: #FFF;
    border-top: solid 1px #2E9E99;
}

p#titulo_planos {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2.2vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #F26621;
    margin: 4vw 0 2.5vw;
}

div#centraliza_planos {
    width: 86.7vw;
    margin: 0 auto;
    overflow: visible;
}

div.div-plano-description p.plano-text {
    padding: 0 1vh;
}

p#controle_de_estoque {
    /*  background-image: url(../images/controle-de-estoque.svg);*/
}

p#controle_de_pedidos {
    /*background-image: url(../images/controle-de-pedidos.svg);*/
}

p#geracao_de_orcamentos {
    /*    background-image: url(../images/geracao-de-orcamentos.webp);*/
}

p#cadastro_de_clientes {
    /*   background-image: url(../images/cadastro-de-clientes.svg);*/
}

p#cadastro_de_fornecedores {
    /*    background-image: url(../images/cadastro-de-fornecedores.svg);*/
}

p#dezenas_de_relatorios {
    /*background-image: url(../images/dezenas-de-relatorios.svg);*/
}

p#painel_de_estatisticas {
    /*background-image: url(../images/painel-de-estatisticas.svg);*/
}

img.funcionalidade {
    width: 7vw;
}

div.img-funcionalidade {
    width: 7vw;
    margin: 0 auto;
}

div.funcionalidade.whole {
    width: 20vw;
    padding: 1vh 1vw;
    border: #CCC solid 1px;
    border-radius: 1vw;
    float: left;
    margin: 1vh 0.5vw;
}

div.funcionalidade.whole:hover {
    background-color: #ceede9;
}

div.funcionalidade.whole p.funcionalidade {
    /*    background-size: 3vw;
    padding: 0 0 0 4vw;*/
}

table#funcionalidades td {}

div#funcionalidades-grid {
    width: 92.8vw;
    margin: 0 auto;
}

div.ciclo {
    background: url(../../../images/ciclo.svg) center center no-repeat;
    background-size: contain;
    width: auto;
    height: 50vh;
    margin: 2vh 0;
}

div.redex {
    background: url(../../../images/red-cross.svg) center center no-repeat;
    background-size: contain;
    width: auto;
    height: 4.44vh;
}

p.nota-asterisco {
    font-size: smaller;
    margin-top: -1.2vh;
}

.striked {
    text-decoration: line-through;
}

.animated-words {
    display: inline-block;
}

.animated-words span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    color: #F6B3DA;
}

.animated-words span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #ADEDEA;
}

.animated-words span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
    color: #FFF3BA;
}

.animated-words span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    color: #EA83BF;
}

.animated-words span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #78D6D3;
}

.animated-words span:nth-child(7) {
    -webkit-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
    color: #FFEB8F;
}

.animated-words span:nth-child(8) {
    -webkit-animation-delay: 21s;
    -ms-animation-delay: 21s;
    animation-delay: 21s;
    color: #F26621;
}

.animated-words span:nth-child(9) {
    -webkit-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    color: #F6B3DA;
}

.animated-words span:nth-child(10) {
    -webkit-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
    color: aqua;
}


.animated-words span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    -webkit-animation: animateWord 30s linear infinite 0s;
    -ms-animation: animateWord 30s linear infinite 0s;
    animation: animateWord 30s linear infinite 0s;
}

@-webkit-keyframes animateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    4% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    12% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    25% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes animateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    4% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    12% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    25% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }

}

@keyframes animateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    4% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    12% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    16% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    25% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }

}

div#opening {
    background-color: #168E89;
    color: #FFF;
    padding: 3vh 2vw 2vh;

    -webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);    
}

div#problemas-e-solucoes{
        background-color: #168E89;
        color: #FFF;
        padding: 3vh 2vw 2vh;

        -webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
        box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);          

}

p#opening-body {
    font-weight: normal;
    font-size: 1.3vw;
    text-align: justify;
}

div#opening-col1 {
    float: left;
    width: 44vw;
    padding: 1vh 0 1vh 3vw;
    /* text-align: justify; */
}

div#opening-col2 {
    float: left;
    width: 44vw;
    padding: 1vh 3vw 1vh 0;
    /* text-align: justify; */
}

h2#opening-title-problem-solution {
    font-size: 2.4vw;
    text-align: center;
    width: 100%;
    margin: 2vh auto 0;
    display: inline-block;
    color: #b1f3f0;
}

h3#opening-title-problem-solution {
    margin: 0 auto;
    font-size: 1.2vw;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    text-align: center;
}

img.img-half-1 {
    float: right;
    margin: 1vh 0 3vh 1vw;
    display: inline-block;
    height: 60vh;
    border-radius: 10%;
    -webkit-shape-outside: ellipse(32vh 16vw at 100% 50%);
    shape-outside: ellipse(32vh 16vw at 100% 50%);
}

img.img-half-2 {
    float: left;
    margin: 1vh 1vw 3vh 0;
    display: inline-block;
    height: 60vh;
    -webkit-shape-outside: ellipse(32vh 16vw at 0% 50%);
    shape-outside: ellipse(32vh 16vw at 0% 50%);
}

div#opening-col1 h2#opening-title {
    padding-right: 2vw;
}

div#opening-col2 h2#opening-title {
    padding-left: 2vw;
}

div#opening-col1 p#opening-body {
    /*text-align: left;*/
}

div#opening-col2 p#opening-body {
    /*text-align: right;*/
}

.opening-problem-solution {
    margin: 4vh 2vw;
}

.opening-problem-div {
    width: 31vw;
    float: left;
    padding: 0 1vw;
}

.opening-solution-div {
    width: 31vw;
    float: left;
    margin: 0 1vw;
}

.opening-solution-image {
    width: 24vw;
    /*  height: 33vh;*/
    float: left;
    padding-top: 3.5vh;
}

img.img-opening-solution {
    width: 100%;
}

p.opening-problem-title {
    font-size: 1.4vw;
    font-style: italic;
    text-align: right;
}

p.opening-problem-body {
    font-size: 1vw;
    text-align: right;
}

p.opening-solution-title {
    font-size: 1.4vw;
    font-style: italic;
}

p.opening-solution-body {
    font-size: 1vw;
    text-align: left;
}

div.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
    padding-top: 6vh;
}

p.opening-solution-image-link {
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 0.8vw;
}

p.opening-solution-image-link:hover {
    color: #FFDF4C;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: disc;
    font-size: 1.2vw;
}

ul.funcionalidades-list {
    padding: 20px 22vw 3vh 22vw;
}

ul.funcionalidades-list li {
    margin: 0.4vw;
    margin-left: 4vw;
    line-height: 3vh;
}

ul.funcionalidades-list li:before {
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}

div#tela_inicial ul.funcionalidades-list h3,
ul.funcionalidades-list h3 {
    font-size: 1.4vw;
    padding: 0;
    margin-bottom: 1vh;
    text-align: left;
    font-weight: bold;
}

blockquote {
    font-style: italic;
    font-size: 1.1vw;
    position: relative;
    margin: 0 0.5vw;
    padding: 1.5vh 2vw 1.5vh 2.5vw;
}

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 5vw;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}

blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    display: block;
    float: right;
    font-size: 5vw;
    line-height: 1;
    right: 0;
    bottom: 1vw;
    content: "\201D";
}

blockquote footer {
    padding: 2vh 1vw 0 0;
    text-align: right;
}

blockquote cite:before {
    content: "\2013";
}

img.depoimento-author-image {
    float: left;
    width: 10vw;
}

span.depoimento-author-name {
    font-family: 'Rock Salt', cursive;
    font-weight: bold;
    color: #000;
    /* font-size: larger; */
}

span.depoimento-author-job {}

a.depoimento-author-company {
    /* font-family: 'Rock Salt', cursive; */
    font-size: larger;
    font-weight: bold;
    color: #000;
}

.italic {
    font-style: italic;
}

div#div-oferta {
    background-color: #FFF;
    padding-bottom: 4vh;
}

div#tela_inicial h2#titulo_oferta,
h2#titulo_oferta {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2.8vw;
    font-weight: bold;
    text-align: center;
    color: #2E9E99;
    margin: 6vh 0 0;
}

div#tela_inicial h3#subtitulo_oferta,
h3#subtitulo_oferta,
h3#subtitulo_oferta_incentivo {
    margin: 0 auto 6vh;
    font-size: 1.2vw;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #257976;
}

h2#titulo_oferta a {
    color: inherit;
    cursor: default;
}

h2#titulo_oferta a:hover {
    cursor: default;
}

.video-preview:hover .play-button {
    transform: scale(1.1);
}

.video-preview:hover tr {
    /*background-color: rgba(0, 0, 0, .2);*/
}

div.funcionalidade.whole table {
    width: 100%;
    height: 100%;
    float: left;
}

div.funcionalidade.whole a {
    position: absolute;
    width: 20vw;
    height: 26vh;
    opacity: 0.2;
}

div.funcionalidade.whole a:hover {
    opacity: 1;
}

div#video-calculo-preco-popup.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
    padding-top: 0;
}

#dialog_container_ext {
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 20px;
    border-color: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    background-color: #198B86;
    padding: 20px;
    padding-top: 0px;
    box-shadow: 10px 10px 10px #222222;
}

.dialog_title {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
    font-weight: normal;
    font-size: 1.4vw;
}

#dialog_container_int {
    position: relative;
    border-radius: 10px;
    border-color: #FFFFFF;
    border-width: 5px;
    border-style: solid;
    background-color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    width: auto;
    height: auto;
    display: inline-block;
}

div.maintenance_dialog_controls {
    margin-top: 1.5vh;
}

div.button_container {
    margin: 0 auto;
}

div#b_fechar_video {
    padding-left: 1.5vw;
    float: right;
    height: 1.5vw;
    line-height: 1.8vw;
    /* font-size: small; */
    color: #198B86;
    margin-top: 1vh;
    font-weight: bold;
}

div.b_delete_custom {
    height: 1.5vw;
    /* float: left; */
    background-image: url(../images/delete.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

div.b_delete_custom:hover {
    cursor: pointer;
    background-image: url(../images/delete-hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

h2#oferta-main-price {
    color: #2e9e99;
    font-size: 6vw;
    text-align: center;
    margin: 2vh 0 0 0;
}

span.oferta-main-price-complement {
    font-size: 3vw;
    color: #000;
}

div#center-oferta-price-complement {
    width: 37vw;
    margin: 0 auto 4vh;
    background-color: #ffe000;
    border-radius: 0.7vw;
}

div#tela_inicial h3.oferta-price-complement,
h3.oferta-price-complement {
    font-size: 1.8vw;
    text-align: center;
    margin: 1vh;
    font-weight: bold;
}

h2.oferta-sattelite-type {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6vw;
    margin: 2vh;
}

img.oferta-forma-pagamento {
    width: 4vw;
    float: left;
}

img.oferta-assurance-icon {
    float: left;
    width: 13vw;
}

div#oferta-garantia-compra-segura img.oferta-assurance-icon {
    width: 7vw;
}

div#oferta-assurance-info h4 {
    margin: 0.5vh 0;
}

h4.oferta-assurance-phrase1 {
    font-size: 1.6vw;
    margin-top: 2vh !important;
    color: #000;
}

h4.oferta-assurance-phrase2 {
    font-size: 1vw;
    margin-bottom: 1vh !important;
    color: #000;
}

h4.oferta-assurance-phrase3 {
    font-size: 0.8vw;
    color: #000;
}

div#oferta-garantia-devolucao {
    width: 32vw;
    float: left;
}

div#oferta-garantia-compra-segura {
    width: 28vw;
    float: left;
}

div#oferta-formas-pagamento {
    width: 33vw;
}

div#oferta-assurance-info {
    width: 94.5vw;
    margin: 0 auto 4vh;
}


/********************************************************************/

div#oferta-assurance-info-subtn img.oferta-forma-pagamento {
    width: 2.1vw;
    float: left;
    margin-top: 0.4vh;
}

div#oferta-assurance-info-subtn img.oferta-assurance-icon {
    width: 2.8vw;
    margin-top: 2vh;
    border-left: solid 1px #aaa;
}

div#oferta-assurance-info-subtn div#oferta-garantia-compra-segura img.oferta-assurance-icon {
    width: 1.4vw;
    margin: 2.2vh 0.2vw;
    border-left: solid 1px #aaa;
    padding-left: 0.2vw;
}

div#oferta-assurance-info-subtn div#oferta-assurance-info h4 {
    margin: 0.5vh 0;
}

h4.oferta-assurance-pre-phrase {
    float: left;
    width: 5vw;
    text-align: right;
    border-right: 1px solid;
    padding-right: 0.5vw;
    margin-right: 0.2vw;
    color: #000;
    font-size: 0.7vw;
    font-weight: normal;
}

div#oferta-assurance-info-subtn h4.oferta-assurance-phrase1 {
    font-size: 0.8vw;
    margin: 1.7vh 0 0 0 !important;
    font-weight: normal;
    color: #000;
}

div#oferta-assurance-info-subtn h4.oferta-assurance-phrase2 {
    font-size: 0.7vw;
    margin: 0.1vh 0 0.2vh !important;
    font-weight: normal;
    color: #000;
}

div#oferta-assurance-info-subtn div#oferta-garantia-devolucao {
    width: 9.8vw;
    float: left;
}

div#oferta-assurance-info-subtn div#oferta-garantia-compra-segura {
    width: 9.7vw;
    float: left;
}

div#oferta-assurance-info-subtn div#oferta-formas-pagamento {
    width: 17.2vw;
    float: left;
    padding-bottom: 8vh;
}

div#oferta-assurance-info-subtn {
    width: 37vw;
    margin: -9.5vh auto 0;
}


/*********************************/

button.button-cta p.button-text {
    font-size: 2vw;
}

button.button-cta {
    background-color: #119B0A;
    width: 36vw;
    height: 10vh;
    font-size: 2vw;
    outline: none;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #FFF;
    border: 1px solid #2BD122;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

button.button-cta:after {
    background-color: #2BD122;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

button.button-cta:hover {
    color: #076002;
    font-weight: bold;
    box-shadow: 0 0 0.6vw 0.6vw rgba(43, 209, 34, 0.5);
    background-color: #2BD122;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

button.button-cta:hover:before {
    -webkit-animation: shine 0.5s 0s linear;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    -moz-animation: shine 0.5s 0s linear;
    -moz-animation-iteration-count: 2;
    -moz-animation-direction: alternate;
    animation: shine 0.5s 0s linear;
    animation-iteration-count: 2;
    animation-direction: alternate;
}

button.button-cta:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

button.button-cta:before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 20px 13px #FFF;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@-webkit-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

@-moz-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: 100%;
    }
}

.pulse-wrapper {
    display: table;
    /* width: 100%; */
    height: 100%;
    width: 36vw;
    margin: 5vh auto;
}

.pulse-container {
    display: table-cell;
    vertical-align: middle;
    padding: 1em 0 1em;
    padding: 30px;
    margin: 0 auto;
}

@-webkit-keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}

@keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}

@-moz-keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}

@keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}

div#oferta-call-to-action {
    width: 36vw;
    margin: 5vh auto;
    overflow: visible;
}

span#plano-option-mensal {
    margin: 0 1vw;
    padding: 1vh 1vw;
    font-weight: normal;
    color: #000;
}

span#plano-option-anual {
    margin: 0 1vw;
    padding: 1vh 1vw;
    font-weight: normal;
    color: #000;
}

span#plano-option-trimestral {
    margin: 0 1vw;
    padding: 1vh 1vw;
    font-weight: normal;
    color: #000;
}

span.plano-option-active {
    background-color: #2e9e99;
    border-radius: 1vw;
    color: #FFF !important;
    font-weight: bold !important;
}

div#tela_inicial h2.div-faq-title,
h2.div-faq-title {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 6vh 0 5vh;
}

div#tela_inicial h3#horario-atendimento,
h3#horario-atendimento {
    margin: 0 auto 6vh;
    font-size: 1.2vw;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #257976;
}

div#tela_inicial h2.descricao_inicial.animated-words {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

div#tela_inicial h1.descricao_inicial.animated-words {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

div#tela_inicial p,
div#tela_inicial h3,
div#tela_inicial h4 {
    font-family: 'PT Sans', sans-serif;
}

div#tela_inicial h1,
div#tela_inicial h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

div#tela_inicial h3#opening-title-problem-solution {
    margin: 0 auto;
    font-size: 1.2vw;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    text-align: center;
}

div#tela_inicial h1#slogan-title {
    font-family: 'Montserrat', 'PT Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.9vw;
    font-weight: normal;
    float: left;
    line-height: 1.8vw;
    margin: 1.6vw 0;
    padding: 0 1vh;
    border-left: solid 1px;
    color: #168E89;
    float: left;
}


div.opening-solution-image a {
    position: absolute;
    width: 24vw;
    height: 32vh;
    opacity: 0.8;
}

div.opening-solution-image a:hover {
    opacity: 1;
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.5) 0%, rgba(15, 143, 137, 0.2) 50%);
}

div.opening-solution-image table {
    width: 100%;
    height: 100%;
    float: left;
}

.complementary {
    margin-top: 0;
}

.read-more-btn {
    display: none;
}

.read-more-lbl {
    display: none;
}

#parceria_col1 {
    position: absolute;
    width: 30vw;
    margin: 0;
}

#obj_parceria_col1 {
    background-image: url("../images/oferta-black-weekend-2019-col1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 60vh;
    width: auto;
}


div.black-friday-2019-pag-principal {
    position: absolute;
    top: 0.4vh;
    left: 50vw;
    background-image: url(../../../images/oferta-black-weekend-2019-pag-principal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* position: relative; */
    height: 12vh;
    width: 13vw;
}


div#div-top-header {
    background-image: url("../images/logo-aniversario-2019.svg");
    background-size: initial;
    background-repeat: no-repeat;
    height: 16vh;
}

/* prelancamento */
.fundo-hero-prelancamento {
    background-image: url(../images/fundo-hero-prelancamento.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*div#descricao_inicio h1 {
     width: auto; 
    text-align: left;
    font-size: 2vw;
    font-weight: bold;
    position: absolute;
    top: 59vh;
    left: 26vw;
    color: black;
    padding: 1vh 1vw;
    background: rgba(255,255,255,0.3);
    border-radius: 1vh;
}*/

div#form-progressbar-assinaturas-prelancamento {
    font-size: 1.2vw;
    font-weight: bold;
    text-align: right;
    font-family: inherit;
    /* margin: 2vh auto; */
    /* font-weight: normal; */
    position: absolute;
    top: 59vh;
    left: 23.5vw;
    background: white;
    padding: 1vh 2vw;
    border-radius: 2vh;
}

#progressBarStatus {
    display: inline-block;
}

/*div#descricao_inicio h2, div#tela_inicial div#descricao_inicio h2 {
    width: auto;
    text-align: left;
    font-size: 2.2vw;
    font-weight: bolder;
    font-family: inherit;
    position: absolute;
    top: 63vh;
    left: 23.5vw;
    color: #FFF;
    padding: 1vh 2vw;
    background-color: #7f7fd3;
    border-radius: 1vw;
}*/

div#descricao_inicio h2.descricao_inicial_normal, div#tela_inicial div#descricao_inicio h2.descricao_inicial_normal {
    width: auto;
    text-align: left;
    font-size: 2.2vw;
    font-weight: bolder;
    font-family: inherit;
    /* margin: 2vh auto; */
    /* font-weight: normal; */
    position: absolute;
    top: 67vh;
    left: 37vw;
    color: #FFF;
    padding: 1vh 2vw;
    background-color: #7f7fd3;
    border-radius: 1vw;
}

div#descricao_inicio h2 a, div#tela_inicial div#descricao_inicio h2 a {

  color:white;

}

div#descricao_inicio {
  background-color: white;
}

h2#oferta-main-price-de {
    color: #2e9e99;
    font-size: 3vw;
    text-align: center;
    margin: 5vh 0 -3vh 0;
    text-decoration: line-through;
    text-decoration-color: #000;
    font-weight: normal;
}

span.oferta-main-price-complement-de {
    font-size: 3vw;
    color: #000;
}

div.fancybox-content {
    width: 90vw !important;
    height: 90vh !important;
    max-height: 90vh !important;
    margin: 0;
    /* overflow: auto !important; */
}

div#carimbo-covid{
    background-image: url(../images/covid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 18vh;
    width: 25vw;
    position: absolute;
    top: 490vh;
    left: 71vw;
    transform: rotate(-45deg);

}

div#center-planos-price-complement {
    width: 90%;
    margin: 0.5vh auto 1vh;
    background-color: #ffe000;
    border-radius: 0.7vw;
}

div#div_planos h3.planos-price-complement{
    font-size: 0.9vw;
    text-align: center;
    margin: 0.5vh;
    font-weight: bold;
}

div#bonus {

    -webkit-box-shadow:  0px 0px 20px 10px rgb(0 0 0 / 70%);
    -moz-box-shadow:  0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow:  0px 0px 20px 10px rgb(0 0 0 / 70%); 

}

img#bonus {
    height: auto;
    width: 100%;    
}

img#bonus-portrait {
    display: none;  
}

span#plano-option-semestral {
    margin: 0 1vw;
    padding: 1vh 1vw;
    font-weight: normal;
    color: #000;
    font-size: smaller;
}

div#hero-container {
    background: white;
}

div#hero-video-container {
    /* width: 50%; */
    /* height: 55vh; */
    float: left;
    margin: 5em;
}

div#hero-text-container {
    margin: 5em 5em 2.7em;
    /* float: left; */
    /* width: 35%; */
}

div#hero-text-container p {
    font-family: unset;
    font-size: 1.3vw;
    text-align: justify;
    margin: 0.2em 0.2em 1em 0.2em;
    text-indent: 1em;
}

div#testemunhos-video-linha1 {
    margin: 10vh 0;
}

div.testemunho-video {
    width: 324px;
    height: 576px;
    margin: auto;
    background-image: url(../images/mobile-frame.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 19px 37px 34px 19px;
}

div.testemunho-video-container {
    float: left;
    width: 40%;
}

div#testemunho-video-container-1 {
    padding-left: 10%;
}

.cellphone-video-wrapper {
    border-radius: 25px;
}

div.div-depoimento footer {
    font-size: 1.1vw;
}

div.testemunho-video-container .div-depoimento {
    width: 80%;
    margin-top: 2vh;
}

div#div-img-oferta-lateral img#for-mobile {
    display: none;
}

div#div-img-oferta-lateral {
    position: absolute;
    padding-top: 15vh;
    padding-left: 2vw;
}

div#div-img-oferta-lateral img#for-web {
    width: 24vw;
}