

/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
    border-radius: 5px;
  background-color: #ffffff;
position:relative;
margin:0 auto;
width:auto;

    
}

    
  
       

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #4267b0;
  float: center;
  border: none;
    border-radius: 5px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #ffffff
      
   
    
    
    
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #7a8690;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #334657;
  
}

/* Style the tab content */
.tabcontent {
  display: none;
    padding: 6px 1px;
  border-top: none;
  height: 100%;
   
  
}



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color:#b4d9d9;
  color: #444;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 5px;
    font-family: verdana;
    
    
}

.accordion:after {
  content: '\002B';
  color: #201818;
  font-weight: bold;
  float: right;
  margin-left: 5px;
    
   
}

.active:after {
  content: "";
  
     
}


.tabcontent {
    display: none;
    padding: 6px 1px;
    border-top: none;
    height: 100%;
    
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:none {
  background-color: #361f96;
      
    
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 10 18px;
  background-color: white;
  display: none;
  overflow: hidden;
color: #343b37;
    font-size: 20px;
   
    
    
      }
    
    .abriga-logo {width: 400px !important;} /* Altere o número(216) para alterar tamanho do logo no cabeçalho(desktop) */
.sobre-loja-rodape .logo a {height: 102px !important;} /* Altere o número(36) para alterar tamanho do logo no rodape */

@media only screen and (max-width: 767px){

.logo a {height: 80px !important;} /* Altere o número(35) para alterar tamanho do logo no cabeçalho(mobile) */
.sobre-loja-rodape .logo a {height: 82px !important;} /* Altere o número(36) para alterar tamanho do logo no rodape(mobile) */
.abriga-logo { width: 100% !important; }}

   
    padding: 20px;
    box-shadow: none;
    border: none;
}

  .accordion {
    background: none;
}

.menu.superior .nivel-um>li .nivel-dois .menu-categorias .menu-categorias-inside {
    padding: 30px;
    background-color: rgb(51, 70, 87);
    
}

.menu.superior .nivel-um>li .nivel-dois .menu-categorias .menu-categorias-inside li a {
    text-align: left;
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.5s;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu.superior .nivel-um>li:nth-child(7) .nivel-dois {
    left: inherit !important;
    right: 0;
    background-color: white;
}

.menu.superior .nivel-um>li .nivel-dois .menu-categorias .menu-categorias-lista {
    height: auto;
    overflow: auto;
}


.menu.superior>ul.nivel-um>li.categoria-id-2582888>ul{
height:auto;
padding-right: 248px;
}


.menu.superior .nivel-um>li:nth-child(7) .nivel-dois {
    left: inherit !important;
    right: 0;
    background-color:white;
    height: auto;
    width: auto;
}

.menu.superior .nivel-um>li .nivel-dois .menu-categorias .menu-categorias-inside .titulo-categoria {
    padding-bottom: 0;
    margin-bottom: auto;
    border-bottom: none;
    display: block;
    text-align: center;
}

.menu.superior {
    margin-top: 0;
    text-align: center;
    background: none;
}


