@charset "utf-8";

/*RESET*/
html{width:100%;height:100%;background:#666666;}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
legend{color:#414141}

*{ margin:0;padding:0;border:0;outline:none;border-radius:0px;-webkit-appearance:none;-moz-appearance:none;-webkit-font-smoothing:antialiased; 
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:'Raleway',sans-serif;}
/* 'Myriad Pro Condensed' 'Myriad Pro Semibold' 'Myriad Pro Bold' */
input[type=checkbox] {-webkit-appearance:checkbox;-moz-appearance:checkbox;}
input[type=number]{-moz-appearance:textfield;}
button, input[type="submit"] {cursor:pointer;cursor:default;font-size:14px;}
body{width:100%;height:100%;padding:0;margin:0;cursor:default;font-size:14px;color:#414141;}
a{text-decoration:none;color:#414141} a:link, a:hover, a:visited, a:active {text-decoration:none;}

::-webkit-input-placeholder{ color: #aaa; } /* Chrome/Opera/Safari */
::-moz-placeholder{ color: #666; } /* Firefox 19+ */
:-ms-input-placeholder{ color:#aaa; } /* IE 10+ */
:-moz-placeholder{ color:#666; } /* Firefox 18- */


.DB360, .DB568, .DB640, .DB768, .DB1024, .DB1200 {display:none;}
.DIB360, .DIB568, .DIB640, .DIB768, .DIB1024, .DIB1200 {display:none;}
.clear{clear:both;} .clear:after, .clear:before {display:table;content:" ";}
.none{display:none;} .inlineb{display:inline-block;} .hidden{visibility:hidden;}
.floatl{float:left;} .floatr{float:right;}
.textl{text-align:left;} .textc{text-align:center;} .textr{text-align:right;} .textj{text-align:justify;}
.margin-top10{margin-top:10px;}.margin-top15{margin-top:15px;}.margin-top20{margin-top:20px;}.margin-top30{margin-top:30px;}.margin-top40{margin-top:40px;}
.margin-bottom10{margin-bottom:10px;}.margin-bottom15{margin-bottom:15px;}.margin-bottom20{margin-bottom:20px;}.margin-bottom30{margin-bottom:30px;}.margin-bottom40{margin-bottom:40px;}
.height10{height:10px;}.height15{height:15px;}.height20{height:20px;}.height50{height:50px;}
.cursorP{cursor:pointer;}
.nowrap{white-space:nowrap;}
.positionr{position:relative;}
.min-height{min-height:calc(100% - 120px);} .min-height-mod{min-height:calc(100% - 260px);} /* 80px header - 40px footer - 140px modulo */
.rodar180{transform:rotate(180deg);}


.ip{width:100%;height:40px;border-radius:5px;border:1px solid #e0e0e0;background:#fff;padding:0 10px;margin-top:10px;font-size:14px;transition:all 0.1s;}
.ip:focus, .ip:hover{border:1px solid #ccc;}
.tx{width:100%;min-height:200px;border-radius:5px;border:1px solid #e0e0e0;background:#fff;padding:10px;margin-top:10px;font-size:14px;transition:all 0.1s;resize:none;}
.tx:focus, .tx:hover{border:1px solid #ccc;}
.abt{width:auto;height:40px;line-height:40px;border-radius:5px;color:#fff;background:#62b246;padding:0 40px;margin-top:20px;font-size:14px;display:inline-block;}
.abt-100{width:100%;height:40px;line-height:40px;border-radius:5px;color:#fff;background:#62b246;padding:0 40px;margin-top:20px;font-size:14px;display:inline-block;}
.bt{width:auto;height:40px;border-radius:5px;color:#fff;background:#62b246;padding:0 40px;margin-top:20px;font-size:14px;}
.bt-inv{width:auto;height:40px;border-radius:5px;color:#fff;background:#ccc;padding:0 40px;margin-top:20px;font-size:14px;cursor:default;display:none;}
.bt-100{width:100%;height:40px;border-radius:5px;color:#fff;background:#62b246;padding:0 10px;margin-top:20px;font-size:14px;}
.bt-100-inv{width:100%;height:40px;border-radius:5px;color:#fff;background:#ccc;padding:0 10px;margin-top:20px;font-size:14px;cursor:default;display:none;}

.upload_file{line-height:40px;position:relative;display:inline-block;}
.upload_file input{width:100%;height:100%;position:absolute;filter:alpha(opacity=0);opacity:0;left:0;top:0;cursor:pointer;}

/* RADIO + CHECKBOX */
input[type="radio"], input[type="checkbox"]{display:none;}
input[type="radio"] + label, input[type="checkbox"] + label {font-size:14px;cursor:pointer;}
input[type="radio"] + label span, input[type="checkbox"] + label span {width:40px;height:40px;line-height:40px;margin-right:10px;font-family:FontAwesome;text-align:center;font-size:14px;display:inline-block;vertical-align:middle;cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:5px;}
input[type="radio"] + label span:hover, input[type="checkbox"] + label span:hover {border:1px solid #ccc;}
input[type="radio"]:checked + label span:before, input[type="checkbox"]:checked + label span:before{content:"\f00c";}
input[type="radio"] + label span, input[type="radio"]:checked + label span, input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span {transition:all 0.1s linear;}
/* radio + checkbox RIGHT */
.check-right input[type="radio"] + label, .check-right input[type="checkbox"] + label {float:right;}
.check-right input[type="radio"] + label span, .check-right input[type="checkbox"] + label span {margin:0 0 0 10px;}

/* FUNDOS */
.bg-green{background:#62b246;}
.bg-blue{background:#3B5998;}
.bg-yellow{background:#FFCF14;}
.bg-purple{background:#5d4a66;}
.bg-gray{background:#394648;}

.fd-verde{background:#62b246;color:#fff;}
.fd-azul{background:#3B5998;color:#fff;}
.fd-amarelo{background:#FFCF14;color:#fff;}
.fd-roxo{background:#5d4a66;color:#fff;}
.fd-cinza{background:#394648;color:#fff;}
.fd-cinza1{background:#f1f1f1;color:#414141;}
.fd-cinza2{background:#f8f8f8;color:#414141;}
.fd-branco{background:#fff;color:#414141;}
.fd-emperor{background:url(/img/site_v2/emperor-bg.jpg)no-repeat center;background-size:cover;color:#fff;}

/* LETRAS */
.lt-light{font-weight:300;}
.lt-regular{font-weight:400;}
.lt-medium{font-weight:500;}
.lt-bold{font-weight:700;}

.tx-gray{color:#999999;}
.tx-green{color:#62b246;}
.tx-red{color:#e54d43;}
.tx-yellow{color:#FFCF14;}

h1{font-size:22px;font-weight:300;text-align:center;text-transform:uppercase;padding:60px 0 30px 0;}
h1 b{font-weight:500;}
h1 span{color:#62b246;}

h2{font-size:18px;line-height:26px;font-weight:400;text-transform:uppercase;padding-bottom:20px;color:#62b246;}
h2 b{font-weight:700;}
h2 span{color:#414141;}

h3{font-size:18px;line-height:26px;font-weight:400;margin-bottom:40px;color:#62b246;}
h3 b{font-weight:700;}
h3 span{color:#414141;}

/* COLUNAS */
.row10{margin-left:-5px;margin-right:-5px;}
.col10{padding-left:5px;padding-right:5px;}
.row15{margin-left:-7.5px;margin-right:-7.5px;}
.col15{padding-left:7.5px;padding-right:7.5px;}
.row20{margin-left:-10px;margin-right:-10px;}
.col20{padding-left:10px;padding-right:10px;}

/* AVISOS */
.av-100{width:100%;min-height:40px;padding:8px 10px;border-radius:5px;display:inline-block;}
.av-100 i{float:right;margin-top:4px;display:block;cursor:pointer;}
.av-100 span{width:calc(100% - 18px);margin-top:2px;float:left;display:block;}
.av-verde{background:#e0f4ed;border:1px solid #2fb385;color:#2fb385;}
.av-vermelho{background:#fbe7e5;border:1px solid #e65c53;color:#e65c53;}
.av-amarelo{background-color:#FDF3DC;border:1px solid #b2ac2e;color:#b2ac2e;}
.av-laranja{background:#FEF4E8;border:1px solid #F6931E;color:#F6931E;}
.av-cinza{border:1px solid #dedede;color:#585956;}
label.av-100{display:none;}
.av-none{display:none;}

/* MODAL */
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;padding:10px;visibility:hidden;}
.modalFundo{width:100%;height:100%;background:rgba(240,240,240,0.8);position:absolute;top:0;right:0;bottom:0;left:0;}
.modalFundoEscuro{width:100%;height:100%;background:rgba(0,0,0,0.8);position:absolute;top:0;right:0;bottom:0;left:0;}
.modalFlex{height:100%;min-height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;}
.modalSize{width:100%;max-width:500px;max-height:100%;overflow-y:auto;margin:auto;background:#fff;border-radius:7px;box-shadow: 1px 1px 3px #989898;position:relative;}
.modalSizeVideo{width:100%;max-width:1024px;margin:auto;position:relative;}
.modalHead{padding:30px 20px 10px 20px;font-size:18px;line-height:26px;font-weight:600;}
.modalBody{padding:0 20px;}
.modalFoot{padding:0 20px 15px 20px;text-align:right;}

/* HEADER */
.header-Cookie{width:100%;padding:6px 10px;font-size:12px;color:#fff;text-align:center;background:#a8a8a8;display:none;position:absolute;top:80px;left:0;z-index:5000;/*left:50%;transform:translateX(-50%);max-width:435px;*/}
header{width:100%;height:80px;background:#f1f1f1;}
.header-logotipo{width:auto;height:40px;margin-top:20px;float:left;}
.header-icon-menu{width:auto;height:40px;line-height:40px;margin:20px 0 20px 20px;float:right;font-size:20px;cursor:pointer;}

.header-menu{width:100%;background:#fff;text-align:center;display:none;}
.header-sep{width:100%;height:50px;line-height:50px;border-bottom:1px solid #f1f1f1;display:block;transition:all 0.1s;}
.header-sep:hover{color:#62b246;}

.header-ola{width:auto;height:40px;line-height:40px;margin:20px 0 20px 20px;float:right;border:1px solid #62b246;border-radius:5px;color:#62b246;padding:0 40px;transition:all 0.1s;}
.header-ola:hover{color:#fff;background:#62b246;}
.header-registar{width:auto;height:40px;line-height:40px;margin:20px 0 20px 40px;float:right;transition:all 0.1s;}
.header-registar:hover{color:#62b246;}
.header-login{width:auto;height:40px;line-height:40px;margin:20px 0 20px 20px;float:right;border:1px solid #62b246;border-radius:5px;color:#62b246;padding:0 40px;transition:all 0.1s;}
.header-login:hover{color:#fff;background:#62b246;}
.header-separador{width:auto;height:40px;line-height:40px;margin:20px;float:right;transition:all 0.1s;}
.header-separador:hover{color:#62b246;}

.header-pag-sel{color:#62b246;}
.header-pag-sel-login{color:#fff;background:#62b246;}

/* FOOTER */
footer{width:100%;height:40px;font-size:13px;color:#fff;background:#666;}
.footer-separador{width:auto;height:40px;line-height:40px;margin-right:30px;color:#fff;float:left;transition:all 0.1s;}
.footer-separador:hover{color:#62b246;}
.footer-redes{float:left;}
.footer-redes a{font-size:13px;color:#fff;height:40px;line-height:40px;margin:0 10px;display:block;float:left;transition:all 0.1s;}
.footer-redes a:hover{color:#62b246;}
.footer-lingua{height:40px;line-height:40px;float:right;cursor:pointer;position:relative;transition:all 0.1s;}
.footer-lingua:hover{color:#62b246;}

.footer-icon-menu{width:auto;height:40px;line-height:40px;margin-right:10px;float:left;cursor:pointer;}
.footer-menu{width:100%;background:#666;text-align:center;display:none;}
.footer-sep{width:100%;height:40px;line-height:40px;font-size:13px;color:#fff;display:block;transition:all 0.1s;}
.footer-sep:hover{color:#62b246;}

.footer-lingua-menu{width:auto;height:auto;border:1px solid #f1f1f1;background:#fff;border-radius:5px;text-align:right;position:absolute;bottom:40px;right:0;display:none;}
.footer-lingua-sep{width:auto;height:40px;line-height:40px;padding:0 20px;color:#414141;border-bottom:1px solid #f1f1f1;transition:all 0.1s;}
.footer-lingua-sep:last-child{border-bottom:none;}
.footer-lingua-sep:hover{color:#62b246;}

.footer-pag-sel{color:#62b246;}

/* BODY */
article{width:100%;text-align:center;background-color:#f1f1f1;}


/* REGISTER */
.include-register{width:100%;background:#f8f8f8;text-align:center;}
.include-register-conteudo{width:100%;max-width:310px;margin:auto;padding:100px 0 80px 0;}
.include-register-texto{font-size:16px;line-height:22px;font-weight:300;padding-bottom:10px;}
.formErrors{margin-top:10px;margin-bottom:10px;color:#e54d43;}

.register-gdpr{margin-top:20px;margin-bottom:10px;font-size:12px;}
.register-gdpr span{color:#62b246;}

/* HOME */
.home-hero{width:100%;background:#f1f1f1;text-align:center;}
.home-bt-get{width:auto;height:40px;padding:0 40px;background:#62b246;color:#fff;border-radius:5px;margin:20px 0 50px 0;clear:both;}
.home-img-laptop{width:100%;max-width:370px;height:218px;margin:auto;background:url(/img/site_v2/laptop.svg)no-repeat center bottom;background-size:contain;cursor:pointer;}
.fluid-width-video-wrapper{width:100%;position:relative;padding:0;padding-top:56.25%;}
.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}

.home2-topicos{width:100%;margin:auto;display:inline-block;font-size:16px;line-height:26px;margin-top:-10px;}
.home2-topicos a{color:#62b246;font-size:14px;}
.home2-topicos li{padding-left:1.3em;}
.home2-topicos li:before {content:"\f00c";font-family:FontAwesome;display:inline-block;margin-left:-1.3em;width:1.3em;/* same as padding-left set on li */}
/*.home2-img-laptop{width:100%;height:200px;margin-top:40px;background:url(/img/site_v2/laptop.png)no-repeat center bottom;background-size:contain;}*/
.home2-register{color:#414141;background:#fff;margin-top:40px;margin-bottom:150px;padding:30px 30px 10px 30px;text-align:center;}
.home2-fundo{background:#f1f1f1 url(/img/site_v2/hero-background.png)no-repeat center bottom;background-size:auto 120px;}
.home2-fundo-pinos{width:90%;height:100px;background:url(/img/site_v2/hero-icons.svg)no-repeat center bottom;background-size:contain;position:absolute;left:15px;bottom:40px;}
.home2-xmas{width:60px;height:80px;background:url(/img/tmp/xmas-lima.svg)no-repeat center bottom;background-size:contain;position:absolute;left:50%;bottom:40px;}

.home2-testemunhos{width:100%;padding:50px 0;}
.home2-testemunho{text-align:center;font-weight:300;}
.home2-test-aspas{width:100%;height:30px;background:url(/img/site_v2/quote.svg)no-repeat center center;background-size:auto 100%;}
.home2-test-texto{width:100%;padding:30px 15px;font-size:18px;line-height:24px;font-style:italic;}
.home2-test-logo{height:50px;margin:0 7px;display:inline-block;vertical-align:middle;}
.home2-test-nome{height:50px;margin:0 7px;padding-top:5px;display:inline-block;vertical-align:middle;text-align:left;}
.home2-test-nome span{font-size:16px;}
.home2-test-nome p{font-size:13px;}

.home2-price-table{width:100%;border-spacing:0;color:#414141;background:#fff;margin-top:30px;border:1px solid #f1f1f1;}
.home2-price-table th{font-size:16px;font-weight:300;padding:15px 20px;}
.home2-price-table td{width:100%;font-size:13px;font-weight:300;border-top:1px solid #f1f1f1;}
.home2-price-table td:first-child{width:auto;padding:15px 10px 15px 20px;}
.home2-price-table td:last-child{width:auto;padding:15px 20px 15px 10px;white-space:nowrap;}
.home2-price-lyme{font-weight:400;color:#62b246;}

.home2-price-barra-fd{width:100%;height:20px;background:#f8f8f8;position:relative;}
.home2-price-barra-fd p{width:100%;height:100%;line-height:20px;color:#62b246;position:absolute;text-align:center;top:0;left:0;font-size:12px;font-weight:400;}
.home2-price-barra-vd{width:100%;height:100%;background:#62b246;}
.home2-price-barra-vm{width:100%;height:100%;background:#e54d43;}

.home2-feature-table{width:100%;border-spacing:0;color:#414141;background:#fff;margin-top:30px;}
.home2-feature-table th{width:140px;font-size:16px;font-weight:300;padding:15px 10px;border:1px solid #f1f1f1;text-align:center;}
.home2-feature-table th:first-child{width:auto;padding:15px 20px;text-align:left;}
.home2-feature-table td{font-size:16px;font-weight:300;padding:13px 20px;border:1px solid #f1f1f1;text-align:center;}
.home2-feature-table td:first-child{text-align:left;font-size:13px;padding:15px 20px;}








/* MODULO */
.modulo{width:100%;padding:100px 0;}
.modulo-h1{width:100%;padding:20px 0 100px 0;}

.modulo-50{width:100%;padding:50px 0 100px 0;}
.modulo-60{width:100%;padding:60px 0 100px 0;}
.fd-ff{background:#ffffff;}
.fd-f1{background:#f1f1f1;}
.fd-f8{background:#f8f8f8;}
.fd-66{background:#666666;}

.mod-img{width:100%;max-width:260px;margin-bottom:40px;}
.mod-txt{font-size:18px;line-height:26px;margin-top:10px;font-weight:300;text-align:justify;-moz-text-align-last:center;text-align-last:center;}

.mod-table{width:100%;display:flex;flex-flow:column;}
.mod-order1{-webkit-order:1;}
.mod-order2{-webkit-order:2;}
.mod-tb-center-esq, .mod-tb-center-dir{width:100%;}

.mod-centro{display:flex;flex-flow:column;}
.mod-centro-cell img{width:100%;}
.mod-cell-img{width:100%;max-width:260px;margin:auto;}

.mod-centro-cell li{font-size:18px;line-height:26px;font-weight:300;padding-left:1.3em;}
.mod-centro-cell li:before {font-size:18px;line-height:26px;font-weight:300;content:"\f00c";font-family:FontAwesome;display:inline-block;margin-left:-1.3em;width:1.3em;/* same as padding-left set on li */}

.mod-tb-iframe{width:100%;height:194px;position:relative;}
.mod-tb-iframe-capa{width:100%;height:100%;background:#fff url(/img/site_v2/home-video.jpg)no-repeat center center;background-size:cover;cursor:pointer;position:absolute;z-index:10;top:0;left:0;}
/*.mod-tb-iframe-capa i{font-size:50px;color:#62b246;position:absolute;top:50%;margin-top:-25px;left:50%;margin-left:-21px;}*/
.mod-tb-img{width:100%;text-align:center;}
.mod-tb-img img{width:100%;max-width:260px;}
.mod-tb-tx{padding-top:40px;text-align:left;}

.mod-texto{font-size:18px;line-height:26px;font-weight:300;}
.mod-texto p{font-size:21px;}
.mod-texto b{font-weight:600;}
.mod-learn{font-size:14px;color:#62b246;margin-top:20px;display:inline-block;cursor:pointer;}
.mod-learn img{width:20px;vertical-align:middle;margin-top:-4px;margin-right:5px;}
.mod-botao{width:auto;height:40px;line-height:40px;padding:0 40px;background:#62b246;color:#fff;border-radius:5px;margin-top:20px;clear:both;display:inline-block;}

.mod-tit-centro{text-align:center;}
.mod-tit-centro h2{text-transform:initial;padding-bottom:40px;}
.mod-tit-centro p{font-size:18px;padding-bottom:50px;}
.mod-tit-centro div{font-size:18px;padding-bottom:20px;}

.mod-banner{width:100%;text-align:center;padding:40px 0 50px 0;font-size:18px;} .banner-fundo{width:100%;text-align:center;padding-top:40px;font-size:18px;}
.mod-banner span, .banner-fundo span{margin:10px 20px 0 20px;font-weight:300;display:inline-block;}
.mod-banner input, .banner-fundo input{margin-top:10px;width:100%;max-width:250px;height:40px;border-radius:5px;border:1px solid #e0e0e0;background:#fff;padding:0 10px;font-size:14px;transition:all 0.1s;}
.mod-banner input:focus, .banner-fundo input:focus, .mod-banner input:hover, .banner-fundo input:hover{border:1px solid #ccc;}
.mod-banner p, .banner-fundo p{margin-top:10px;min-height:40px;padding:6px 0;font-size:21px;font-weight:300;}
.mod-banner a, .banner-fundo a{margin:10px 5px 0 5px;}
.mod-banner button, .banner-fundo button{margin:10px 5px 0 5px;}
.mod-banner .sum, .banner-fundo .sum{max-width:110px;}



/* PLANS */
.plans-texto{margin:10px 0 50px 0;}
.plans-txt{font-size:21px;line-height:26px;margin:10px 0 20px 0;font-weight:300;text-align:center;}

.plans-pacote{width:100%;height:auto;background-color:#fff;text-align:center;padding:25px 15px 30px 15px;margin-top:30px;}
.plans-pac-sel{border:1px solid #62b246;background-image:url('/img/site_v2/popular.svg');background-repeat:no-repeat;background-position:100% 0;}
.plans-pac-til{font-size:18px;text-transform:uppercase;}
.plans-pac-num{font-size:48px;margin-top:60px;}
.plans-pac-leg{font-size:14px;margin-top:5px;margin-bottom:40px;}
.plans-pac-pre{font-size:18px;color:#62b246;margin-top:10px;}
.plans-pac-bot{width:auto;height:40px;line-height:40px;padding:0 40px;margin-top:30px;color:#fff;border-radius:5px;display:inline-block;}

.plans-sub-opc{width:100%;height:40px;font-size:13px;color:#676767;display:table;}
.plans-sub-opc-centro{width:100%;height:100%;display:table-cell;vertical-align:middle;text-align:center;}
.plans-sub-opc-centro b{font-weight:700;}
.plans-sub-pre{font-size:14px;color:#62b246;}
.plans-sub-pre span{font-size:12px;color:#676767;}
.plans-sub-pre2{font-size:18px;color:#62b246;}
.plans-sub-pre2 span{font-size:13px;color:#676767;}

.plans-biz-lym{font-size:18px;color:#676767;margin-top:10px;}
.plans-biz-lym span{font-size:13px;}
.plans-biz-pre{font-size:18px;color:#62b246;margin-top:20px;}
.plans-biz-pre span{font-size:13px;color:#676767;}
.plans-biz-bot{font-size:18px;margin-top:50px;font-weight:300;}
.plans-biz-bot a{font-size:14px;width:auto;height:40px;line-height:40px;padding:0 40px;background:#62b246;color:#fff;border-radius:5px;margin-left:30px;margin-bottom:50px;display:inline-block;}

.plans-lym-leg{font-size:18px;margin-top:50px;font-weight:300;}
.plans-lym-leg2{font-size:14px;margin-top:20px;}

/* BUSINESS ACCOUNT */
.biz-modulo{margin-top:50px;}
.biz-texto{margin-top:30px;text-align:center;}
.biz-texto p{font-size:18px;font-weight:300;}
.biz-icon{width:100%;max-width:70px;height:70px;margin:auto;margin-top:30px;background-repeat:no-repeat;background-size:contain;}
.biz-icon-share{background-image:url('/img/site_v2/biz-share.svg');}
.biz-icon-users{background-image:url('/img/site_v2/biz-users.svg');}
.biz-icon-subscriptions{background-image:url('/img/site_v2/biz-subscriptions.svg');}
.biz-icon-spending{background-image:url('/img/site_v2/biz-spending.svg');}
.biz-icon-logs{background-image:url('/img/site_v2/biz-logs.svg');}
.biz-icon-email{background-image:url('/img/site_v2/biz-email.svg');}
.biz-icon-signature{background-image:url('/img/site_v2/biz-signature.svg');}
.biz-icon-notifications{background-image:url('/img/site_v2/biz-notifications.svg');}
.biz-icon-unlink{background-image:url('/img/site_v2/biz-unlink.svg');}
.biz-icon-hidden{background-image:url('/img/site_v2/biz-hidden.svg');}

/* POLICIES */
.policies-texto{font-size:14px;line-height:20px;font-weight:300;}
.policies-texto h2{padding-bottom:20px;}
.policies-texto p{text-align:justify;-moz-text-align-last:left;text-align-last:left;padding-bottom:50px;color:#414141;}
.policies-texto p a{color:#62b246;}
.policies-texto li{padding-left:25px;}
.policies-texto li:before {content:"•";/*font-family:FontAwesome;*/display:inline-block;margin-left:-15px;width:15px;/* same as padding-left set on li */}

.policies-anterior, .policies-seguinte{font-size:13px;line-height:20px;color:#62b246;margin-bottom:20px;text-transform:uppercase;cursor:pointer;}
.policies-anterior{float:left;} .policies-seguinte{float:right;}



/* INVITATIONS */
.invitations-txt1{padding-bottom:50px;}
.invitations-txt2{padding:50px 0;}
.invitations-txt3{padding:50px 0 20px 0;}
.invitations-img{width:100%;max-width:534px;}

/* BLOG */
.blog-data{font-size:13px;font-weight:300;margin-top:50px;margin-bottom:20px;text-transform:uppercase;}
.blog-img{width:100%;height:200px;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url('/img/site_v2/blog-default.jpg');}
.blog-resumo{margin-top:40px;font-size:14px;line-height:20px;font-weight:300;text-align:justify;-moz-text-align-last:left;text-align-last:left;}
.blog-botao{width:auto;height:40px;line-height:40px;padding:0 40px;background:#62b246;color:#fff;border-radius:5px;margin-top:40px;margin-bottom:30px;clear:both;display:inline-block;}
.blog-paginacao{margin-top:30px;margin-bottom:100px;}

.blog-texto{margin:40px 0 50px 0;font-size:14px;line-height:20px;font-weight:300;text-align:justify;-moz-text-align-last:left;text-align-last:left;}
.blog-texto a{color:#62b246;}
.blog-texto strong{font-weight:500;}
.blog-texto img{width:100%;height:auto;}
.blog-ant-seg{margin-bottom:80px;}
.blog-anterior{font-size:14px;line-height:20px;color:#62b246;float:left;margin-bottom:20px;}
.blog-seguinte{font-size:14px;line-height:20px;color:#62b246;float:right;margin-bottom:20px;}

/* PRESS RELEASE */
.press-texto{text-align:left;padding:50px 0 0px 0;}
.press-texto h2{padding-bottom:40px;}
.press-texto label{text-align:justify;-moz-text-align-last:left;text-align-last:left;color:#414141;font-size:14px;line-height:20px;font-weight:300;}
.press-texto label strong{font-weight:500;}
.press-texto a{color:#62b246;}

/* VERIFY LOG AND TIMESTAMP */
.verify-img{width:100px;height:100px;background:url('/img/site_v2/verify.svg')no-repeat center;background-size:contain;display:inline-block;}
.verify-txt{padding:40px 0 10px 0;font-size:18px;line-height:26px;font-weight:300;}
.verify-img-sucesso{width:100px;height:100px;background:url('/img/site_v2/verify-success.svg')no-repeat center;background-size:contain;display:inline-block;}
.verify-img-falhado{width:100px;height:100px;background:url('/img/site_v2/verify-fail.svg')no-repeat center;background-size:contain;display:inline-block;}

/* LOGIN */
.login-conteudo{width:100%;max-width:350px;padding-bottom:100px;margin:auto;}
.login-esqueceu{margin-top:100px;color:#62b246;display:inline-block;cursor:pointer;}

/* PIN MESSAGE */
.pin-fromto{font-size:12px;line-height:18px;font-weight:300;margin-top:-10px;}
.pin-text{font-size:18px;line-height:28px;font-weight:300;margin-top:50px;margin-bottom:20px;}
.pin-reject{font-size:12px;font-weight:300;margin-top:30px;background-color:transparent;}
.pin-reject-load{font-size:12px;font-weight:300;margin-top:30px;display:none;background-color:transparent;}
.pin-alternativa{font-size:12px;line-height:14px;margin-top:90px;color:#414141;display:inline-block;}

/* SUPPORT */
.supp-categorias{margin-top:53px;text-align:left;}
.supp-categorias p{font-size:14px;font-weight:300;text-transform:uppercase;margin-bottom:20px;cursor:pointer;float:left;clear:both;transition:all 0.1s;}
.supp-categorias p:hover{color:#62b246;}
.supp-perguntas{margin-top:50px;margin-bottom:100px;text-align:left;}

.supp-question{background:#fff;margin-bottom:10px;font-size:14px;line-height:20px;font-weight:300;}
.supp-question-tit{padding:15px;cursor:pointer;}
.supp-question-tit i{float:right;margin:4px 0 0 15px;}
.supp-question-resp{padding:15px;border-top:1px solid #f1f1f1;display:none;}
.supp-question-resp a{color:#62b246;}



/* PRESENTATION */
.presentation-pdf{width:100%;height:600px;}

/* EMPEROR X */
.emperor-hero{width:100%;background:#f1f1f1;text-align:center;padding-bottom:100px;}
.emperor-top{width:auto;margin:auto;display:inline-block;text-align:left;font-size:16px;line-height:28px;}

.emperor-background{color:#fff;text-align:center;background:url(/img/site_v2/emperor-bg.jpg)no-repeat center;background-size:cover;}
.emperor-register{color:#414141;background:#fff;margin-top:50px;padding:30px 30px 10px 30px;text-align:center;}
.emperor-register-bt{margin-top:10px;}
.emperor-img{width:100%;max-width:500px;height:auto;margin:50px 0 10px 0;clear:both;}
.emperor-label{width:auto;height:40px;margin-top:20px;border:1px solid #fff;padding:6px 10px;border-radius:20px;display:inline-block;cursor:pointer;transition:all 0.1s;}
.emperor-label:hover{border:1px solid #62b246;background:#62b246;}
.emperor-label img{display:inline-block;vertical-align:middle;}
.emperor-label span{font-size:20px;margin:0 4px 0 8px;vertical-align:middle;}
.emperor-label label{font-size:12px;vertical-align:middle;margin-right:4px;cursor:pointer;}
.emperor-preco{font-size:30px;color:#b3b3b3;text-shadow: 4px 4px 10px #2b2b2b;}
.emperor-preco b{font-size:60px;color:#62b246;}
.emperor-preco span{font-size:30px;color:#62b246;font-weight:300;}
.emperor-promocode-tit{margin-top:30px;font-size:14px;color:#62b246;text-transform:uppercase;}
.emperor-promocode{margin-top:10px;height:50px;line-height:50px;padding:0 40px;font-size:24px;color:#fff;border:1px solid #62b246;display:inline-block;}

.emperor-icon{width:150px;height:150px;margin-top:40px;display:inline-block;}
.emperor-save{background:url(/img/site_v2/emperor-save.png)no-repeat center center;background-size:contain;}
.emperor-lymestamps{background:url(/img/site_v2/emperor-lymestamps.png)no-repeat center center;background-size:contain;}
.emperor-limited{background:url(/img/site_v2/emperor-limited.png)no-repeat center center;background-size:contain;}
.emperor-icon-tit{margin-top:20px;font-size:24px;color:#62b246;text-transform:uppercase;}
.emperor-icon-txt{margin-top:20px;font-size:18px;color:#414141;font-weight:300;line-height:26px;}
.emperor-icon-txt b{font-weight:700;}
.emperor-icon-quest{margin-top:15px;font-size:13px;color:#62b246;cursor:pointer;display:inline-block;}
.emperor-icon-quest span{font-size:15px;}

.emperor-num-tit{font-size:24px;color:#62b246;text-transform:uppercase;}
.emperor-num-txt{margin-top:20px;margin-bottom:10px;font-size:18px;color:#414141;font-weight:300;}
.emperor-num{width:100px;height:100px;margin-top:40px;display:inline-block;}
.emperor-num1{background:url(/img/site_v2/emperor-1.png)no-repeat center center;background-size:contain;}
.emperor-num2{background:url(/img/site_v2/emperor-2.png)no-repeat center center;background-size:contain;}
.emperor-num-login{margin-top:10px;}
.emperor-num-login a{color:#62b246;}

.emperor-faq-tit{font-size:24px;color:#62b246;}
.emperor-faq-sub{margin-top:20px;margin-bottom:50px;font-size:18px;color:#fff;font-weight:300;}
.emperor-faq{color:#414141;text-align:left;}

.emperor-leg{margin:40px 15px 0 15px;font-size:18px;font-weight:300;display:inline-block;}
.emperor-bt{margin:10px 15px 0 15px;width:auto;height:40px;line-height:40px;padding:0 40px;background:#62b246;color:#fff;border-radius:5px;display:inline-block;}


/* DEMONSTRATION */
.demo-icon{width:100px;height:100px;margin-bottom:40px;background:url('/img/site_v2/verify-success.svg')no-repeat center;background-size:contain;display:inline-block;}
.demo-img{width:100%;max-width:260px;margin-bottom:40px;}
.demo-form{width:100%;padding-top:20px;}
.demo-form input{margin-top:10px;width:100%;max-width:250px;height:40px;border-radius:5px;border:1px solid #e0e0e0;background:#fff;padding:0 10px;font-size:14px;transition:all 0.1s;}
.demo-form input:focus, .demo-form input:hover{border:1px solid #ccc;}
.demo-form button{margin:10px 10px 0 10px;}
.demo-form p{margin:20px 10px 0 10px;font-size:16px;font-weight:300;}





@media (min-width: 360px){
.DIB360{display:inline-block;}
.DB360{display:block !important;}
.DN360, .DIN360{display:none !important;}



}
@media (min-width: 568px){
.DIB568{display:inline-block;}
.DB568{display:block !important;}
.DN568, .DIN568{display:none !important;}

.mod-tb-iframe{height:300px;}


}
@media (min-width: 768px){
.DIB768{display:inline-block;}
.DB768{display:block !important;}
.DN768, .DIN768{display:none !important;}

h1{font-size:34px;padding-top:80px;}
h2, h3, h4{font-size:24px;}

/* HOME */
/*.home2-img-laptop{height:150px;margin-top:40px;}*/
.home2-test-texto{font-size:22px;line-height:28px;}
.home2-test-nome span{font-size:18px;}
.home2-test-nome p{font-size:14px;}

.home2-register{margin-top:80px;margin-bottom:200px;}
.home2-fundo{background-size:150% auto;}

/* MODULO */
.mod-img{max-width:400px;}

.mod-centro{display:table;}
.mod-centro-cell{display:table-cell;vertical-align:middle;float:none !important;}

.mod-cell-img{max-width:400px;}

.mod-table{display:table;}
.mod-tb-center-esq{width:50%;display:table-cell;vertical-align:middle;padding-right:15px;}
.mod-tb-center-dir{width:50%;display:table-cell;vertical-align:middle;padding-left:15px;}
.mod-tb-iframe{height:194px;}
.mod-tb-img img{max-width:400px;}
.mod-tb-tx{padding:0 30px;}

.mod-texto-min{min-height:165px;}
.mod-min-height{min-height:170px;}


/* BUSINESS ACCOUNT */
.biz-texto{text-align:left;}

/* PLANS */
.plans-emperor-x-txt{text-align:left;}

/* EMPEROR X */
.emperor-top{width:100%;}
.emperor-top-left{text-align:right;}
.emperor-top-right{text-align:left;}

/* DEMONSTRATION */
.demo-img{max-width:350px;}


}
@media (min-width: 992px){
.DIB1024{display:inline-block;}
.DB1024{display:block !important;}
.DN1024, .DIN1024{display:none !important;}

/* HOME */
/*.home2-img-laptop{height:215px;margin-top:40px;background-position:left bottom;}*/
.home2-register{margin-bottom:50px;}
.home2-fundo-pinos{width:50%;height:110px;bottom:80px;}
.home2-xmas{width:90px;height:120px;background:url(/img/tmp/xmas-lima.svg)no-repeat center bottom;background-size:contain;position:absolute;left:360px;bottom:135px;}


/* MODULO */
.mod-tb-iframe{height:210px;}
.mod-texto-min{min-height:135px;}

}
@media (min-width: 1200px){
.DIB1200{display:inline-block;}
.DB1200{display:block !important;}
.DN1200, .DIN1200{display:none !important;}

/* HOME */
.home2-fundo{background-size:100% auto;}
.home2-fundo-pinos{width:52%;height:130px;bottom:60px;}
.home2-xmas{width:160px;height:220px;background:url(/img/tmp/xmas-lima.svg)no-repeat center bottom;background-size:contain;position:absolute;left:250px;bottom:48px;}


/* FOOTER */
.footer-separador:last-child{margin-right:60px;}

/* MODULO */
.mod-texto-min{min-height:135px;}
.mod-min-height{min-height:160px;}
.mod-tb-iframe{height:257px;}


}