@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(13, 13, 13, 0.6);   
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  .width: 28%;
  width: 18%;
  padding-right: 15px;  
}
.navbar-default .nav-wrap {
  .width: 50%;
  width: 56%;
}
.navbar-default .nav > li > a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  .padding: 35px 15px;
  padding: 25px 14.6px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #a3a3a3;
}
.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #a3a3a3;
}

.top-nav-collapse {
  background: #23263B;  /*azul*/
  .background: #24242a; /*preto*/
  .background: #56555C; /*cinza*/
  
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  .width: 52px;
  .height: 52px;  
}
.top-nav-collapse .nav > li > a {
  .padding: 30px 15px;
}

.page-scroll,
.dropdown-menu {
	opacity: 0.6;
}

/*KFR*/
.box-1 {
	position: relative; 
	left: 50%; 
	.padding: 12%  0 13.3%;
	padding: 45%  0 5.4%;	
	.margin-bottom: 60px;
	z-index: 0;
	background: url(../img/chemistry.jpg)  no-repeat center top;
	background-size: cover;
}
.box-1 #bgndVideo {z-index: -1; position: absolute; left: 0; top: 0; bottom: 0; right: 0;}



header { 
	height: auto;
	overflow: hidden;
}

#background { 
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%; 
	width: 100%; 
	height: auto; 
	background-color: #0d0d0d;
	background-cover: cover; 
}

/*KFR*/

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

/*KFR*/
/* ==========================================================================
Clients - Sliders Style
========================================================================== */

#owl-hero-clients {
  overflow: hidden;  
}
#owl-hero-clients .item {
  background-image: url(../img/clientes.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
  background-attachment: fixed;
}
#owl-hero-clients .item .caption {
  position: absolute;
  top: 50%;
  .margin-top: -104px;
  margin-top: -80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-clients .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-clients .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-clients .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero-clients .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero-clients .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero-clients .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero-clients .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero-clients .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero-clients .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero-clients .owl-buttons .owl-prev,
#owl-hero-clients .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero-clients:hover .owl-prev {
  left: -5px;
}

#owl-hero-clients:hover .owl-next {
  right: -5px;
}

/*
#owl-hero-clients {
  background-image: url("../img/clientes.jpg");	
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  .padding: 60px 0;
  .padding: 160px 0;
  padding: 80px 0 580px;
  text-align: center;
   
  
  overflow: hidden;
}
#owl-hero-clients .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-clients .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-clients .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-clients .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-clients .item .caption h6 {
  color: #fff;
  margin: 0;
}
*/

/* ==========================================================================
Image Group Clients - Sliders Style
========================================================================== */

#owl-hero-group-clients {
  overflow: hidden;
}
#owl-hero-group-clients .item {
  background-image: url(../img/clients/clientes_grupo_incal.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  .-webkit-background-size: cover;
  .background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 580px;
}
#owl-hero-group-clients .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-group-clients .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-group-clients .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-group-clients .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero-group-clients .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero-group-clients .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero-group-clients .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero-group-clients .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero-group-clients .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero-group-clients .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero-group-clients .owl-buttons .owl-prev,
#owl-hero-group-clients .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero-group-clients:hover .owl-prev {
  left: -5px;
}

#owl-hero-group-clients:hover .owl-next {
  right: -5px;
}

/*
#owl-hero-group-clients {
  background-image: url("../img/clients/clientes_grupo_incal.png");	
  -moz-background-size: cover;
  -o-background-size: cover;
  .-webkit-background-size: cover; 	aqui
  .background-size: cover; 			aqui
  background-position: center;
  background-repeat: no-repeat;
  .background-attachment: fixed;
  .padding: 60px 0;
  .padding: 160px 0;
  padding: 120px 0 580px; 			aqui -antes: padding: 80px 0 580px;
  text-align: center;
   
  
  overflow: hidden;
}
#owl-hero-group-clients .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-group-clients .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-group-clients .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-group-clients .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-group-clients .item .caption h6 {
  color: #fff;
  margin: 0;
}
*/
/* ==========================================================================
Certs - Sliders Style
========================================================================== */

#owl-hero-certs {
  overflow: hidden;
}
#owl-hero-certs .item {
  background-image: url(../img/certs2.jpg);	
	
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#owl-hero-certs .item .caption {
  position: absolute;
  top: 50%;
  .margin-top: -104px;
  margin-top: -80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-certs .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-certs .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-certs .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero-certs .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero-certs .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero-certs .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero-certs .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero-certs .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero-certs .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero-certs .owl-buttons .owl-prev,
#owl-hero-certs .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero-certs:hover .owl-prev {
  left: -5px;
}

#owl-hero-certs:hover .owl-next {
  right: -5px;
}

/*
#owl-hero-certs {
  background-image: url("../img/certs2.jpg");	
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  .padding: 60px 0;
  .padding: 160px 0;
  padding: 80px 0 580px;
  text-align: center;
   
  
  overflow: hidden;
}
#owl-hero-certs.item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-certs .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-certs .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-certs .item .caption h1 span {
  font-weight: 700;
  .color: #000000;
}
#owl-hero-certs .item .caption h6 {
  color: #fff;
  .color: #000000;
  margin: 0;
}
*/

/* ==========================================================================
News - Sliders Style
========================================================================== */

#owl-hero-news {
  overflow: hidden;
}
#owl-hero-news .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-news .item .caption {
  position: absolute;
  top: 50%;
  .margin-top: -104px;
  margin-top: -80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-news .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-news .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-news .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero-news .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero-news .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero-news .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero-news .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero-news .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero-news .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero-news .owl-buttons .owl-prev,
#owl-hero-news .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero-news:hover .owl-prev {
  left: -5px;
}

#owl-hero-news:hover .owl-next {
  right: -5px;
}


/*
#owl-hero-news {
  background-image: url("../img/news.jpg");	
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  .background-attachment: fixed;
  .padding: 60px 0;
  .padding: 160px 0;
  padding: 80px 0 580px;
  text-align: center;
   
  
  overflow: hidden;
}
#owl-hero-news .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-news .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-news .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-news .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-news .item .caption h6 {
  color: #fff;
  margin: 0;
}
*/
/* ==========================================================================
Environment - Sliders Style
========================================================================== */

#owl-hero-environment {
  overflow: hidden;
}
#owl-hero-environment .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-environment .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-environment .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-environment .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-environment .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero-environment .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero-environment .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero-environment .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero-environment .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero-environment .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero-environment .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero-environment .owl-buttons .owl-prev,
#owl-hero-environment .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero-environment:hover .owl-prev {
  left: -5px;
}

#owl-hero-environment:hover .owl-next {
  right: -5px;
}

/*
#owl-hero-environment {
  background-image: url("../img/meio_ambiente_1.jpg");	
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  .background-attachment: fixed;
  .padding: 60px 0;
  .padding: 160px 0;
  padding: 80px 0 580px;
  text-align: center;
   
  
  overflow: hidden;
}
#owl-hero-environment .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-environment .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-environment .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-environment .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-environment .item .caption h6 {
  color: #fff;
  margin: 0;
}
*/
/* ==========================================================================
HR - Sliders Style
========================================================================== */

#owl-hero-hr {
  overflow: hidden;
}
#owl-hero-hr .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-hr .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-hr .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-hr .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-hr .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero-hr .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero-hr .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero-hr .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero-hr .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero-hr .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero-hr .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero-hr .owl-buttons .owl-prev,
#owl-hero-hr .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero-hr:hover .owl-prev {
  left: -5px;
}

#owl-hero-hr:hover .owl-next {
  right: -5px;
}

/*
#owl-hero-hr {
  background-image: url("../img/pessoas.jpg");	
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  .background-attachment: fixed;
  .padding: 60px 0;
  .padding: 160px 0;
  padding: 80px 0 580px;
  text-align: center;
   
  
  overflow: hidden;
}
#owl-hero-hr .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-hr .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-hr .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-hr .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-hr .item .caption h6 {
  color: #fff;
  margin: 0;
}
*/
/* ==========================================================================
Posts - Sliders Style
========================================================================== */
#owl-hero-posts {
  overflow: hidden;
}
#owl-hero-posts .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  padding: 80px 0 150px;
}
#owl-hero-posts .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-posts .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-posts .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-posts .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero-posts .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero-posts .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero-posts .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero-posts .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero-posts .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero-posts .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero-posts .owl-buttons .owl-prev,
#owl-hero-posts .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero-posts:hover .owl-prev {
  left: -5px;
}

#owl-hero-posts:hover .owl-next {
  right: -5px;
}

/*
#owl-hero-posts {
  background-image: url("../img/news.jpg");	
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  .background-attachment: fixed;
  .padding: 60px 0;
  .padding: 160px 0;
  padding: 80px 0 150px;
  text-align: center;
   
  
  overflow: hidden;
}
#owl-hero-posts .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero-posts .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero-posts .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero-posts .item .caption h1 span {
  font-weight: 700;
}
#owl-hero-posts .item .caption h2,h3,h6 {
  color: #fff;
  margin: 0;
}
*/

    /* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
  padding: 60px 0;
  text-align: center;
}
#welcome h2 {
  text-transform: uppercase;
}
#welcome h2 span {
  font-weight: 700;
}
#welcome img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#welcome p {
  text-align: justify;
  margin-top: 1em;  
  margin-left: 65px;
  margin-right: 65px;
  text-indent: 55px	
}

/* ==========================================================================
Welcome People Style
========================================================================== */
#welcome_people {
  padding: 60px 0;
  text-align: center;
}
#welcome_people h2 {
  text-transform: uppercase;
}
#welcome_people h2 span {
  font-weight: 700;
}
#welcome_people img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#welcome_people p {
  text-align: justify;
  margin-top: 1em;  
  margin-left: 65px;
  margin-right: 65px;
  /*text-indent: 55px*/
  font-size: 21px;  
  
}


 /* ==========================================================================
Group Services Style
========================================================================== */
#group_services {
  padding: 60px 0;
  text-align: center;  
}
#group_services h2 {
  text-transform: uppercase;
}

#group_services p {
  text-align: justify;
  text-indent: 70px	
}

#group_services h2 span {
  font-weight: 700;
}
#group_services img {
  margin-top: 40px;
  margin-bottom: 40px;
}

 
 /* ==========================================================================
History Style
========================================================================== */
#history {
  padding: 60px 0;  
  text-align: center;
}
#history h2 {
  text-transform: uppercase;
}
#history h2 span {
  font-weight: 700;
}
#history img {
  .margin-top: 20px;
  .margin-bottom: 20px;
}

#history p {
  text-indent: 55px;
  text-align: justify;
}


#history .col-md-12 {
  margin-top: 50px;  
}

    /* ==========================================================================
Services Style
========================================================================== */
#services {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#services h2 {
  text-transform: uppercase;
  color: #fff;
}
#services p {
  color: #fff;
}
#services .services-box {
  margin-top: 40px;
}
#services .services-box .col-md-4 {
  margin-bottom: 20px;
}
#services .services-box .col-md-4 .media-left,
#services .services-box .col-md-4 .media-right,
#services .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#services .services-box .col-md-4 .media-left p,
#services .services-box .col-md-4 .media-right p,
#services .services-box .col-md-4 .media-body p {
  text-align: left;
}
#services .services-box .col-md-4 .media-left h3,
#services .services-box .col-md-4 .media-right h3,
#services .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#services .services-box .col-md-4 .media-left span,
#services .services-box .col-md-4 .media-right span,
#services .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #fff;
}


#services .services-box .col-md-6 {
  margin-bottom: 20px;
}
#services .services-box .col-md-6 .media-left,
#services .services-box .col-md-6 .media-right,
#services .services-box .col-md-6 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#services .services-box .col-md-6 .media-left p,
#services .services-box .col-md-6 .media-right p,
#services .services-box .col-md-6 .media-body p {
  text-align: left;
}
#services .services-box .col-md-6 .media-left h3,
#services .services-box .col-md-6 .media-right h3,
#services .services-box .col-md-6 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#services .services-box .col-md-6 .media-left span,
#services .services-box .col-md-6 .media-right span,
#services .services-box .col-md-6 .media-body span {
  font-size: 36px;
  color: #fff;
  color: #fff;
}

/* ==========================================================================
Group Services Black Style
========================================================================== */
#group_services_black {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#group_services_black h2 {
  text-transform: uppercase;
  color: #fff;
}
#group_services_black p {
  color: #fff;
  text-align: justify;
  text-indent: 70px
}
#group_services_black .services-box {
  margin-top: 40px;
}
#group_services_black .services-box .col-md-4 {
  margin-bottom: 20px;
}
#group_services_black .services-box .col-md-4 .media-left,
#group_services_black .services-box .col-md-4 .media-right,
#group_services_black .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#group_services_black .services-box .col-md-4 .media-left p,
#group_services_black .services-box .col-md-4 .media-right p,
#group_services_black .services-box .col-md-4 .media-body p {
  text-align: left;
}
#group_services_black .services-box .col-md-4 .media-left h3,
#group_services_black .services-box .col-md-4 .media-right h3,
#group_services_black .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#group_services_black .services-box .col-md-4 .media-left span,
#group_services_black .services-box .col-md-4 .media-right span,
#group_services_black .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #fff;
}


#group_services_black .services-box .col-md-6 {
  margin-bottom: 20px;
}
#group_services_black .services-box .col-md-6 .media-left,
#group_services_black .services-box .col-md-6 .media-right,
#group_services_black .services-box .col-md-6 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#group_services_black .services-box .col-md-6 .media-left p,
#group_services_black .services-box .col-md-6 .media-right p,
#group_services_black .services-box .col-md-6 .media-body p {
  text-align: left;
}
#group_services_black .services-box .col-md-6 .media-left h3,
#group_services_black .services-box .col-md-6 .media-right h3,
#group_services_black .services-box .col-md-6 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#group_services_black .services-box .col-md-6 .media-left span,
#group_services_black .services-box .col-md-6 .media-right span,
#group_services_black .services-box .col-md-6 .media-body span {
  font-size: 36px;
  color: #fff;
  color: #fff;
}

/* ==========================================================================
Corporative Style
========================================================================== */
#corporative {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#corporative h2 {
  text-transform: uppercase;
  color: #fff;
}

#corporative h5 {
  color: #fff;
}

#corporative p {
  color: #fff;
}
#corporative .corporative-box {
  margin-top: 40px;
}
#corporative .corporative-box .col-md-4 {
  margin-bottom: 20px;
}
#corporative .corporative-box .col-md-4 .media-left,
#corporative .corporative-box .col-md-4 .media-right,
#corporative .corporative-box .col-md-4 .media-body {
  padding-right: 20px;
  vertical-align: baseline;
}
#corporative .corporative-box .col-md-4 .media-left p,
#corporative .corporative-box .col-md-4 .media-right p,
#corporative .corporative-box .col-md-4 .media-body p {
  text-align: left;
  
}
#corporative .corporative-box .col-md-4 .media-left h3,
#corporative .corporative-box .col-md-4 .media-right h3,
#corporative .corporative-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#corporative .corporative-box .col-md-4 .media-left span,
#corporative .corporative-box .col-md-4 .media-right span,
#corporative .corporative-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #fff;
}


#corporative .corporative-box .col-md-6 {
  margin-bottom: 20px;
}
#corporative .corporative-box .col-md-6 .media-left,
#corporative .corporative-box .col-md-6 .media-right,
#corporative .corporative-box .col-md-6 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#corporative .corporative-box .col-md-6 .media-left p,
#corporative .corporative-box .col-md-6 .media-right p,
#corporative .corporative-box .col-md-6 .media-body p {
  text-align: left;
}
#corporative .corporative-box .col-md-6 .media-left h3,
#corporative .corporative-box .col-md-6 .media-right h3,
#corporative .corporative-box .col-md-6 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#corporative .corporative-box .col-md-6 .media-left span,
#corporative .corporative-box .col-md-6 .media-right span,
#corporative .corporative-box .col-md-6 .media-body span {
  font-size: 36px;
  color: #fff;
  color: #fff;
}

    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 60px 0;
  text-align: center;  
}
#portfolio h2 {
  text-transform: uppercase;
}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

#portfolio .container-fluid h2 span {
  font-weight: 700;
}

 /* ==========================================================================
plants Style
========================================================================== */
#plants {
  padding: 60px 0;
  text-align: center;  
}
#plants h2 {
  text-transform: uppercase;
}
#plants p {
  margin-bottom: 40px;
}
#plants .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#plants .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#plants .plants-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  
}
#plants .plants-box .plants-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plants .plants-box .plants-box-caption .plants-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#plants .plants-box .plants-box-caption .plants-box-caption-content .project-category,
#plants .plants-box .plants-box-caption .plants-box-caption-content .project-name {
  padding: 0 15px;
}
#plants .plants-box .plants-box-caption .plants-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#plants .plants-box .plants-box-caption .plants-box-caption-content .project-name {
  font-size: 18px;
}
#plants .plants-box:hover .plants-box-caption {
  opacity: 1;
}

/* ==========================================================================
services_sec Style
========================================================================== */
#services_sec {
  padding: 60px 0;
  text-align: center;  
}
#services_sec h2 {
  text-transform: uppercase;
  margin-top: 35px;
}
#services_sec p {
  margin-bottom: 40px;
}
#services_sec .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#services_sec .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#services_sec .plants-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  
}
#services_sec .plants-box .plants-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  .opacity: 0;
  opacity: 1;
  background: rgba(13, 13, 13, 0.6);
  .background: rgba(56, 45, 44, 0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#services_sec .plants-box .plants-box-caption .plants-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#services_sec .plants-box .plants-box-caption .plants-box-caption-content .project-category,
#services_sec .plants-box .plants-box-caption .plants-box-caption-content .project-name {
  padding: 0 15px;
}
#services_sec .plants-box .plants-box-caption .plants-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#services_sec .plants-box .plants-box-caption .plants-box-caption-content .project-name {
  font-size: 18px;
}
#services_sec .plants-box:hover .plants-box-caption {  
  .background: rgba(13, 13, 13, 0.6);
  opacity: 0;
}

 /* ==========================================================================
group_services Style
========================================================================== */
#group_services {
  padding: 60px 0;
  text-align: center;  
}
#group_services h2 {
  text-transform: uppercase;
}
#group_services p {
  margin-bottom: 40px;
}
#group_services .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#group_services .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#group_services .plants-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  
}
#group_services .plants-box .plants-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#group_services .plants-box .plants-box-caption .plants-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#group_services .plants-box .plants-box-caption .plants-box-caption-content .project-category,
#group_services .plants-box .plants-box-caption .plants-box-caption-content .project-name {
  padding: 0 15px;
}
#group_services .plants-box .plants-box-caption .plants-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#group_services .plants-box .plants-box-caption .plants-box-caption-content .project-name {
  font-size: 18px;
}
#group_services .plants-box:hover .plants-box-caption {
  opacity: 1;
}


    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 60px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts p {
  color: #fff;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}

    /* ==========================================================================
Our Team Style
========================================================================== */
#team {
  padding: 60px 0;
  text-align: center;
}
#team h2 {
  text-transform: uppercase;
}
#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#team .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#team .team p {
  color: #a3a3a3;
}
#team .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#team .team a:hover,
#team .team a:focus,
#team .team a:active {
  color: #a3a3a3;
}

#team .container h2 span {
  font-weight: 700;
}


    /* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
  background-image: url("../img/pessoas.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  .padding: 60px 0;
  padding: 180px 0;
  .padding: 80px 0 200px;
  text-align: center;
}
#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials p {
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#testimonials h1 {
  margin-top: 65px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#testimonials h1 span {
  font-weight: 700;
}

#testimonials h6 {
  color: #fff;
  margin: 0;
}

    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  .text-align: center;
}
#contact h2 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
}

#contact_par {
  text-align: center;
}

#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}

/* ==========================================================================
People Us Style
========================================================================== */
#people {
  padding: 60px 0 10px;
  text-align: center;
}
#people h2 {
  text-transform: uppercase;
}
#people form {
  margin: 40px 0;
}
#people .form-group {
  margin-bottom: 35px;
}
#people .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#people textarea {
  height: 140px;
  resize: none;
}

#people2 {
  padding: 5px 0 0;
  .text-align: center;
}
#people2 h2 {
  text-transform: uppercase;
  text-align: center;

}

#contact_par {
  text-align: center;
}

#people2 form {
  margin: 40px 0;
}
#people2 .form-group {
  margin-bottom: 35px;
}
#people2 .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#people2 textarea {
  height: 140px;
  resize: none;
}

#people2 h2 span {
  font-weight: 700;
}

    /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  width: 45%;
  height: 400px;
  margin-left: 40px;
  margin-right: 20px;  
}

#map2 {
  .width: 100%;
  width: 45%;
  height: 400px;
  margin-left: 20px;
  margin-right: 40px;
}

#map3 {
  width: 100%;
  height: 500px;
  .margin-left: 20px;
  .margin-right: 40px;
  background: #24242a;
  margin-bottom: 80px;
}

.mapa_grupo {
  .width: 50%;  
  height: 400px;
  .border: 10px solid #24242a;  
  .margin-bottom: 150px; 
}

.mapa_grupo h6{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  .line-height: 110%;
  line-height: 250%;
  .padding-top: 25px;
}

.mapa_grupo p{
  font-weight: 400;
  font-size: 14px;
  color: #fff;
   
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #24242a;
  .padding: 60px 0;     
  text-align: center;  
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  text-transform: uppercase;
  color: #fff;  
}

footer h3, 
footer p {  
  .margin-top: 570px;
  color: #fff;
  font-weight: 700;
  .font-weight: 100;
  
}

footer a {
    font-family: Roboto,sans-serif;
    font-weight: 400;

    height: 90px;
    color: #777;
   

}
footer a:hover,
footer a:focus,
footer a:active {
  color: #a3a3a3;
}

#footext {
	.text-align: left; 
	font-weight: 100;
	font-size: 12px;
	padding-top: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

#content { 
	.position: absolute; 
	.top: 20px; 
	.padding: 30px; 
	.color: #fff; 
	.text-shadow: #000 2px 2px 2px;
	.font-weight: 700;
	
	
	.position: absolute;
	.width: 300px;
	.height: 200px;
	.z-index: 15;
	.top: 50%;
	.left: 50%;
	.margin: -100px 0 0 -150px;
	
	
	.left: 0;
    .margin: auto;
    .margin-top: -100px;
    .position: absolute;
    .top: 50%;
    .width: 100%;
	
	 
}

#content h1 {
	color: #fff; 
	text-shadow: #000 2px 2px 2px;
	font-weight: 700;
	.letter-spacing: normal;
	letter-spacing: 3px;
	font-size: 60px;
	
	height: 100%;
	width: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	
}

#content p {
	color: #fff; 
	text-shadow: #000 2px 2px 2px;
	font-weight: 400;
	letter-spacing: normal;
	.letter-spacing: 1px;
	font-size: 20px;
	
	margin-top: 70px;
	height: 100%;
	width: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #24242a;
	
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    .width: 52px;
    .height: 52px;
	.width: 180px;
    .height: 38px;
	width: 130px;
    height: 27px;
  }
  .navbar-default .nav-wrap {
    width: 100%;	
  }
  .navbar-default .navbar-toggle {
    .padding-top: 25px;
    .padding-bottom: 25px;
	padding-top: 15px;	
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFFFFF;
  }

  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Sliders Clients--*/
  #owl-hero1 h1 {
    font-size: 42px;
  }
  #owl-hero1 h6 {
    font-size: 16px;
  }
  #owl-hero1 .btn {
    margin-top: 20px;
  }
  #owl-hero1 .owl-buttons {
    display: none;
  }
  
  /*-- Sliders Group Clients--*/
  #owl-hero-group-clients h1 {
    font-size: 42px;
  }
  #owl-hero-group-clients h6 {
    font-size: 16px;
  }
  #owl-hero-group-clients .btn {
    margin-top: 20px;
  }
  #owl-hero-group-clients .owl-buttons {
    display: none;
  }
  
  /*-- Sliders Group Clients--*/
  #owl-hero-clients h1 {
    font-size: 42px;
  }
  #owl-hero-clients h6 {
    font-size: 16px;
  }
  #owl-hero-clients .btn {
    margin-top: 20px;
  }
  #owl-hero-clients .owl-buttons {
    display: none;
  }
    
  
  /*-- Sliders HR --*/
  #owl-hero-hr h1 {
    font-size: 42px;
  }
  #owl-hero-hr h6 {
    font-size: 16px;
  }
  #owl-hero-hr .btn {
    margin-top: 20px;
  }
  #owl-hero-hr .owl-buttons {
    display: none;
  }  
  
  /*-- Sliders Environment --*/
  #owl-hero-environment h1 {
    font-size: 42px;
  }
  #owl-hero-environment h6 {
    font-size: 16px;
  }
  #owl-hero-environment .btn {
    margin-top: 20px;
  }
  #owl-hero-environment .owl-buttons {
    display: none;
  }  
 
 /*-- Sliders Certs --*/
  #owl-hero-certs h1 {
    font-size: 34px;
  }
  #owl-hero-certs h6 {
    font-size: 16px;
  }
  #owl-hero-certs .btn {
    margin-top: 20px;
  }
  #owl-hero-certs .owl-buttons {
    display: none;
  }
 
 /*-- Sliders News --*/
  #owl-hero-news h1 {
    font-size: 42px;
  }
  #owl-hero-news h6 {
    font-size: 16px;
  }
  #owl-hero-news .btn {
    margin-top: 20px;
  }
  #owl-hero-news .owl-buttons {
    display: none;
  }  
  
  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
     
  .mapa_grupo h6{
	.margin-top: 135px;	
	margin-top: 155px;	
	.border: 12px solid #24242a;
	line-height: 250%;
  }

  #map3 {
	margin-top: -180px;  
	margin-bottom: 0px;
  }	  
    
  /*
  footer h3, 
  footer p {  
	margin-top: 620px;	
  }  
  */
  
  #div_map h3,
  #div_map p{
	margin-top: 620px;	
  }
  
  #welcome_people p{
	text-align: left;  
	margin-left: 0px;
    margin-right: 0px;
	/*text-indent: 55px*/
	font-size: 16px;
  }
  
  #welcome p{
	text-align: left;  
	margin-left: 0px;
    margin-right: 0px;
	/*text-indent: 55px*/
	font-size: 16px;
	text-indent: 0px	
  }
  
  #welcome h2{
	font-size: 29px;	
  }
  
  #history p {
  text-indent: 0px;
  text-align: left;
  }
  
  #owl-hero-certs .item {
  background-image: url(../img/certs2.jpg);	
  background-attachment: scroll;
}
  
  #owl-hero-clients .item {
  background-image: url(../img/clientes.jpg);
  background-attachment: scroll;
}
  
  #owl-hero-group-clients .item {
	background-image: url("../img/clients/clientes_grupo_incal_mobile.png");	
	padding: 0px 0 350px;
  }
  
  #owl-hero-posts .item {
	padding: 0px 0 120px;
 }

  #portfolio p {
    margin-bottom: 20px;
  }
  
  #team h2 {
    font-size: 28px;
  }
 
 
  #content h1 {
	color: #fff; 
	text-shadow: #000 2px 2px 2px;
	font-weight: 700;
	.letter-spacing: normal;
	letter-spacing: 3px;
	font-size: 25px;
	
	height: 100%;
	width: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	
 }
 
 #content p {
	color: #fff; 
	text-shadow: #000 2px 2px 2px;
	font-weight: 400;
	letter-spacing: normal;
	.letter-spacing: 1px;
	font-size: 15px;
	
	margin-top: 50px;
	height: 100%;
	width: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	
}
 
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
	/*-- Navigation --*/
  .navbar-default {
    background: #24242a;
	
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    .width: 52px;
    .height: 52px;
	.width: 180px;
    .height: 38px;
	width: 200px;
    height: 42px;
  }
  .navbar-default .nav-wrap {
    width: 100%;	
  }
  .navbar-default .navbar-toggle {
    .padding-top: 25px;
    .padding-bottom: 25px;
	padding-top: 25px;	
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #c5c2c2;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #0a0a0a;
  }
  
  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Sliders Clients--*/
  #owl-hero1 h1 {
    font-size: 42px;
  }
  #owl-hero1 h6 {
    font-size: 16px;
  }
  #owl-hero1 .btn {
    margin-top: 20px;
  }
  #owl-hero1 .owl-buttons {
    display: none;
  }
  
  /*-- Sliders Group Clients--*/
  #owl-hero-group-clients h1 {
    font-size: 42px;
  }
  #owl-hero-group-clients h6 {
    font-size: 16px;
  }
  #owl-hero-group-clients .btn {
    margin-top: 20px;
  }
  #owl-hero-group-clients .owl-buttons {
    display: none;
  }
  
  /*-- Sliders Group Clients--*/
  #owl-hero-clients h1 {
    font-size: 42px;
  }
  #owl-hero-clients h6 {
    font-size: 16px;
  }
  #owl-hero-clients .btn {
    margin-top: 20px;
  }
  #owl-hero-clients .owl-buttons {
    display: none;
  }
    
  
  /*-- Sliders HR --*/
  #owl-hero-hr h1 {
    font-size: 42px;
  }
  #owl-hero-hr h6 {
    font-size: 16px;
  }
  #owl-hero-hr .btn {
    margin-top: 20px;
  }
  #owl-hero-hr .owl-buttons {
    display: none;
  }  
  
  /*-- Sliders Environment --*/
  #owl-hero-environment h1 {
    font-size: 42px;
  }
  #owl-hero-environment h6 {
    font-size: 16px;
  }
  #owl-hero-environment .btn {
    margin-top: 20px;
  }
  #owl-hero-environment .owl-buttons {
    display: none;
  }  
 
 /*-- Sliders Certs --*/
  #owl-hero-certs h1 {
    font-size: 34px;
  }
  #owl-hero-certs h6 {
    font-size: 16px;
  }
  #owl-hero-certs .btn {
    margin-top: 20px;
  }
  #owl-hero-certs .owl-buttons {
    display: none;
  }
 
 /*-- Sliders News --*/
  #owl-hero-news h1 {
    font-size: 42px;
  }
  #owl-hero-news h6 {
    font-size: 16px;
  }
  #owl-hero-news .btn {
    margin-top: 20px;
  }
  #owl-hero-news .owl-buttons {
    display: none;
  }  
  
  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
     
  .mapa_grupo h6{
	.margin-top: 135px;	
	margin-top: 155px;	
	.border: 12px solid #24242a;
	line-height: 250%;
  }

  #map3 {
	margin-top: -180px;  
	margin-bottom: 0px;
  }	  
  
  footer h3, 
  footer p {  
	margin-top: 620px;	
  }
  
  #welcome_people p{
	text-align: left;  
	margin-left: 0px;
    margin-right: 0px;
	/*text-indent: 55px*/
	font-size: 16px;
  }
  
  #welcome p{
	text-align: left;  
	margin-left: 0px;
    margin-right: 0px;
	/*text-indent: 55px*/
	font-size: 16px;
	text-indent: 0px	
  }
  
  #welcome h2{
	font-size: 29px;	
  }
  
  #history p {
  text-indent: 0px;
  text-align: left;
  }
  
  #owl-hero-certs .item {
  background-image: url(../img/certs2.jpg);	
  background-attachment: scroll;
}
  
  #owl-hero-clients .item {
  background-image: url(../img/clientes.jpg);
  background-attachment: scroll;
}
  
  #owl-hero-group-clients .item {
	background-image: url("../img/clients/clientes_grupo_incal_tablet.png");	
	padding: 450px 0 350px;
  }
  
  #owl-hero-posts .item {
  padding: 0px 0 120px;
}

  #portfolio p {
    margin-bottom: 20px;
  }
  
  #team h2 {
    font-size: 28px;
  }
}