/* section WEB*/

.banners {
  width: 100%;
  display:flex;
  margin: auto;
  
  padding: 15px;
  
  justify-content: center;
}

#banner1 {
  display: block;
  height: auto;
  padding: 0;
  margin: auto;
  margin-top: -.8vh;
}

@media (min-width:966px) {
  #banner1 {
   margin-top: 2rem;  
  }
}

@media (max-width:966px) {
  #banner1 {
   margin-top: 2rem;  
  }
}

#banner2 {
  display: flex;
  padding: 0;
}

#banner3 {
  display: block;
  height: auto;
  width: 100%;
}

#banner4 {
  justify-content: center;

}

#banner5 {
  display:flex;
  padding: 1vh;
  margin-bottom: 1em;
}


