/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(61,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-branco'
(97,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-laranja'
(98,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(111,21): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(323,28): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(325,17): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(335,26): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(347,26): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(349,28): run-time error CSS1039: Token not allowed after unary operator: '-corPrincipal'
(392,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(401,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-branco'
(537,1): run-time error CSS1019: Unexpected token, found '@import'
(537,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap")'
(540,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(541,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(542,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(543,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(544,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(730,21): run-time error CSS1039: Token not allowed after unary operator: '-cor-secundaria'
(884,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(890,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(915,32): run-time error CSS1039: Token not allowed after unary operator: '-cor-secundaria'
(926,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(930,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-secundaria'
(934,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-branco'
(938,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-cinza'
(942,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(946,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-secundaria'
(950,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-branco'
(954,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-cinza'
(1078,25): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
 */
/**************
    Hero
**************/

.hero-container {
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.hero-box {
    margin-top: 230px;
}

.img-hero {
    filter: brightness(0.3);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: -1;
    pointer-events: none;
}

.hero-conteudo {
    width: 65%;
    margin-bottom: 200px;
}

.hero-benecificios-box {
    position: relative;
}

    .hero-benecificios-box::after {
        content: "";
        height: 1px;
        width: 200%;
        background-color: #ffffff1a;
        position: absolute;
        top: -32px;
        left: -50%;
    }

.hero-conteudo h2.text-white {
    font-size: 1.5rem !important;
    margin: 2% 0;
}

h2.text-white img {
    margin-right: 1%;
}

/**************
    Serviços
**************/

.servicos-container {
    background-color: var(--cor-branco);
    padding: 48px 0;
}

.servicos-card {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    color: #494f54;
}

    .servicos-card p {
        color: #494f54;
    }

/**************
    Troca de Óleo
**************/

.troca-oleo-container {
    margin-bottom: 62px;
}

    .troca-oleo-container p {
        color: #575757;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

/**************
    Diferenciais
**************/

.diferenciais-container {
    padding: 48px 0;
    background-color: var(--cor-laranja);
    color: var(--cor-principal);
}

    .diferenciais-container .titulo-secao,
    .diferenciais-container h4 {
        font-weight: bold;
    }

    .diferenciais-container h4 {
        font-size: 20px;
    }

    .diferenciais-container p {
        color: var(--cor-principal);
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
        margin-bottom: 40px;
    }

.card-diferenciais {
    height: 300px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

    .card-diferenciais p {
        font-size: 1.4rem;
    }

@media(max-width: 1200px) {
    .card-diferenciais {
        height: 200px;
        margin-bottom: 5%;
    }

    .card-produto .fs-5 {
        font-size: 1.2rem !important;
    }
}

@media(max-width: 768px) {
    .container {
        padding: 0 10%;
    }

    .card-diferenciais {
        margin-bottom: 0;
        height: 180px;
    }

        .card-diferenciais p {
            font-size: 1.2rem;
        }

    .produtos-container .card-produto .my-3.fs-5.fw-bold {
        text-align: center;
    }

    .diferenciais-container .titulo-secao {
    }

    .diferenciais-container p {
        display: block !important;
    }

        .diferenciais-container p img {
            height: 25px;
            width: 25px;
        }

    .col-custom {
        width: 80% !important;
        margin: 0 auto;
    }

    .produtos-container .col-md-4 {
        width: 100% !important;
        margin: 0 auto;
    }

        .produtos-container .col-md-4 .botao-secundario {
            margin-top: 0 !important;
        }


    .card-produto {
    }
}

body {
    overflow-x: hidden;
}


@media(max-width: 500px) {
    .titulo-secao {
        font-size: 28px !important;
    }

    .hero-container .hero-conteudo {
        margin: 5%;
    }

    .industria-card {
        margin: 0;
    }

    .botao-principal {
        padding: 18px 40px;
    }
}

@media(max-width: 425px) {
    .titulo-secao {
        font-size: 24px !important;
    }

    .col-custom {
        width: 100% !important;
    }
}

/**************
    Produto
**************/

.produtos-container {
    padding: 48px 0;
}

    .produtos-container .card-produto {
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: #fff;
        border-radius: 10px;
        padding: 14px;
        box-shadow: 0 2px 10px rgba(0,0,0,.08);
        height: 100%;
        position: relative;
    }

    /* Área de mídia com altura dinâmica (definida via JS) */
    .produtos-container .card-produto {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #ccc;
    }

        /* Sem corte: contain mantém a imagem inteira visível */
        .produtos-container .card-produto img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            width: 100%;
            object-fit: contain;
            border-radius: 6px;
        }

        .produtos-container .card-produto a {
            position: absolute;
            bottom: 1rem;
            width: 90% !important;
            margin: 0 auto;
        }

        /* Título e botão */
        .produtos-container .card-produto h4 {
            margin: 8px 0 0;
            text-align: center;
        }

    .produtos-container .botao-secundario {
        padding: 10px;
        border-radius: 8px;
        text-decoration: none;
        display: block;
        font-weight: 600;
    }

/* Responsivo: ajuste espaçamentos se quiser */
@media (max-width:992px) {
    .produtos-container .card-produto img {
        width: 90%;
    }

    .produtos-container .row .col-md-4 {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    .card-produto {
        padding: 12px;
    }

    .produtos-container .row .col-md-4 {
        width: 100%;
    }
}

.paginas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.paginacao-box {
    min-width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid var(--corPrincipal, #1D305C);
    background: #fff;
    color: var(--corPrincipal, #1D305C);
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .paginacao-box:hover:not(:disabled) {
        background: var(--corPrincipal, #1D305C);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    }

    .paginacao-box:active {
        transform: translateY(0);
        box-shadow: none;
    }

    .paginacao-box.num.active {
        background: var(--corPrincipal, #1D305C);
        color: #fff;
        border-color: var(--corPrincipal, #1D305C);
    }

    .paginacao-box:disabled {
        cursor: not-allowed;
        opacity: 0.4;
        background: #f1f1f1;
        color: #888;
        border-color: #ccc;
        transform: none;
        box-shadow: none;
    }

    /* Ícones de navegação (< e >) */
    .paginacao-box.first::before,
    .paginacao-box.last::before {
        font-weight: bold;
    }

/* Responsividade */
@media (max-width: 576px) {
    .paginacao-box {
        min-width: 36px;
        height: 36px;
        font-size: .9rem;
        line-height: 34px;
    }
}


.lista-produtos li {
    color: #575757;
    font-weight: 300;
    font-size: 16px;
    margin-top: 5px;
}

/**************
    Industrias
**************/

.industrias-container {
    padding: 42px 0;
    background-color: var(--cor-principal);
    position: relative;
    overflow: hidden;
}

.industria-card {
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #ffffff1a;
    color: var(--cor-branco);
}

    .industria-card p {
        font-size: 16px;
        line-height: 27px;
        font-weight: 300;
    }

    .industria-card.card-cinza {
        background-color: #383838;
    }

.imagem-industrias {
    position: absolute;
    height: 100%;
    left: 65%;
    top: 0;
}

@media (max-width: 768px) {
    .imagem-industrias {
        display: none;
    }
}

/**************
    Cliente
**************/

.clientes-container {
    padding: 48px 0;
}

.cliente-card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 24px;
    background-color: #fff;
    color: #2d2e2e;
}

.imagem-cliente-card {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

    .imagem-cliente-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cliente-card p {
    font-size: 16px;
    color: #2d2e2e;
    line-height: 30px;
}

/**************
    Artigos e Noticias
**************/

.card-artigo {
    height: 360px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.titulo-artigo {
    left: 0;
    color: #ffffff7a;
    position: absolute;
    bottom: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

@media (max-width: 768px) {
    .hero-conteudo {
        width: 100%;
        margin-bottom: 30px;
    }

        .hero-conteudo h2.text-white {
            font-size: 1.2rem !important;
        }

    .hero-container {
        height: auto;
    }

    .hero-box {
        margin-top: 150px;
    }

    .hero-benecificios-box {
        margin-bottom: 50px;
    }

        .hero-benecificios-box div {
            margin-bottom: 15px;
        }

    .card-produto {
        margin-bottom: 24px;
    }

    .industria-card {
        height: auto !important;
        margin-top: 30px;
    }

    .cliente-card {
        margin-bottom: 20px;
    }

    .card-artigo {
        margin-bottom: 30px;
    }

    .row .col-md-4:nth-child(odd) .industria-card {
        background-color: transparent;
    }

    .row .col-md-4:nth-child(even) .industria-card {
        background-color: #383838;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --cor-principal: #222222;
    --cor-secundaria: #ffa600;
    --cor-branco: #fdfdfd;
    --cor-cinza: #697077;
    --cor-laranja: #f3ab33;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

b {
    font-weight: bold;
}

body {
    font-family: "Roboto", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    line-height: 1.4;
}

.botao-principal {
    border: none;
    padding: 18px 74px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease-in-out;
}

.botao-secundario {
    border: none;
    padding: 12px 17px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease-in-out;
}

.pointer {
    cursor: pointer;
}

.lh-md {
    line-height: 1.5 !important;
}

header {
    z-index: 999;
}

.nav-link-header {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

    .nav-link-header:hover {
        color: var(--cor-secundaria) !important;
    }

/* ----- MENU ----- */
/* Header */
.menu-header {
    background-color: transparent;
    padding: 10px 20px;
    position: relative;
    z-index: 1000;
}

.container-menu {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Logo */
.logo img {
    max-height: 60px;
}

/* Menu */
.menu-nav {
    display: flex;
    gap: 30px;
}

    .menu-nav .nav-link {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        transition: color 0.3s;
    }

        .menu-nav .nav-link:hover {
            color: #007bff;
        }

/* Bot�o Hamburguer */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

    .menu-toggle .bar {
        width: 25px;
        height: 3px;
        background-color: #333;
        transition: all 0.3s ease;
        border-radius: 2px;
    }

/* Responsivo */
@media(max-width: 992px) {
    /*Efeito Menu*/
    .menu {
        display: flex;
        visibility: visible;
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .nav-link-header,
    .menu-nav .nav-link {
        color: #333;

    }
    .line {
        fill: none;
        stroke: #fff;
        stroke-width: 3;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 3;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .menu.active .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }

    .menu.active .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 3;
    }

    .menu.active .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }

    .navbar-toggler {
        color: transparent !important;
        outline: transparent;
    }



    .menu-toggle {
        display: flex;
    }

    .menu-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
        background: #fff;
        padding: 15px 0;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        border-radius: 5px;
    }

        .menu-nav.active {
            display: flex;
        }

        .menu-nav .nav-link {
            padding: 10px 20px;
            border-bottom: 1px solid #eee;
        }
}
/* ----- fim MENU ----- */


.footer-info {
    min-height: 330px;
    background-color: var(--cor-principal);
    color: #f8f8f8;
}

.footer-copyright {
    padding: 23px 0;
    background-color: var(--cor-principal);
    color: #f7f7f57c;
}

.links-footer li a {
    display: block;
    font-size: 16px;
    margin: 20px 0;
    text-decoration: none;
    color: #fff;
}

.titulo-secao {
    color: #141414;
    font-size: 32px;
    position: relative;
    margin-bottom: 42px;
    font-weight: 700;
}


    .titulo-secao::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: var(--cor-secundaria);
        position: absolute;
        bottom: -15px;
        left: 0;
    }

.decorador-pequeno::after {
    width: 150px;
}

.cor-principal {
    color: var(--cor-principal);
}

.cor-secundaria {
    color: var(--cor-secundaria);
}

.cor-branco {
    color: var(--cor-branco);
}

.cor-cinza {
    color: var(--cor-cinza);
}

.fundo-principal {
    background-color: var(--cor-principal);
}

.fundo-secundario {
    background-color: var(--cor-secundaria);
}

.fundo-branco {
    background-color: var(--cor-branco);
}

.fundo-cinza {
    background-color: var(--cor-cinza);
}

button,
a {
    transition: background 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

    button:hover,
    a:hover {
        filter: brightness(85%);
    }

.col-custom {
    width: 20%;
}

/**************
    Titulo
**************/

.titulo-pagina-container {
    position: relative;
    height: 40vh;
    overflow: hidden;
}

.titulo-box {
    margin-top: 230px;
}

.img-topo {
    filter: brightness(0.3);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: -1;
    pointer-events: none;
}

.titulo-box {
    position: relative;
}

    .titulo-box::after {
        content: "";
        height: 1px;
        width: 200%;
        background-color: #ffffff1a;
        position: absolute;
        top: -80px;
        left: -50%;
    }

.breadcrumb-item,
.breadcrumb-item a {
    color: #c4c4c4;
    text-decoration: none;
    cursor: pointer;
}

    .breadcrumb-item.active {
        color: #81848a;
    }

.contato-container {
    padding: 48px 0;
    color: #81848a;
}

@media (max-width: 1200px) {
    .col-custom {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .col-custom {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .col-custom {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 30px;
    }

    .footer-copyright {
        padding-top: 100px;
        text-align: center;
    }

    .navbar-collapse {
        background-color: #ffffff9a;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .navbar-collapse ul {
            margin-left: 0 !important;
            width: 100%;
        }

        .navbar-collapse li {
            padding: 10px 0;
            background-color: #fff;
            width: 100%;
            text-align: center;
        }

        .navbar-collapse a {
            color: var(--cor-principal) !important;
        }
}


@media(max-width: 992px) {
    .links-footer li a {
        font-size: 14px;
    }
}
@media(max-width: 768px) {
    .diferenciais-container .botao-secundario {
        width: 70% !important;
        margin-top: 2% !important;
    }

    .diferenciais-container .botao-principal, .produtos-container .botao-principal {
        width: 80% !important;
        justify-content: center;
        margin-top: 0 !important;
    }
}

@media(max-width: 475px) {
    .botao-principal {
        padding: 14px;
    }
}

@media(max-width: 425px) {
    .diferenciais-container .botao-principal {
        width: 90% !important;
}
}
