.produtosSection {
    background-color: #ececec;
}
.produtosSection > .produtosSectionContainer {
    max-width: 1190px;
    margin: 0 auto;
    padding: 42px 20px 54px;
}
.produtosSection > .produtosSectionContainer > h2 {
    margin: 0 0 115px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 68px;
    line-height: 82px;
    color: #001f2e;
    text-align: center;
}
.produtosSection > .produtosSectionContainer > .produtosContent {
    min-height: 762px;
    padding: 56px 28px 17px;
    border: 1px solid #fff;
    border-radius: 17px;
    display: grid;
    grid-template-columns: 366px 1fr;
    gap: 30px;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtoDestaque {
    padding: 126px 0 0;
    border-right: 1px solid #cfcfcf;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtoDestaque > img {
    width: 315px;
    height: 315px;
    object-fit: contain;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtoDestaque > h3 {
    margin: 73px 0 74px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #001f2e;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtoDestaque > a {
    width: 238px;
    padding: 13px 18px;
    border-radius: 8px;
    background-color: #1e741c;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes {
    padding: 0 0 0;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosCategorias {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosCategorias > button {
    min-width: 0;
    font-family: 'Inter', sans-serif;
    color: #001f2e;
    text-align: center;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosCategorias > button > img {
    width: 150px;
    height: 250px;
    margin: 0 auto 9px;
    object-fit: contain;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosCategorias > button.is-active > img {
    background-color: #d5d5d5;
    border-color: transparent;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosCategorias > button > span {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos {
    margin: 53px 0 0;
    padding: 0 0 31px;
    border-bottom: 1px solid #cfcfcf;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos > h3 {
    margin: 0 0 31px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #001f2e;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos > h3::after {
    content: "";
    height: 1px;
    flex: 1;
    background-color: #d2d2d2;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos > div > button {
    min-width: 115px;
    padding: 11px 24px;
    border-right: 1px solid #cfcfcf;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #001f2e;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos > div > button:first-child {
    border-radius: 3px;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos > div > button:last-child {
    border-right: 0;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos > div > button.is-active {
    background-color: #001f2e;
    color: #fff;
    border-radius: 10px;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosBeneficios {
    max-width: 550px;
    width: 100%;
    margin: 63px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosBeneficios > div {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 0 0 5px;
    border-bottom: 2px solid #dadad9;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosBeneficios > div:nth-child(2n) {
    padding-left: 29px;
    border-left: 2px solid #dadad9;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosBeneficios > div:nth-child(n+3) {
    border-bottom: 0;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosBeneficios > div > svg {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    fill: none;
    stroke: #001f2e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosBeneficios > div > span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #001f2e;
}
.produtosSection > .produtosSectionContainer > .produtosContent > .produtoMobileDestaque {
    display: none;
}

@media (max-width: 1100px) {
    .produtosSection > .produtosSectionContainer {
        max-width: 760px;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent {
        padding: 40px;
        grid-template-columns: 1fr;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtoDestaque {
        border-right: 0;
        border-bottom: 1px solid #cfcfcf;
        padding: 20px 0 45px;
    }
}

@media (max-width: 767px) {
    .produtosSection > .produtosSectionContainer {
        max-width: 100%;
        padding: 23px 20px 64px;
    }
    .produtosSection > .produtosSectionContainer > h2 {
        max-width: 300px;
        margin: 0 auto 45px;
        font-size: 36px;
        line-height: 37px;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent {
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        display: block;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtoDestaque,
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosTamanhos,
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosBeneficios {
        display: none;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosCategorias {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
        row-gap: 30px;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosCategorias > button > img {
        width: 109px;
        height: 104px;
        margin: 0 auto 2px;
        border: 0;
        border-radius: 5px;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtosOpcoes > .produtosCategorias > button > span {
        font-weight: 500;
        font-size: 25px;
        line-height: 35px;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtoMobileDestaque {
        margin: 40px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtoMobileDestaque > h3 {
        margin: 0 0 15px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 38px;
        line-height: 46px;
        color: #001f2e;
        text-align: center;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtoMobileDestaque > img {
        width: 199px;
        height: 205px;
        object-fit: contain;
    }
    .produtosSection > .produtosSectionContainer > .produtosContent > .produtoMobileDestaque > a {
        width: 180px;
        margin-top: 14px;
        padding: 11px 10px;
        border-radius: 3px;
        background-color: #1e741c;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        text-align: center;
    }
}
