
/** brand-section **/

.brand-section{
  position: relative;
}

.brand-section .brand-logo{
  position: relative;
  display: block;
}

.brand-section .brand-logo img{
  position: relative;
  display: block;
  width: auto;
  max-width: 140px;
  max-height: 60px;
  margin: 0 auto;
  transition: all 500ms ease;
  object-fit: contain;
}

.brand-section .brand-logo img:hover{
  transform: scale(1.03);
}

/* Partner logos inside award/parcerias section */
.award-section .brand-logo{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.award-section .brand-logo img{
  display: block;
  max-width: 140px;
  max-height: 70px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 400ms ease;
}

.award-section .brand-logo img:hover{
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.award-section .owl-carousel .owl-stage{
  display: flex;
  align-items: center;
}

.award-section .owl-nav{
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

.award-section .owl-nav .owl-prev{
  position: absolute;
  left: -25px;
  top: 0px;
}

.award-section .owl-nav .owl-next{
  position: absolute;
  right: -25px;
  top: 0px;
}

.brand-section .owl-carousel .owl-stage{
  display: flex;
  align-items: center;
}

.brand-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: -600px;
  right: 0px;
  width: 1300px;
  height: 1300px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  z-index: -1;
}



/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .brand-section.pb_150{
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}











































