/*****************************
 *  INDEX HEADER
 ******************************/
.header-section-index {
  position: relative;
  background-color: rgb(0, 0, 0);
}

/*****************************
 *  INDEX CAROUSEL 
 ******************************/
#carousel-index,
#carousel-index .carousel-inner,
#carousel-index .carousel-inner .carousel-item,
.carousel-img-index,
#carousel-index .carousel-caption {
  height: 100%;
}

#carousel-index .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  text-align: left;
}

#carousel-index .carousel-caption-text {
  max-width: 60%;
}

#carousel-index .carousel-caption-text h1 {
  color: #0def7d;
  font-weight: bold;
  text-transform: uppercase;
}

#carousel-index .carousel-caption-text h2 {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2rem;
}

#carousel-index .carousel-caption-text p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
}

#carousel-index .btn-primary {
  margin-top: 3.5rem;
  background-color: #0def7d;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#carousel-index .btn-primary:hover {
  background-color: #0faa75;
}

#carousel-index .btn-primary:hover,
#carousel-index .btn-primary:focus,
#carousel-index .btn-primary:active {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#carousel-index .video-module .btn-play.outline {
  color: #fff;
}

#carousel-index .video-module h4 {
  color: #fff;
}

/*****************************
 *  CAROUSEL INDICATORS
 ******************************/
 #carousel-index  .carousel-indicators {
  display: flex;
  align-items: flex-end;
}

#carousel-index .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 170px;
  min-width: 130px;
  height: 3rem;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity .6s ease; */
  top: 30px;
  position: relative;
  border-bottom: 5px solid #0A7F57;
}

#carousel-index .carousel-indicators li:hover {
  height: 4.5rem;
  /* -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; */
}

#carousel-index .carousel-indicators li a {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 100%;
}

#carousel-index .carousel-indicators h2 {
  font-size: 1rem;
  color: #0A7F57;
  font-weight: 700;
  padding-top: 0.5rem;
}

#carousel-index .carousel-indicators h3 {
  font-size: 0.8rem;
  color: #5a5959;
  font-weight: 300;
  display: none;
  /* -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; */
}

#carousel-index .carousel-indicators li:hover h3 {
  font-size: 0.8rem;
  margin: 0.2rem 0.5rem 0;
  color: #5a5959;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#carousel-index .carousel-indicators h3 span {
  color: #fa7568;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 0;
}

/*****************************
 *  INDEX HEADER
 ******************************/
#banner-full-video {
  width: 100%;
  height: 700px;
  background-image: url(/files/img/background/banner-full-video.jpg);
  color: white;
  position: relative;
  overflow: hidden;
}

#banner-full-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

#banner-full-video .container-fluid {
  margin: 0;
  padding: 0;
}

#banner-full-video video {
  width: 100%;
}

#banner-full-video .video-module .btn-play.outline {
  color: #fff !important;
}

#banner-full-video h2 {
  font-weight: 200;
  margin-bottom: 1rem;
}

.banner-full-video-text-container {
  background-color: rgba(0, 0, 0, 0.281);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 2rem 5rem;
  color: #fff;
}

.banner-full-video-text-content {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*****************************
 *  INDICATORS SECTION
 ******************************/
.indicators-section {
  padding: 5rem 0;
  background-image: url(/files/img/background/indicadores.jpg);
  color: #fff;
}

.indicators-section h2 {
  font-weight: 200;
  letter-spacing: 2px;
  padding: 8px 0px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.indicators-section p {
  font-weight: 600;
  font-size: 0.8rem;
  color: #dde5dc;
}

.indicators-section h2 number {
  font-weight: 600;
  padding: 0px 0px;
  font-size: 4.7rem;
  letter-spacing: 0;
  color: #dde5dc;
  margin: 0;
}

.indicators-section .col-lg-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.indicators-section h2 span {
  font-size: 2.5rem;
  font-weight: 700;
}

.indicators-section h2 i {
  font-size: 1.6rem;
  color: #0def7d;
  vertical-align: top;
}

.indicators-section .linha-ilustracao-titulo {
  top: 80px;
}

.indicators-section .bloco {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/*****************************
 *  CERTIFYING ORGANIZATION
 ******************************/
.certifying-organizations {
  margin: 1rem 0;
}

.certifying-organizations .img-container {
  height: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certifying-organizations .img-container img {
  height: 50px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.certifying-organizations img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*****************************
 *  PRODUCTS SECTION
 ******************************/
.products-section {
  background: #dde5dc;
  padding: 2rem;
  font-size: 1.5rem;
}

.products-section p {
  font-size: 1.5rem;
  font-weight: 200;
  margin: 0px;
}

.products-section a {
  font-size: 1.5rem;
  margin: 0 0.9rem;
  color: #016644;
}

.products-section a:hover {
  color: #0def7d;
}

/*****************************
 *  MEDIA QUERIES
 ******************************/
@media (max-width: 1366px) {
  #banner-full-video {
    height: 549px;
  }
}

@media (max-width: 768px) {
  .header-section-index {
    margin-top: 120px;
  }

  #carousel-index .carousel-caption {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
  } 
  
  #carousel-index .carousel-caption-text {
    position: absolute;
    top: 40%;
  }

  #carousel-index .carousel-caption-text h1 {
    font-size: 1.2rem;
  }

  #carousel-index .carousel-caption-text h2 {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  #carousel-index .carousel-caption-text p {
    margin: 1rem 0;
    font-size: 0.7rem;
    line-height: 1rem;
  }

  #carousel-index .carousel-caption-button {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
  }

  #carousel-index .btn-primary {
    font-size: 0.6rem;
    background: #0def7d;
  }

  #carousel-index .carousel-indicators {
    display: none;
  }

  #banner-full-video {
    height: 400px;
    background-position: left;
  }

  #banner-full-video h1 {
    font-size: 1.5rem;
  }

  #banner-full-video h2 {
    font-size: 1.3rem;
  }

  .banner-full-video-text-container {
    padding: 2rem 3rem;
  }

  .banner-full-video-text-content {
    width: 100%;
  }

  .indicators-section .col-lg-2 {
    flex: unset;
    max-width: unset;
  }
}