.btn-menu {
  background: #972E3F;
  display: flex;
  flex-wrap:nowrap;
  box-shadow: none;
  border: none;
  color: #ffff;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
}

.btn-menu:hover {
  background: #a9636a;
  border-radius: 5px;
}

.navbar-menu{
  background: #972E3F;
  padding: 10px 100px;
  flex-wrap: nowrap;
  color: #fff;
  display: flex !important;
}
.dropdown{
  display: flex;
  flex-wrap:nowrap;
  margin-right: 10px;
  flex-direction: row;
}

.container-fluid {
  justify-content: flex-start !important;
  gap: 60px;
}

.image-size{
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.arrow-dd{
  width: 9px;
  height: 4px;
  margin-left: 60px
}

 .menu{
  background-color: #972E3F !important;
  width:15%;
  padding: 5px 10px;
}
.dropdown-item:hover{
  background-color: #fefefe !important;
  color: #972E3F !important;
}

.dropdown-item{
  color: #fff !important;
}

.fonteheader {
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration:none;

}

/* Estilo para dispositivos móveis (max-width: 768px) */
@media (max-width: 768px) {
    .navbar-menu {
        padding: 10px 20px; /* Reduza o espaçamento horizontal */
        flex-direction: column; /* Alinhe verticalmente em uma coluna */
    }
    .container-fluid {
        gap: 20px; /* Reduza o espaço entre os botões */
    }
    .btn-menu {
        margin-right: 0; /* Remova a margem direita dos botões */
    }
    .image-size {
        margin-right: 10px; /* Reduza a margem entre a imagem e o texto */
    }
    .arrow-dd {
        margin-left: 0; /* Remova a margem esquerda das setas */
    }
    .dropdown-menu {
        width: auto; /* Permita que o menu se ajuste ao conteúdo */
        padding: 10px; /* Aumente o espaço dentro do menu */
    }
}
