body {
      background: url('../img/bgs/bg1.webp') fixed #173954;
      background-size: cover;
      color: #bdac93;
      font-family: Arial, sans-serif;
    }
    .logo_ { 
      max-width: 350px;
      margin: 0 auto;
      display: block;
    }
    .produtoborda {
      background: url('img/bgs/produtoborda.webp') no-repeat -100px 20px; 
      background-size:contain;
    }
@media (max-width: 576px) {

    .conteudoquemsomos {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

  .nossosprodutosmob {
      padding-top: 0px !important;
  }
  
  .produtoborda { 
      background: none !important;
  }
  .logo_ { 
      max-width: 250px;
      margin: 0 auto;
      display: block;
    }
  .bgmboculto {
    background-image: none !important;
    background-color: none !important;
  }
  .menu-bar{
    min-height: 0px !important;
    padding-top: 0px !important;
  }
   .text-black {
        color: #bdac93;
    }
}
    .text-black {
        color: #000;
    }
    .espacamentop {
    line-height: 4opx !important;
    }
    section {
      border-bottom: url('../img/bgs/linha.webp') no-repeat;
    }
    p {
    line-height: 35px;
    }
h1, h2, h3, h4,h5,h6 { 
   font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontpadrao { 
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 30px;
  color: #bdac93 !important;
  margin-left: 30px;
}
.divdafontpadrao { 
  padding: 20px 30px;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.conteudoproduto h3, h4 {
  margin: 40px 0;
}
.conteudoproduto p {
  line-height: 30px;
}
.seta {
     background-color: #00000080;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    .top-bar {
      padding: 10px 0;
      
    }

    .social-icons a {
      display: inline-block;
      width: 24px;
      height: 24px;
      line-height: 24px;
      border-radius: 50%;
      background-color: #aca08e;
      color: #004a52;
      text-align: center;
      margin-right: 23px;
      transition: background-color 0.3s;
    }

    .social-icons a:hover {
      background-color: #004a52;
      color: #aca08e;
    }

    .main-banner {
      background: url('../img/bgs/top.webp');
      background-position: center;
      height: 208px;
    }

    .logo {
      max-height: 200px;
    }

    .menu-bar {
      background-color: #3a7e8e80;
      border-bottom: 5px solid #b6ac95;
      min-height: 80px;
      padding-top: 10px;

    }

    .menu-bar a {
      color: #bdac93;
      margin: 0 15px;
      padding: 15px 0;
      display: inline-block;
    }

    .content-area {

          padding: 40px 0 0 0;
    }

    .content-area .bar-side {

      min-height: 100%;
      padding: 20px;
      font-size: 0.9rem;
    }

    .footer {
      /* border-top: 27px solid #b6ac95; */
      padding: 30px 20px;
      font-size: 0.9rem;
    }

    .footer .badge-img {
      max-width: 200px;
      margin: 10px;
    }

    .btn-produtos {
      background-color: #7c5f3e;
      color: #bdac93;
      border: none;
    }

    .language-bar {
      position: relative;
      top: 10px;
      right: 15px;
    }

    .language-bar select {
      background-color: #204766;
      color: white;
      border: none;
      padding: 5px 10px;
      border-radius: 5px;
    }

    @media (max-width: 768px) {
      .menu-bar a {
        display: block;
        text-align: center;
      }

      .logo {
        max-height: 60px;
      }

      .language-bar {
        position: static;
        text-align: center;
        margin-top: 10px;
      }
    }

    .conteudoquemsomos {
      padding-top: 150px;
    }
    .conteudoprodutos {
      padding: 50px 40px;
    }