#linhas{
    background-color: #F9FEFB;
}

#linhas h2{
    color: #111827;
}

#linhas h2 strong{
    display: block;
    color: #33CC66;
}

#linhas h2, #linhas h2 strong{
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

@media (min-width: 992px){
    #linhas h2, #linhas h2 strong{
        font-weight: 800;
        font-size: 56px;
    }   
}

#linhas .subtitulo{
    color: #4B5563;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px){
    #linhas .subtitulo{
        color: #4B5563;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }
}


#linhas article{
    background-color: #FFF;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 6rem;
    position: relative;
}

#linhas .box-img img{
    border-radius: 10px;
}

#linhas .box-imagem{
    position: relative;
}

#linhas .box-notas{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: .96rem;
    top: 0;
    left: 0;
}

#linhas .box-notas p{
    background-color: #EAB308;
    color: #713F12;
    border-radius: 50rem;
    padding: .24rem .96rem;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

#linhas article h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: .96rem;
}

#linhas .linha-slogan{
    color: #64748B;
    font-weight: 400;
    font-size: 14px;
}

#linhas .box-material{
    background: #F8F7F680;
    border-radius: 8px;
    padding: .8rem;
}

#linhas .box-material strong{
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #64748B;
    text-transform: uppercase;
}

#linhas .box-material span{
    font-weight: 400;
    font-size: 14px;
    color: #020817;
    display: block;
}

#linhas .box-caracteristicas{
    margin: .96rem 0;
}

#linhas .box-caracteristicas strong{
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #64748B;
    text-transform: uppercase;
}

#linhas .box-caracteristicas li{
    font-weight: 400;
    font-size: 12px;
    color: #020817;
    display: block;
}

#linhas .linha-produtos-caracteristicas{
    list-style: none; /* remove os bullets padrão */
    padding-left: 1.2em; /* recuo para os novos bullets */
}

#linhas .linha-produtos-caracteristicas li {
    position: relative;
}

#linhas .linha-produtos-caracteristicas li::before {
  content: "•"; /* símbolo do bullet */
  position: absolute;
  left: -1.2em; /* ajusta a posição */
  font-weight: bold; /* deixa mais visível */
}

#linhas .box-tamanhos strong{
    font-weight: 400;
    font-size: 12px;
    color: #64748B;
    display: block;
    margin-bottom: .48rem;
    text-transform: uppercase;
}

#linhas .linha-produtos-tamanhos span{
    padding: .08rem .4rem;
    border-radius: 50rem;
    display: inline-block;
    margin: 0 .32rem .32rem 0;
    font-size: 12px;
    font-weight: 400;
}

#linhas .ver-todos{
    text-transform: uppercase;
    color: #0C0C0C;
    border-radius: 8px;
    display: block;
    text-align: center;
    padding: .64rem;
    font-weight: 700;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 3rem);
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    transition: transform .24s ease-in-out;
}

#linhas .ver-todos:hover{
    transform: scale(1.064);
}