
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 0 0 10px;
  height: 72px;
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 20px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 138px;
  height: 36px;
  vertical-align: middle;
  
}
#header #logo .sublogo-title{
  color: white;
}

@media (max-width: 1136px) {
  #header #logo h1 {
    font-size: 20px;
  }
  #header #logo img {
    max-height: 38px;
    max-width: 140px;
    margin-top: 10px;
    margin-top: 5px;

  }

}

/*--------------------------------------------------------------
# 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;
  margin-top: 0 !important;
}

.nav-menu ul ul {
  top: 0px;
  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;
  margin-top: 9px;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 948px) {
  #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: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #18d26e;
}

.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: #18d26e;
}

.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: 948px) {
  #mobile-nav-toggle {
    display: inline;
    
  }
}
#mobile-nav-toggle.header-scrolled{
  margin: 15px 20px 0 0;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  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: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#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: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  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;
}

/*-------------------------------------------------------------
# Main content
/--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');

#main-content{
  margin-top: 60px;
}
#main-content h3{
     font-family: 'Josefin Sans', sans-serif;
}

#main-content .box{
    padding:60px 0px;
}

#main-content .box-part{
    background:#FFF;
    border-radius:10px;
    padding:30px 10px;
    margin:30px 0px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.274);
    height: 80%;
    width: 100%;
    
}

#main-content .box-part .title{
  margin-top: 10px;
  color: #000;
}
#main-content .box-part .text{
  color: #000;
}
#main-content .box-part .download-smart-control{
  padding-top: 10px !important;
}
#main-content .box-part .fas{
  margin-bottom: 20px;
}

#main-content .box-part .fa-eye{
  color: rgb(102, 19, 84);
}
#main-content .box-part .fa-recycle{
  color: rgb(42, 161, 92);
}
#main-content .box-part .fa-heartbeat{
  color: rgb(150, 26, 26);
}
#main-content .box-part .fa-lightbulb{
  color: rgb(175, 175, 2);
}

#main-content .btn-to-app {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 22px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
  border: 2px solid #18d26e;
  text-align: center;
  display: inline-block;
}
#main-content .btn-to-app i{
  margin: 0 !important;
  padding : 0 !important;
}
#main-content .btn-to-app .hide-download-link{
  display: none;
}
#main-content .btn-to-app .hide-downloading-loading{
  display: none;
}

#main-content #smart-control-download-windows{
  margin: 0 0 5px 0 !important;
}



#main-content .box-part:hover{
    background:rgb(9, 155, 118);
}
#main-content .box-part:hover .btn-to-app{
  background: rgba(9, 155, 119, 0);
  border: 2px solid #fff;
}
#main-content .box-part .btn-to-app:hover{
  font-weight: bold;
}
#main-content .box-part:hover .fas , 
#main-content .box-part:hover .title , 
#main-content .box-part:hover .text {
    color:#FFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#main-content .box-part:hover img{
  filter: brightness(0) invert(1);
}

#main-content .text{
    margin:20px 0px;
}

#main-content .fa{
     color:#4183D7;
}

/*-------------------------------------------------------------
# Modal
---------------------------------------------------------------*/
.modal .modal-header{
  background: rgb(9, 155, 118);
}
.modal .modal-header .modal-title{
  color: white;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.modal .modal-header button{
  color: white;
}
.modal .modal-body .col-form-label{
  color: #000;
}
.modal .modal-body input:focus {
  outline: none !important;
  border:1px solid rgb(9, 155, 118);
  box-shadow: 0 0 10px #719ECE;
}
.modal .modal-footer button.close-btn{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #626363;
  border: 2px solid #626363;
}
.modal .modal-footer button.confirm-btn{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: rgb(9, 155, 118);
  border: 2px solid rgb(9, 155, 118);
}
.modal .modal-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: rgb(148, 3, 22);
}
.modal .modal-info .hide-empty-input{
  display: none;
}
.modal .modal-info .hide-incorrect-input{
  display: none;
}
.modal .modal-info .hide-correct-input{
  display: none;
}
.modal .modal-info .hide-spinner-input{
  display: none;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}


#footer .footer-top .social-links a {
  font-size: 30px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-contact .footer-address {
  font-size: 0.85rem;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.img-logo-footer{
  width:140px;
  height: 38px;
  margin-bottom: 10px;

}



