header .logo img {
  max-width: 100%;
  height: 80px;
  width: auto;
}

.main {
  border-bottom: 8px solid #CACACA;
}



#destaques .img-fluid {
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height:400px;
}


#outros-destaques .img-fluid {
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height:200px;
}

