body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

input::placeholder, textarea::placeholder{
  color:#ccc !important;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #515e61;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  position: absolute;
  background: url("../img/logo.svg") no-repeat;
  background-size: 232px 65px;
  width: 232px;
  height: 65px;  
  top: 5px;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {  
  background: #fff;  
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
  box-shadow: 0 1px 2px 0 #ccc;
}

#header.header-fixed .nav-menu a {
  color: #000;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(250, 250, 250, 0.75)), url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

#intro .intro-home{
  position: absolute;  
  width: calc(80% - 60px);
  height: 100%;
}

#intro .login{
  position: absolute;  
  right: 80px;
  top:150px;
  width: 20%;
  height: 100%;  
}

.login input{
  border-color:#999;
}

.login button {  
  border: 0;
  border-radius: 0px;
  padding: 8px 30px;
  font-size: .8rem;  
}

#msg{
  font-size: .8rem;
}

.alert{
  border-radius: 0; 
  border: none;
  margin-left: 5px;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text {
  position: absolute;
  margin:auto;
  left: 0;
  top: 80px;
  right: 0;
  width: 50%;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h2 {
  margin: 60px 0 10px 0;
  padding: 0 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #header #logo {
    position: absolute;
    background: url("../img/logo.svg") no-repeat;
    background-size: 132px 35px;
    width: 132px;
    height: 35px;  
    top: 25px;
  }
  
  #intro .intro-home{    
    width: 100%;    
  }
  
  #intro h2 {    
    font-size: 20px;
    line-height: 36px;
  }

  #intro .intro-text {    
    width: 80%;    
  }

  .login{
    display: none;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }  
  
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.scroll-down{
  position: absolute;
  z-index: 99999;  
  margin: auto;  
  color: #aaa;  
  width: 40px;
  height: 40px;  
  border: 1px none #ccc;
  border-radius: 50%;  
  bottom: calc(100% - 60%);
  left: calc(100% - 63.8%);
  transition: none;
  background: rgba(255, 255, 255, .9);
}

.scroll-down i{
  position: absolute; 
  font-size: 40px;
  left: 7px;
  top: 2px;
}

.scroll-down:hover{  
  border-color:white !important;
  background: #fff;
  opacity: .5;
}

@media (max-width: 768px) {
  .scroll-down{    
    width: 30px;
    height: 30px;  
    bottom: calc(100% - 60%);
    left: calc(100% - 55%);    
    background: rgba(255, 255, 255, .9);
  }
  
  .scroll-down i{    
    font-size: 30px;
    left: 5px;   
  }
}
/*--------------------------------------------------------------
# Sections
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section
--------------------------------*/
.section{
  overflow: hidden;
}

.section img{
  width: 100%;
  margin-top:60px;
}

.section .features-row{
  margin:auto;
  width:65%;
  padding: 60px 0 30px 0;  
}

.section h2{
  font-size: 26px;
  font-weight: 700;
  color: #000;  
  margin: 0;
  padding-left: 120px;
}

.title{
  padding-left: 0 !important;
  padding-bottom: 20px;
}

.section h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

.section p {  
  margin: 0;
  padding: 0;
  color: #555;
  margin-bottom: 20px;  
}

.section .img-right{
  float: right;
  padding: 0 0 30px 30px;
}

.section .img-right-m{
  /*max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;*/
  display: none;
}

.section .img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  .section .features-row{
    margin:auto;
    width:100%;
    padding: 0px 0px;
  }

  .section img{    
    margin-top:0px;
  }

  .section h2{
    font-size: 20px;
    font-weight: 700;
    color: #000;  
    margin: 0;
    padding-left: 0px;
    padding: 20px 0 10px 0;
  }

  .title{
    padding-left: 0 !important;
    padding-bottom: 0px;
  }

  .section p { 
    margin: 0;     
    margin-bottom: 10px; 
    padding: 0;
    text-align: unset;    
    font-size: 14px;
  }

  .section .img-right{    
    display: none;    
  }
  .section .img-right-m{    
    display: block;   
    max-width: 100%;
    padding: 10px 0; 
  }  
}

@media (max-width: 767px) {
  .section .img-left {
    max-width: 100%;max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

.section-bg {
  background: #eff5f5;
}

.item h2{
  padding-left: 140px;
}
.item p {
  width: 90%;
}
/* icon
--------------------------------*/
.icon, .icon-m{
  width: 140px;
  height: 140px;
  background-size: 120px 120px;
  float: right;

}

.icon-m{
  display: none;
}

@media (max-width: 768px) {
  .icon{
    width: 80px;
    height: 80px;        
    margin-top: 0px;     
    display: none;
    float: left;
  }

  .icon-m{
    width: 100px;
    height: 80px;  
    display: block;
  }

  #icon-dashboard, #icon-api, #icon-inspection, #icon-model3, #icon-intuitive, #icon-customization, #icon-multiusers, #icon-auditable, #icon-validity, #icon-helpdesk{   
    background-size: 80px 80px !important;
  }

  #icon-imwork-bg, #icon-interest-bg{  
    width: 200px !important;
    height: 200px !important;
    background-size: 190px 190px !important;
    float: none;
    display: block;    
    margin: auto;
  }  
}

#icon-dashboard-m{
  display: none;
}

#icon-dashboard{
  background: url("../img/stadistics.svg") no-repeat;
  background-size: 120px 120px;
}

#icon-api{
  background: url("../img/api.svg") no-repeat;
  background-size: 120px 120px;
}

#icon-inspection{
  background: url("../img/search.svg") no-repeat;
  background-size: 120px 120px;
}

#icon-model3{
  background: url("../img/3d.svg") no-repeat;
  background-size: 120px 120px;
}

#icon-intuitive{
  background: url("../img/monitor.svg") no-repeat;
  background-size: 120px 120px;
}

#icon-customization{  
  background: url("../img/jigsaws.svg") no-repeat;
  background-size: 120px 120px;
}

#icon-multiusers{  
  background: url("../img/networking.svg") no-repeat;
  background-size: 120px 120px;
}

#icon-auditable{
  background: url("../img/test.svg") no-repeat;
  background-size: 120px 120px;
}

#icon-validity{  
  background: url("../img/book.svg") no-repeat;  
  background-size: 120px 120px;
}

#icon-helpdesk{  
  background: url("../img/online.svg") no-repeat;  
  background-size: 120px 120px;
}

#icon-imwork-bg{  
  width: 300px;
  height: 300px;
  background: url("../img/cloud-computing.svg") no-repeat;  
  background-size: 290px 290px;
}

#icon-interest-bg{  
  width: 300px;
  height: 300px;
  background: url("../img/idea.svg") no-repeat;  
  background-size: 290px 290px;
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.form input, .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button{  
  border: 0;
  border-radius: 0px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}
