*{
    font-family: 'Roboto';
}

body {
    min-height: 100vh;
    padding-bottom: 100px;
    position: relative;
    background: linear-gradient(to bottom, #FFFFFF, #ADD8E6);
    background-image: url(../img/bg-body.jpg);
  }

  header {
    background-color: rgb(0, 33, 65);
    border-bottom: 1px solid #CCC;
    height: 83px;
  }

  /* navbar */
#navbar img {
    width: 200px;
    margin-left: 10px;
  }
  
  #navbar {
    justify-content: space-between;
    background-color: #5a9edd;
    padding: 5px 0;
    margin-top: 25px;
  }
  
  #navbar a {
    font-size: 14px;
    color: #ffffff;
  }
  
  #navbar a:hover {
    color: #F2A340;
  }

  /* footer */
footer {
  text-align: center;
  padding: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #002141;
}

footer p {
  margin-bottom: 0;
  color: #ffffff;
}

.slides{
    margin-left: 50px;
    height: 300px;
    Width: 1300px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.slides img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }
  
  .slides img:hover {
    transform: scale(1.1);
  }

.categorias-produtos{
    margin-left: 25px;
}
.destaques{
    margin-left: 25px;
    height: 300px;
    Width: 200px;
    box-shadow: #ADD8E6;
}

.section-inicial{
    margin-top: 70px;
    display: flex;
}

.carousel-item img {
    max-height: 300px;
    max-width: 1300px;
    margin: auto;
}

.title-table{
    background-color: rgb(0, 33, 65);
    color: #ffffff;
}

.table-destaque{
    Width: 200px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    border-radius: 10px;
}

.table-destaque td {
    text-align: left;
    padding-left: 12px;
    border-bottom: 1px solid #ccc;
  }

  .table-destaque td:hover{
    background-color: #5a9edd;
    cursor: pointer;
  }

th {
    height: 40px;
  }

  .section-produtos{
    margin-top: 30px;
    display: flex;
  }

  .categorias-produtos{
    width: 200px;
    padding: 0;
  }

  .accordion-toggle {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  li:hover{
    background-color: #5a9edd;
    cursor: pointer;
  }
  ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
  }

  .thead-table-todos-os-produtos {
    background-color: rgb(0, 33, 65);
    color: #ffffff;
  }

  #table-all-produtos{
    Width: 200px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    border-radius: 10px;
  }

#table-all-produtos td {
    text-align: left;
    padding-left: 12px;
  }

  .container{
    padding: 0;
  }

  .row{
    margin-left: 50px;
  }

  .card{
    align-items: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    border-radius: 10px;
  }

  .card-img-top {
    max-height: 100px;
    max-width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out;
  }
  
  .card-img-top:hover{
    transform: scale(1.1);
  }

  #container-login{
 padding-top: 80px;
  }

  .btn-primary{
    background-color: #5a9edd;
  }

  a{
    text-decoration: none;
  }

  .carousel-control-prev-icon{
    padding: 0;
  }