

    
    body {
      
      margin: 0;
      padding: 0;
      background: #ffffff;
      color: #392617;
    }


    /*Ajustes Menu Mobile*/

    


@font-face {
    font-family: 'albert';
    src: url(../font/Albert_Sans/AlbertSans-VariableFont_wght.ttf);
}

    @font-face {
    font-family: 'icones';
    src: url(../font/icones.ttf);
}


.cabecalho-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #7e0000;
    padding: 8px 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}

.cabecalho-menu-mobile{
   
    background-color: #7e0000;
    color: #FFFFFF;
    border: #7e0000;
 
}


@media (min-width: 768px){

    .cabecalho-mobile{
      display:none
    }    
}


.ajuste-menu-topo-mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-topo-mobile{
    width: 70%;
}

.item-menu-mobile{

    margin-left:50px;
    font-family: 'albert';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;

}


.cabecalho-menu-mobile i::before {
    content: "\e904";
    font-size: 24px;
}


.menu-lateral-mobile {
    display: flex;
    flex-direction: column;
    background-color: #7e0000;
    width: 100vw;
    height: 100%;
    left: -100vw;
    position: absolute;
    transition: .25s;
}

.menu-lateral--ativo {
    left: 0;
    transition: .25s;
}

.ajuste-display{

    margin-top:700px;
  
}


.menu-lateral-logo {
    display: none;
    width: 118px;
    align-self: end;
    padding: 16px;
}

.menu-lateral-link {
    font-family: 'albert';
    font-size: 16px;
    height: 64px;
    padding: 30px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}


  .menu-lateral-mobile a:hover {
      color: #ccc;
    }


.menu-lateral-link::before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    left: 24px;
}

     @media (max-width: 768px) {
      
      header{
        display: none;
      }


      .topo-mobile{

        display: block;

      }
  
    }


/*Fim Ajustes menu mobile*/
 

    
    textarea:focus, input:focus {
      box-shadow: 0 0 0 0;
      outline: 0;
    }

    header {
      width: 100%;
    }

    #topo {
      background: linear-gradient(97.96deg, #7e0000 4.23%, #7e0000 97.69%);
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 40px;
      position: sticky;
      top: 0;
      z-index: 1000;
      height: 5vh;
    }

    #topo a.logo {
      width: 12%;
      height: 40vh;
      background-color: #7e0000;
      margin-left: 10%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5%;
    }

    #topo a.logo img {
      width: 70%;
      margin-top: 90%;
    }

    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .menu-toggle span {
      width: 25px;
      height: 3px;
      background: #ffffff;
      margin: 4px 0;
      transition: all 0.3s ease;
    }

    #topo ul {
      list-style: none;
      display: flex;
      gap: 20px;
      margin-right: 12%;
      padding: 0;
    }


    .busca-topo{
      border-radius: 2px;
      border: 1px solid #ccc;
      width: 100%; 
      height: 3vh;
      
    }

    #topo ul li a img {

      width: 30px;
      height: 30px;
    }

    #teste-menu {
      background-color: #ffffff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      padding: 15px 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      height: 20vh;
    }



    .barra-menu{
      display: flex; 
      height: 9vh; 
      background-color: #fff; 
      float: right;
      justify-content: space-evenly;
    }

    .barra-menu li{
      margin-top: 3%;
      list-style: none;

    }


.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5vh 12% 0 auto; /* 20% de margem à direita */
  width: 200px;
  height: 48px;
  font-size: 15px;
  background-color: #d78b18;
  font-family: 'Albert Sans', sans-serif;
  color: #ffffff;
  border: none;
 
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: #b8710e;
}


    .menu-principal {
      display: flex;
      justify-content: space-evenly;
      margin-top: 1%;
      width: 50%;
      margin-right: auto;
      font-family: 'Albert Sans', sans-serif;
    }

    .menu-principal li {
      list-style: none;
    }

    .menu-principal a {
      color: #392617;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s;
    }

    .menu-principal a:hover {
      color: #d78b18;
    }

    @media (max-width: 768px) {

      .menu-toggle {
        display: flex;
      }

      #topo ul {
        display: none;
      }

  
      #topo ul.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 65px;
        right: 20px;
        background: linear-gradient(97.96deg, #7e0000 4.23%, #823a3a 97.69%);
        padding: 20px;
        border-radius: 8px;
      }

      .barra-superior {
        flex-direction: column;
        gap: 10px;
      }

      .barra-menu{
        display: none;
      }

      .menu-principal {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 15px;
      }
    }
