/*cabecalho com largura total*/
#cabecalho .conteiner {
  max-width: 100vw;
  background-color: black;
}

.menu.superior .nivel-um>li a strong {
    font-size: 13px;
    border-bottom: 3px solid transparent;
    padding: 0 5px;
    background: #000;
    font-family: "Poppins",sans serif;
    color: var(--cor-menu);
    text-transform: uppercase;
}

.menu.superior {
    background: white;
    text-align: center;
    margin: 0 auto;
    display: flex;
    box-shadow: inset 1px 5px 10px 0px rgba(0, 0, 0, 0.11);
    background: black;
}

/*mini banner*/

.conteudo>.row-fluid {
    margin-bottom: -12px;
    margin-top: 40px;
}

.menu.superior .nivel-um>li a strong {
    font-size: 13px;
    border-bottom: 3px solid transparent;
    padding: 0 5px;
    background: #fff;
    font-family: "Poppins",sans serif;
    color: var(--cor-menu);
    text-transform: uppercase;
}

.menu.superior .nivel-um>li .titulo {
    line-height: 50px;
    color: #000;
}

#menuinsta .slick-slider {
    height: 110px;
    position: relative;
    display: none;
    
}

.menu.superior .nivel-um>li .titulo {
    line-height: 50px;
    color: #fff;
}

.menu.superior .nivel-um>li a strong {
    font-size: 13px;
    border-bottom: 3px solid transparent;
    padding: 0 5px;
    background: #000;
    font-family: "Poppins",sans serif;
    color: var(--cor-menu);
    text-transform: uppercase;
}

#cabecalho .menu.superior ul.nivel-um.active {
    width: 80%;
    border: 1px solid;
    background: black;
    
}