﻿html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

/* font face */


@font-face {
    font-family: 'Museo Sans 100';
    src: url('../plugins/font-awesome/fonts/MuseoSans100.eot');
    src: url('../plugins/font-awesome/fonts/MuseoSans100.eot') format('embedded-opentype'),
         url('../plugins/font-awesome/fonts/MuseoSans100.woff2') format('woff2'),
         url('../plugins/font-awesome/fonts/MuseoSans100.woff') format('woff'),
         url('../plugins/font-awesome/fonts/MuseoSans100.ttf') format('truetype'),
         url('../plugins/font-awesome/fonts/MuseoSans100.svg#MuseoSans100') format('svg');
}

@font-face {
    font-family: 'Museo Sans 300';
    src: url('../plugins/font-awesome/fonts/MuseoSans300.eot');
    src: url('../plugins/font-awesome/fonts/MuseoSans300.eot') format('embedded-opentype'),
         url('../plugins/font-awesome/fonts/MuseoSans300.woff2') format('woff2'),
         url('../plugins/font-awesome/fonts/MuseoSans300.woff') format('woff'),
         url('../plugins/font-awesome/fonts/MuseoSans300.ttf') format('truetype'),
         url('../plugins/font-awesome/fonts/MuseoSans300.svg#MuseoSans300') format('svg');
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('../plugins/font-awesome/fonts/MuseoSans_500.eot');
    src: url('../plugins/font-awesome/fonts/MuseoSans_500.eot') format('embedded-opentype'),
         url('../plugins/font-awesome/fonts/MuseoSans_500.woff2') format('woff2'),
         url('../plugins/font-awesome/fonts/MuseoSans_500.woff') format('woff'),
         url('../plugins/font-awesome/fonts/MuseoSans_500.ttf') format('truetype'),
         url('../plugins/font-awesome/fonts/MuseoSans_500.svg#MuseoSans_500') format('svg');
}



@font-face {
 font-family: 'Museo Slab 100';
    src: url('../plugins/font-awesome/fonts/Museo_Slab_100.eot');
    src: url('../plugins/font-awesome/fonts/Museo_Slab_100.eot') format('embedded-opentype'),
         url('../plugins/font-awesome/fonts/Museo_Slab_100.woff2') format('woff2'),
         url('../plugins/font-awesome/fonts/Museo_Slab_100.woff') format('woff'),
         url('../plugins/font-awesome/fonts/Museo_Slab_100.ttf') format('truetype'),
         url('../plugins/font-awesome/fonts/Museo_Slab_100.svg#Museo_Slab_100') format('svg');
}


@font-face {
    font-family: 'Museo Slab 300';
    src: url('../plugins/font-awesome/fonts/Museo_Slab_300.eot');
    src: url('../plugins/font-awesome/fonts/Museo_Slab_300.eot') format('embedded-opentype'),
         url('../plugins/font-awesome/fonts/Museo_Slab_300.woff2') format('woff2'),
         url('../plugins/font-awesome/fonts/Museo_Slab_300.woff') format('woff'),
         url('../plugins/font-awesome/fonts/Museo_Slab_300.ttf') format('truetype'),
         url('../plugins/font-awesome/fonts/Museo_Slab_300.svg#Museo_Slab_300') format('svg');
}

@font-face {
    font-family: 'Museo Slab 1';
    src: url('../plugins/font-awesome/fonts/Museo_Slab_1.eot');
    src: url('../plugins/font-awesome/fonts/Museo_Slab_1.eot') format('embedded-opentype'),
         url('../plugins/font-awesome/fonts/Museo_Slab_1.woff2') format('woff2'),
         url('../plugins/font-awesome/fonts/Museo_Slab_1.woff') format('woff'),
         url('../plugins/font-awesome/fonts/Museo_Slab_1.ttf') format('truetype'),
         url('../plugins/font-awesome/fonts/Museo_Slab_1.svg#Museo_Slab_1') format('svg');
}








a {
  color: #0496D2; }

.brand {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-top: 24px; }
  .brand:last-child {
    margin-right: 0; }
  .brand img {
    max-width: 100%;
    height: auto; }

.container {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

/* social icon link */
.icon-social {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0 5px;
  display: inline-block;
  width: 25px; }

.text-center {
  text-align: center; }

.download-btn {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url('../img/download-button.png') no-repeat;
  width: 316px;
  height: 115px;
  display: block;
  margin: 50px auto;
  transition: all 0.2s; }
  .download-btn:hover {
    margin: 53px auto 47px; }

.big-logo {
  display: block;
  margin-bottom: 20px; }

.logo-noz {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../../img/logo-noz.png) no-repeat;
  width: 51px;
  height: 20px; }

/* position class */
.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.navbar {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }
  .navbar::after {
    clear: both;
    content: "";
    display: table; }

.navbar-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  float: right; }
  .navbar-content:last-child {
    margin-right: 0; }

.navbar-item {
  line-height: 21px;
  margin-top: 20px;
  float: left; }
  .navbar-item .navbar-item-title {
    font-size: 13px;
    color: #AAAAAA;
    margin-right: 10px; }

.navbar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: right; }
  .navbar-menu li {
    float: left;
    display: block;
    margin: 0 5px; }
    .navbar-menu li a {
   font-family: 'Museo Slab 1', serif;
      text-decoration: none;
      color: #AAAAAA;
      font-weight: 400;
      font-size: 15px; }
  .navbar-menu .icon-social {
    background: url('../img/social-header.png') no-repeat 0 0;
    width: 9px;
    height: 18px; }
    .navbar-menu .icon-social.instagram {
      background-position: -23px -1px;
      width: 17px;
      height: 17px; }
    .navbar-menu .icon-social.twitter {
      background-position: -53px -2px;
      width: 19px;
      height: 15px; }
    .navbar-menu .icon-social.gplus {
      background-position: -83px -2px;
      width: 18px;
      height: 16px; }

.splash {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }
  .splash::after {
    clear: both;
    content: "";
    display: table; }
  .splash .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .splash .column:last-child {
      margin-right: 0; }
  .splash .splash-menu {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 40px 0 0; }
    .splash .splash-menu li {
      float: left; }
      .splash .splash-menu li a {
        background: url('../img/social-splash.png') no-repeat 0 0;
        display: block;
        width: 38px;
        height: 38px;
        margin: 0 10px; }
        .splash .splash-menu li a.instagram {
          margin-top: 18px;
          background-position: -55px 0; }
        .splash .splash-menu li a.twitter {
          background-position: -110px 0; }
        .splash .splash-menu li a.gplus {
          margin-top: 18px;
          background-position: -164px 0; }

.vantagens-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  font-size: 23px;
  line-height: 1.2em;
  list-style: none;
  text-align: right;
  padding: 0; }
  .vantagens-list:last-child {
    margin-right: 0; }
  .vantagens-list li {
    height: 105px;
    padding: 25px 110px 0 60px;
    position: relative;
    margin-bottom: 15px; }
    .vantagens-list li:before {
      content: '';
      background: url('../img/vantagens.png') no-repeat;
      width: 105px;
      height: 105px;
      position: absolute;
      top: 0;
      right: 0; }
   
    .vantagens-list li a {
    width: 80%;
    display: block;
    font-size: 23px;
    line-height: 1.2em;
       font-family: 'Museo Sans 300', Arial, Helvetica, Tahoma, sans-serif;
    color:#fff;
}

     .vantagens-list li a {
      width: 100%;
      display: block; }

     
     .email-footer a{
           color: #0496D2;
     }

     .as-redes{
font-family: 'Museo Slab 1';
font-weight:400;
     }

    footer a{
    color: #CCCCCC;
    font-size: 15px;
    font-family: 'Museo Sans 300', Arial, Helvetica, Tahoma, sans-serif;
    }

    .vantagens-list li.icon-lupa:before {
      background-position: 0 0; }
    .vantagens-list li.icon-user:before {
      background-position: 0 -118px; }
    .vantagens-list li.icon-star:before {
      background-position: 0 -237px; }
    .vantagens-list li.icon-chart:before {
      background-position: -117px 0; }
    .vantagens-list li.icon-box:before {
      background-position: -117px -118px; }
    .vantagens-list li.icon-money:before {
      background-position: -117px -237px; }
  .vantagens-list.inverse {
    margin-top: 80px;
    text-align: left; }
    .vantagens-list.inverse li {
      padding: 25px 60px 0 110px; }
      .vantagens-list.inverse li:before {
        right: auto;
        left: 0; }
      .vantagens-list.inverse li span {
        float: left; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.3); }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
    position: relative;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
    display: none;
    background-color: #000; }
  .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-body {
    position: relative;
    padding: 15px; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0; }
  .modal h2 {
    text-align: center;
    text-transform: uppercase;
    color: #028BCC;
    font-weight: normal;
     font-family: 'Museo Slab 300', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 28px;
    position: relative; }

.form {
  width: 500px;
  margin: auto;
  overflow: hidden; }
  .form .input-group {
    margin-bottom: 15px; }
    .form .input-group input {
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 3px;
      font-size: 18px;
    font-family: 'Museo Sans 300', sans-serif;
      color: #202020;
      padding: 8px 15px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form .btn {
    -webkit-appearance: none;
    padding: 12px 30px;
    background: #028BCC;
    color: #FFFFFF;
    border: none;
       font-family:'Museo Slab', Arial, Helvetica, Tahoma, sans-serif;
    /*font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    display: block;
    margin: auto;
    cursor: pointer; }

body {
    font-family: 'Museo Sans 300', Arial, Helvetica, Tahoma, sans-serif;
  margin: 0;
  padding: 0; }

header {
  padding-bottom: 24px;
  border: 1px solid #CCCCCC; }

section {
  padding: 50px 0; }
  section .section-title {
    text-align: center;
    text-transform: uppercase;
    color: #028BCC;
    font-weight: normal;
    font-family: 'Museo Slab 100', sans-serif;
        font-weight: 600;
    font-size: 35px;
    position: relative; }

    section .section-title:before {
      content: '';
      position: absolute;
      bottom: -5px;
      width: 700px;
      margin-left: -350px;
      left: 50%;
      height: 1px;
      background: rgba(2, 139, 204, 0.5); }
  section h3 {
       font-family: 'Museo Slab 100', sans-serif;
    font-size: 22px;
    font-weight: 700;
    width: 90%;
    margin: auto; }
    section h3.font-light {
      font-weight: 100; }
  section blockquote {
       font-family: 'Museo Slab 1', sans-serif;
    font-size: 27px;
    color: #FDD239;
    font-weight: 400;
    width: 85%;
    margin: 35px auto;
    display: block; }

.section-inverse {
  background: #028BCC;
  color: #FFFFFF; }
  .section-inverse .section-title {
    color: #FFFFFF; }
    .section-inverse .section-title:before {
      background: rgba(255, 255, 255, 0.5); }

.splash1 {
  margin-top: 45px; }

.splash2 {
  margin-top: -45px; }

.action-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 40px;
  padding-left: 0;
  list-style: none; }
  .action-list:last-child {
    margin-right: 0; }
  .action-list-title {
    font-size: 23px;
    line-height: 1.5em;
    display: block;
    padding-top: 6px;
font-family: 'Museo Sans 300';

  }


    .action-list-title img {
      position: absolute;
      margin-left: 15px; }
  .action-list-content {
    margin: 8px 0;
    font-size: 20px;
    font-weight: 100;
    display: block;
    min-height: 75px;
    
font-family: 'Museo Sans 100';


  }
  .action-list li {
    display: block;
    margin-bottom: 40px;
    position: relative;
    padding-left: 70px; }
    .action-list li:before {
      content: '';
      background: url('../img/list.png') no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 51px;
      height: 51px; }
    .action-list li.action-1:before {
      background-position: 0 0; }
    .action-list li.action-2:before {
      background-position: 0 -81px; }
    .action-list li.action-3:before {
      background-position: 0 -162px; }
    .action-list li.action-4:before {
      background-position: -79px 0; }
    .action-list li.action-5:before {
      background-position: -79px -81px; }
    .action-list li.action-6:before {
      background-position: -79px -162px; }

footer {
  color: #CCCCCC;
  background: #222222;
  padding: 30px 0 10px;
  font-size: 15px;
  position: relative; }
  footer:before {
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(113, 113, 113, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px; }
  footer .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 25.7907%; }
    footer .column:last-child {
      margin-right: 0; }
    footer .column-title {
    font-family: 'Museo Slab 300', Arial, Helvetica, Tahoma, sans-serif;

      color: #ECC633;
      font-size: 15px;
      font-weight: 700; }
    footer .column.large {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      footer .column.large:last-child {
        margin-right: 0; }
    footer .column:nth-child(3) {
      margin-right: 0;
      float: right; }
  footer .copyright {
    clear: both;
    font-size: 12px;
    line-height: 22px;
    color: #717171;
    padding-top: 30px; }
  footer .inline-menu {
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    clear: both; }
    footer .inline-menu li {
      float: left;
      margin: 0 10px 0 0; }
      footer .inline-menu li a {
        color: #CCCCCC;
        font-weight: 400;
        font-size: 15px;
        text-decoration: none; }

/*# sourceMappingURL=app.css.map */

















        /*LG @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media (max-width: 1366px) {

}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  SPECIAL  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media (max-width: 1199px) {

}



/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  SPECIAL  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media (max-width:1000px) {


}


/*MD ###########################################################################################################################*/
@media (max-width: 991px) {


}

/*SM $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
@media (max-width: 767px) {





}

 


/*   SPECIAL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
@media (max-width: 580px) {


}


/*   SPECIAL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
@media (max-width: 380px) {



}


/*XS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
@media (max-width: 340px) {


}






