.produto-pagina-escassez {
    width: 100%;
    padding: 15px 0px;
    border: 1px dashed #fbc6c5;
    background: #dbdbdb;
}

.texto-vermelho {
    color: #337ab7 !important;
}

.box-3.vitrine-produto-conteudo.gallery-cell:hover {
    background-color: #f2f2f5;
}
.box-12.pt-10 {
    display: none;
}
.cabecalho-logotipo img {
    max-height: 100%;
    padding: 5px;
}
.cabecalho-menu {
    background: #000000;
}
.cabecalho-menu > .conteudo > ul > li > a {
    color: #ffffff !important;
}
.cabecalho-menu > .conteudo > ul > li > a:hover {
    color: #e7e7e7 !important;
}



@media screen and (max-width: 415px){
.cabecalho-logotipo {
    min-width: 150px;
    padding-left: 25%;
}
}

.cabecalho-menu ul li:hover {
    position: relative;
    background-color: black;
}
.cabecalho-menu > .conteudo > ul > li > a:hover {
    color: white !important;
}

a:hover {
    color: white;
}


#alerts {
    position: absolute;
    top: 200px;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
}
#des1 {
    position: relative;
   
}
.central {
    max-width: 100%;
    margin: 0 auto;
}
