.menu.superior {
    background: white;
    text-align: center;
    margin: 0 auto;
    display: flex;
    box-shadow: none;
}
.busca input {
    width: 90%;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    height: 40px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 30px;
    padding: 4px 15px;

}
#cabecalho .conteiner {
    background-color: black;
    border-bottom: 1px solid #40424b;
    
}

.menu.superior {
    background: #000;
    border-bottom: 1px solid #40424b;
}
.busca .botao-busca {
    right: 40px;
    color: #fff !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: transparent;    
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
 color: #fff;   
}
.menu.superior .nivel-um>li {
    border: none;
    padding: 0px 50px 0px 50px;
}
element.style {
    background-color: transparent;
    border-top: 1px solid #303030;
    position: relative;
    z-index: 10;
    font-size: 11px;
    display: block !important;
}
#rodape {
    background-color: black;
}

.selos li {
    background: transparent;
}

.cadastro input[type="text"], .cadastro input[type="password"], .cadastro select {
    margin: 0;
    font-size: 13px;
    color: black;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #000;
}
.titulo-categoria strong {
    padding: 20px 15px;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .atalhos-mobile {
        background-color: black;
        height: 45px;
    }
}
.menu.superior {
    background: #000;
    border-bottom: 0px solid #40424b;
}
element.style {
    transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 767px) {
    #menuinsta > div > div > div > li.slick-slide.slick-slide:nth-child(1) > a:before {
        content: none;
 
    }
}
@media screen and (max-width: 767px) {
    #menuinsta > div > div > div > li.slick-slide:nth-child(2) > a:before {
        content: none;

    }
}
@media screen and (max-width: 767px) {
    #menuinsta > div > div > div > li.slick-slide:nth-child(3) > a:before {
        content: none;

    }
}
@media screen and (max-width: 767px) {
    #menuinsta strong.titulo.cor-secundaria {
        color: #dac960;
    }
}