@media(min-width:1100px) {
    .cms-home .container {
        max-width: 1100px;
        padding: 0;
    }
}

.page-layout-1column .column.main {
    background: var(--main-color);
}

.cms-home .bt-padrao {
    width: auto;
    padding: 0 25px;
    height: 40px;
    background-color: var(--main-color-01);
    border-radius: 4px;
    line-height: 40px;
    margin: 0;
    display: inline-block;
    text-align: center;
    color: var(--main-color);
    text-decoration: none !important;
}

.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-next,
.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-prev,
#accordionObjetivos .title-accordion,
#wordpress-posts .btLinkPost,
.cms-home .bt-padrao,
.bannerP-home .bt-banner,
.back-banner .conteudo a {
    transition: all .3s;
}

.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-next:hover,
.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-prev:hover,
#wordpress-posts .btLinkPost:hover,
.cms-home .bt-padrao:hover,
.bannerP-home .bt-banner:hover,
.back-banner .conteudo a:hover {
    opacity: .8;
}

#accordionObjetivos .title-accordion:hover {
    opacity: 0.7;
}

.linkBanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*Banner BF vem ai*/
.tag-new {
    width: 133px;
    height: 28px;
    background: #CD7B29;
    border-radius: 14px;
    color: var(--main-color);
    text-align: center;
    line-height: 28px;
    margin: 24px auto 0;
}

.cms-home .back-banner .conteudo {
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
}

.cms-home .back-banner .conteudo .d-flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.cms-home .back-banner .title-banner {
    font-family: var(--main-font-family-condensed);
    font-weight: 900;
    font-size: 1.625rem;
    display: block;
    line-height: 28px;
    margin-bottom: 3px;
    width: 100%;
    text-align: center;
}

.cms-home .back-banner .text-banner {
    line-height: 22px;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.contBts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-banner .conteudo .contBts a {
    margin: 16px 6px 0;
}

.contBts .action.tocart.primary,
.back-banner .conteudo a {
    width: auto;
    height: 32px;
    line-height: 30px;
    background-color: var(--main-color);
    color: #3D3935;
    font-size: 16px;
    border-radius: 5px;
    margin: 16px auto 0;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    text-decoration: none !important;
    position: relative;
    min-width: 118px;
    z-index: 2;
}

.back-banner .conteudo a {
    line-height: 32px;
}

.back-banner.banner-preto .contBts .action.tocart.primary,
.back-banner.banner-preto .conteudo a {
    background-color: #252424;
    color: var(--main-color);
}

.back-banner.banner-branco {
    color: var(--main-color);
}

.back-banner.banner-branco .contBts .action.tocart.primary,
.back-banner.banner-branco .conteudo a {
    background-color: var(--main-color);
    color: #252424;
}

@media (max-width: 1440px) {
    .cms-home .back-banner .title-banner {
        font-size: 1.625rem;
        line-height: 28px;
    }

    .cms-home .back-banner .text-banner {
        line-height: 22px;
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (max-width: 767px) {
    .cms-home .back-banner .title-banner {
        line-height: 28px;
    }

    .cms-home .back-banner .conteudo {
        margin-left: 0;
    }

}

/*Fim Banner BF vem ai*/

/*Banners carrossel*/

.gallery {
    overflow: hidden;
    position: relative;
    height: 510px;
    background: var(--main-color) url(https://d1g2ab1f83fbfh.cloudfront.net/media/wysiwyg/home/carregando-carrossel-2.jpg) center top no-repeat;
    background-size: 1440px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery .item-container {
    position: relative;
    margin: 0 auto;
    will-change: transform
}

.gallery .back-banner {
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    left: 0;
    height: 510px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: opacity;
    z-index: 0 !important
}

.gallery .owl-item {
    height: 510px;
    border-radius: 8px;
    overflow: hidden;
}

.gallery .item-container .banner-home {
    opacity: calc((var(--progress-0-1) * -0.7) + .99);
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    will-change: opacity
}


.owl-carousel-banners .owl-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(210, 210, 215, .64);
    z-index: 1;
}

.owl-carousel-banners .owl-item.active:before {
    display: none;
}

.cms-home .gallery {
    position: relative;
}

.cms-home .gallery:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: 4px solid var(--main-color-01);
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.cms-home .gallery .owl-carousel.owl-loaded {
    background: var(--main-color);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cms-home .owl-carousel-banners:has(.active .banner-branco) .owl-nav span {
    background: url(https://d1g2ab1f83fbfh.cloudfront.net/media/wysiwyg/home/icone-seta-carousel-branco.svg) center no-repeat !important;
}

.cms-home .owl-carousel-banners:has(.active .banner-branco) .owl-dot span {
    border: 1px solid var(--main-color);
}

.cms-home .owl-carousel-banners:has(.active .banner-branco) .owl-dot.active span {
    background: var(--main-color);
}

.cms-home .owl-theme .owl-dots .owl-dot,
.cms-home .owl-theme .owl-nav button,
.cms-home .newsletter .politica--botao .botao-enviar-news-home {
    outline: none;
    box-shadow: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.cms-home .owl-carousel .owl-nav button.owl-next,
.cms-home .owl-carousel .owl-nav button.owl-prev {
    background: transparent !important;
    position: relative;
    z-index: 9;
}

.cms-home .owl-carousel .owl-nav button.owl-next span {
    background: url(../../images/icons/icone-seta-carousel.svg) center no-repeat;
    height: 16px;
    width: 22px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
}

.cms-home .owl-carousel .owl-nav button.owl-prev span {
    background: url(../../images/icons/icone-seta-carousel.svg) center no-repeat;
    height: 16px;
    width: 22px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    transform: rotate(180deg);
}

.cms-home .gallery .owl-theme.owl-carousel-banners .owl-nav {
    text-align: center;
    width: auto;
    position: absolute;
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 80px;
    /*Quando houver mais de 3 itens no carrossel principal da home, alterar a propriedade GAP para um valor maior*/
    right: 240px;
}

.cms-home .gallery .owl-theme.owl-carousel-banners .owl-nav {
    margin: 0;
    justify-content: space-between;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 100%;
}

.cms-home .owl-carousel .owl-nav button.owl-next,
.cms-home .owl-carousel .owl-nav button.owl-prev {
    margin: 0 16px;
}

.cms-home .owl-carousel .owl-nav button.owl-prev span,
.cms-home .owl-carousel .owl-nav button.owl-next span {
    background: url(../../images/icons/icone-seta-carousel-mobile.svg) center no-repeat;
    height: 32px;
    width: 32px;
    transition: all .3s;
}

.cms-home .owl-carousel .owl-nav button:hover span {
    opacity: .8;
}

.cms-home .owl-carousel-banners:has(.active .banner-branco) .owl-nav span {
    background: url(../../images/icons/icone-seta-carousel-mobile.svg) center no-repeat !important;
}

.cms-home .gallery .owl-theme .owl-dots {
    text-align: center;
    margin: 0;
    position: relative;
    right: 272px;
    bottom: 56px;
    margin-left: auto;
    width: 80px;
}

.cms-home .gallery .owl-theme .owl-dots .owl-dot {
    line-height: 32px;
    height: 32px;
}



.cms-home .owl-theme .owl-dots .owl-dot.active span,
.cms-home .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color-01);
}

.cms-home .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid var(--main-color-01);
}



/*Categorias*/
.cms-home .categorias-home {
    display: flex;
    justify-content: start;
    /* gap: 24px; */
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cms-home .categorias-home img {
    width: 100%;
    /* max-width: 132px; */
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
}

.cms-home .categorias-home a.link-categorias {
    display: block;
    color: var(--main-color-01);
    font-size: 16px;
    margin: 12px 0 0;
    text-align: center;
}

.cms-home .categorias-home a.link-categorias:hover {
    text-decoration: none;
}

.blListaSabor {
    margin: 16px 0 0;
    width: 100%;
}

.lista-sabor {
    display: flex;
    position: relative;
    padding: 0;
    gap: 60px;
    justify-content: center;
}


.bt-lista-sabor {
    background-color: var(--main-color-07);
    border: 1px solid var(--main-color-07);
    color: var(--main-color);
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    display: inline-block;
    margin: 7px 8px;
}

.lista-sabor a {
    color: var(--main-color-01) !important;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    transition: all .3s;
    text-align: center;
    position: relative;
    align-items: center;
}

.lista-sabor a.sku-488 .text {
    display: block;
    position: absolute;
    width: 122px;
    left: 50%;
    transform: translateX(-50%);
}

.lista-sabor a:hover {}

.imgSabor {
    background-color: var(--main-color-05);
    width: 98px;
    height: 98px;
    margin: 1px 1px 7px;
    border-radius: 98px;
    border: 5px solid var(--main-color);
    overflow: hidden;
    position: relative;
    outline: 1px solid var(--main-color-04);
}

.owl-carousel.owl-categorias-home {
    max-width: 1012px;
    padding: 16px 0 0 0;
    margin: 0;
}

.owl-carousel.owl-categorias-home .item {
    text-align: center;
}

.owl-carousel.owl-categorias-home:has(.item:nth-child(-n+3)) {
    display: flex !important;
    /* gap: 16px; */
}

.cat-whey .owl-carousel.owl-categorias-home,
.cat-omegas .owl-carousel.owl-categorias-home {
    margin: 0 auto;
}

.cms-home .owl-carousel.owl-categorias-home .owl-nav button.owl-next,
.cms-home .owl-carousel.owl-categorias-home .owl-nav button.owl-prev {
    background: #E5E5E5 !important;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -5px !important;
}

.cms-home .owl-carousel.owl-categorias-home .owl-nav button.owl-next:hover,
.cms-home .owl-carousel.owl-categorias-home .owl-nav button.owl-prev:hover,
.section-em-alta .owl-em-alta-home .link-em-alta:hover {
    opacity: .8;
}

.cms-home .owl-carousel.owl-categorias-home .owl-nav button.owl-next {
    right: -44px;
}

.cms-home .owl-carousel.owl-categorias-home .owl-nav button.owl-prev {
    left: -44px;
}

.owl-carousel.owl-categorias-home .owl-nav button.owl-next span {
    background: url(../../images/novos-icones/seta-carousel.svg) center no-repeat;
    background-size: 6px;
    height: 19px;
    width: 32px;
    transform: rotate(180deg);
}

.owl-carousel.owl-categorias-home .owl-nav button.owl-prev span {
    background: url(../../images/novos-icones/seta-carousel.svg) center no-repeat;
    background-size: 6px;
    height: 19px;
    width: 28px;
    transform: rotate(0deg);
}

.owl-carousel.owl-categorias-home .owl-prev,
.owl-carousel.owl-categorias-home .owl-next {
    position: absolute;
    top: 29px;
    margin: 0 !important;
    outline: none;
    box-shadow: none;
}

.owl-carousel.owl-categorias-home.owl-theme .owl-nav {
    margin: 0;
}

.owl-carousel.owl-categorias-home .owl-prev {
    left: -22px;
}

.owl-carousel.owl-categorias-home .owl-next {
    right: -22px;
}




.cms-home .background-blocos {
    background-position: center top;
}


.product-items.slick-slider .slick-slide .product-item {
    margin: 0 !important;
    max-width: 100%;
}

/*  */
.cms-home .gallery .owl-theme.owl-carousel-banners .owl-nav {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (min-width: 1600px) {
    .gallery {
        height: 699px;
        background: var(--main-color) url(https://d1g2ab1f83fbfh.cloudfront.net/media/wysiwyg/home/carregando-carrosel.jpg) center top no-repeat;
        background-size: 1920px;
    }

    .gallery .item-container {
        height: 699px;
        width: 1920px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .gallery .back-banner {
        height: 699px;
    }

    .gallery .owl-item {
        height: 699px;
    }

    .gallery .item-container .banner-home {
        width: 1508px
    }

    .cms-home .gallery .owl-theme.owl-carousel-banners .owl-nav {
        max-width: 1508px;
    }

    .cms-home .gallery .owl-theme .owl-dots {
        right: 206px;
    }

}

@media (min-width: 1101px) and (max-width: 1599px) {
    .gallery .item-container {
        height: 510px;
        width: 1600px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .cms-home .gallery .owl-theme.owl-carousel-banners .owl-nav {
        max-width: calc(100vw - 420px);
        left: 50%;
    }

    .cms-home .gallery .owl-theme .owl-dots {
        right: 250px;
    }

    .gallery {
        height: 510px;
    }

    .gallery .back-banner {
        height: 510px;
    }

    .gallery .item-container .banner-home {
        width: 1100px
    }

    .cms-home .gallery .owl-theme.owl-carousel-banners .owl-nav {
        max-width: 1100px;
    }

    .gallery .owl-item {
        height: 510px;
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .cms-home .gallery .owl-theme.owl-carousel-banners .owl-nav {
        max-width: calc(100vw - 320px);
        left: 50%;
        transform: translate(-50%);
    }

    .cms-home .gallery .owl-theme .owl-dots {
        right: 155px;
    }
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

    /*Banners*/

    .gallery {
        height: 370px;
        background-size: 1439px;
    }

    .gallery .back-banner {
        height: 370px;
    }

    .gallery .owl-item {
        height: 367.79359px
    }

    .gallery .item-container .banner-home {
        width: 100%
    }

    .cms-home .gallery .owl-theme.owl-carousel-banners .owl-nav {
        max-width: calc(100vw - 120px);
    }

    .cms-home .gallery .owl-theme .owl-dots {
        right: 70px;
    }


}

@media (max-width: 767px) {

    .gallery,
    .gallery .back-banner,
    .gallery .item-container,
    .gallery .owl-item {
        height: 533px
    }

    .cms-home .gallery {
        min-height: 485px;
    }

    .gallery .item-container .banner-home {
        width: 100%;
        background-position: top center;
        background-size: 100%;
    }

    .cms-home .owl-carousel .owl-nav button.owl-next,
    .cms-home .owl-carousel .owl-nav button.owl-prev {
        margin: 0 16px;
    }

    .cms-home .owl-carousel .owl-nav button.owl-prev span,
    .cms-home .owl-carousel .owl-nav button.owl-next span {
        background: url(../../images/icons/icone-seta-carousel-mobile.svg) center no-repeat;
        height: 32px;
        width: 32px;
    }

    .cms-home .owl-carousel-banners:has(.active .banner-branco) .owl-nav span {
        background: url(../../images/icons/icone-seta-carousel-mobile.svg) center no-repeat !important;
    }


    .cms-home .gallery .owl-theme .owl-dots {
        width: 80px;
        margin: 0 0 0 auto;
        position: relative;
        text-align: center;
        top: -56px;
        right: 0;
    }

    .cms-home .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }

    .cms-home .gallery .owl-theme .owl-dots .owl-dot.active span {
        background: var(--main-color-01);
    }

    .cms-home .owl-carousel-banners:has(.active .banner-branco) .owl-dot.active span {
        background: var(--main-color);
    }

    .contBts .action.tocart.primary,
    .back-banner .conteudo a {
        min-width: 104px;
        padding: 0 10px;
    }


}

/* Bloco Banner P */
.bannerP-home {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.bannerP01 {
    margin-right: 16px;
}

.bannerP01,
.bannerP02 {
    max-width: 542px;
    width: 100%;
    height: 369px;
    border-radius: 8px;
}

.back-banner-p {
    display: flex;
    max-width: 542px;
    width: 100%;
    height: 369px;
    position: relative;
    border-radius: 8px;
}

.cont-banner-p {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 24px 32px;
    width: 100%;
}

.bannerP-home h2 {
    font-size: 1.424rem;
    font-family: var(--main-font-family-condensed);
    color: var(--main-color-01);
    line-height: 23px;
    font-weight: 900;
}

.bannerP-home .txt-banner-p {
    line-height: 19px;
    display: block;
}

.bannerP-home .bt-banner {
    display: block;
    width: 116px;
    height: 32px;
    line-height: 32px;
    background: var(--main-color-01);
    border-radius: 4px;
    color: var(--main-color);
    text-align: center;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
}

/* Bloco Banner G */
.back-banner-g {
    display: flex;
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 8px;
}

.back-banner-g .bloco-texto {
    font-size: 29px;
    line-height: 29px;
    color: #111;
    display: block;
    max-width: 520px;
    margin: 94px 0 0 30px;
    font-family: var(--main-font-family-utopia-regular);
}

.back-banner-g .bloco-texto em {
    font-family: var(--main-font-family-utopia-caption);
    font-style: italic;
    font-weight: 400;
}

.back-banner-g .bloco-texto strong {
    font-family: var(--main-font-family-condensed);
    font-weight: 900;
}

/* Bloco Em Alta */
.product-click-image {
    position: absolute;
    height: 60%;
    width: 50%;
    right: 0;
    top: 20%;
}

.section-blog h2,
.banner-home-g h2,
.section-em-alta h2 {
    margin-top: 48px;
    font-size: 1.802rem;
    font-family: var(--main-font-family-condensed);
    margin-bottom: 25px;
    font-weight: 900;
}

.section-blog h2 span,
.banner-home-g h2 span,
.section-em-alta h2 span {
    font-family: var(--main-font-family-utopia);
    font-style: italic;
    font-weight: 400;
}

.section-blog h2 span {
    margin-left: 5px;
}

.section-em-alta .owl-em-alta-home .item {
    width: 356px;
    height: 400px;
    background: #F0F0F0;
    background-size: 100% !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.section-em-alta .owl-em-alta-home .tag-em-alta {
    padding: 0 13px;
    height: 28px;
    border: 1px solid #666666;
    border-radius: 14px;
    color: var(--main-color-03);
    text-align: center;
    line-height: 25px;
    display: block;
    left: 27px;
    top: 22px;
    position: absolute;
}

.section-em-alta .owl-em-alta-home .cont-item-em-alta {
    margin-left: 27px;
    width: 100%;
}

.section-em-alta .owl-em-alta-home .titulo-prod {
    font-size: 1.4375rem;
    font-weight: bold;
    display: block;
    line-height: 23px;
    max-width: 48%;
}

.section-em-alta .owl-em-alta-home .prod-2409 .cont-item-em-alta,
.section-em-alta .owl-em-alta-home .prod-2409 .titulo-prod,
.section-em-alta .owl-em-alta-home .prod-290 .cont-item-em-alta,
.section-em-alta .owl-em-alta-home .prod-290 .titulo-prod {
    max-width: 140px;
}

.section-em-alta .owl-em-alta-home .link-em-alta {
    color: var(--main-color-03);
    text-decoration: none;
    line-height: 16px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    max-width: 90px;
}

.section-em-alta .owl-em-alta-home .link-em-alta:after {
    content: '';
    background: url(../../images/novos-icones/seta-carousel.svg) center no-repeat;
    background-size: 6px;
    width: 7px;
    height: 13px;
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 7px;
}

.section-em-alta .owl-em-alta-home .numero-item {
    width: 121px;
    height: 100px;
    text-align: left;
    font: normal normal 300 132px/100px var(--main-font-family);
    letter-spacing: 0px;
    color: #D0D0D0;
    position: absolute;
    bottom: 10px;
    left: 22px;
}

.cms-home .owl-carousel.owl-em-alta-home .owl-nav {
    text-align: right;
}

.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-next,
.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #E5E5E5 !important;
    margin: 1px 0 0 8px;
}

.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-prev span,
.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-next span {
    background: url(../../images/novos-icones/seta-carousel.svg) center no-repeat;
    background-size: 6px;
    margin: 0 auto;
}

.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-prev span {
    transform: rotate(0deg);
}

.cms-home .owl-carousel.owl-em-alta-home .owl-nav button.owl-next span {
    transform: rotate(180deg);
}

/* Objetivos  */
.section-objetivos {
    margin-top: 40px;
}

.section-objetivos .row {
    align-items: center;
}

.colImgObjetivo {
    text-align: right;
}

.colImgObjetivo img {
    margin-right: 30px;
}

.section-objetivos .padL30 {
    padding-left: 30px;
}

#accordionObjetivos {
    border-bottom: 1px solid var(--main-color-04);
}

#accordionObjetivos .card {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--main-color-04);
    background-color: transparent;
}

#accordionObjetivos>.card>.card-header {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: -1px;
}

#accordionObjetivos .title-accordion {
    color: var(--main-color-01);
    text-align: left;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    padding-left: 7px;
    font-size: 1.4375rem;
    font-style: italic;
    font-family: var(--main-font-family-utopia);
    font-weight: 400;
    text-decoration: none;
    width: 100%;
    position: relative;
    border-top: 1px solid var(--main-color-04);
}

#accordionObjetivos .title-accordion:first-child {
    border-top: 0;
}

#accordionObjetivos .title-accordion strong {
    font-family: var(--main-font-family-condensed);
    font-weight: 900;
    font-style: normal;
}

#accordionObjetivos .title-accordion::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 6px;
    transition: all .3s;
    background: url(../../images/novos-icones/arrow_outward.svg) right center no-repeat;

}

#accordionObjetivos .title-accordion[aria-expanded="true"]:after {
    transform: rotate(90deg);
    right: 5px;
    top: 14px;
}



/*Bloco blog*/
#wordpress-posts {
    display: flex;
}

#wordpress-posts .contItensBlog {
    display: block;
    background: var(--main-color-12);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

#wordpress-posts .col {
    padding: 0 16px 0 0;
}

#wordpress-posts .col:last-child {
    padding: 0;
}

#wordpress-posts .categorias-post {
    display: flex;
    list-style: none;
    gap: 5px;
    margin: -12px 0 0 16px;
    padding: 0;
}

#wordpress-posts .categorias-post li {
    height: 20px;
    background: var(--main-color-01);
    border-radius: 14px;
    color: var(--main-color);
    padding: 0 14px;
    font-size: .75rem;
    line-height: 20px;
    z-index: 1;
}

#wordpress-posts a {
    text-decoration: none !important;
}

#wordpress-posts a:hover {
    opacity: .8;
}

#wordpress-posts .titulo-post {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 20px;
    color: var(--main-color-01);
    height: 82px;
    overflow: hidden;
    padding: 11px 16px 0;
    text-decoration: none;
    width: 100%;
}

#wordpress-posts .data-post {
    display: inline-block;
    margin: 0 0 20px 16px;
    line-height: 17px;
    font-size: .875rem;
    color: var(--main-color-03);
}

#wordpress-posts .btLinkPost {
    display: block;
    position: absolute;
    border-radius: 27px;
    bottom: 16px;
    right: 16px;
    width: 27px;
    height: 27px;
    background: var(--main-color-01) url(../../images/icons/icone-seta-bt-blog.svg) center no-repeat;
}

.cms-home .section-blog .bt-padrao {
    margin: 24px 0 0 auto;
}

/* Nossos Produtos */

.section-nossos-produtos {
    height: 666px;
    margin-top: 31px;
}

.section-nossos-produtos .pad0 {
    padding: 0;
    margin-left: auto;
}

.section-nossos-produtos .imgBlocoNossosProdutos {
    margin-left: 172px;
    margin-top: 19px;
}

.overflowImagem {
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 690px;

}

.overflowImagem .imgAnime01 {}

.overflowImagem .imgAnime02,
.overflowImagem .imgAnime03 {
    z-index: 2;
}

.section-nossos-produtos .imgBlocoNossosProdutos.desktop {
    margin-left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 1920px;
    max-width: 1920px;
}

.section-nossos-produtos .bl-text {
    margin-left: 5px;
}

.section-nossos-produtos .bl-text p {
    font-size: 1.125rem;
    line-height: 24px;
    margin-top: 420px;
    margin-bottom: 23px;
    max-width: 266px;
}

.blocoAnimeLetter {
    overflow: hidden;
    position: absolute;
    height: 220px;
    width: 100%;
    margin-top: 223px;
    z-index: 1;
}

.letterAnim {
    position: absolute;
    top: 1px;
    width: 100%;
    overflow: hidden;
}

.animTextBack {
    background-image: url(../../images/home/WISDOM-BEAUTY-AND-POWER-.svg);
    background-repeat: repeat-x;
    background-size: 1920px auto;
    animation: marquee 11s infinite linear;
    margin-left: 0;
    height: 220px;
}

@keyframes marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1920px;
    }
}

/* Nossa Marca */
.section-nossa-marca {
    padding-bottom: 96px;
}

.section-nossa-marca .pad0 {
    padding: 0;
}

.section-nossa-marca .cl-cont {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 24px;
    margin-top: 56px;
}

.section-nossa-marca .bl-text {
    max-width: 260px;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.section-nossa-marca .h2 {
    font-size: 2.25rem;
    font-family: var(--main-font-family-utopia);
    color: var(--main-color-01);
    line-height: 40px;
}

.section-nossa-marca .bt-padrao {
    margin-top: 17px;
}


/*MOBILE*/
@media (max-width: 767px) {

    body {
        width: 100vw;
        overflow-x: hidden;
    }

    .blListaSabor {
        margin: 30px 0 0;
        padding: 0 24px;
        overflow: auto;
    }

    .lista-sabor {
        padding: 0;
        gap: 12px;
        justify-content: left;
    }

    .lista-sabor .item:last-child {
        padding-right: 24px;
    }

    .lista-sabor a {
        line-height: 16px;
        margin-bottom: 10px;
    }

    .gallery .owl-item,
    .gallery .back-banner {
        border-radius: 0;
    }

    .cms-home .categorias-home {
        padding: 0;
    }

    .owl-carousel.owl-categorias-home:has(.item:nth-child(-n+3)) {
        gap: 11px;
    }

    .owl-carousel.owl-categorias-home {
        max-width: 100vw;
        padding-top: 29px;
    }

    .imgSabor {
        width: 88px;
        height: 88px;
    }

    .container.bannerP-home {
        padding: 0 24px;
    }

    .bannerP-home {
        flex-direction: column;
        margin-top: 30px;
    }

    .bannerP01,
    .bannerP02 {
        height: 385px;
        overflow: hidden;
        margin: 8px 0;
    }

    .back-banner-p {
        height: 385px;
        background-size: 100% !important;
    }

    .cont-banner-p {
        justify-content: end;
        align-items: start;
        flex-direction: column;
        padding: 24px 24px;
    }

    .bannerP-home .bt-banner {
        margin-top: 16px;
    }

    .container.banner-home-g {
        padding: 0 24px;
    }

    /* Em Alta */
    .back-banner-g {
        flex-direction: column;
    }

    .container.section-em-alta {
        padding: 0;
    }

    .section-em-alta h2 {
        padding: 0 24px;
    }

    .section-em-alta h2 span {
        display: block;
        line-height: 22px;
        margin-top: -3px;
    }

    .owl-carousel.owl-em-alta-home .owl-stage {
        margin-left: -8px;
    }

    .owl-carousel.owl-em-alta-home .owl-item {
        overflow: hidden;
        border-radius: 8px;
    }

    .cms-home .owl-carousel.owl-em-alta-home .owl-nav {
        padding: 0 24px;
    }

    .section-em-alta .owl-em-alta-home .tag-em-alta {
        left: 22px;
    }

    .section-em-alta .owl-em-alta-home .cont-item-em-alta {
        margin-left: 22px;
        max-width: 40%;
    }

    .section-em-alta .owl-em-alta-home .numero-item {
        left: 14px;
    }

    .section-em-alta .owl-em-alta-home .item {
        width: auto;
        height: 400px;
    }

    .section-em-alta .owl-em-alta-home .titulo-prod {
        line-height: 23px;
    }


    /* .cms-home .categorias-home img {
        max-width: 98px;
    }

    .cms-home .categorias-home {
        gap: 10px;
        justify-content: start;
        padding-left: 24px;
        overflow: auto;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .cms-home .categorias-home a.link-categorias {
        width: 106.44px;
        margin: 12px auto 0;
    }

    .cms-home .categorias-home div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } */

    .banner-home-g h2 {
        max-width: 180px;
        line-height: 24px;
    }

    .section-objetivos .row {
        flex-direction: column;
    }

    .section-objetivos .padL30 {
        padding-left: 24px;
    }

    #accordionObjetivos {
        padding: 16px 9px 0 0;
    }

    #accordionObjetivos .title-accordion {
        padding-left: 0;
    }

    #accordionObjetivos .title-accordion:first-child {
        border-top: 0;
    }

    .colImgObjetivo img {
        margin-right: 0;
    }

    #accordionObjetivos>.card button {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .overflowMobile {
        width: 100%;
        position: relative;
        overflow: scroll;
        padding-bottom: 10px;
    }

    .section-blog .container {
        padding: 0;
    }

    #wordpress-posts {
        width: 1272px;
        padding: 0 24px;
    }

    .section-blog h2 {
        padding: 0 24px;
        display: flex;
    }

    .section-blog h2 span {
        margin-left: 12px;
        max-width: 215px;
    }

    .cms-home .section-blog .bt-padrao {
        margin: 14px 24px 0 auto;
    }

    #wordpress-posts .titulo-post {
        font-size: 1.25rem;
    }

    #wordpress-posts .categorias-post li {
        height: 28px;
        font-size: 1rem;
        line-height: 28px;
    }

    .section-nossos-produtos {
        background: none;
        height: auto;
        position: relative;
        margin-top: 42px;
    }

    .section-nossos-produtos .imgBlocoNossosProdutos {
        margin-left: 0;
        margin-top: 0;
    }

    .blocoAnimeLetter {
        height: 100px;
        margin-top: 0;
        top: 216px;
    }

    .animTextBack {
        background-size: 1230px auto;
        height: 100px;
    }

    @keyframes marquee {
        0% {
            background-position: 0;
        }

        100% {
            background-position: -1230px;
        }
    }

    .section-nossos-produtos .pad0 {
        padding: 0 24px;
    }

    .section-nossos-produtos .bl-text {
        margin-left: 0;
    }

    .section-nossos-produtos .bl-text p {
        margin-top: 0;
        max-width: 310px;
    }

    .section-nossa-marca .col-md-8 {
        padding: 0 24px;
    }

    .section-nossa-marca .cl-cont {
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 48px;
    }

    .section-nossa-marca .bl-text {
        min-width: 132px;
        text-align: right;
    }

    .section-nossa-marca .h2 {
        font-size: 2rem;
        line-height: 36px;
        margin-top: 90px;
        text-align: right;
    }

    .imgBlocoNossaMarca01 {
        max-width: 158px;
    }

}


/* Popup Newsletter */
body .loading-mask {
    background: transparent;
    z-index: 10000 !important;
}

.colNews {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
}

.blocoNews {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://essentialnutrition-upload-files.s3.amazonaws.com/site-usa/popup/popup-home.jpg) center no-repeat;
    padding: 24px 33px 27px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 750px;
    width: 100%;
    height: 300px;
}

.blocoNews.success {
    background: url(https://essentialnutrition-upload-files.s3.amazonaws.com/site-usa/popup/popup-home-sucesso.jpg) center no-repeat;
}

#closeStorage,
#close-popup {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none !important;
}

.blocoNews .h3 {
    font-size: 56px;
    letter-spacing: -0.28px;
    color: #000;
    font-weight: 800;
    height: 69px;
    display: block;
    margin: 0 0 -4px;
}

.colNews .blocoNews ._form._form_15._inline-form ._form_element input[type="text"] {
    background: transparent;
    color: var(--main-color-01);
    border-color: var(--main-color-01);
    -webkit-text-fill-color: var(--main-color-01);
    caret-color: var(--main-color-01);
}

.colNews .blocoNews ._inline-form ._form-content {
    background: transparent;
    max-width: 300px;
}

.colNews ._form_15 ._form-label {
    background-color: #fbfbfb;
    margin-top: 8px;
}

.colNews ._form_15 ._form-label:before {
    display: none;
}

.colNews .blocoNews p,
.colNews .blocoNews ._form._form_15._inline-form .politica-de-privacidade a,
.colNews .blocoNews ._form._form_15._inline-form .politica-de-privacidade {
    color: var(--main-color-01);
}

.blocoNews ._form._form_15._inline-form ._button-wrapper._full_width {
    float: left;
}

.blocoNews ._form._form_15._inline-form ._form_element input[type="text"] {
    height: 40px;
    padding-left: 11px;
}

.blocoNews ._form._form_15._inline-form ._button-wrapper._full_width {
    max-width: 197px;
}

.blocoNews ._form._form_15._inline-form ._submit#_form_15_submit {
    height: 40px;
    max-width: 197px;
    background-color: #141414;
    color: var(--main-color);
    font-size: 17px;
}

#_form_15_ div.mage-error {
    position: absolute;
    font-size: 12px;
    line-height: 13px;
}

.colNews .blocoNews p {
    font-size: 16px !important;
    line-height: 19px;
    max-width: 300px;
    margin-bottom: 13px !important;
}

.colNews .blocoNews p strong {
    font-size: 24px;
}


@media (max-width: 767px) {
    .blocoNews {
        background: url(https://essentialnutrition-upload-files.s3.amazonaws.com/site-usa/popup/popup-home-mobile.jpg) center no-repeat;
        background-size: 100%;
        max-width: 345px;
        width: calc(100% - 30px);
        height: 500px;
    }

    .blocoNews.success {
        background: url(https://essentialnutrition-upload-files.s3.amazonaws.com/site-usa/popup/popup-home-sucesso-mobile.jpg) center no-repeat;
        background-size: 100%;
    }

    .blocoNews ._form._form_15._inline-form ._submit#_form_15_submit {
        height: 45px;
        position: absolute;
        bottom: 23px;
        left: 50%;
        transform: translateX(-50%);
        border: 0;
        max-width: 162px;
        background-color: #141414;
        color: var(--main-color);
        font-size: 17px;
    }

    .blocoNews ._form._form_15._inline-form ._form_element input[type="text"] {
        height: 45px;
    }

    .colNews ._form_15 ._form-label {
        background-color: #f4f4f4;
        margin-top: 11px;
    }
}