/* Página Produtos — Grupo BAW */
/* ---------- Produtos.html ---------- */
.baw-produtos-categorias {
    margin-bottom: 0;
    background: #f7f7f7 !important;
}
.baw-produtos-categorias .outer-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    max-width: 1170px;
    margin: 0 auto;
}
.baw-produtos-categorias .chooseus-block-one {
    float: none;
    width: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.baw-produtos-categorias .chooseus-block-one .inner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 170px;
    height: 100%;
    flex: 1 1 auto;
    padding: 26px 20px 24px;
    border-right: 1px solid #e2dfdc;
    background: transparent;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}
.baw-produtos-categorias .chooseus-block-one:last-child .inner-box {
    border-right: none;
}
.baw-produtos-categorias .chooseus-block-one .inner-box .icon-box {
    font-size: 42px;
    line-height: 1;
    margin: 0 0 14px;
    padding: 0;
    border: none;
    flex-shrink: 0;
    color: #3a3736;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}
.baw-produtos-categorias .chooseus-block-one .inner-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 500;
    color: #8f8b89;
    transition: color 0.25s ease;
}
.baw-produtos-categorias .chooseus-block-one .inner-box h3 a {
    display: block;
}
.baw-produtos-categorias .chooseus-block-one.is-current .inner-box {
    background: #efeeed;
}
.baw-produtos-categorias .chooseus-block-one.is-current .inner-box .icon-box {
    color: #e4492e;
    transform: translateY(-1px);
}
.baw-produtos-categorias .chooseus-block-one.is-current .inner-box h3 {
    color: #242424;
    font-weight: 700;
}
.baw-produtos-categorias .baw-categorias-nav__bar {
    width: 42px;
    height: 3px;
    margin-top: 0;
    padding-top: 3px;
    flex-shrink: 0;
    background: #e4492e;
    border-radius: 3px;
    opacity: 0.95;
    transition:
        width 0.25s ease,
        opacity 0.25s ease;
}
.baw-produtos-categorias .chooseus-block-one:not(.is-current) .baw-categorias-nav__bar {
    width: 30px;
    height: 3px;
    opacity: 0.42;
}
.baw-produtos-categorias .chooseus-block-one .inner-box:hover h3 {
    color: #e4492e;
}
.baw-produtos-categorias .chooseus-block-one .inner-box:hover {
    background: #f0efee;
}
.baw-produtos-categorias .chooseus-block-one .inner-box:hover .icon-box {
    color: #e4492e;
}
.baw-produtos-categorias .chooseus-block-one .inner-box:hover .baw-categorias-nav__bar {
    width: 40px;
    opacity: 0.85;
}

/* Catálogo Machino: mesma linguagem visual da barra de produtos, em 6 colunas */
.baw-categorias-nav--six .outer-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.baw-categorias-nav--six .chooseus-block-one .inner-box {
    min-height: 162px;
    padding: 22px 16px 20px;
}
.baw-categorias-nav--six .chooseus-block-one .inner-box .icon-box {
    font-size: 36px;
    margin-bottom: 10px;
}
.baw-categorias-nav--six .chooseus-block-one .inner-box h3 {
    font-size: 19px;
    line-height: 1.12;
    padding: 0 !important;
    margin: 0;
}
.baw-categorias-nav--six .chooseus-block-one .inner-box .icon-box.baw-categorias-icon--robot-img {
    width: auto;
    height: auto;
}
.baw-categorias-nav--six .chooseus-block-one .inner-box .icon-box.baw-categorias-icon--robot-img img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

@media only screen and (max-width: 1199px) {
    .baw-categorias-nav--six .outer-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .baw-categorias-nav--six .chooseus-block-one .inner-box {
        min-height: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .baw-categorias-nav--six .outer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .baw-categorias-nav--six .chooseus-block-one .inner-box {
        border-bottom: 1px solid #dfdddb;
    }
    .baw-categorias-nav--six .chooseus-block-one:nth-last-child(-n + 2) .inner-box {
        border-bottom: none;
    }
}
.baw-produtos-page {
    position: relative;
    border-top: 1px solid #dad9d7;
    background: #fff;
}
.baw-produtos-page .auto-container {
    position: relative;
    z-index: 1;
}
.baw-produtos-page .line-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    pointer-events: none;
}
.baw-produtos-page .line-box .line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d6d6d6;
}
.baw-produtos-page .line-box .line-1 {
    left: 0;
}
.baw-produtos-page .line-box .line-2 {
    left: 33.3334%;
}
.baw-produtos-page .line-box .line-3 {
    left: 66.666%;
}
.baw-produtos-page .line-box .line-4 {
    right: 0;
}
.baw-produtos-intro {
    max-width: 760px;
    margin: 0 auto 50px;
}
.baw-produtos-intro .sub-title {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #827e7d;
    letter-spacing: 0.04em;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 2px solid #e4492e;
}
.baw-produtos-intro h2 {
    font-size: 42px;
    line-height: 1.16;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0 0 12px;
}
.baw-produtos-intro p {
    font-size: 18px;
    line-height: 30px;
    color: #5a5756;
    margin: 0;
}
.baw-produto-card {
    background: #fff;
    border: 1px solid #e9e7e6;
    box-shadow: 0 16px 36px rgba(28, 28, 28, 0.08);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.baw-produto-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(28, 28, 28, 0.14);
}
.baw-produto-card__image {
    margin: 0;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}
.baw-produto-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.baw-produto-card__content {
    padding: 26px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.baw-produto-card__content h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #1c1c1c;
    margin: 0 0 10px;
}
.baw-produto-card__content p {
    font-size: 16px;
    line-height: 28px;
    color: #5f5b5a;
    margin: 0;
}
.baw-produtos-cta {
    margin-top: 14px;
    padding: 42px 24px 8px;
}
.baw-produtos-cta h3 {
    font-size: 34px;
    line-height: 1.2;
    color: #1c1c1c;
    margin-bottom: 10px;
}
.baw-produtos-cta p {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: 17px;
    line-height: 30px;
    color: #5f5b5a;
}

.baw-produtos-categories-grid {
    margin-bottom: 8px;
}

.baw-produto-card__content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.baw-produto-card__content h3 a:hover {
    color: #e4492e;
}

@media only screen and (max-width: 991px) {
    .baw-produtos-categorias .chooseus-block-one .inner-box {
        min-height: 146px;
    }
    .baw-produtos-categorias .chooseus-block-one .inner-box h3 {
        font-size: 25px;
    }
    .baw-produtos-page .line-box {
        display: none;
    }
    .baw-produtos-intro h2 {
        font-size: 34px;
    }
    .baw-produto-card__content h3 {
        font-size: 24px;
    }
    .baw-produtos-cta h3 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 599px) {
    .baw-produtos-categorias .outer-container {
        grid-template-columns: 1fr;
    }
    .baw-produtos-categorias .chooseus-block-one .inner-box {
        min-height: 118px;
        border-right: none;
        border-bottom: 1px solid #dfdddb;
        padding: 20px 14px 18px;
    }
    .baw-produtos-categorias .chooseus-block-one:last-child .inner-box {
        border-bottom: none;
    }
    .baw-produtos-categorias .chooseus-block-one .inner-box .icon-box {
        font-size: 36px;
        margin-bottom: 9px;
    }
    .baw-produtos-categorias .chooseus-block-one .inner-box h3 {
        font-size: 22px;
    }
    .baw-produtos-intro {
        margin-bottom: 36px;
    }
    .baw-produtos-intro h2 {
        font-size: 30px;
    }
    .baw-produtos-intro p {
        font-size: 16px;
        line-height: 27px;
    }
    .baw-produto-card__content {
        padding: 22px 20px 24px;
    }
    .baw-produto-card__content h3 {
        font-size: 22px;
    }
    .baw-produtos-cta {
        padding-top: 28px;
    }
    .baw-produtos-cta h3 {
        font-size: 25px;
    }
}
