html, body {
    max-width: 99vw;
    overflow-x: hidden;
}
.menu { 
  width: 100%;
  display: table;
  height: 50px;
  margin-top: 10px;
  padding: 5px;
}

.logo {
  display: table-cell;
  width: 50vw;
}

.botoes {
  display: table-cell;
  width: 33vw;
  text-align: right;
  position: relative;
    right: 3px;
}

.corpo {
  height: 80vh;
  width: 99vw;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
}

.swipe {
  object-fit: cover;
  height: 80vh;
  width: 97%;
  border-radius: 10px;
  text-align: center;
}

.sombra {
  background-color: white;
  height: 50px;
  width: 120vw;
  box-shadow: 0px 30px 20px #D3D3D3;
  margin-bottom: 30px;
  position: absolute;
  right: -30px;
  
}

.fornecedores {
  text-align: justify;
  padding: 150px 5px 5px 5px;
}

.logo-fornecedor {
  padding: 5px;
}

.rodape {
  background: #555555;
  padding: 10px;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  color: white;
}