/* Banners */
.banner-content .col .img-bg {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
}

.banner-content .col .card {
    /*height: 100%;*/
}

/* banner 1 e 2 */
.banner-block .col {
    padding: 7.5px;
    width: 100%;
}

/* banner 3 */
.banner-grid .banner-content {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "leftImage middleTopImage rightImage"
        "leftImage middleBottomImage rightImage";
}

.banner-grid .banner-content .col:first-child {
    grid-area: leftImage;
}

.banner-grid .banner-content .col:nth-child(2) {
    grid-area: middleTopImage;
    padding-bottom: 15px;
}

.banner-grid .banner-content .col:nth-child(3) {
    grid-area: middleBottomImage;
}

.banner-grid .banner-content .col:last-child {
    grid-area: rightImage;
}

.banner-grid .banner-content .col:first-child,
.banner-grid .banner-content .col:last-child {
    padding: 0;
}

.banner-grid .banner-content .col:nth-child(2),
.banner-grid .banner-content .col:nth-child(3) {
    padding: 0 15px;
}

.banner-grid .banner-content .col:nth-child(2) {
    padding-bottom: 15px;
}

.banner-grid .banner-content .col:first-child .img-bg,
.banner-grid .banner-content .col:last-child .img-bg {
    width: 100%;
    height: 100%;
}

.banner-grid .banner-content .col:nth-child(2) .img-bg,
.banner-grid .banner-content .col:nth-child(3) .img-bg {
    height: 100%;
}

@media (max-width: 768px) {
    .banner-grid .banner-content {
        display: block;
    }

    .banner-grid .banner-content .col:first-child,
    .banner-grid .banner-content .col:last-child {
        padding-bottom: 15px;
    }

    .banner-grid .banner-content .col:nth-child(2),
    .banner-grid .banner-content .col:nth-child(3) {
        padding: 0;
        padding-bottom: 15px;
    }

    .banner-grid .banner-content .col:first-child .img-bg,
    .banner-grid .banner-content .col:last-child .img-bg {
        width: 100%;
        /*max-height: 190px;*/
    }

    .banner-grid .banner-content .col:nth-child(2) .img-bg,
    .banner-grid .banner-content .col:nth-child(3) .img-bg {
        /*max-height: 190px;*/
    }
}

/* banner 4 */
.banner-mosaico .banner-content {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 2fr 2fr 3fr;
    grid-template-areas:
        "a b c"
        "a b d"
        "e f f";
}

.banner-mosaico .col {
    padding: 7.5px;
    width: 100%;
}

.banner-mosaico .banner-content .col:first-child {
    grid-area: a;
}

.banner-mosaico .banner-content .col:nth-child(2) {
    grid-area: b;
}

.banner-mosaico .banner-content .col:nth-child(3) {
    grid-area: c;
    max-height: 150px;
}

.banner-mosaico .banner-content .col:nth-child(4) {
    grid-area: d;
    max-height: 150px;
}

.banner-mosaico .banner-content .col:nth-child(5) {
    grid-area: e;
}

.banner-mosaico .banner-content .col:nth-child(6) {
    grid-area: f;
}

.banner-mosaico .banner-content .col .card {
    max-height: 300px;
}

/* Banners redondo */
@media (min-width: 768px) {
    #roundedBanner .img-wrapper {
        max-width: 150px;
    }

    #roundedBanner h5 {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .roundedBanner img {
        max-width: 135px;
        margin: 0 auto;
    }
}

.swiper-slide.swiper-slide-active {}

.roundedBannerNovo .swiper-wrapper,
.roundedBannerNovo .swiper-slide {
    padding: 0;
}

.roundedBannerNovo {
    margin-bottom: 30px;
}

/* Banner com produtos */
@media (max-width: 768px) {
    .shelf-and-banner img {
        height: 100%;
    }
}

/* secao confianca */
.sobre-img img {
    max-width: 100px;
}

/* Geral */
#banner-wrapper-mobile,
#container-slider,
.box-pesquisa,
.categorias-de-produtos,
.compra-sortida,
.destaques-mobile,
.destaques-mobile-header {
    display: none;
}

.destaques .destaques-header .destaque-opcoes .info-nav {
    display: inline-block;
    vertical-align: middle;
}

.categorias-destaque {
    width: 24%;
    margin: 20px 5px 5px;
    box-shadow: inset 0 0 2px #ccc, 0 0 1em #eee;
}

.categorias-destaque:hover {
    opacity: 0.8;
}

.compre-aqui span {
    background: #0e192f;
    border-radius: 8px;
    padding: 3px 8px;
    color: #fff;
    float: right;
}

.compre-aqui {
    padding: 133px 0 0;
}

.compre-aqui span {
    font-size: 1.2em;
}

.sobre .caracteristicas {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
}

/* Lista de categorias Swiper */

.swiper-categoria .img-categoria {
    width: 100px;
    height: 100px;
}

.swiper-categoria .titulo {
    margin-top: 10px;
    margin-left: 10px;
}

.swiper-categoria .sombra {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin: 10px 15px 15px 0;
}

.swiper-categoria .swiper-button-prev-categoria,
.swiper-categoria .swiper-button-next-categoria {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-categoria .swiper-button-prev-categoria {
    left: 10px;
}

.swiper-categoria .swiper-button-next-categoria {
    right: 10px;
}


/* POPUP */


form.formIntegration2 *,
form.formIntegration2 *::before,
form.formIntegration2 *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form.formIntegration2 {
    width: 100%;
    margin: 0 auto;
}

form.formIntegration2 input[type="text"] {
    outline: none;
    width: 100%;
}

form.formIntegration2 select {
    width: 100%;
    overflow: auto;
}

form.formIntegration2 select.invi-select {
    display: none;
    width: 0px;
    height: 0px;
    border: none;
}

form.formIntegration2 textarea {
    width: 100%;
    height: 80px;
    overflow: auto;
    resize: vertical;
}

form.formIntegration2 div.containerMultiple {
    width: 100%;
    overflow: auto;
    border: 1px solid #bec5cb;
    padding: 2px;
    background-color: #FFF;
    position: relative;
}

form.formIntegration2 div.containerMultiple div {
    min-height: 20px;
}

form.formIntegration2 div.containerMultiple div label {
    white-space: nowrap;
    display: inline-block;
    position: relative;
}

form.formIntegration2 input.type_PHN_DDI {
    text-align: center;
}

form.formIntegration2 div.div_PHN_DDI {
    width: 28%;
    margin-right: 2%;
    text-align: center;
    display: inline-block;
}

form.formIntegration2 div.div_PHN_NUM {
    width: 100%;
    display: inline-block;
}

form.formIntegration2 .div_PHN.hidden_DDI div.div_PHN_DDI {
    width: 0;
    display: none;
}

form.formIntegration2 .div_PHN.hidden_DDI div.div_PHN_NUM {
    width: 100%;
    display: inline-block;
}

form.formIntegration2 .field-error {
    border-color: #CC0000 !important;
}

form.formIntegration2 .g-recaptcha {
    margin-bottom: 5px;
}

form.formIntegration2 .DinamizeDivMessageSuccess,
form.formIntegration2 .DinamizeDivMessageAlert,
form.formIntegration2 .DinamizeDivMessageError,
form.formIntegration2 .DinamizeDivCaptchaMessage {
    display: none;
    margin: 0px 0px 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: arial;
    padding: 15px;
}

form.formIntegration2 .DinamizeDivMessageSuccess {
    background-color: rgb(20, 118, 18);
}

form.formIntegration2 .DinamizeDivMessageAlert,
form.formIntegration2 .DinamizeDivMessageError,
form.formIntegration2 .DinamizeDivCaptchaMessage {
    background-color: #ac0000;
}

form.formIntegration2 div.block {
    display: block;
    margin-bottom: 10px;
}

form.formIntegration2 div.block:last-child {
    margin-bottom: 0px;
}

form.formIntegration2 div.vertical {
    display: block;
}

form.formIntegration2 div.horizontal {
    display: inline-block;
    vertical-align: middle;
}

form.formIntegration2 div.horizontal.divlabel {
    width: 28%;
    margin-right: 2%;
    text-align: right;
}

form.formIntegration2 div.horizontal.divinput {
    width: 70%
}

form.formIntegration2 div.containerAllInline div.block {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

form.formIntegration2 div.containerAllInline div.horizontal.divinput {
    width: 182px
}

form.formIntegration2 .submit {
    position: relative;
    width: 100%
}

form.formIntegration2 .submit.class1 {
    text-align: left;
}

form.formIntegration2 .submit.class2 {
    text-align: left;
    width: 70%
}

form.formIntegration2 .submit.class3 {
    text-align: center;
}

form.formIntegration2 .submit.class4 {
    text-align: right;
}

form.formIntegration2 .submit.class5 {
    text-align: center;
}

form.formIntegration2 .submit.class5 input[type=submit] {
    width: 100%
}

form.formIntegration2 .spinner {
    display: none;
}

form.formIntegration2.style1 label {
    color: #4a5765;
    font-family: arial;
    font-size: 14px;
}

form.formIntegration2.style1 input[type="text"] {
    border: 2px solid #bec5cb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 0 4px transparent;
    color: #4a5766;
    font-size: 13px;
    padding: 9px 6px;
    height: 30px;
}

form.formIntegration2.style1 input[type="submit"] {
    width: 100%;
    border: medium none;
    background-color: #0e6e0e;
    color: #ffffff;
    cursor: pointer;
    font: bold 13px/38px Arial;
    height: 38px;
    padding: 0 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0 0 0;
}

form.formIntegration2.style1 div.containerMultiple,
form.formIntegration2.style1 select,
form.formIntegration2.style1 textarea {
    border: 2px solid #bec5cb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 0 4px transparent;
    color: #4a5766;
}

form.formIntegration2.style1 select {
    height: 30px;
}

form.formIntegration2.style1 textarea {
    max-height: 200px;
    min-height: 52px;
}

form.formIntegration2.style1 .spinner {
    display: none;
    bottom: 0;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

form.formIntegration2.style1 .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

form.formIntegration2.style1 .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

form.formIntegration2.style1 .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

form.formIntegration2.style1 .checkbox-container {
    display: block;
    position: absolute !important;
    padding-left: 22px;
    margin-bottom: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form.formIntegration2.style1 .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}

form.formIntegration2.style1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFF;
    border: 2px solid #BBB;
    border-radius: 3px;
}

form.formIntegration2.style1 .checkbox-container:hover input~.checkmark {
    border: 2px solid #777;
}

form.formIntegration2.style1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

form.formIntegration2.style1 .checkbox-container input:checked~.checkmark:after {
    display: block;
}

form.formIntegration2.style1 .checkbox-container .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid #555;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form.formIntegration2.style2 label {
    font-family: arial;
    font-size: 14px;
}

form.formIntegration2.style2 input[type="text"] {
    border: 1px solid #bec5cb;
    box-shadow: 0 0 0 4px transparent;
    color: #4a5766;
    font-size: 13px;
    padding: 9px 6px;
}

form.formIntegration2.style2 div.containerMultiple {
    max-height: 82px;
}

form.formIntegration2.style2 div.containerMultiple,
form.formIntegration2.style2 select,
form.formIntegration2.style2 textarea {
    border: 1px solid #bec5cb;
    box-shadow: 0 0 0 4px transparent;
    color: #4a5766;
}

form.formIntegration2.style2 select {
    height: 40px;
}

form.formIntegration2.style2 textarea {
    max-height: 200px;
    min-height: 52px;
}

form.formIntegration2.style2 ::-webkit-input-placeholder {
    color: #000000;
}

form.formIntegration2.style2 ::-moz-placeholder {
    color: #000000;
    font-family: arial;
}

form.formIntegration2.style2 :-ms-input-placeholder {
    color: #000000;
    font-family: arial;
}

form.formIntegration2.style2 :-moz-placeholder {
    color: #000000;
    font-family: arial;
}

form.formIntegration2.style2 .spinner {
    display: none;
    bottom: 0;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

form.formIntegration2.style2 .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

form.formIntegration2.style2 .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

form.formIntegration2.style2 .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.wisepops-root {
    width: 100%;
}

.wisepops-root .daKZJr {
    z-index: 1;
    pointer-events: auto;
    flex: 0 1 auto;
    position: relative;
    box-sizing: border-box;
    width: 860px;
    height: auto;
    margin: 0 auto;
    min-height: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 20px 0px;
    border-style: solid;
    border-color: rgb(237, 237, 237);
    border-width: 0px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(94, 94, 100);
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
}

.wisepops-root .cRPssc {
    display: none;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    inset: 0px;
    overflow: hidden;
    pointer-events: none;
    z-index: 9999999;
}

.wisepops-root .cRoSvL {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    inset: 0px;
    overflow: hidden;
    pointer-events: none;
    z-index: 9999999;
}

.wisepops-root div:empty {
    display: block;
}

.wisepops-root .hEyvcz {
    position: absolute;
    inset: 0px;
    overflow: hidden;
    z-index: -1;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    border-radius: 8px;
}

.wisepops-root .daKZJr>div:last-child {
    margin-bottom: 0px;
}

.wisepops-root .jdYoKI {
    overflow: auto;
    max-width: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    border-radius: 8px;
    z-index: 1;
}

.wisepops-root .cKtKif {
    display: flex;
    box-sizing: border-box;
    padding: 0px;
    overflow: hidden;
    position: relative;
    flex: 1 0 auto;
}

.wisepops-root .cKtKif>div:last-child {
    margin-bottom: 0px;
}

.wisepops-root .brUTwo {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    max-width: 100%;
}

.wisepops-root .ftXkjC {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 35px 20px;
    flex: 0 1 50%;
    max-width: 50%;
    z-index: 0;
}

.wisepops-root .iulfFK {
    position: absolute;
    inset: 0px;
    overflow: hidden;
    z-index: -1;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}

.wisepops-root .ftXkjC>div.wisepops-blocks-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    min-height: 1px;
}

.wisepops-root .ftXkjC>div.wisepops-blocks-wrapper> :not(:last-child) {
    margin: 0px 0px 8px;
}

.wisepops-root .SdpMH {
    position: relative;
    transition: opacity 300ms ease 0s;
    min-height: 1px;
}

.wisepops-root .bRIwPu {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
}

.wisepops-root .jUnaQy {
    width: 100%;
    text-align: left;
}

.wisepops-root .jUnaQy div {
    line-height: 0;
}

.wisepops-root .jUnaQy span:not([data-text]) {
    line-height: normal;
}

.wisepops-root .wisepops-popup span,
.wisepops-root .wisepops-popup a {
    visibility: inherit;
}

.wisepops-root .kvztOp {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px;
    flex: 0 1 50%;
    max-width: 50%;
    z-index: 0;
}

.wisepops-root .kjrHlo {
    position: absolute;
    inset: 0px;
    overflow: hidden;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}

.wisepops-root .kvztOp>div.wisepops-blocks-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    min-height: 1px;
}

.wisepops-root .cTMnEj.touched:invalid {
    border-color: rgb(206, 12, 12);
    box-shadow: none;
}

.wisepops-root .cTMnEj[name],
.wisepops-root .cTMnEj[name]:invalid:focus {
    padding: 16px;
    box-sizing: border-box;
    outline: none;
    border-radius: 4px;
    line-height: normal;
    background-image: none;
    background-color: rgb(241, 241, 241);
    background-clip: padding-box;
    width: 100%;
    border-style: solid;
    border-color: rgb(229, 233, 242);
    border-width: 0px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.wisepops-root .wisepops-popup:not(.wisepops-rtl) .fHNvMh> :not(:first-child) {
    margin-top: 16px;
}

.wisepops-root .cdCAKc {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
    border-radius: 4px;
    background: rgb(255, 99, 71);
    padding: 16px;
    width: 100%;
}

.wisepops-root .eRsdUn {
    display: inline-block;
    margin: 0px 8px;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: transparent;
}

.wisepops-root .fkmykf {
    text-align: center;
    line-height: normal;
}

.wisepops-root .gVRVnL {
    z-index: 0;
    position: absolute;
    inset: 0px;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.11);
    opacity: 1;
    backdrop-filter: blur(4px);
}

button.DismissPopupBlock__Button-ubmctd-1.eRsdUnX {
    font-size: 20px !important;
    display: block;
    float: right;
    margin-bottom: 20px;
    font-weight: 700;
    background: unset;
}

.wisepops-root .kvztOp button.DismissPopupBlock__Button-ubmctd-1.eRsdUnX {
    margin-top: 20px;
    margin-right: 20px;
}

.wisepops-root .ftXkjC button.DismissPopupBlock__Button-ubmctd-1.eRsdUnX {
    display: none;
}

@media only screen and (max-width: 747px) {
    .wisepops-root .ftXkjC button.DismissPopupBlock__Button-ubmctd-1.eRsdUnX {
        display: block;
    }

    .BlocksContainer-sc-3tl3gf-0.kvztOp.wisepops-column {
        display: none;
    }

    .BlocksContainer-sc-3tl3gf-0.ftXkjC.wisepops-column {
        width: 100%;
        display: block;
        flex: unset;
        max-width: unset;
    }

    .VideoStopper__Container-jc37qi-0.brUTwo {
        display: block;
    }

    #wisepop-276424 {
        max-width: 100%;
    }

    .BlocksContainer-sc-3tl3gf-0.ftXkjC.wisepops-column {
        padding: 32px;
    }

    .wisepops-root .title span {
        font-size: 22px;
    }

    .wisepops-root.title {
        text-align: center;
        margin-bottom: 10px;
    }

    .wisepops-root .cTMnEj[name],
    .wisepops-root .cTMnEj[name]:invalid:focus {
        font-size: 13px;
        padding: 13px;
    }

    .wisepops-root .description span {
        font-size: 13px;
    }

    .wisepops-root .description {
        text-align: justify;
    }

    button.SignupPopupSubmitButton__InnerSubmitButton-sc-1jovqh8-0.cdCAKc {
        padding: 13px;
        font-size: 13px;
    }
}

/* Categorias Miniatura Home */
.section-categorias-a1b2 {
    padding: 1rem 0;
}

.container-categorias-a1b2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.grid-categorias-a1b2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.item-categoria-a1b2 {
    background-color: rgb(250, 250, 250);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-categoria-a1b2 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.img-categoria-a1b2 {
    max-height: 96px;
    object-fit: cover;
    mix-blend-mode: darken;
}

.titulo-categoria-a1b2 {
    font-weight: 600;
    margin: 0;
    flex: 1;
    padding: 8px;
}

@media only screen and (max-width: 747px) {
    .grid-categorias-a1b2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .card-categoria-a1b2 {
        display: inline;
        text-align: center;
    }
}

/* Bloco banners imagens */
.titulo-ht5s {
    margin-top: 10px;
    margin-left: 10px;
    /* Espaçamento entre a imagem e o texto */
}

.sub-categoria.card-ht5s {
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* margin: 5px; */
    text-align: center;
    background: rgb(250, 250, 250);
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.sub-categoria-imagens-adicionais-ht5s img {
    mix-blend-mode: darken;
}

.sub-categoria-imagens-adicionais-ht5s a {
    border: 1px solid #eee;
    border-radius: 5px;
}

.sub-categoria-title .titulo-ht5s {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.sub-categoria-imagens-adicionais .img-adicional-ht5s {
    border: 1px solid #ccc;
}

.sub-categoria-img .img-ban-categoria-ht5s {
    max-height: 450px;
    width: auto;
    display: block;
}

.sub-categoria-imagens-adicionais-ht5s {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 10px;
    padding: 12px;
}

.sub-categoria-img-ht5s {
    background: white;
}