body {
  overflow: hidden; 
}
 
/* ini: Preloader */
 
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#1b7fd0; /* cor do background que vai ocupar o body */
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}


/* 
GERAL------------------------------------------------------------------------------------- */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #1b7fd0;
}
@font-face {
  font-family:"Plumpfull";
  src:url("../font/Plumpfull.ttf") format("truetype");
  font-weight:normal;font-style:normal;
}
body {
  font-family: 'Roboto', sans-serif;
}
img {
  max-width: 100%;
  display: block;
}
.whatsappp{
  position: fixed;
  bottom: 2%;
  right: 1%;
  padding: 5px;
  z-index: 10000000;
  width: 60px;
}
/* NAVEGAÇÃO--------------------------------------------------------------------------------- */
.fixed-top{
  z-index: 996;
}
.navbar-brand img{
  width: 150px;
}
.bg-dark {
  background-color: rgba(27, 127, 208, 0.9) !important;
  height: 60px;
}
.navbar-dark .navbar-nav .nav-link{
  color: #fff;
  font-size: 0,875em;
  font-weight: 700; 
  padding-right: 25px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
  color: #fff;
}

/* 
PRIMEIRA PARTE --------------------------------------------------------------------------  */
.part-one{
  height: 800px;
  width:100%;
  background-image: url(../img/geral.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.frase{
  width: 300px;
  margin: 130px auto 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.celular1{
  width: 280px;
  height: 550px;
  margin: 0 auto;
}
.part-one-left p{
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 10px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.part-one-left h4{
  color: #000;
  font-size: 1.25em;
  text-align: center;
  margin-top: 40px;
}

.baixar{
  text-align: center;
  margin-bottom: 50px;
}
.baixar img{
  display: inline-block;
}
.part-one-right-texto{
  position: relative;
  top: 850px;
}
.part-one-right-texto h4{
  color: #1b7fd0;
  font-size: 2.5em;
  text-align: left;
  margin-bottom: 15px;
  font-family:"Plumpfull";
}
.part-one-right-texto p{
  color: #707070;
  font-size: 1.125em;
  text-align: left;
  width: 400px;
}
.btn-primary:hover{
  background-color: #1b7fd0;
}
/* 
SEGUNDA PARTE -----------------------------------------------------------------------------
*/
.part-two{
  background-color: #F8F8F8;
  margin-top: 300px;
  margin-bottom: 100px;
  padding: 50px 0px 40px 0px;
}
.part-two-left{
  text-align: right;
  margin-top: 50px;
}
.part-two-left h1{
  font-family:"Plumpfull";
  color: #1b7fd0;
  font-size: 2.5em;
}
.part-two-left p{
  color: #707070;
  font-size: 1.125em;
}
.produto li{
  display: inline-block;
  margin: 0px 5px;
}
.part-two-left .btn-primary, .btn-primary{
  font-weight: 100;
  margin-right: 10px;
  background-color: #1B7FD0;
}
.btn-primary:focus, .btn-primary.focus{
  box-shadow: none;
}
/* 
PARTE TRES ------------------------------------------------------------------------------- 
*/
.celular3{
  order:0;
}
.celular3 img{
  height: 500px;
  margin-left: 150px;
}
.part-tree-rigth{
  align-self: center;
  order:1;
}
.part-tree-rigth h4{
  font-family:"Plumpfull";
  color: #1b7fd0;
  font-size: 2.5em;
  width: 400px;
}
.part-tree-rigth p{
  font-size: 16px;
  color: #707070;
  max-width: 350px;
}

/* 
PARTE QUATRO -----------------------------------------------------------------------------
*/
.four-part{
  height: 100%;
  width:100%;
  background-image: url(../img/motoqueiro-01\ copy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  top: 100px;
}
.four-part h4{
  font-family:"Plumpfull";
  color: #1b7fd0;
  font-size: 2.5em;
  text-align: right;
  
}
.four-part p{
  font-size: 16px;
  color: #707070;
  text-align: right;
}
.four-part-left{
  align-self: center;
  padding-left: 350px;
  position: relative;
  top: 110px;
}
.four-part .btn-primary{
  margin-top: 50px;
  margin-left: 100px;
  margin-bottom: 20px;
}
.celular-final{
  padding-left: 100px;
}

/* 
FOOTER -----------------------------------------------------------------------------------
*/
.footer {
  width: 100%;
  background-image: url(../img/Rodapé.svg);
  background-repeat: no-repeat;
  background-position: 0px 55px;
  background-size: cover;
  padding: 130px 0px 50px 100px;
  position: relative;
  z-index: 100;
}
.footer-logo img {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}
.text-footer ul li{
  margin: 10px 0px;
  font-weight: bold;
  font-size: 1.125em;
}
.fa-whatsapp, .fa-phone-alt, .fa-envelope, .fa-map-marker-alt{
  font-size: 20px;
  margin-right: 10px;
  font-weight: normal;
}

.rede-social {
  height: 45px;
  margin-top: 10px;
}


.facebook,
.instagram,
.whatsapp {
  display: inline-block;
}

.facebook img,
.instagram img,
.whatsapp img {
  padding: 0 3px;
  max-width: 100%;
}

.whatsapp img {
  height: 30px;
  align-self: center;
}

.text-social {
  padding: 20px 0;
}

.text-social h4 {
  font-size: 26px;
  font-weight: 700;
}

.text-social input {
  width: 50%;
  border-radius: 10px;
  padding: 5px 10px;
  border: none;
  margin-bottom: 10px;
}

.btn-success{
  padding: 4px 10px;
  margin-left: 0px;
}

