/* ------------------------------------------- START - Sobre a empresa ------------------------------------------- */
.summary-about-company-competed{
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 35px;
}
.summary-about-company-competed-information{
  padding: 30px 15px;
}
.summary-about-company-competed-information p{
  text-align: justify;
  font-size: 14px;
}
.summary-about-company-competed-information .separator {
  height: 4px;
  width: 90px;
  background: #009016;
  display: block;
  margin-bottom: 25px;
}
.content-gallery {
  gap: 8px;
  margin-bottom: 8px;
  flex-direction: column;
}
.gallery-box,
.gallery-box-full{
  overflow: hidden;
  width: 100% !important;
}
.gallery-box img,
.gallery-box-full img {
  transition: all .4s ease-out 0s;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-box img:hover,
.gallery-box-full img:hover{
  transform: scale(1.1);
}
.content-gallery img{
  height: 370px;
  object-fit: cover;
}

/* ------------------------------------------- END - Sobre a empresa ------------------------------------------- */
/* ------------------------------------------- START - Misão, Visão e Valores ------------------------------------------- */
#mission-vision-values {
  background: #e6e6dc;
  padding: 50px 0 0;
  margin-bottom: 45px;
}
.behaviors-information-item{
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.behaviors-information-item h3, .behaviors-information-item p{
  font-family: 'Titillium Web', sans-serif;
}
.icon-behaviors{
  width: 100px;
  height: 100px;
  background: #009016;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  margin: 20px 0 30px;
  border-radius: 10px;
}
.icon-behaviors i{
  transform: rotate(45deg);
  font-size: 70px;
  color: #fff;
}
.cointainer-behaviors .title{
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 38px;
}
.cointainer-behaviors .title span{
  color:#A9CA19;
  font-family: 'Titillium Web', sans-serif;
}

/* ------------------------------------------- END - Misão, Visão e Valores ------------------------------------------- */
@media(min-width: 768px){
 /* ------------------------------------------- START - Sobre a empresa ------------------------------------------- */
  .summary-about-company-competed {
    flex-direction: row;
    margin: 0 auto;
    min-height: 700px;
    width: 100%;
    justify-content: center;
    align-items: center;
 }
  .summary-about-company-competed-image, .summary-about-company-competed-information{
      width: 45%;
 }
  .summary-about-company-competed-information{
      padding: 30px;
 }
  .summary-about-company-competed-image img{
      height: 100%;
      object-fit: cover;
 }
  .summary-about-company-competed-information p{
      font-size: 16px;
      padding: 0 50px 0px 0;
 }
 /* ------------------------------------------- END - Sobre a empresa ------------------------------------------- */
 /* ------------------------------------------- START - Misão, Visão e Valores ------------------------------------------- */
  .behaviors-information{
      display: flex;
      gap: 100px;
      margin: 60px 0;
 }
  .behaviors-information-item{
      max-width: 375px;
 }
 /* ------------------------------------------- END - Misão, Visão e Valores ------------------------------------------- */
 #gallery {
    margin: 70px 0; 
  }
  .content-gallery {
    flex-direction: row;
  }
  .gallery-box{
    width: 25% !important;
  }
  .gallery-box-full{
    width: 50% !important;
  }
}
