#breadcrumb {
    color: #777;
}

#breadcrumb a {
    color: #777;
    text-decoration: none;
}

#breadcrumb span {
    display: inline-block;
    margin: 0 5px;
}

#breadcrumb strong {
    font-weight: normal;
}

.cor {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#produto-descricao h2 {
    font-size: 24px;
}

.btn-success {
    background-color: rgb(70, 195, 63);
    border-color: rgb(70, 195, 63);
}

.imagem-pequena {
    aspect-ratio: 1/1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagem-grande {
    aspect-ratio: 1/1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#especificacoes-tecnicas .tabela {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

#especificacoes-tecnicas .tabela .item {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px 45px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

#especificacoes-tecnicas .tabela .item strong {
    width: 43%;
    padding-right: 25px;
    font-size: 18px;
    letter-spacing: .04em;
    color: #494949;
}

#especificacoes-tecnicas .tabela .item>div {
    width: 67%;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .04em;
    color: #494949;
}

#breadcrumb * {
    display: inline-block;
}

@media (max-width: 991px) {
    #breadcrumb {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    #especificacoes-tecnicas .tabela {
        border: 0;
    }
}

@media (max-width: 991px) {
    #especificacoes-tecnicas .tabela .item {
        width: 100%;
        padding: 15px 10px;
        border-right: 0;
    }
}

@media (max-width: 991px) {
    #especificacoes-tecnicas .tabela .item strong {
        padding-right: 20px;
        font-size: 14px;
        width: 47%;
    }
}

@media (max-width: 991px) {
    #especificacoes-tecnicas .tabela .item>div {
        width: 53%;
        font-size: 14px;
    }
}