* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif; 
}

html, body {
  min-height: 100%;
}

/* ########################################################## */

.header-fixed {
  width: 100%;
  height: 70px;
  top: -70px;
  left: 0px;
  z-index: 99999;
  position: fixed;
  background-color: white;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 7px 37px -5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 7px 37px -5px rgba(0,0,0,0.4);
  box-shadow: 0px 7px 37px -5px rgba(0,0,0,0.4);
}

.header-fixed.active {
  top: 0px;
  transition: all 0.3s;
}

.header-fixed .name {
  width: 70px;
  height: 70px;
  padding-left: 6px;
  float: left;
  text-align: left;
}

.header-fixed .name .label-name {
  width: 100%;
  float: left;
  margin-top: -5px;
  font-size: 31px;
  font-weight: bold;
  text-align: left;
}

.header-fixed .label-download {
  width: 100%;
  font-size: 12px;
  margin-top: 14px;
  font-weight: bold;
  text-align: left;
}

.header-fixed .box-buttons {
  width: 127px;
  height: 70px;
  float: right;
}

.header-fixed .box-buttons a {
  width: 56px;
  height: 56px;
  margin-top: 8px;
  margin-right: 6px;
  float: left;
  display: block;
  outline: none;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid #444;
}

.header-fixed .box-buttons a.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.header-fixed .box-buttons a img {
  width: 30px;
  margin-top: 12px;
}

/* ########################################################## */

.banner-screen {
  width: 100%;
  height: 1000px;
  float: left;
  overflow: hidden;
  /* background: rgba(166,228,69,1);
  background: -moz-linear-gradient(top, rgba(166,228,69,1) 0%, rgba(64,142,33,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(166,228,69,1)), color-stop(100%, rgba(64,142,33,1)));
  background: -webkit-linear-gradient(top, rgba(166,228,69,1) 0%, rgba(64,142,33,1) 100%);
  background: -o-linear-gradient(top, rgba(166,228,69,1) 0%, rgba(64,142,33,1) 100%);
  background: -ms-linear-gradient(top, rgba(166,228,69,1) 0%, rgba(64,142,33,1) 100%);
  background: linear-gradient(to bottom, rgba(166,228,69,1) 0%, rgba(64,142,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e445', endColorstr='#408e21', GradientType=0 ); */  
  background: rgba(18,18,18,1);
  background: -moz-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(120,120,120,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,18,18,1)), color-stop(100%, rgba(120,120,120,1)));
  background: -webkit-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(120,120,120,1) 100%);
  background: -o-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(120,120,120,1) 100%);
  background: -ms-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(120,120,120,1) 100%);
  background: linear-gradient(to bottom, rgba(18,18,18,1) 0%, rgba(120,120,120,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#787878', GradientType=0 );
}

.banner-screen span, .banner-screen h1 {
  width: 100%;
  text-align: center;
  display: block;
}

.banner-screen .welcome {
  margin-top: 30px;
  font-size: 18px;
  color: #ddd;
  opacity: 0.7;
}

.banner-screen .welcome-2 {
  font-size: 18px;
  margin-top: 30px;
  color: #fefefe;
  font-weight: 400;
  opacity: 0.7;
}

.banner-screen h1 {
  margin-top: 30px;
  font-size: 56px;
  color: #fff;
  font-weight: bold;
}

.banner-screen .label-name {
  width: 500px;
  font-size: 26px;
  font-size: 30px;
  margin: 0 auto;
  color: #fefefe;
  display: block;
  font-weight: bold;
}

.banner-screen .desc-name {
  margin-top: 20px;
  font-size: 18px;
  color: #ddd;
  font-weight: 400;
  opacity: 0.7;
}

.banner-screen .img-phone-home {
  width: 500px;
  margin: 0 auto;
  display: block;
}

/* ########################################################## */

.box-download {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  z-index: 999;
  float: left;
  position: relative;
  -webkit-box-shadow: 0px 7px 37px -5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 7px 37px -5px rgba(0,0,0,0.4);
  box-shadow: 0px 7px 37px -5px rgba(0,0,0,0.4);
}

.box-download .center-buttons {
  width: 450px;
  margin: 0 auto;
  position: relative;
}

.box-download .button-download {
  width: 200px;
  height: 60px;
  margin: 0px 12px;
  float: left;
  display: block;
  outline: none;
  text-decoration: none;
  border-radius: 20px;
  border: 2px solid #444;
  transition: all 0.3s;
}

.box-download .button-download.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.box-download .button-download .logo {
  width: 70px;
  height: 60px;
  float: left;
  text-align: center;
}

.box-download .button-download .logo img {
  width: 40px;
  height: 40px;
  margin-top: 8px;
}

.box-download .button-download .labels {
  width: 100px;
  height: 60px;
  float: left;
}

.box-download .button-download .labels span {
  width: 100%;
  font-size: 14px;
  margin-top: 7px;
  display: block;
  color: #333;
}

.box-download .button-download .labels h4 {
  width: 100%;
  font-size: 18px;
  display: block;
  font-weight: bold;
  color: #333;
}

.box-download .button-download:hover {
  transform: scale(0.99);
  opacity: 0.7;
  transition: all 0.3s;
  cursor: pointer;
}

/* ########################################################## */

.box-prints {
  width: 100%;
  height: 1000px;
  float: left;
  background-image: url('img/img_screens.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* ########################################################## */

.box-facilidade {
  width: 100%;
  height: 800px;
  padding-left: 16px;
  float: left;
  z-index: 999;
  position: relative;
  background-image: url('img/background_facilidade.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px -23px 81px -14px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -23px 81px -14px rgba(0,0,0,0.6);
  box-shadow: 0px -23px 81px -14px rgba(0,0,0,0.6);
}

.box-facilidade .center-content {
  width: 800px;
  margin: 250px auto auto auto;
  position: relative;
}

.box-facilidade .center-content h2 {
  width: 300px;
  font-size: 60px;
  display: block;
  font-weight: bold;
  color: white;
}

.box-facilidade .center-content p {
  width: 400px;
  font-size: 22px;
  margin-top: 15px;
  display: block;
  color: white;
}

/* ########################################################## */

.box-seguranca {
  width: 100%;
  height: 1000px;
  float: left;
  padding-left: 16px;
  overflow: hidden;
  background-image: url('img/background_seguranca.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-seguranca .desc-mobile {
  display: none;
}

.box-seguranca .center-content {
  width: 900px;
  height: 930px;
  margin: 70px auto auto auto;
  position: relative;
  background-image: url('img/img_seguranca.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.box-seguranca .center-content h2 {
  width: 500px;
  font-size: 60px;
  margin-top: 200px;
  margin-bottom: 20px;
  padding-left: 50px;
  display: block;
  font-weight: bold;
  color: white;
  float: left;
}

.box-seguranca .center-content p {
  width: 300px;
  font-size: 22px;
  margin-top: 15px;
  padding-left: 50px;
  display: block;
  color: white;
}

/* ########################################################## */

.footer {
  width: 100%;
  height: auto;
  padding: 80px 0px 100px 0px;
  float: left;
}

.footer h2 {
  widows: 100%;
  font-size: 32px;
  margin-bottom: 60px;
  color: #444;
  text-align: center;
  display: block;
}

.footer .box-logos {
  width: 900px;
  margin: 0 auto;
}

.footer .logo {
  width: 225px;
  height: 100px;
  margin: 0 auto;
  float: left;
  text-align: center;
}

.footer .logo img {
  width: 166px;
}

.mba {
  margin-top: 30px;
}

.tse {
  margin-top: 6px;
}

.serpro {
  margin-top: 18px;
}

.mp {
  width: 180px !important;
  margin-top: 26px;
}


/* ########################################################## */
/* TABLET */

@media (max-width: 900px) {
  .footer .box-logos {
    width: 600px;
    margin: 0 auto;
  }
  
  .footer .logo {
    width: 300px;
    height: 100px;
    margin: 0 auto;
    float: left;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .banner-screen .label-name {
    width: 100%;
    font-size: 20px;
    padding: 0px 20px;
  }

  .banner-screen .desc-name {
    padding: 0px 10px;
  }

  .box-facilidade .center-content {
    width: 600px;
  }

  .box-seguranca {
    padding-left: 0px;
    height: 1200px;
  }

  .box-seguranca .center-content {
    width: 100%;
  }

  .box-seguranca .center-content h2 {
    display: none;
  }
  
  .box-seguranca .center-content p {
    display: none;
  }

  .box-seguranca .desc-mobile {
    padding-left: 40px;
    display: block;
  }

  .box-seguranca .center-content h2 {
    padding-left: 0px;
  }

  .box-seguranca .center-content p {
    padding-left: 0px;
  }

  .box-seguranca .desc-mobile h2 {
    width: 500px;
    font-size: 50px;
    margin-top: 80px;
    display: block;
    font-weight: bold;
    color: white;
  }
  
  .box-seguranca .desc-mobile p {
    width: 300px;
    font-size: 22px;
    margin-top: 15px;
    display: block;
    color: white;
  }
}

@media (max-width: 600px) {
  .footer .box-logos {
    width: 400px;
    margin: 0 auto;
  }
  
  .footer .logo {
    width: 400px;
    height: 100px;
    margin: 0 auto;
    float: left;
    text-align: center;
  }

  .box-prints {
    height: 700px;
  }

  .box-facilidade {
    padding-left: 20px;
  }
  
  .box-facilidade .center-content {
    width: 100%;
  }

  .box-facilidade .center-content p {
    width: 300px;
  }

  .box-seguranca .center-content {
    width: 100%;
    padding-left: 40px;
    padding-top: 100px;
  }

  .box-seguranca .desc-mobile h2 {
    width: 300px;
  }
}

@media (max-width: 520px) {
  .footer .box-logos {
    width: 300px;
    margin: 0 auto;
  }
  
  .footer .logo {
    width: 300px;
    height: 100px;
    margin: 0 auto;
    float: left;
    text-align: center;
  }

  .banner-screen {
    height: 830px;
  }

  .banner-screen .img-phone-home {
    width: 380px;
  }

  .box-download .center-buttons {
    width: 300px;
  }

  .box-download .button-download {
    width: 300px;
    margin: 8px 0px !important;
  }

  .box-seguranca .desc-mobile {
    padding-left: 20px;
    display: block;
  }

  .box-seguranca .center-content {
    background-position-y: top;
    background-position-x: -200px;
  }
}

@media (max-width: 390px) {
  .banner-screen {
    height: 728px;
  }

  .banner-screen .img-phone-home {
    width: 300px;
  }

  .box-download {
    padding: 20px 0px;
  }

  .box-prints {
    height: 500px;
  }

  .box-facilidade .center-content h2 {
    font-size: 40px;
  }

  .box-seguranca {
    height: 1000px;
  }

  .box-seguranca .desc-mobile h2 {
    font-size: 40px;
  }

  .box-seguranca .center-content {
    height: 700px;
    background-position-y: top;
    background-position-x: -170px;
  }
}