* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', sans-serif;
    }

    body {
      background-color: #ffffff;
      background-size: cover;
    }
.quadro{background-color: rgba(135, 184, 197, 1);
    height: 88px;
  margin-top: -23px;}

.bntHome{margin-top: 1px;
    margin-left: 12%;
    line-height: 24px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;}
    .bntHome:hover{
    color: #2F4157;
    transition: 0.5s;}

.bntAbout{ margin-top:1px;
    margin-left: 2%;
    line-height: 24px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: white;
    text-decoration: none;}
.bntAbout:hover{
    color: #2F4157;
    transition: 0.5s;}

.bntProdutos{ margin-top: 1px;
    margin-left: 2%;
    line-height: 24px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: white;
    text-decoration: none;}
.bntProdutos:hover{
    color: #2F4157;
    transition: 0.5s;}

.bntContato{ margin-top: 1px;
    margin-left: 2%;
    line-height: 24px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: white;
    text-decoration: none;}
.bntContato:hover{
    color: #2F4157;
    transition: 0.5s;}

.bntCadrastro{ margin-top: 1px;
    margin-left: 2%;
    line-height: 24px;
    
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;}
.bntCadrastro:hover{
    color: #2F4157;
    transition: 0.5s;}
        
.bntPedidos{ margin-top:1px;
    margin-left: 2%;
    line-height: 24px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #2F4157;
    text-decoration: none;}

.logo{ margin-left: 1%;
    margin-top: 1px;
    width: 100px;
    height: 100px;
 vertical-align: middle;}

  h1{font-size:30px;
  margin-left: 15px;
  margin-top: 15px;
}
  table{width:100%;
    height: 50vh; 
    border-collapse:collapse; 
    margin:16px 0}
  th, td{
    border:3px solid #b8b8b8; 
    padding:10px; 
    text-align:left}
  img{width:200px; 
    height:200px; 
    object-fit:cover}
    .letra{margin-left: 15px;
    margin-top: 10px;}
  .total-geral{font-weight:bold; 
    text-align:right;
     margin:13px 0;
    margin-right: 45px;}
  .finalizar{display:block;
    width:90vh; 
    padding:24px; 
    background:#2f4154;
    color:#000000;
    border:0;
     border-radius:50px;
    cursor:pointer;
margin-left: 50vh;
 background-color: rgba(123, 151, 137, 1);}
.finalizar:hover{color: #ffffff;
    background:#2f4154;
    transition: 0.5s;}
#branco{height: 120vh;}



#pag5{background-color: rgba(135, 184, 197, 1);
height: 500px;}
 .container {
      display: flex;
      justify-content: space-between;
      padding: 50px 100px;
      align-items: flex-start;
      color: #fff;
    }

    .logo {
      font-family: serif;
      font-size: 120px;
      line-height: 0.8;
      color: #fdfcf8;
    }

    .help-section {
      max-width: 300px;
    }

    .help-section h2 {
      font-size: 28px;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .help-section ul {
      list-style: none;
      padding: 0;
    }

    .help-section ul li {
      margin-bottom: 12px;
      font-weight: bold;
      color: #ffffff;
    }

    .social-section {
      text-align: center;
    }

    .social-section h2 {
      font-size: 30px;
      margin-bottom: 20px;
      font-weight: bold;
      color: #ffffff;
    }

   .social-icons{display: flex;
  height: 26px;
width: 26px;}

   
   
