@charset "UTF-8";
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Open+Sans:300,400,600,700');
body {
   font-size: 15px;
   color: #808080;
   font-weight: normal;
   font-family: 'Open Sans', sans-serif;
   overflow-x: hidden;
   direction: ltr;
   background: linear-gradient(90deg, #26313c 21px, transparent 1%) center, linear-gradient(#26313c 21px, transparent 1%) center, rgba(125,124,128,1);
   background-size: 22px 22px;
 }

/*menu*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #3EABDC;;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 1;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

a, a:hover{
    color: white !important;
    text-decoration: none !important;
}
.fa-bell{
    margin-top: 11px;
}
.fa-envelope{
            margin-top: 10px;
        }
.fa-cog{
            margin-top: 10px;
        }
.fa-laptop,.fa-edit{
            margin-top: 10px;
        }

.fa-user{
    margin-top: 7px;
    color: white;
    font-size: 50px;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    width: 10px;
    background: #212529;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb{
    background-color: #abe9cd;
    background-image: linear-gradient(315deg, #666968 0%, #3b4045 74%);

    width: 0;
    height: 15%;
    transition: 0.5s ease;
    cursor: pointer;
}

.intro .product-wrapper {
position: relative;
display: inline-block; }
.intro .product-wrapper img {
width: 300px; }
.intro .product-wrapper .scroll-stable {
position: relative;
z-index: 99;
width: 350px; }
.intro .scroll-move {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -150px; }
.info .img-wrapper {
position: relative; }
.info .img-wrapper .absolute {
position: absolute;
left: 0;
top: 0;
z-index: -1; }
.info .max-vh-80 {
max-height: 80vh; }

.cta {
min-height: 80vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
  align-items: center;
position: relative;
background-image: url(../img/Fundo.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed; }
.cta:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), transparent); }

.specs-mobile {
  display: none;
}
.specs .img-wrapper {
position: relative; }
.specs .img-wrapper .absolute {
position: absolute;
left: 0;
top: 30px;
z-index: -1; }

footer .app-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
  align-items: center;
line-height: 1.2;
text-align: left;
font-size: 80%; }
footer .btn-warning:hover, footer .btn-warning:focus {
color: #0d0d0d; }
footer .social-media a {
text-decoration: none; }
footer a:not(.btn) {
color: #f9a806; }
footer a:not(.btn):hover, footer a:not(.btn):focus {
color: #00e6bf; }
footer .cp {
border-top: 1px solid #262626; }

.fa-star, .fa-mobile, .fa-globe, .fa-space-shuttle, .fa-line-chart{
color: white;
font-size: 50px;
margin-bottom: 10px;

}

h1{
font-weight: bold;
color: white;
text-transform: uppercase;
font-size: 60px;
}

.lead{
color:white;
}
h2{
color: white;
font-size: 40px;
text-transform: uppercase;
}
#features h2{
font-size: 40px;
}
a{
color: white !important;
text-decoration: none !important;
}
.h4{
color: white;
}

@media only screen and (max-width: 991px) {
.intro .display-1 {
font-size: 2rem !important;
color: white !important;
}
.intro .product-wrapper img {
width: 160px; }
.intro .product-wrapper .scroll-stable {
width: 220px; }
.intro .scroll-move {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -80px; }

.mb-sm-large {
margin-bottom: 250px; }

.cursor {
display: none; } }

/*Intro Section*/
.intro .product-wrapper {
  position: relative;
  display: inline-block; }
  .intro .product-wrapper img {
    width: 300px; }
  .intro .product-wrapper .scroll-stable {
    position: relative;
    z-index: 99;
    width: 350px; }
.intro .scroll-move {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px; }

/*Info Section*/
.info .img-wrapper {
  position: relative; }
  .info .img-wrapper .absolute {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
.info .max-vh-80 {
  max-height: 80vh; }

/*Specs Section*/
.specs .img-wrapper {
  position: relative; }
  .specs .img-wrapper .absolute {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -1; }

/*Footer*/
footer .app-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  text-align: left;
  font-size: 80%; }
footer .btn-warning:hover, footer .btn-warning:focus {
  color: #0d0d0d; }
footer .social-media a {
  text-decoration: none; }
footer a:not(.btn) {
  color: #f9a806; }
  footer a:not(.btn):hover, footer a:not(.btn):focus {
    color: #00e6bf; }
footer .cp {
  border-top: 1px solid #262626; }

.fa-heart, .fa-bullhorn, .fa-globe, .fa-tag, .fa-search{
  color: white;
  font-size: 50px;
  margin-bottom: 10px;

}

h1{
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 60px;
}

.lead{
  color:white;
}
h2{
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}
#features h2{
  font-size: 40px;
}
a{
  color: white !important;
text-decoration: none !important;
}
.h4{
  color: white;
}
/*--------------------------------------------------------------
11.0 Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .intro .display-1 {
    font-size: 2rem !important;
   color: white !important;
  }
  .intro .product-wrapper img {
    width: 160px; }
  .intro .product-wrapper .scroll-stable {
    width: 220px; }
  .intro .scroll-move {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px; }

  .mb-sm-large {
    margin-bottom: 250px; }

  .cursor {
    display: none; }

    h1{
      font-size: 70px;
    }

    .cta {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;   
      background-size: 100%;      
    }
  /*nav {
    visibility: hidden;
  }*/
  .specs {
    display: none;
  }
  .specs-mobile {
    display: flex;
  }
  
  h1 {
    font-size: 3.0rem;
  }
  h2 {
    font-size: 2.75rem;
  }
  h3 {
      font-size: 1.375rem;
  }

  p {
    font-size: 13px;
  }
  html {
    font-size: 13px;
  }

}

/* ini: Preloader */
 
#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: #26313c; /* 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%);  
}

/* end: Preloader */

.modal-dialog {
  max-width: 75%;
  margin-left: auto;
  margin-right: 100px;
  margin: 100px auto;
}

.modal-body {
position:relative;
padding:0px;
}

.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}

/* ---- Pulse Custom ---- */

.pulse-custom {
  cursor: pointer;
  animation: pulse-custom 2s infinite;
}
.pulse-custom:hover {
  animation: none;
}

@-webkit-keyframes pulse-custom {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243, 184, 184, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse-custom {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(243, 184, 184, 0.4);
    box-shadow: 0 0 0 0 rgba(243, 184, 184, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
input[type="text"]:focus{
  color: rgba(255, 255, 255, 0.35) !important;
}
textarea, input {
  color: rgba(255, 255, 255, 0.35) !important;
  background-color : rgb(104, 9, 9) !important;
  background-color: transparent  !important;;  
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  background-color: #0a70a3;
  border-radius: 60px;
  border: 0;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 1.125em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: #271fca; }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: #271fca; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    opacity: 0.5; }
  @media screen and (max-width: 480px) {
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
      padding: 0; }
}