:root {
    --laranja: rgb(255 102 0);
    --vermelho: rgb(254, 0, 0);
}

.p-linha-industrial {
    padding: 20px;
    text-align: center;
}

.line {
    width: 60vw;
    height: 1px;
    margin: auto;
    background-color: var(--laranja);
    margin-bottom: 50px;
}

.imagens-linha-industrial {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.imagens-linha-industrial img {
    width: 1000px;
}

.btn-button-linhas {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.button-linhas {
    width: 300px;
    height: 40px;
    background-color:grey;
    border: none;
    border-radius: 2px;
    color: white;
    box-shadow: 4px 2px 14px 0px #0000008a;
}

.button-linhas:hover {
    cursor: pointer;
    background-color: var(--laranja);
    box-shadow: inset -2px -2px 14px 0px #0000008a;
    box-shadow: 4px 2px 14px 0px #0000008a;
}

@media(max-width: 1059px) {
    .imagens-linha-industrial img {
        width: 100%;
    }
}

a {
    text-decoration: none;
    color: white;
}

#marcas-p {
    margin-top: 30px;
    font-size: 1em;
    margin-bottom: -7px;
}

#marcas {
    padding-bottom: 20px;
}