@font-face {
  font-family: 'Mic32';
  src: url('../fonts/Mic32Bold.woff2') format('woff2'), url('../fonts/Mic32Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.le-editor body,
.le-editor html {
  font-family: 'Open Sans';
  min-height: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.le-editor button {
  outline: 0px!important;
  box-shadow: none!important;
}
.le-editor h1,
.le-editor h2,
.le-editor h3,
.le-editor h4,
.le-editor h5,
.le-editor h6 {
  font-family: 'Mic32';
}
.le-editor .scroll {
  width: 100%;
  overflow: hidden;
}
.le-editor .content {
  display: inline-block;
  width: 100%;
  min-height: 100%;
}
.le-editor header {
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 10;
  font-size: 16px;
}
@media (max-width: 576px) {
  .le-editor header {
    padding-top: 10px;
  }
}
.le-editor header a {
  text-transform: lowercase;
  color: black;
  font-weight: 700;
  margin-left: 30px;
  font-family: 'Mic32';
}
.le-editor header a:hover {
  text-decoration: none;
}
.le-editor header button {
  vertical-align: middle;
  padding: 0px;
  margin-left: 20px;
  background: none;
  width: 40px;
  border: 0px none;
  height: 40px;
  display: inline-block;
  position: relative;
}
.le-editor header button:after {
  font-family: 'Mic32';
  content: 'Menu';
  position: absolute;
  text-transform: uppercase;
  left: -60px;
  opacity: 1;
  transform: translateX(0px);
  transition: opacity .5s, transform .5s;
}
.le-editor header button span {
  float: right;
  width: 100%;
  height: 4px;
  margin-bottom: 7px;
  background: black;
  transition: width .5s;
}
.le-editor header nav {
  vertical-align: middle;
  overflow: hidden;
}
.le-editor header nav a {
  display: inline-block;
  transform: translateX(500px);
  transition: opacity .5s, transform .5s;
}
@media (max-width: 576px) {
  .le-editor header nav {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
    padding: 0px 30px;
    line-height: 22px;
  }
  .le-editor header nav a {
    width: 100%;
    margin: 0px;
  }
}
.le-editor header.active nav a {
  transform: translateX(0px);
  opacity: 1;
}
.le-editor header.active button span:nth-child(2) {
  width: 65%;
}
.le-editor header.active button span:nth-child(3) {
  width: 38%;
}
.le-editor header.active button:after {
  opacity: 0;
  transform: translateX(60px);
}
.le-editor header nav {
  display: inline-block;
}
.le-editor .btn {
  padding: 15px 50px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 300;
}
.le-editor .btn.btn-primary {
  background: #171941;
  border-color: #171941;
}
.le-editor .btn.btn-warning {
  background: #ffc000;
  border-color: #ffc000;
  color: black;
}
.le-editor footer {
  background: #222;
  padding: 30px 0px;
}
.le-editor footer a {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 20px;
  color: white;
}
.le-editor footer a:hover {
  color: #ffc000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .le-editor footer a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.le-editor .form-control {
  border-radius: 0px;
  border: 1px solid #d9d9d9;
}
.le-editor .alert.alert-warning {
  background: #ffc000;
}
.le-editor .alert.alert-warning a {
  color: black;
  font-weight: 900;
}
.le-editor #proposta .alert,
.le-editor #proposta2 .alert {
  font-size: 16px;
  width: 100%;
}
.le-editor #proposta label,
.le-editor #proposta2 label {
  font-size: 18px;
  margin-bottom: 5px;
}
.le-editor #proposta .form-group,
.le-editor #proposta2 .form-group {
  margin-bottom: 10px;
}
.le-editor #proposta .form-control,
.le-editor #proposta2 .form-control {
  height: 40px;
}
.le-editor #proposta textarea.form-control,
.le-editor #proposta2 textarea.form-control {
  height: 204px;
}
.le-editor #proposta span,
.le-editor #proposta2 span {
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  display: inline-block;
  padding: 15px;
  border-radius: 5px 5px 0px 0px;
  background: #f1f1f1;
  line-height: 18px;
}
.le-editor #proposta .btn,
.le-editor #proposta2 .btn {
  padding: 10px 25px;
}

.le-editor .content.development {
  position: relative;
  min-height: 1400px;
}
.le-editor .content.development:after {
  background: url("../../img/patrat.png") no-repeat top right;
  width: 100%;
  height: 100%;
  background-size: 25%;
  top: 0px;
  right: 0px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.development:after {
    background-size: 50%;
    top: 0px;
  }
}
.le-editor .content.development:before {
  background: url("../../img/path1.png") no-repeat bottom left;
  width: 100%;
  height: 100%;
  background-size: 35%;
  bottom: 80px;
  right: 80px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.development:before {
    background-size: 80%;
  }
}
.le-editor .content.development .top {
  padding: 100px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .le-editor .content.development .top {
    padding-top: 0px;
  }
}
.le-editor .content.development .top h1 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-top: 40px;
}
.le-editor .content.development .top .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -700px;
  background: #ffc000;
  width: 500px;
  height: 500px;
  overflow: hidden;
  text-align: center;
  padding-top: 180px;
}
@media (max-width: 1100px) {
  .le-editor .content.development .top .logo {
    margin-left: -650px;
    z-index: -1;
  }
}
@media (max-width: 990px) {
  .le-editor .content.development .top .logo {
    margin-left: -550px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .le-editor .content.development .top .logo {
    position: inherit;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
  }
}
.le-editor .content.development .top .logo img {
  z-index: 2;
  position: relative;
}
.le-editor .content.development .top .logo .glitch {
  position: relative;
  display: inline-block;
}
.le-editor .content.development .top .logo .glitch::before,
.le-editor .content.development .top .logo .glitch::after {
  background: url("../../img/eb.png") bottom center no-repeat;
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.le-editor .content.development .top .logo .glitch::before {
  opacity: 0.2;
  left: 2px;
  text-shadow: -2px 0 #49FC00;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.le-editor .content.development .top .logo .glitch::after {
  opacity: 0.2;
  left: -2px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
.le-editor .content.development .top .logo:after {
  width: 1100px;
  height: 1100px;
  left: -300px;
  top: -300px;
  background: url("../../img/mask.png") center center no-repeat;
  position: absolute;
  content: '';
  animation: spin 60s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .le-editor .content.development .top h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .le-editor .content.development .top h2 {
    font-size: 24px;
  }
}
.le-editor .content.development .content-detail {
  padding-left: 450px;
}
@media (max-width: 1400px) {
  .le-editor .content.development .content-detail {
    padding-left: 360px;
  }
}
@media (max-width: 1200px) {
  .le-editor .content.development .content-detail {
    padding-left: 270px;
  }
}
@media (max-width: 990px) {
  .le-editor .content.development .content-detail {
    padding-left: 200px;
  }
}
@media (max-width: 768px) {
  .le-editor .content.development .content-detail {
    width: 100%;
    padding-left: 0px;
  }
}
.le-editor .content.development .table {
  border-top: 0px none;
}
.le-editor .content.development .table thead {
  border-top: 0px none;
}
.le-editor .content.development .table thead th {
  border-top: 0px none;
}
.le-editor .content.development .table tfoot th {
  line-height: 18px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .le-editor .content.development .table {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .le-editor .content.development .table {
    font-size: 14px;
  }
  .le-editor .content.development .table td,
  .le-editor .content.development .table th {
    padding: 5px;
  }
  .le-editor .content.development .table tfoot th {
    font-size: 12px;
  }
}
.le-editor .content.development .w100 {
  width: 100%;
}
.le-editor .content.development .energycoin {
  background: #ffc000;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 20px;
}
.le-editor .content.development .energycoin b {
  font-weight: 900;
}
.le-editor .content.development .calculadora {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  margin: 30px 0px;
  font-size: 18px;
}
.le-editor .content.development .calculadora label {
  font-size: 18px;
}
.le-editor .content.development .calculadora .obs {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  line-height: 16px;
}
.le-editor .content.development .calculadora .result {
  background: white;
  padding: 20px;
  border-radius: 10px;
  display: none;
}
.le-editor .content.development .calculadora .result h5 {
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.le-editor .content.development .calculadora .result span {
  font-size: 14px;
}
.le-editor .content.development .calculadora .result b {
  font-size: 18px;
  font-weight: 900;
}
.le-editor .content.development .calculadora .result b span {
  font-size: 18px;
}
.le-editor .content.development .calculadora .result p.energy span {
  font-size: 28px;
  font-weight: 900;
}
.le-editor .content.development h3 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 30px;
}
.le-editor .content.development h4 {
  font-size: 28px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  margin-top: 40px;
}
.le-editor .content.development .faq {
  margin-bottom: 30px;
}
.le-editor .content.development .faq .item {
  padding: 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.le-editor .content.development .faq .item h5 {
  font-size: 22px;
  margin-bottom: 0px;
  cursor: pointer;
}
.le-editor .content.development .faq .item .answer {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  display: none;
}
@media (min-width: 1400px) {
  .le-editor .content.development .container {
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  .le-editor .content.development .btn.btn-primary {
    padding: 15px 20px;
  }
}

.le-editor .content.ecommerce {
  position: relative;
  min-height: 1400px;
}
.le-editor .content.ecommerce:after {
  background: url("../../img/patrat.png") no-repeat top right;
  width: 100%;
  height: 100%;
  background-size: 25%;
  top: 0px;
  right: 0px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.ecommerce:after {
    background-size: 50%;
    top: 0px;
  }
}
.le-editor .content.ecommerce:before {
  background: url("../../img/path1.png") no-repeat bottom left;
  width: 100%;
  height: 100%;
  background-size: 35%;
  bottom: 80px;
  right: 80px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.ecommerce:before {
    background-size: 80%;
  }
}
.le-editor .content.ecommerce .top {
  padding: 100px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .le-editor .content.ecommerce .top {
    padding-top: 0px;
  }
}
.le-editor .content.ecommerce .top h1 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-top: 40px;
}
.le-editor .content.ecommerce .top .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -700px;
  background: #ffc000;
  width: 500px;
  height: 500px;
  overflow: hidden;
  text-align: center;
  padding-top: 180px;
}
@media (max-width: 1100px) {
  .le-editor .content.ecommerce .top .logo {
    margin-left: -650px;
    z-index: -1;
  }
}
@media (max-width: 990px) {
  .le-editor .content.ecommerce .top .logo {
    margin-left: -550px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .le-editor .content.ecommerce .top .logo {
    position: inherit;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
  }
}
.le-editor .content.ecommerce .top .logo img {
  z-index: 2;
  position: relative;
}
.le-editor .content.ecommerce .top .logo .glitch {
  position: relative;
  display: inline-block;
}
.le-editor .content.ecommerce .top .logo .glitch::before,
.le-editor .content.ecommerce .top .logo .glitch::after {
  background: url("../../img/eb.png") bottom center no-repeat;
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.le-editor .content.ecommerce .top .logo .glitch::before {
  opacity: 0.2;
  left: 2px;
  text-shadow: -2px 0 #49FC00;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.le-editor .content.ecommerce .top .logo .glitch::after {
  opacity: 0.2;
  left: -2px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
.le-editor .content.ecommerce .top .logo:after {
  width: 1100px;
  height: 1100px;
  left: -300px;
  top: -300px;
  background: url("../../img/mask.png") center center no-repeat;
  position: absolute;
  content: '';
  animation: spin 60s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .le-editor .content.ecommerce .top h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .le-editor .content.ecommerce .top h2 {
    font-size: 24px;
  }
}
.le-editor .content.ecommerce .content-detail {
  padding-left: 450px;
}
@media (max-width: 1400px) {
  .le-editor .content.ecommerce .content-detail {
    padding-left: 360px;
  }
}
@media (max-width: 1200px) {
  .le-editor .content.ecommerce .content-detail {
    padding-left: 270px;
  }
}
@media (max-width: 990px) {
  .le-editor .content.ecommerce .content-detail {
    padding-left: 200px;
  }
}
@media (max-width: 768px) {
  .le-editor .content.ecommerce .content-detail {
    width: 100%;
    padding-left: 0px;
  }
}
.le-editor .content.ecommerce .table {
  border-top: 0px none;
}
.le-editor .content.ecommerce .table thead {
  border-top: 0px none;
}
.le-editor .content.ecommerce .table thead th {
  border-top: 0px none;
}
.le-editor .content.ecommerce .table tfoot th {
  line-height: 18px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .le-editor .content.ecommerce .table {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .le-editor .content.ecommerce .table {
    font-size: 14px;
  }
  .le-editor .content.ecommerce .table td,
  .le-editor .content.ecommerce .table th {
    padding: 5px;
  }
  .le-editor .content.ecommerce .table tfoot th {
    font-size: 12px;
  }
}
.le-editor .content.ecommerce .w100 {
  width: 100%;
}
.le-editor .content.ecommerce .setup {
  padding: 15px;
  background: #ffc000;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.le-editor .content.ecommerce .setup small {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.le-editor .content.ecommerce .setup span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.le-editor .content.ecommerce .setup b {
  font-size: 42px;
  font-weight: 900;
  display: inline-block;
  width: 100%;
}
.le-editor .content.ecommerce .mensalidade .table {
  margin-bottom: 0px;
}
.le-editor .content.ecommerce .mensalidade .table + small {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  line-height: 18px;
}
.le-editor .content.ecommerce .mensalidade .table tfoot small,
.le-editor .content.ecommerce .mensalidade .table thead small {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.le-editor .content.ecommerce .mensalidade .table tfoot p,
.le-editor .content.ecommerce .mensalidade .table thead p {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.le-editor .content.ecommerce .mensalidade .table tfoot p span,
.le-editor .content.ecommerce .mensalidade .table thead p span {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  width: auto;
}
.le-editor .content.ecommerce .mensalidade .table tfoot tr:last-child {
  display: none;
}
.le-editor .content.ecommerce .mensalidade .table th,
.le-editor .content.ecommerce .mensalidade .table td {
  padding: 10px;
  vertical-align: middle;
}
.le-editor .content.ecommerce .mensalidade .table th {
  line-height: 18px;
}
.le-editor .content.ecommerce .mensalidade .table th span {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  line-height: 16px;
  font-weight: normal;
}
.le-editor .content.ecommerce .mensalidade .table label {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 32px;
  margin: 0px;
}
.le-editor .content.ecommerce .mensalidade .table label:after {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  background: white;
}
.le-editor .content.ecommerce .mensalidade .table label i {
  font-size: 16px;
  color: #ffc000;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: none;
}
.le-editor .content.ecommerce .mensalidade .table label input:checked + i {
  display: block;
}
.le-editor .content.ecommerce h3 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .le-editor .content.ecommerce h3 {
    font-size: 32px;
  }
}
.le-editor .content.ecommerce .legenda {
  display: inline-block;
  width: 100%;
  margin: -10px 0px;
  font-size: 16px;
}
.le-editor .content.ecommerce .legenda span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.le-editor .content.ecommerce .legenda span.yellow {
  background: #ffc000;
}
.le-editor .content.ecommerce .legenda span.blue {
  background: #007bff;
}
.le-editor .content.ecommerce .legenda b {
  display: inline-block;
  margin-right: 30px;
}
.le-editor .content.ecommerce h4 {
  font-size: 28px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  margin-top: 40px;
}
.le-editor .content.ecommerce h4.funcionalidades {
  background: #ffc000;
  border-radius: 5px;
  padding: 15px;
  font-size: 22px;
  text-transform: inherit;
}
.le-editor .content.ecommerce .faq {
  margin-bottom: 30px;
}
.le-editor .content.ecommerce .faq .item {
  padding: 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.le-editor .content.ecommerce .faq .item h5 {
  font-size: 22px;
  margin-bottom: 0px;
  cursor: pointer;
}
.le-editor .content.ecommerce .faq .item .answer {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  display: none;
}
@media (min-width: 1400px) {
  .le-editor .content.ecommerce .container {
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  .le-editor .content.ecommerce .btn.btn-primary {
    padding: 15px 20px;
  }
}
.le-editor .content.ecommerce .card {
  margin-bottom: 30px;
}
.le-editor .content.ecommerce .card .card-body {
  padding: 15px;
}
.le-editor .content.ecommerce .card h4 {
  margin-top: 10px;
  font-size: 20px;
}
.le-editor .content.ecommerce .card h4 + span {
  display: none;
  font-size: 16px;
}
.le-editor .content.ecommerce .card p {
  font-size: 16px;
  line-height: 20px;
}

.le-editor .content.home section.intro {
  background: #ffc000;
  width: 100%;
  height: 100%;
  position: relative;
  height: 500px;
}
.le-editor .content.home section.intro .align {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.le-editor .content.home section.intro:after {
  background: url("../../img/path2.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: 30%;
  top: 0px;
  left: 0px;
  position: absolute;
  content: '';
  opacity: 0.15;
}
.le-editor .content.home section.intro:before {
  background: url("../../img/patrat.png") no-repeat bottom right;
  width: 100%;
  height: 100%;
  background-size: 25%;
  bottom: 80px;
  right: 80px;
  position: absolute;
  content: '';
  opacity: 0.15;
}
.le-editor .content.home section.intro h1 {
  z-index: 2;
  width: 640px;
}
.le-editor .content.home section.intro h1 img {
  max-width: 100%;
  z-index: 2;
  position: relative;
}
.le-editor .content.home section.intro h1 .glitch {
  position: relative;
  display: inline-block;
}
.le-editor .content.home section.intro h1 .glitch::before,
.le-editor .content.home section.intro h1 .glitch::after {
  background: url("../../img/lelogob.png") bottom center no-repeat;
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.le-editor .content.home section.intro h1 .glitch::before {
  opacity: 0.2;
  left: 2px;
  text-shadow: -2px 0 #49FC00;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.le-editor .content.home section.intro h1 .glitch::after {
  opacity: 0.2;
  left: -2px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
.le-editor .content.home section.intro h2 {
  text-transform: lowercase;
  color: white;
  width: 640px;
  text-align: center;
  font-size: 29px;
  letter-spacing: -1px;
}
.le-editor .content.home section.intro h2.glitch {
  position: relative;
  display: inline-block;
}
.le-editor .content.home section.intro h2.glitch::before,
.le-editor .content.home section.intro h2.glitch::after {
  content: 'Frontend + Wordpress + Woocommerce + E-commerce';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.le-editor .content.home section.intro h2.glitch::before {
  left: 1px;
  text-shadow: -2px 0 #49FC00;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.le-editor .content.home section.intro h2.glitch::after {
  left: -1px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
.le-editor .content.home section.intro .down {
  background: none;
  border: 0px none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 768px) {
  .le-editor .content.home section.intro h1 {
    width: 450px;
  }
  .le-editor .content.home section.intro h2 {
    font-size: 21px;
    width: 450px;
  }
}
@media (max-width: 500px) {
  .le-editor .content.home section.intro h1 {
    width: 290px;
  }
  .le-editor .content.home section.intro h2 {
    font-size: 28px;
    width: 220px;
    text-align: left;
  }
}
.le-editor .content.home section.development {
  padding: 200px 0px;
}
.le-editor .content.home section.development h3 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}
.le-editor .content.home section.development h4 {
  font-size: 32px;
}
.le-editor .content.home section.development p b {
  font-weight: 900;
}
.le-editor .content.home section.development img {
  max-width: 100%;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .le-editor .content.home section.development {
    padding: 100px 0px;
  }
  .le-editor .content.home section.development h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .le-editor .content.home section.development h4 {
    font-size: 26px;
  }
}
.le-editor .content.home section.about {
  background: #ffc000;
  text-align: center;
  padding: 80px 0px;
  position: relative;
}
.le-editor .content.home section.about:after {
  background: url("../../img/path2.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: 30%;
  top: 0px;
  left: 0px;
  position: absolute;
  content: '';
  opacity: 0.15;
}
.le-editor .content.home section.about:before {
  background: url("../../img/patrat.png") no-repeat bottom right;
  width: 100%;
  height: 100%;
  background-size: 25%;
  bottom: 80px;
  right: 80px;
  position: absolute;
  content: '';
  opacity: 0.15;
}
.le-editor .content.home section.about h4 {
  font-size: 44px;
  color: black;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: 900;
}
.le-editor .content.home section.about h5 {
  font-size: 32px;
  color: black;
}
.le-editor .content.home section.ecommerce {
  padding: 200px 0px;
  position: relative;
}
.le-editor .content.home section.ecommerce h3 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}
.le-editor .content.home section.ecommerce h4 {
  font-size: 32px;
}
.le-editor .content.home section.ecommerce p b {
  font-weight: 900;
}
.le-editor .content.home section.ecommerce img {
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .le-editor .content.home section.ecommerce {
    padding: 100px 0px;
  }
  .le-editor .content.home section.ecommerce h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .le-editor .content.home section.ecommerce h4 {
    font-size: 26px;
  }
}
.le-editor .content.home .bg-gray {
  display: inline-block;
  width: 100%;
  position: relative;
}
.le-editor .content.home .bg-gray:after {
  background: url("../../img/path3.png") no-repeat top right;
  width: 100%;
  height: 100%;
  background-size: 40%;
  top: 50px;
  right: 50px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.home .bg-gray:after {
    background-size: 80%;
    right: -50px;
  }
}
.le-editor .content.home .bg-gray:before {
  background: url("../../img/path1.png") no-repeat bottom left;
  width: 100%;
  height: 100%;
  background-size: 35%;
  bottom: 80px;
  right: 80px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.home .bg-gray:before {
    background-size: 80%;
  }
}
.le-editor .content.home section.contact {
  background: #f1f1f1;
  position: relative;
  padding: 50px 0px;
}
.le-editor .content.home section.contact:after {
  background: #ffc000;
  height: 100%;
  left: 0;
  width: 50%;
  content: '';
  position: absolute;
  top: 0px;
  margin-left: -140px;
}
@media (max-width: 990px) {
  .le-editor .content.home section.contact:after {
    padding-bottom: 100px;
    width: 100%;
    height: 330px;
    margin-left: 0px;
  }
}
.le-editor .content.home section.contact h5,
.le-editor .content.home section.contact span {
  z-index: 2;
  position: relative;
  display: inline-block;
  width: 100%;
}
.le-editor .content.home section.contact h5 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 50px;
  font-weight: 900;
}
.le-editor .content.home section.contact h5:first-child {
  margin-top: 0px;
}
.le-editor .content.home section.contact a {
  color: black;
}
@media (max-width: 990px) {
  .le-editor .content.home section.contact form {
    margin-top: 80px;
  }
  .le-editor .content.home section.contact h5 {
    font-size: 24px;
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(149px, 9999px, 100px, 0);
  }
  4.16666667% {
    clip: rect(30px, 9999px, 116px, 0);
  }
  8.33333333% {
    clip: rect(103px, 9999px, 64px, 0);
  }
  12.5% {
    clip: rect(76px, 9999px, 11px, 0);
  }
  16.66666667% {
    clip: rect(88px, 9999px, 149px, 0);
  }
  20.83333333% {
    clip: rect(97px, 9999px, 67px, 0);
  }
  25% {
    clip: rect(98px, 9999px, 39px, 0);
  }
  29.16666667% {
    clip: rect(1px, 9999px, 66px, 0);
  }
  33.33333333% {
    clip: rect(12px, 9999px, 116px, 0);
  }
  37.5% {
    clip: rect(8px, 9999px, 70px, 0);
  }
  41.66666667% {
    clip: rect(83px, 9999px, 86px, 0);
  }
  45.83333333% {
    clip: rect(19px, 9999px, 133px, 0);
  }
  50% {
    clip: rect(130px, 9999px, 90px, 0);
  }
  54.16666667% {
    clip: rect(138px, 9999px, 42px, 0);
  }
  58.33333333% {
    clip: rect(88px, 9999px, 40px, 0);
  }
  62.5% {
    clip: rect(108px, 9999px, 96px, 0);
  }
  66.66666667% {
    clip: rect(90px, 9999px, 138px, 0);
  }
  70.83333333% {
    clip: rect(36px, 9999px, 66px, 0);
  }
  75% {
    clip: rect(33px, 9999px, 26px, 0);
  }
  79.16666667% {
    clip: rect(16px, 9999px, 12px, 0);
  }
  83.33333333% {
    clip: rect(127px, 9999px, 69px, 0);
  }
  87.5% {
    clip: rect(117px, 9999px, 80px, 0);
  }
  91.66666667% {
    clip: rect(49px, 9999px, 112px, 0);
  }
  95.83333333% {
    clip: rect(45px, 9999px, 37px, 0);
  }
  100% {
    clip: rect(57px, 9999px, 35px, 0);
  }
}
@keyframes glitch-anim-2 {
  6.66666667% {
    clip: rect(105px, 9999px, 83px, 0);
  }
  10% {
    clip: rect(79px, 9999px, 42px, 0);
  }
  13.33333333% {
    clip: rect(17px, 9999px, 70px, 0);
  }
  16.66666667% {
    clip: rect(63px, 9999px, 116px, 0);
  }
  20% {
    clip: rect(5px, 9999px, 115px, 0);
  }
  23.33333333% {
    clip: rect(68px, 9999px, 26px, 0);
  }
  26.66666667% {
    clip: rect(25px, 9999px, 103px, 0);
  }
  30% {
    clip: rect(13px, 9999px, 21px, 0);
  }
  33.33333333% {
    clip: rect(118px, 9999px, 107px, 0);
  }
  36.66666667% {
    clip: rect(105px, 9999px, 81px, 0);
  }
  40% {
    clip: rect(77px, 9999px, 89px, 0);
  }
  43.33333333% {
    clip: rect(135px, 9999px, 147px, 0);
  }
  46.66666667% {
    clip: rect(94px, 9999px, 142px, 0);
  }
  50% {
    clip: rect(39px, 9999px, 51px, 0);
  }
  53.33333333% {
    clip: rect(94px, 9999px, 101px, 0);
  }
  56.66666667% {
    clip: rect(76px, 9999px, 49px, 0);
  }
  60% {
    clip: rect(20px, 9999px, 130px, 0);
  }
  63.33333333% {
    clip: rect(91px, 9999px, 19px, 0);
  }
  66.66666667% {
    clip: rect(55px, 9999px, 59px, 0);
  }
  70% {
    clip: rect(21px, 9999px, 63px, 0);
  }
  73.33333333% {
    clip: rect(115px, 9999px, 104px, 0);
  }
  76.66666667% {
    clip: rect(3px, 9999px, 98px, 0);
  }
  80% {
    clip: rect(113px, 9999px, 39px, 0);
  }
  83.33333333% {
    clip: rect(42px, 9999px, 101px, 0);
  }
  86.66666667% {
    clip: rect(70px, 9999px, 95px, 0);
  }
  90% {
    clip: rect(107px, 9999px, 30px, 0);
  }
  93.33333333% {
    clip: rect(13px, 9999px, 77px, 0);
  }
  96.66666667% {
    clip: rect(140px, 9999px, 64px, 0);
  }
  100% {
    clip: rect(41px, 9999px, 125px, 0);
  }
}

.le-editor .content.page {
  position: relative;
  min-height: 1100px;
}
.le-editor .content.page:after {
  background: url("../../img/patrat.png") no-repeat top right;
  width: 100%;
  height: 100%;
  background-size: 25%;
  top: 0px;
  right: 0px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.page:after {
    background-size: 50%;
    top: 0px;
  }
}
.le-editor .content.page:before {
  background: url("../../img/path1.png") no-repeat bottom left;
  width: 100%;
  height: 100%;
  background-size: 35%;
  bottom: 80px;
  right: 80px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.page:before {
    background-size: 80%;
  }
}
.le-editor .content.page .top {
  padding: 100px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .le-editor .content.page .top {
    padding-top: 0px;
  }
}
.le-editor .content.page .top h1 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-top: 40px;
}
.le-editor .content.page .top .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -700px;
  background: #ffc000;
  width: 500px;
  height: 500px;
  overflow: hidden;
  text-align: center;
  padding-top: 180px;
}
@media (max-width: 1100px) {
  .le-editor .content.page .top .logo {
    margin-left: -650px;
    z-index: -1;
  }
}
@media (max-width: 990px) {
  .le-editor .content.page .top .logo {
    margin-left: -550px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .le-editor .content.page .top .logo {
    position: inherit;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
  }
}
.le-editor .content.page .top .logo img {
  z-index: 2;
  position: relative;
}
.le-editor .content.page .top .logo .glitch {
  position: relative;
  display: inline-block;
}
.le-editor .content.page .top .logo .glitch::before,
.le-editor .content.page .top .logo .glitch::after {
  background: url("../../img/eb.png") bottom center no-repeat;
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.le-editor .content.page .top .logo .glitch::before {
  opacity: 0.2;
  left: 2px;
  text-shadow: -2px 0 #49FC00;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.le-editor .content.page .top .logo .glitch::after {
  opacity: 0.2;
  left: -2px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
.le-editor .content.page .top .logo:after {
  width: 1100px;
  height: 1100px;
  left: -300px;
  top: -300px;
  background: url("../../img/mask.png") center center no-repeat;
  position: absolute;
  content: '';
  animation: spin 60s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .le-editor .content.page .top h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .le-editor .content.page .top h2 {
    font-size: 24px;
  }
}
.le-editor .content.page .content-detail {
  padding-left: 450px;
}
@media (max-width: 1400px) {
  .le-editor .content.page .content-detail {
    padding-left: 360px;
  }
}
@media (max-width: 1200px) {
  .le-editor .content.page .content-detail {
    padding-left: 270px;
  }
}
@media (max-width: 990px) {
  .le-editor .content.page .content-detail {
    padding-left: 200px;
  }
}
@media (max-width: 768px) {
  .le-editor .content.page .content-detail {
    width: 100%;
    padding-left: 0px;
  }
}
.le-editor .content.page .table {
  border-top: 0px none;
}
.le-editor .content.page .table thead {
  border-top: 0px none;
}
.le-editor .content.page .table thead th {
  border-top: 0px none;
}
.le-editor .content.page .table tfoot th {
  line-height: 18px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .le-editor .content.page .table {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .le-editor .content.page .table {
    font-size: 14px;
  }
  .le-editor .content.page .table td,
  .le-editor .content.page .table th {
    padding: 5px;
  }
  .le-editor .content.page .table tfoot th {
    font-size: 12px;
  }
}
.le-editor .content.page .w100 {
  width: 100%;
}
.le-editor .content.page h3 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .le-editor .content.page h3 {
    font-size: 32px;
  }
}
.le-editor .content.page h4 {
  font-size: 28px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  margin-top: 40px;
}
.le-editor .content.page h4.funcionalidades {
  background: #ffc000;
  border-radius: 5px;
  padding: 15px;
  font-size: 22px;
  text-transform: inherit;
}
@media (min-width: 1400px) {
  .le-editor .content.page .container {
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  .le-editor .content.page .btn.btn-primary {
    padding: 15px 20px;
  }
}

.modal {
  z-index: 1050!important;
}
.le-editor.proposta {
  position: relative;
  font-family: 'Open Sans';
  min-height: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.le-editor.proposta p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.le-editor.proposta button {
  outline: 0px!important;
  box-shadow: none!important;
}
.le-editor.proposta h1,
.le-editor.proposta h2,
.le-editor.proposta h3,
.le-editor.proposta h4,
.le-editor.proposta h5,
.le-editor.proposta h6 {
  font-family: 'Mic32';
}
.le-editor.proposta:after {
  z-index: 0!important;
}
.le-editor .content.proposta,
.le-editor.proposta {
  position: relative;
}
.le-editor .content.proposta h1,
.le-editor.proposta h1 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .le-editor .content.proposta h1,
  .le-editor.proposta h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
.le-editor .content.proposta:after,
.le-editor.proposta:after {
  background: url("../../img/patrat.png") no-repeat top right;
  width: 100%;
  height: 100%;
  background-size: 25%;
  top: 0px;
  right: 0px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.proposta:after,
  .le-editor.proposta:after {
    background-size: 50%;
    top: 0px;
  }
}
.le-editor .content.proposta:before,
.le-editor.proposta:before {
  background: url("../../img/path1.png") no-repeat bottom left;
  width: 100%;
  height: 100%;
  background-size: 35%;
  bottom: 80px;
  right: 80px;
  position: absolute;
  content: '';
  opacity: 0.07;
  filter: brightness(0%);
  z-index: -1;
}
@media (max-width: 768px) {
  .le-editor .content.proposta:before,
  .le-editor.proposta:before {
    background-size: 80%;
  }
}
.le-editor .content.proposta .top,
.le-editor.proposta .top {
  padding: 100px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .le-editor .content.proposta .top,
  .le-editor.proposta .top {
    padding-top: 0px;
  }
}
.le-editor .content.proposta .top h1,
.le-editor.proposta .top h1 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-top: 40px;
}
.le-editor .content.proposta .top .logo,
.le-editor.proposta .top .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -700px;
  background: #ffc000;
  width: 500px;
  height: 500px;
  overflow: hidden;
  text-align: center;
  padding-top: 180px;
}
@media (max-width: 1100px) {
  .le-editor .content.proposta .top .logo,
  .le-editor.proposta .top .logo {
    margin-left: -650px;
    z-index: -1;
  }
}
@media (max-width: 990px) {
  .le-editor .content.proposta .top .logo,
  .le-editor.proposta .top .logo {
    margin-left: -550px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .le-editor .content.proposta .top .logo,
  .le-editor.proposta .top .logo {
    position: inherit;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
  }
}
.le-editor .content.proposta .top .logo img,
.le-editor.proposta .top .logo img {
  z-index: 2;
  position: relative;
}
.le-editor .content.proposta .top .logo .glitch,
.le-editor.proposta .top .logo .glitch {
  position: relative;
  display: inline-block;
}
.le-editor .content.proposta .top .logo .glitch::before,
.le-editor.proposta .top .logo .glitch::before,
.le-editor .content.proposta .top .logo .glitch::after,
.le-editor.proposta .top .logo .glitch::after {
  background: url("../../img/eb.png") bottom center no-repeat;
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.le-editor .content.proposta .top .logo .glitch::before,
.le-editor.proposta .top .logo .glitch::before {
  opacity: 0.2;
  left: 2px;
  text-shadow: -2px 0 #49FC00;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.le-editor .content.proposta .top .logo .glitch::after,
.le-editor.proposta .top .logo .glitch::after {
  opacity: 0.2;
  left: -2px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
.le-editor .content.proposta .top .logo:after,
.le-editor.proposta .top .logo:after {
  width: 1100px;
  height: 1100px;
  left: -300px;
  top: -300px;
  background: url("../../img/mask.png") center center no-repeat;
  position: absolute;
  content: '';
  animation: spin 60s infinite linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .le-editor .content.proposta .top h1,
  .le-editor.proposta .top h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .le-editor .content.proposta .top h2,
  .le-editor.proposta .top h2 {
    font-size: 24px;
  }
}
.le-editor .content.proposta .historic,
.le-editor.proposta .historic {
  position: fixed;
  bottom: 0px;
  left: 30px;
  background: white;
  width: 300px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.le-editor .content.proposta .historic button,
.le-editor.proposta .historic button {
  width: 100%;
}
.le-editor .content.proposta .historic textarea,
.le-editor.proposta .historic textarea {
  height: 80px;
}
.le-editor .content.proposta .historic .form-group,
.le-editor.proposta .historic .form-group {
  margin-bottom: 0px;
}
.le-editor .content.proposta .historic .list,
.le-editor.proposta .historic .list {
  display: none;
}
.le-editor .content.proposta .historic .list .box,
.le-editor.proposta .historic .list .box {
  background: #f1f1f1;
  padding: 10px;
  max-height: 300px;
  overflow: auto;
}
.le-editor .content.proposta .historic .msg,
.le-editor.proposta .historic .msg {
  width: 80%;
  margin-left: 20%;
  padding: 10px;
  background: white;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.le-editor .content.proposta .historic .msg span,
.le-editor.proposta .historic .msg span {
  color: #999;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.le-editor .content.proposta .historic .system,
.le-editor.proposta .historic .system {
  width: 80%;
  margin-right: 20%;
  margin-left: 0%;
  padding: 10px;
  background: #d4edda;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.le-editor .content.proposta .historic .system span,
.le-editor.proposta .historic .system span {
  color: #999;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.le-editor .content.proposta .sign,
.le-editor.proposta .sign {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}
.le-editor .content.proposta .content-detail,
.le-editor.proposta .content-detail {
  padding-left: 450px;
}
@media (max-width: 1400px) {
  .le-editor .content.proposta .content-detail,
  .le-editor.proposta .content-detail {
    padding-left: 360px;
  }
}
@media (max-width: 1200px) {
  .le-editor .content.proposta .content-detail,
  .le-editor.proposta .content-detail {
    padding-left: 270px;
  }
}
@media (max-width: 990px) {
  .le-editor .content.proposta .content-detail,
  .le-editor.proposta .content-detail {
    padding-left: 200px;
  }
}
@media (max-width: 768px) {
  .le-editor .content.proposta .content-detail,
  .le-editor.proposta .content-detail {
    width: 100%;
    padding-left: 0px;
  }
}
.le-editor .content.proposta .table,
.le-editor.proposta .table {
  border-top: 0px none;
}
.le-editor .content.proposta .table thead,
.le-editor.proposta .table thead {
  border-top: 0px none;
}
.le-editor .content.proposta .table thead th,
.le-editor.proposta .table thead th {
  border-top: 0px none;
}
.le-editor .content.proposta .table tfoot th,
.le-editor.proposta .table tfoot th {
  line-height: 18px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .le-editor .content.proposta .table,
  .le-editor.proposta .table {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .le-editor .content.proposta .table,
  .le-editor.proposta .table {
    font-size: 14px;
  }
  .le-editor .content.proposta .table td,
  .le-editor.proposta .table td,
  .le-editor .content.proposta .table th,
  .le-editor.proposta .table th {
    padding: 5px;
  }
  .le-editor .content.proposta .table tfoot th,
  .le-editor.proposta .table tfoot th {
    font-size: 12px;
  }
}
.le-editor .content.proposta .w100,
.le-editor.proposta .w100 {
  width: 100%;
}
.le-editor .content.proposta .setup,
.le-editor.proposta .setup {
  padding: 15px;
  background: #ffc000;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.le-editor .content.proposta .setup small,
.le-editor.proposta .setup small {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.le-editor .content.proposta .setup span,
.le-editor.proposta .setup span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.le-editor .content.proposta .setup b,
.le-editor.proposta .setup b {
  font-size: 42px;
  font-weight: 900;
  display: inline-block;
  width: 100%;
}
.le-editor .content.proposta .mensalidade .table,
.le-editor.proposta .mensalidade .table {
  margin-bottom: 0px;
}
.le-editor .content.proposta .mensalidade .table + small,
.le-editor.proposta .mensalidade .table + small {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  line-height: 18px;
}
.le-editor .content.proposta .mensalidade .table tfoot small,
.le-editor.proposta .mensalidade .table tfoot small,
.le-editor .content.proposta .mensalidade .table thead small,
.le-editor.proposta .mensalidade .table thead small {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.le-editor .content.proposta .mensalidade .table tfoot p,
.le-editor.proposta .mensalidade .table tfoot p,
.le-editor .content.proposta .mensalidade .table thead p,
.le-editor.proposta .mensalidade .table thead p {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.le-editor .content.proposta .mensalidade .table tfoot p span,
.le-editor.proposta .mensalidade .table tfoot p span,
.le-editor .content.proposta .mensalidade .table thead p span,
.le-editor.proposta .mensalidade .table thead p span {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  width: auto;
}
.le-editor .content.proposta .mensalidade .table tfoot tr:last-child,
.le-editor.proposta .mensalidade .table tfoot tr:last-child {
  display: none;
}
.le-editor .content.proposta .mensalidade .table th,
.le-editor.proposta .mensalidade .table th,
.le-editor .content.proposta .mensalidade .table td,
.le-editor.proposta .mensalidade .table td {
  padding: 10px;
  vertical-align: middle;
}
.le-editor .content.proposta .mensalidade .table th,
.le-editor.proposta .mensalidade .table th {
  line-height: 18px;
}
.le-editor .content.proposta .mensalidade .table th span,
.le-editor.proposta .mensalidade .table th span {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  line-height: 16px;
  font-weight: normal;
}
.le-editor .content.proposta .mensalidade .table label,
.le-editor.proposta .mensalidade .table label {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 32px;
  margin: 0px;
}
.le-editor .content.proposta .mensalidade .table label:after,
.le-editor.proposta .mensalidade .table label:after {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  background: white;
}
.le-editor .content.proposta .mensalidade .table label i,
.le-editor.proposta .mensalidade .table label i {
  font-size: 16px;
  color: #ffc000;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: none;
}
.le-editor .content.proposta .mensalidade .table label input:checked + i,
.le-editor.proposta .mensalidade .table label input:checked + i {
  display: block;
}
.le-editor .content.proposta h3,
.le-editor.proposta h3 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .le-editor .content.proposta h3,
  .le-editor.proposta h3 {
    font-size: 32px;
  }
}
.le-editor .content.proposta .legenda,
.le-editor.proposta .legenda {
  display: inline-block;
  width: 100%;
  margin: -10px 0px;
  font-size: 16px;
}
.le-editor .content.proposta .legenda span,
.le-editor.proposta .legenda span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.le-editor .content.proposta .legenda span.yellow,
.le-editor.proposta .legenda span.yellow {
  background: #ffc000;
}
.le-editor .content.proposta .legenda span.blue,
.le-editor.proposta .legenda span.blue {
  background: #007bff;
}
.le-editor .content.proposta .legenda b,
.le-editor.proposta .legenda b {
  display: inline-block;
  margin-right: 30px;
}
.le-editor .content.proposta h4,
.le-editor.proposta h4 {
  font-size: 28px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  margin-top: 40px;
}
.le-editor .content.proposta h4.funcionalidades,
.le-editor.proposta h4.funcionalidades {
  background: #ffc000;
  border-radius: 5px;
  padding: 15px;
  font-size: 22px;
  text-transform: inherit;
}
@media (min-width: 1400px) {
  .le-editor .content.proposta .container,
  .le-editor.proposta .container {
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  .le-editor .content.proposta .btn.btn-primary,
  .le-editor.proposta .btn.btn-primary {
    padding: 15px 20px;
  }
}
.le-editor .content.proposta .card,
.le-editor.proposta .card {
  margin-bottom: 30px;
}
.le-editor .content.proposta .card .card-body,
.le-editor.proposta .card .card-body {
  padding: 15px;
}
.le-editor .content.proposta .card h4,
.le-editor.proposta .card h4 {
  margin-top: 10px;
  font-size: 20px;
}
.le-editor .content.proposta .card h4 + span,
.le-editor.proposta .card h4 + span {
  display: none;
  font-size: 16px;
}
.le-editor .content.proposta .card p,
.le-editor.proposta .card p {
  font-size: 16px;
  line-height: 20px;
}
