@keyframes fadeInLogo {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.img {
    border-radius: 15px !important;
}
.logo {
    animation: fadeInLogo 2s ease forwards !important;
}

.scrollToTop{
    margin: 0 8px -60px 0 !important;
}

#rodape .titulo{
    border-bottom: 1.5px solid #F8F8FF !important;
}

.contato-top, .rastreio-btn{
    display: none !important;
}

.marcas .flexslider ul.slides {
    display: none !important;
}

div#menuinsta{
    display: none !important;
}

.busca input{
    border-radius: 40px !important;
}

#rodape .institucional{
    background-color: #7e4424d6 !important;
}

.lista-redes a i:hover {
    color: #d59469 !important;
}
@media screen and (min-width: 768px) {
    
#cabecalho .conteiner{
    max-width: 3000px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    padding-top: 20px;
  padding-bottom: 20px;
}

.menu.superior {
    position: fixed !important;
    top: 120px !important; /* altura exata do #cabecalho */
    left: 0 !important;
    width: 100% !important;
    z-index: 9998 !important;
    background: #fff !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: flex !important;
    box-shadow: inset 1px 5px 10px 0 rgba(0, 0, 0, .11) !important;
  }

body {
    padding-top: 183px !important;
  }

}

@media (max-width: 767px) {
    #rodape .institucional ul{
        margin-top: 20px !important;
    }
    
    .busca input{
       border-radius: 40px !important;
   }
    
   #menuinsta strong.titulo.cor-secundaria{
       color: #bca596 !important;
   }
   
   .menu.superior .nivel-um>li .titulo{
       color: #bca596 !important;
   }
   
   .contato-mobile{
       display: none !important;
   }

   .logo a img {
       max-height: 80%;
   }
  /* Fundo sólido do cabeçalho */
  #cabecalho:before {
    background-color: #BCA596 !important;
  }

  /* Cor do ícone do menu hambúrguer */
  #cabecalho .menu-handler {
    color: #ffffff !important; /* branco */
  }

  /* Remover fundo do ícone do carrinho */
  #cabecalho > .conteiner .main-header .conteudo-topo .actions-menu .menu-carrinho .carrinho > a .icon-shopping-cart {
    background: none !important;
  }
  
  .conteudo-topo .busca-mobile .atalho-menu{
      border-radius: 10px !important;
  }
}