/* 
    Theme Name: Standard Theme - by Actmob
    Author: Jean Andrade
    Author URI: https://actmob.com/
    Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
    Version: 2.1.5
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: Actmob
    Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/* SCROLL BAR */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: var(--wp--preset--color--cor-8);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: var(--wp--preset--color--cor-2);
    -webkit-border-radius: 0px;
    height: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--wp--preset--color--cor-2);
    border-radius: 4px;
    width: 10px;
}

::-moz-scrollbar {
    width: 5px;
    height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
    display: none;
}

::-moz-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
    background-color: var(--wp--preset--color--cor-2);
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
    background: var(--wp--preset--color--cor-8);
    border-radius: 4px;
    width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
    display: none;
}

::-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
    background-color: var(--wp--preset--color--cor-2);
    -webkit-border-radius: 0px;
    height: 6px;
}

::-scrollbar-thumb:horizontal {
    background: var(--wp--preset--color--cor-8);
    border-radius: 4px;
    width: 10px;
}

/* .wp-block-columns {
    gap: unset !important;
}*/

.wp-block-columns:not([class*=" gap-"]) {
    gap: unset !important;
}

.wp-block-column[class*="col-"],
.wp-block-column {
    padding-left: .75rem;
    padding-right: .75rem;
}

.wp-block-column.is-vertically-aligned-center {
    width: unset;
}

/* FIM SCROLL BAR */


/* GERAL STYLES */

:root {
    --wp--preset--font-size--fonte-12px: .75rem;
    --wp--preset--font-size--fonte-14px: .875rem;
    --wp--preset--font-size--fonte-20px: 1.25rem;
    --custom-color-01: rgba(250, 250, 250, 1);
}

a {
    text-decoration: none;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    line-height: 120%;
}

figure {
    margin-bottom: 0;
}

body,
html {
    font-size: 16px;
    font-family: var(--wp--preset--font-family--lato);
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0;
    margin: 0;
    background-color: var(--wp--preset--color--cor-8);
    color: var(--wp--preset--color--cor-5);
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
    max-width: 2400px;
    margin: auto;
    position: relative;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.mark,
mark {
    padding: 0;
}

strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    font-weight: normal;
}

.wp-block-columns[class*="row"] {
    flex-wrap: wrap !important;
}

.wp-block-column[class*="col-"] {
    flex-basis: unset !important;
    flex-grow: unset !important;
}

/* FIM GERAL STYLES */

/* SLICK SLIDER OWL SLIDER */
.slick-next::before,
.owl-carousel .owl-nav .owl-next::before {
    content: '\f061';
}

.slick-prev::before,
.owl-carousel .owl-nav .owl-prev::before {
    content: '\f060';
}

.slick-prev::before,
.slick-next::before {
    font-family: 'FontAwesome' !important;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 2rem;
}

.slick-dots li button {
    border-radius: 50%;
    background-color: rgb(217, 217, 217);
    width: 12px;
    height: 12px;
    padding: 0;
}

.slick-dots li.slick-active button {
    background-color: var(--wp--preset--color--cor-1);
}

.slick-dots li button:before {
    display: none;
}

.slick-prev::before,
.slick-next::before,
.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-5);
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev {
    top: calc(50% - 25px);
    left: 5%;
}

.owl-carousel .owl-nav .owl-next {
    top: calc(50% - 25px);
    right: 5%;
}

.slick-prev,
.slick-next,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 50px;
    font-family: 'FontAwesome' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 0;
    background: transparent !important;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: var(--wp--preset--color--cor-2) !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--wp--preset--color--cor-1);
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    width: 100%;
    position: absolute;
    bottom: 2.25rem;
}

.owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    background-color: var(--wp--preset--color--cor-5);
    border-radius: 100px;
    margin: 0 0.4rem;
}

/* FIM SLICK SLIDER OWL SLIDER */

/* WHATSAPP FLUTUANTE */
@keyframes pulse_scale {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(1);
    }
}


.btn-flutuante-whatsapp,
.btn-flutuante-whatsapp span,
.btn-flutuante-whatsapp i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-flutuante-whatsapp {
    position: fixed;
    right: 35px;
    bottom: 45px;
    z-index: 9999;
    font-size: 2rem;
    color: rgb(255, 255, 255);
}

.btn-flutuante-whatsapp i {
    font-size: 2rem;
    color: rgb(255, 255, 255);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(149, 197, 144);
    z-index: 2;
    box-shadow: 0 0 0 0 rgba(42, 208, 122, 0.3);
    animation: pulse_scale 2s infinite;
    transition: transform 0.2 ease-in-out;
}

.btn-flutuante-whatsapp:hover i {
    animation: none;
    background-color: rgb(99, 198, 88);
    transform: scale(1.04);
}

.btn-flutuante-whatsapp span {
    font-size: 1rem;
    position: absolute;
    right: 30px;
    top: -50%;
    width: 160px;
    min-height: 45px;
    color: rgb(126, 126, 126);
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    padding: .3125rem 1rem;
    border-radius: 5px;
    z-index: 4;
}

/* FIM WHATSAPP FLUTUANTE */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 160px;
    right: 51px;
    color: var(--wp--preset--color--cor-4);
    border: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    opacity: 1;
    font-size: var(--wp--preset--font-size--fonte-5);
    background-color: var(--wp--preset--color--cor-1);
    z-index: 99999999;
    transition: all .4s;
}

#backToTop:hover {
    background-color: var(--wp--preset--color--cor-2);
    opacity: 1;
    color: var(--wp--preset--color--cor-1);
}


#backToTop:focus {
    outline: 2px solid var(--wp--preset--color--cor-1);
    outline-offset: 2px;
}




/* FORMULARIO */
.formulario .select_form p>span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.formulario .select_form p>span:after {
    content: '\f107';
    font-size: var(--wp--preset--font-size--fonte-5);
    font-family: 'FontAwesome';
    display: flex;
    position: absolute;
    right: 0;
    color: var(--wp--preset--color--cor-5);
    z-index: 0;
    transition: all .4s;
}

.formulario .select_form p>span.ativo:after {
    transform: rotate(180deg);
}

.formulario .select_form select {
    font-size: var(--wp--preset--font-size--fonte-5);
    color: var(--wp--preset--color--cor-9);
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--wp--preset--color--cor-5);
    padding: .75rem 0;
    width: 100%;
    min-height: 50px;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.formulario .select_form select option {
    color: var(--wp--preset--color--cor-3);
}

.formulario>div {
    margin-bottom: 1.5rem;
}

.formulario>div:last-child {
    margin-bottom: 0;
}

.formulario p {
    margin-bottom: 0;
    position: relative;
}

.formulario p span {
    display: block;
    margin: 0;
}

.formulario p span.wpcf7-spinner {
    position: absolute;
    right: -24px;
    top: calc(50% - 12px);
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    font-size: var(--wp--preset--font-size--fonte-12px);
}

.formulario textarea,
.formulario input {
    border-radius: 5px;
    border: none;
    padding: 1rem;
    width: 100%;
    min-height: 60px;
    color: var(--wp--preset--color--cor-10);
    font-size: var(--wp--preset--font-size--fonte-5);
    border: 1px solid transparent;
    background-color: var(--wp--preset--color--cor-9);
    transition: all .4s;
}

textarea[aria-invalid="true"] {
    border-color: rgb(255, 44, 0) !important;
}

.formulario textarea::placeholder,
.formulario input::placeholder {
    color: var(--wp--preset--color--cor-10);
    font-size: var(--wp--preset--font-size--fonte-6);
}

.formulario select:hover,
.formulario select:focus-visible,
.formulario select:focus-within,
.formulario select:focus,
.formulario textarea:hover,
.formulario textarea:focus-visible,
.formulario textarea:focus-within,
.formulario textarea:focus,
.formulario input:hover,
.formulario input:focus-visible,
.formulario input:focus-within,
.formulario input:focus {
    border-color: var(--wp--preset--color--cor-2);
}

.formulario .btn-form {
    border: none;
    color: var(--wp--preset--color--cor-4);
    font-size: var(--wp--preset--font-size--fonte-5);
    font-weight: bold;
    border-radius: 5px;
    padding: .625rem .625rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 1.5rem;
    text-align: center;
    width: 100%;
    min-height: 70px;
    background: var(--wp--preset--color--cor-1);
    background-size: 205% 100%;
    background-position: right bottom;
    opacity: 1;
    transition: all .5s ease-out;
}

.formulario .btn-form:not(:disabled):hover {
    color: var(--wp--preset--color--cor-9);
    opacity: 1;
    background: var(--wp--preset--color--cor-3);
    background-position: left bottom;
    border-color: var(--wp--preset--color--cor-3);
}

.formulario .form_politica span.wpcf7-list-item>label {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.formulario .form_politica span.wpcf7-list-item>label input {
    width: auto;
}

/* FIM FORMULARIO */

/* LIGHTBOX */
.lightbox-container-ativo img {
    cursor: pointer;
}

#lightbox.lightbox {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}

#lightbox.lightbox>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#lightbox .lightbox-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 90dvw;
    max-height: calc(95dvh - 200px);
}

#lightbox.lightbox img {
    animation: zoom 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }

    to {
        transform: scale(1)
    }
}

#lightbox .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: var(--wp--preset--color--cor-9);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#lightbox .close:hover,
#lightbox .close:focus {
    color: var(--wp--preset--color--cor-8);
    text-decoration: none;
    cursor: pointer;
}

#lightbox .prev,
#lightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--wp--preset--color--cor-9);
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

#lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#lightbox .prev:hover,
#lightbox .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* FIM LIGHTBOX */

/* PAGINA 404 */

.container-404 p {
    font-size: 1rem;
    margin-bottom: 0;
}

.container-404 h1 {
    font-size: 3rem;
    color: var(--wp--preset--color--cor-9);
    margin-bottom: 0.625rem;
}

.container-404 .mapa_navegacao {
    display: none;
}

.container-404 {
    padding: 5rem 0;
}

.container-principal-404 {
    min-height: 90dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-404 .btn-voltar-home {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: var(--bs-white);
    background: var(--wp--preset--color--cor-10);
    border-radius: 5px;
    padding: 1rem;
}

.container-404 h2 {
    font-size: var(--wp--preset--font-size--fonte-2);
    color: var(--wp--preset--color--cor-10);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.container-404 .sitemap li a:hover {
    color: var(--wp--preset--color--cor-10);
}

.container-404 .sitemap li a {
    color: var(--wp--preset--color--cor-6);
    font-weight: bold;
    margin: 0.2rem 0.665rem;
    font-size: var(--wp--preset--font-size--fonte-6);
    display: inline-block;
}

.container-404 .sitemap {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 3;
    text-align: left;
}

@media screen and (max-width: 900px) {
    .container-404 .sitemap {
        column-count: 2;
    }
}

/* FIM PAGINA 404 */

/* REDES SOCIAIS */
.redes-sociais {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3125rem;
}

.redes-sociais a {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-4);
    border-radius: 5px;
    width: 30px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .4s;
}

.redes-sociais a:hover {
    color: var(--wp--preset--color--cor-1);
}

/* FIM REDES SOCIAIS */


/* CUSTOM CODE CSS */
.btn_principal {
    width: 100%;
}

a.btn_principal,
.btn_principal a,
button.btn_principal,
.btn_principal button {
    padding: .625rem 2.5rem !important;
    border: 2px solid transparent;
    border-radius: 30px;
    width: 100%;
    min-height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: .3125rem;
    line-height: 1;
    min-width: 200px;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--wp--preset--font-size--fonte-5) !important;
    color: var(--wp--preset--color--cor-4) !important;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background: var(--wp--preset--color--cor-1);
    transition: all .5s;
}

a.btn_principal:hover,
.btn_principal a:hover,
button.btn_principal:hover,
.btn_principal button:hover {
    border-color: var(--wp--preset--color--cor-1);
    color: var(--wp--preset--color--cor-4) !important;
    background: var(--wp--preset--color--cor-9) !important;
    transform: scale(1.06);
}

a.btn_principal.btn_2,
.btn_principal.btn_2 a,
button.btn_principal.btn_2,
.btn_principal.btn_2 button {
    background: var(--wp--preset--color--cor-9);
}

a.btn_principal.btn_2:hover,
.btn_principal.btn_2 a:hover,
button.btn_principal.btn_2:hover,
.btn_principal.btn_2 button:hover {
    border-color: var(--wp--preset--color--cor-1);
    color: var(--wp--preset--color--cor-4) !important;
    background: var(--wp--preset--color--cor-1) !important;
}


.container-1600px,
.container-1536px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.container-1600px {
    margin-left: 0;
    padding-left: 0;
    max-width: calc(1600px + 40px);
}

.container-1536px {
    max-width: calc(1536px + 40px);
}

hr {
    height: 1px;
}

/* FIM DE CODIGOS "PADROES" */

/* BANNER */
.banner-v2 {
    position: relative;
    background-size: cover;
    background-position: right;
    aspect-ratio: 1920 / 1140;
    min-height: 1140px;
    width: 100%;
    background-color: var(--custom-color-01);
    transition: all .8s;
}

.banner-v2 .banner-content {
    max-width: 1390px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 1.25rem;
}

.banner-v2 .banner-content .banner-btn.btn_principal {
    margin-left: 0;
    margin-bottom: 1.75rem;
}

.banner-v2 .banner-content .banner-btn.btn_principal.btn-banner-2:hover {
    background: var(--wp--preset--color--cor-1) !important;
    color: var(--wp--preset--color--cor-4) !important;
}

.banner-v2 .banner-content .banner-btn.btn_principal.btn-banner-2 {
    background: var(--wp--preset--color--cor-9);
}

.banner-v2 .banner-content .banner-content-left {
    width: 100%;
    max-width: 610px;
    color: var(--wp--preset--color--cor-9);
    margin-bottom: 240px;
    padding-left: 2.5rem;
}

.banner-v2 .banner-content .banner-content-left h1,
.banner-v2 .banner-content .banner-content-left h2 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
    margin-bottom: 1rem;
}

.banner-v2 .banner-content .banner-content-left blockquote h2,
.banner-v2 .banner-content .banner-content-left blockquote h1 {
    font-size: var(--wp--preset--font-size--fonte-1);
}


.banner-v2 .banner-content .banner-content-left h3 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--pacifico);
    margin-bottom: 1rem;
}

.banner-v2 .banner-content .banner-content-right {
    max-width: 790px;
    width: 100%;
}

.banner-v2 .banner-content .banner-content-right .banner-imagem-destaque {
    height: 750px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.banner-v2 .banner-content .banner-content-right .banner-imagem-destaque img {
    max-height: 100%;
}

.banner-v2 .banner-content .banner-content-left svg {
    max-height: 87px;
    margin-left: -8%;
    animation: revealBottomLoop 1.5s ease-in-out infinite;
    clip-path: inset(100% 0 0 0);
    /* começa escondido de baixo */
}

@keyframes revealBottomLoop {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}



.banner-v2 .banner-produtos-wrapper {
    position: absolute;
    bottom: 19%;
}

.banner-v2 .produtos-slider {
    position: relative;
    width: 100%;
    left: 0 !important;
    max-width: 825px;
    margin-left: 30%;
}

.banner-v2 .produtos-slider ul.slick-dots {
    position: unset;
    margin-top: .625rem;
}

.banner-v2 .produto-item.slick-active.slick-current {
    min-width: 300px;
}

.banner-v2 .produto-item.slick-active.slick-current .produto-item-text img {
    max-width: 180px;
}

.slider_filtro_produtos .produto-item,
.banner-v2 .produto-item {
    width: 265px;
    padding: 0 .625rem;
}

.slider_filtro_produtos .produto-item *,
.banner-v2 .produto-item * {
    transition: all .4s;
}

.banner-v2 .produto-item>div {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    position: relative;
    min-height: 175px;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.slider_filtro_produtos .produto-item.slick-active.slick-current .produto-item-text,
.banner-v2 .produto-item.slick-active.slick-current .produto-item-text {
    background: var(--wp--preset--color--cor-3);
}

.slider_filtro_produtos .produto-item .produto-item-text,
.banner-v2 .produto-item .produto-item-text {
    width: 100%;
    padding: .3125rem;
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    color: var(--wp--preset--color--cor-9);
}

.slider_filtro_produtos .produto-item .produto-item-text .produto-titulo,
.banner-v2 .produto-item .produto-item-text .produto-titulo {
    font-size: var(--wp--preset--font-size--fonte-4);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
    max-width: 145px;
    word-break: keep-all;
    position: relative;
    z-index: 5;
    margin-bottom: 0;
}

.banner-v2 .produto-item.slick-active.slick-current .produto-item-text .produto-titulo span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    gap: 10px;
    background: var(--wp--preset--color--cor-1);
    color: var(--wp--preset--color--cor-3);
    font-size: var(--wp--preset--font-size--fonte-3);
    border-radius: 0px 10px;
    transform: rotate(-8.11deg);
    max-width: max-content;
    margin-bottom: .3125rem;

}

.banner-v2 .produto-item.slick-active.slick-current .produto-item-text .produto-titulo {
    max-width: 195px;
    margin-bottom: 2rem;
}

.slider_filtro_produtos .produto-item .produto-item-text img,
.banner-v2 .produto-item .produto-item-text img {
    max-width: 140px;
    margin-left: auto;
    position: absolute;
    right: -10px;
    top: -40px;
    z-index: 4;

}

.slider_filtro_produtos .produto-item.slick-active.slick-current .produto-item-text:after,
.banner-v2 .produto-item.slick-active.slick-current .produto-item-text:after {
    content: '';
    display: flex;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid var(--wp--preset--color--cor-1);
    position: absolute;
    border-radius: 10px;
}

.slider_filtro_produtos .produto-item.slick-active.slick-current .produto-item-text a,
.banner-v2 .produto-item.slick-active.slick-current .produto-item-text a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    position: absolute;
    width: 100%;
    max-width: 90%;
    background: var(--wp--preset--color--cor-9);
    border-radius: 50px;
    color: var(--wp--preset--color--cor-4);
    bottom: -20px;
}

.slider_filtro_produtos .produto-item.slick-active.slick-current .produto-item-text a:hover,
.banner-v2 .produto-item.slick-active.slick-current .produto-item-text a:hover {
    background-color: var(--wp--preset--color--cor-1);
}

.slider_filtro_produtos .produto-item div a,
.banner-v2 .produto-item div a {
    display: block;
    width: 100%;
    color: var(--wp--preset--color--cor-9);
    text-decoration: none;
    padding: .75rem;
    position: relative;
    z-index: 4;
}


.slider_filtro_produtos .produto-item .produto-item-text div,
.banner-v2 .produto-item .produto-item-text div {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 .75rem;
    cursor: pointer;
}

/* PRODUTOS */
.section_loop_produtos {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-top: -80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 1000px;
}

.produtos_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 5rem;
}

.produtos_header .produtos_section_titulo {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
    color: var(--wp--preset--color--cor-9);
    max-width: 770px;
    margin-bottom: 0;
}

.produtos_grid:not(.slick-slider) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: .625rem;
    row-gap: 1.5rem;

}

.produtos_header,
.produtos_grid.slider_produtos {
    max-width: 1600px;
    margin-left: auto;
}

.produtos_grid.slider_produtos button.slick-next.slick-arrow {
    right: 5%;
}

.produtos_grid.slider_produtos .slick-list.draggable {
    padding-left: 0 !important;
}

.produtos_grid.slider_produtos .produto_item article>h3 {
    display: none;
}

.produtos_grid.slider_produtos .slick-dots {
    bottom: -4rem;
}

.produto_item article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    position: relative;
    max-width: 430px;
    aspect-ratio: 430/538;
}

.produto_item article figure,
.produto_item article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.produto_item article .produto_overlay a.btn_principal {
    margin-left: auto !important;
}

.produto_item article .produto_overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.85);
    opacity: 0;
    transition: all .4s;
}

.produto_item:hover article .produto_overlay {
    opacity: 0.95;
}

.produto_item article .produto_overlay h3 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
    color: var(--wp--preset--color--cor-9);
    max-width: 300px;
}


div#loop_produtos~a.btn_principal {
    margin: 4rem auto !important;
}


.slider_filtro_produtos .produto-item .produto-item-text img {
    top: unset;
    max-height: 96px;
}

.slider_filtro_produtos .produto-item .produto-item-text {
    min-height: 74px;
}

.slider_filtro_produtos .produto-item.slick-active.slick-current .produto-item-text {
    min-height: 96px;
}

.slider_filtro_produtos .produto-item>div {
    padding-top: .875rem;
    padding-bottom: .875rem;
}

.slider_filtro_produtos .slick-track {
    display: flex;
    align-items: center;
}

.filtro-categorias {
    padding: 0;
    max-width: 1450px;
    margin: auto;
}

.slider_filtro_produtos .produto-item.slick-active.slick-current .produto-item-text .produto-titulo {
    font-size: var(--wp--preset--font-size--fonte-4);
}

.slider_filtro_produtos .produto-item .produto-item-text .produto-titulo {
    font-size: var(--wp--preset--font-size--fonte-5);
}

.slider_filtro_produtos .produto-item {
    width: 242px;
    padding: 0;
}

.filtro-produtos-container .bg-filtro-categorias {
    background: rgba(255, 184, 0, 0.54);
    min-height: 150px;
    margin-top: -150px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}


.produtos_grid:not(.slick-slider) .produto_item article>h3 {
    font-size: var(--wp--preset--font-size--fonte-5);
    background: var(--wp--preset--color--cor-9);
    color: var(--wp--preset--color--cor-4);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    transition: all .4s;
}

.produtos_grid:not(.slick-slider) .produto_item article>h3,
.produtos_grid:not(.slick-slider) .produto_item article figure,
.produtos_grid:not(.slick-slider) .produto_item article figure img {
    border-radius: 0 0 10px 10px;

}

.produtos_grid:not(.slick-slider) .produto_item:hover article>h3 {
    opacity: 0;
}

#produtos-grid-wrapper {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}

/* HOME */
.cards-vantagens {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
    max-width: 720px;
}

.cards-vantagens .card-vantagem-grupo:nth-child(even) article.card-vantagem {
    margin-top: 2.5rem;
}

.cards-vantagens article.card-vantagem {
    display: flex;
    flex-direction: column;
    background: var(--wp--preset--color--cor-9);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
    border-radius: 18px;
    padding: 2rem;
    min-height: 294px;
    transition: all .4s;
    color: var(--wp--preset--color--cor-5);
    margin-bottom: 2.5rem;
    width: 100%;
    max-width: 100%;
}

.cards-vantagens article.card-vantagem:hover {
    color: var(--wp--preset--color--cor-4);
    background-color: var(--wp--preset--color--cor-1);
    transform: translateY(-10px);
}

.cards-vantagens article.card-vantagem figure {
    margin-bottom: 1.25rem;
}

.cards-vantagens article.card-vantagem h3 {
    font-size: var(--wp--preset--font-size--fonte-4);
    font-family: var(--wp--preset--font-family--archivo-black);
    margin-bottom: 1.25rem;
}

.cards-vantagens article.card-vantagem p {
    font-size: var(--wp--preset--font-size--fonte-5);
    margin-bottom: 0;
}

.home-section-1 {
    background-color: var(--custom-color-01);
}

.home-section-1 .conteudo-texto {
    max-width: 410px;
}

.home-section-1 .conteudo-texto h2 {
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
    line-height: 100%;
    color: var(--wp--preset--color--cor-3);
    margin-bottom: 3rem;
}

.home-section-1 .conteudo-texto p {
    font-size: var(--wp--preset--font-size--fonte-4);

    color: var(--wp--preset--color--cor-4);
}

.home-section-1 .conteudo-botao .btn_principal {
    margin-left: 0;
    margin-top: 2.5rem;
}


.home-section-video {
    position: relative;
    max-height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-section-video .home-video-thumbnail-wrapper {
    position: relative;
    display: inline-block;
}

.home-section-video .home-video_thumbnail {
    width: 100%;
    cursor: pointer;
    display: block;
    transition: opacity 0.3s ease;
}

.home-section-video .home-video-wrapper {
    position: absolute;
    width: 100%;
    display: none;
}

.home-section-video.aspect-ratio-16-9 {
    aspect-ratio: 16/9;
}

.home-section-video .home-video-wrapper,
.home-section-video .home-video-wrapper iframe {
    min-height: 320px;
    aspect-ratio: 16 / 9;
    max-width: 1296px;
}

.home-section-video .home-video-wrapper iframe,
.home-section-video .home-video-wrapper video {
    width: 100%;
    height: auto;
}

.home-section.home-section-novidade {
    min-height: 950px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-bottom: 6rem;
}

.home-section.home-section-novidade .home-novidade-texto {
    color: var(--wp--preset--color--cor-9);
    margin-top: 3rem;
}

.home-section.home-section-novidade .home-novidade-texto span.tag_novidade {
    color: var(--wp--preset--color--cor-3);
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
    border-radius: 0px 50px;
    transform: rotate(-0.43deg);
    background-color: var(--wp--preset--color--cor-1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    max-width: 260px;
    margin-bottom: .625rem;
}

.home-section.home-section-novidade .home-novidade-texto h2 {
    font-size: var(--wp--preset--font-size--fonte-1);
    font-family: var(--wp--preset--font-family--archivo-black);
}

.home-section.home-section-novidade .home-novidade-texto h3 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--pacifico);
}

.home-section.home-section-novidade .home-novidade-texto p {
    font-size: var(--wp--preset--font-size--fonte-5);
}

.home-section.home-section-novidade .home-novidade-texto .btn_principal {
    margin-left: 0;
    margin-top: 3rem;
}

.home-section-chamada {
    background-color: var(--custom-color-01);
}

.home-section-chamada .home-chamada-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    padding-bottom: 8rem;
}

.home-section-chamada .home-chamada-grid article.home-chamada-card {
    min-height: 445px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.8);
}

.home-section-chamada .home-chamada-grid .home-chamada-card-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    max-width: 660px;
    padding-bottom: 2.5rem;
}

.home-section-chamada .home-chamada-grid .home-chamada-card-overlay h3 {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
}


.feed_instagram {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--custom-color-01);
}

/* QUEM SOMOS */
#template-quem-somos {
    background-color: var(--custom-color-01);
}

#template-quem-somos .section_loop_produtos {
    margin-top: 0;
    padding-top: 5rem;
}

.quem-somos-section-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 920px;
}

.quem-somos-video-principal video {
    width: 100%;
    max-height: 663px;
    object-fit: cover;
    max-width: 473px;
    margin: auto;
}

.quem-somos-section-1 .quem-somos-the-content {
    color: var(--wp--preset--color--cor-9);
    margin-bottom: 12.5rem;
    max-width: 625px;
    margin-top: 3.75rem;
}

.quem-somos-section-1 .quem-somos-conteudo-1,
.quem-somos-section-1 .quem-somos-the-content {
    margin-left: auto;
    margin-right: auto;
}

.quem-somos-section-1 .quem-somos-the-content h1 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
}

.quem-somos-conteudo-1 {
    max-width: 586px;
}

.quem-somos-section-2 .quem-somos-section-2-grid p,
.quem-somos-conteudo-1 p {
    font-size: var(--wp--preset--font-size--fonte-20px);
}

.quem-somos-section-2 .quem-somos-section-2-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.quem-somos-section-2 .quem-somos-section-2-grid .quem-somos-missao-valores {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 6.25rem;
}

.quem-somos-section-2 .quem-somos-section-2-grid h2 {
    color: var(--wp--preset--color--cor-3);
    font-size: var(--wp--preset--font-size--fonte-4);
    font-family: var(--wp--preset--font-family--archivo-black);
}

.quem-somos-section-3 .quem-somos-galeria-grid {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bg_atendimento {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1000px;
    display: flex;
    color: var(--wp--preset--color--cor-9);
}

.bg_atendimento .container {
    height: auto;
    padding-top: 175px;
}

.bg_atendimento>.container>.row {
    height: 100%;
}

.bg_atendimento .custom_form {
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.70);
    padding: 2.75rem;
}

.bg_atendimento .conteudo-form h2 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
    margin-bottom: 1.25rem;
}

.bg_atendimento .conteudo-form p {
    font-size: var(--wp--preset--font-size--fonte-5);
    max-width: 430px;
}

.custom_form .dados_de_contato-dados .dados_de_contato-item a {
    margin-bottom: 1rem;
}

.dados_de_contato-dados .dados_de_contato-item a {
    color: var(--wp--preset--color--cor-9);
    text-decoration: none;
    font-size: var(--wp--preset--font-size--fonte-4);
    transition: all .4s;
    line-height: 100%;
}

.dados_de_contato-dados .dados_de_contato-item a span {
    line-height: 1.5;
}

.dados_de_contato-dados .dados_de_contato-item a:hover svg path,
.dados_de_contato-dados .dados_de_contato-item a:hover svg,
.dados_de_contato-dados .dados_de_contato-item a:hover {
    color: var(--wp--preset--color--cor-1);
    fill: var(--wp--preset--color--cor-1);
}

.dados_de_contato-dados .dados_de_contato-item svg,
.dados_de_contato-dados .dados_de_contato-item svg path {
    fill: var(--wp--preset--color--cor-9);
    transition: all .4s;
}

.dados_de_contato-dados .dados_de_contato-item i,
.dados_de_contato-dados .dados_de_contato-item svg {
    max-width: var(--wp--preset--font-size--fonte-3);
    font-size: var(--wp--preset--font-size--fonte-3);
}

/* REPRESENTANTES */
#template-representante {
    background-color: var(--custom-color-01);
}

#template-representante .section_representante-1 {
    min-height: 850px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: var(--wp--preset--color--cor-9);
}

#template-representante .section_representante-1 h1 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
    max-width: 500px;
    margin-bottom: 2.5rem;
}

#template-representante .btn_principal {
    margin-left: 0;
}

#template-representante .section_representante-1 .imagem-1 {
    margin-bottom: 4rem;
}

#template-representante .section_representante-1 .conteudo-1 {
    min-width: 600px;
    margin-top: 7.5rem;
    margin-bottom: 3rem;
}

#template-representante .conteudo-3 p {
    font-size: var(--wp--preset--font-size--fonte-5);
}

#template-representante .conteudo-2 {
    margin-top: 2rem;
    max-width: 530px;
}

#template-representante .conteudo-2 blockquote {
    min-height: 170px;
}

#template-representante .conteudo-2 p,
#template-representante .conteudo-1 p {
    font-size: var(--wp--preset--font-size--fonte-4);
}

#template-representante .conteudo-3 h2,
#template-representante .conteudo-2 h2,
#template-representante .conteudo-1 h2 {
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
    color: var(--wp--preset--color--cor-4);
    margin-bottom: 2rem;
}

#template-representante .conteudo-3 {
    max-width: 550px;
}

#template-representante .conteudo-3 .btn_principal {
    margin-top: 3rem;
}

#template-representante .conteudo-3 h2 strong {
    color: var(--wp--preset--color--cor-2);
}

/* SEGMENTOS */
.banner_segmentos {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--wp--preset--color--cor-4);
}

.banner_segmentos .banner_segmentos_conteudo-image,
.banner_segmentos .banner_segmentos_conteudo-image img {
    min-height: 620px;
    object-fit: cover;
}

.banner_segmentos .banner_segmentos-conteudo {
    position: absolute;
    color: var(--wp--preset--color--cor-9);
    margin-top: 4rem;
    max-width: 550px;
}

.banner_segmentos .banner_segmentos-conteudo h1 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
}

.section-segmentos-2 {
    background-color: var(--wp--preset--color--cor-4);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 600px;
}

.section-segmentos-2 h2 {
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
}

.section-segmentos-2 .segmentos-conteudo-1 {
    max-width: 600px;
    color: var(--wp--preset--color--cor-9);
    margin-bottom: 7.5rem;
}

.section-segmentos-2 .segmentos-conteudo-2 p {
    font-size: var(--wp--preset--font-size--fonte-4);
}

.section-segmentos-2 .segmentos-conteudo-2 {
    max-width: 440px;
}


.section-segmentos-3 {
    background-color: var(--custom-color-01);
    padding-top: 3rem;
}

.card_segmento_container {
    row-gap: 5rem;
    padding-bottom: 14rem;
}

.card_segmento {
    height: 100%;
}

.card_segmento article {
    max-width: 330px;
    overflow: hidden;
    box-shadow: 0px 4px 4px transparent;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .4s;
}

.card_segmento:hover article {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    background-color: var(--wp--preset--color--cor-9);
}

.card_segmento article .card_imagem,
.card_segmento article .card_imagem img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .4s;
    overflow: hidden;
    aspect-ratio: 330 / 164;
    min-height: 164px;
}

.card_segmento:hover article .card_imagem img {
    transform: scale(1.07);
}

.card_segmento article .card_body {
    padding: 2rem .3125rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card_segmento article .card_body h3 {
    font-size: var(--wp--preset--font-size--fonte-4);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
    color: var(--wp--preset--color--cor-4);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.card_segmento article .card_body p {
    font-size: var(--wp--preset--font-size--fonte-6);
}

.card_segmento .card-botao .btn_principal {
    margin-top: 1rem;
    background-color: transparent;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
}

.card_segmento:hover .card-botao .btn_principal {
    /* box-shadow: unset; */
    transform: translateY(-1rem);
    background-color: var(--wp--preset--color--cor-1);
}

#loop_eventos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: -150px;
    margin-bottom: 5rem;
    position: relative;
    z-index: 12;
}

#loop_eventos .evento_item:first-child {
    grid-column: 1 / 3;
}

#loop_eventos .evento_item .evento_item_img img {
    mix-blend-mode: multiply;
}

#loop_eventos .evento_item .evento_item_img {
    background-color: rgba(0, 0, 0, 0.8);
}

#loop_eventos .evento_item .evento_item_img,
#loop_eventos .evento_item .evento_item_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 640/379;
}

#loop_eventos .evento_item:first-child .evento_item_img,
#loop_eventos .evento_item:first-child .evento_item_img img {
    aspect-ratio: 1296 / 454;
}

#loop_eventos .evento_item article {
    position: relative;
}

#loop_eventos .evento_item article .evento_item_conteudo {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    color: var(--wp--preset--color--cor-9);
}

#loop_eventos .evento_item article .evento_item_conteudo .btn_principal {
    margin-right: 0;
}

#loop_eventos .evento_item article .evento_item_conteudo h2 {
    font-size: var(--wp--preset--font-size--fonte-4);
    font-family: var(--wp--preset--font-family--archivo-black);
    max-width: 300px;
}

#loop_eventos .evento_item:first-child article .evento_item_conteudo h2 {
    font-size: var(--wp--preset--font-size--fonte-3);
    max-width: 390px;
}

#loop_eventos .evento_item:first-child article .evento_item_conteudo {
    padding: 4rem;
}

.single-evento .single-blog>article {
    margin-top: -150px;
    z-index: 12;
    position: relative;
}

.single-evento .single-blog>article #loop_eventos {
    margin-top: 0;
}

.single-evento .single-blog>article #loop_eventos .evento_item:first-child {
    grid-column: auto;
}

.single-evento .single-blog>article #loop_eventos .evento_item:first-child .evento_item_img,
.single-evento .single-blog>article #loop_eventos .evento_item:first-child .evento_item_img img {
    aspect-ratio: 640 / 379;
}

.single-evento .single-blog>article #loop_eventos .evento_item:first-child article .evento_item_conteudo {
    padding: 2.25rem;
}

.single-evento .single-blog>article #loop_eventos .evento_item:first-child article .evento_item_conteudo h2 {
    font-size: var(--wp--preset--font-size--fonte-4);
    max-width: 300px;
}

/* SINGLE PRODUTOS */
main#produto-padrao div#produtos-grid-wrapper {
    margin: 0;
}

.section-produto-1 {
    min-height: 880px;
    padding-top: 2.5rem;
    color: var(--wp--preset--color--cor-9);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.section-produto-1.custom-height {
    min-height: 1380px;
}

.section-produto-1 .produto-textos {
    padding-top: 1.5rem;
}

.section-produto-1 .conteudo-0 {
    max-width: 540px;
}

.section-produto-1 .produto-textos h1 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
    margin-bottom: 1.5rem;
}

.section-produto-1 .produto-textos h2 {
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
    margin-bottom: 1.5rem;
}

.section-produto-1 .produto-textos h2 strong {
    background-color: var(--wp--preset--color--cor-1);
    color: var(--wp--preset--color--cor-4);
    padding: 0 .3125rem;
}

.section-produto-1 .produto-textos p {
    font-size: var(--wp--preset--font-size--fonte-5);
}

.section-produto-1 .conteudo-1,
.section-produto-1 .conteudo-2 {
    margin-top: 5rem;
    border-radius: 18px;
    background-color: var(--wp--preset--color--cor-9);
    color: var(--wp--preset--color--cor-4);
    padding: 3.25rem 1.5rem;
    max-width: 575px;
}


.section-produto-1 .conteudo-1 h3,
.section-produto-1 .conteudo-2 h3 {
    font-size: var(--wp--preset--font-size--fonte-4);
    margin-bottom: 1.25rem;
}

.section-produto-1 .conteudo-1 h3 strong,
.section-produto-1 .conteudo-2 h3 strong {
    color: var(--wp--preset--color--cor-2);
}

.section-produto-1 .conteudo-1>*:last-child,
.section-produto-1 .conteudo-2>*:last-child {
    margin-bottom: 0;
}

.section-produto-3,
.produto-embalagens {
    background-color: var(--custom-color-01);
    position: relative;
    transition: all .4s;
}

.produto-embalagens h2 {
    position: absolute;
    top: -80px;
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--archivo-black);
    color: var(--wp--preset--color--cor-2);
    text-transform: uppercase;
}

.embalagem-item article {
    max-width: 410px;
    margin: 0 auto;
    background: var(--wp--preset--color--cor-9);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 2.25rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5rem;
    transition: all .4s;
}

.embalagem-item .btn_principal {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.embalagem-item:hover .btn_principal {
    opacity: 1;
    height: auto;
    min-height: 60px;
}

.embalagem-item article .embalagem-imagem {
    margin-bottom: 2rem;
}

.embalagem-item article .embalagem-imagem img {
    margin: auto;
    aspect-ratio: 1/1;
    object-fit: content;
}

.embalagem-item article .embalagem-info {
    color: var(--wp--preset--color--cor-4);
    font-size: var(--wp--preset--font-size--fonte-5);
}

.embalagem-item article .embalagem-info .embalagem-codigo,
.embalagem-item article .embalagem-info h3 {
    font-size: var(--wp--preset--font-size--fonte-4);
    font-family: var(--wp--preset--font-family--archivo-black);
    color: var(--wp--preset--color--cor-2);
    text-transform: uppercase;
}

.embalagem-item article .embalagem-info .embalagem-descricao p {
    font-size: var(--wp--preset--font-size--fonte-6);
}


.section-produto-3 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.chamada-produto {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8rem;
    color: var(--wp--preset--color--cor-9);
}

.chamada-produto .chamada-imagem,
.chamada-produto .chamada-imagem img {
    width: 100%;
    object-fit: cover;
    height: 360px;
    border-radius: 0;
    transition: all .4s;
}

.chamada-produto .chamada-produto-conteudo {
    position: absolute;
    max-width: 500px;
    text-align: center;
}

.chamada-produto .chamada-produto-conteudo .chamada-texto {
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

#produto-especial .bg_atendimento .container,
#produto-padrao .bg_atendimento .container {
    padding-top: 0;
}

.produto-especial-banner {
    min-height: 940px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 3rem;
    color: var(--wp--preset--color--cor-9);
}

.produto-especial-banner .conteudo-principal h1 {
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
    margin-bottom: .3125rem;
}

.produto-especial-banner .conteudo-principal h2 {
    --wp--preset--font-size--fonte-1: 3.75rem;
    font-size: var(--wp--preset--font-size--fonte-1);
    font-family: var(--wp--preset--font-family--archivo-black);
    margin-bottom: 2rem;
}

.produto-especial-banner .conteudo-faixa-escura {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.produto-especial-banner .conteudo-principal,
.produto-especial-banner .conteudo-faixa-escura>div {
    position: relative;
    z-index: 2;
    max-width: 550px;
}

.produto-especial-banner .conteudo-faixa-escura>div p {
    font-size: var(--wp--preset--font-size--fonte-4);
    max-width: 460px;
}

.produto-especial-banner .conteudo-faixa-escura::before {
    content: '';
    position: absolute;
    width: 1190px;
    background-color: rgb(67, 10, 12, .82);
    height: 100%;
    left: -50%;
}

.produto-especial-banner .imagem-principal {
    position: relative;
    z-index: 2;
}

#produto-especial .produto-especial-banner .produto_especial_botao .btn_principal {
    margin-top: 2.5rem;
}

#produto-especial .produto_especial_botao .btn_principal {
    margin-top: 5rem;
    margin-left: 0;
}

.sobre-especial-produto .sobre-content,
.informacoes-especial-produto .informacoes-grid {
    display: flex;
    flex-wrap: wrap;
}

.sobre-especial-produto .sobre-content>div:first-child,
.informacoes-especial-produto .informacoes-grid>div:first-child {
    width: 52%;
}

.sobre-especial-produto .sobre-content>div:last-child,
.informacoes-especial-produto .informacoes-grid>div:last-child {
    width: 48%;
}

.informacoes-especial-produto,
.sobre-especial-produto {
    background-color: var(--wp--preset--color--cor-9);
}

.sobre-especial-produto .sobre-content {
    align-items: center;
}

.sobre-especial-produto .sobre-content .sobre-texto {
    max-width: 630px;
    margin: 0 auto;
    padding: 2.5rem 1.875rem;
}

.sobre-especial-produto .sobre-content .sobre-texto h2 {
    font-size: var(--wp--preset--font-size--fonte-1);
    font-family: var(--wp--preset--font-family--archivo-black);
    color: var(--wp--preset--color--cor-3);
    margin-bottom: 1rem;
}

.sobre-especial-produto .sobre-content .sobre-texto h3 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-family: var(--wp--preset--font-family--pacifico);
    color: var(--wp--preset--color--cor-3);
    margin-bottom: 1.875rem;
}

.sobre-especial-produto .sobre-content .sobre-texto p {
    font-size: var(--wp--preset--font-size--fonte-4);
}

.produto_padrao_galeria .galeria-imagens,
.sobre-especial-produto .galeria-imagens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.informacoes-especial-produto {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.informacoes-especial-produto .informacoes-grid .informacao-item-1 {
    color: var(--wp--preset--color--cor-9);
    background-color: var(--wp--preset--color--cor-2);
}

.informacoes-especial-produto .informacoes-grid .informacao-item-1>div {
    max-width: 580px;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.informacoes-especial-produto .informacoes-grid>div {
    padding: 7rem 0;
}

.informacoes-especial-produto .informacoes-grid h2 {
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: var(--wp--preset--font-family--archivo-black);
    margin-bottom: 3rem;
}

.informacoes-especial-produto .informacoes-grid p {
    font-size: var(--wp--preset--font-size--fonte-5);
}

.informacoes-especial-produto .informacoes-grid .informacao-item-2>div {
    max-width: 500px;
    margin: 0 auto;
}

.informacoes-especial-produto .informacoes-grid .informacao-item-2 h2 {
    color: var(--wp--preset--color--cor-2);
}

.informacoes-especial-produto .informacoes-grid .informacao-item-2 {
    color: var(--wp--preset--color--cor-4);
    background-color: rgb(255 255 255 / 70%);
}






/* PRODUTO PERSONALIZADO */
#produto-personalizado {
    background-color: #fafafa;
}

#produto-personalizado .produto-variacoes {
    padding-bottom: 15rem;
}

#produto-personalizado #produtos-grid-wrapper {
    margin: 0;
}

#produto-personalizado .produto-variacoes .produto-variacao:first-child {
    background-image: url('/wp-content/uploads/2026/01/produto-personalizado-bg.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

#produto-personalizado .produto-variacoes .produto-variacao {
    position: relative;
    overflow: hidden;
}

#produto-personalizado .produto-variacoes .produto-variacao .variacao-titulo {
    font-family: var(--wp--preset--font-family--archivo-black);
    font-size: var(--wp--preset--font-size--fonte-2);
    max-width: 370px;
    color: var(--wp--preset--color--cor-2);
    margin-bottom: 3.125rem;
}

#produto-personalizado .produto-variacoes .produto-variacao:first-child .variacao-titulo {
    color: var(--wp--preset--color--cor-9);
}

#produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 800px;
    padding: 1.875rem .3125rem;
    background: var(--wp--preset--color--cor-9);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

#produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela .variacao-row {
    width: 100%;
    display: flex;
}

#produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela .variacao-col {
    text-align: center;
    width: 100%;
    flex: 0.5;
    border-right: 2px solid #e0e0e0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}


#produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela .variacao-col:last-child {
    border-right: none;
}

#produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela .variacao-tabela-titulo {
    font-family: var(--wp--preset--font-family--archivo-black);
    font-size: var(--wp--preset--font-size--fonte-6);
    font-weight: bold;
    color: var(--wp--preset--color--cor-2);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 1.875rem;
}

#produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela .variacao-valor {
    font-size: var(--wp--preset--font-size--fonte-6);
    color: var(--wp--preset--color--cor-4);
    min-height: 36px;
    margin-bottom: 0;
}

#produto-personalizado .produto-variacoes .produto-variacao:nth-child(even) .row {
    flex-direction: row-reverse;
}

#produto-personalizado .produto-variacoes .produto-variacao:nth-child(even) .row>div:first-child {
    padding-left: 2.25rem;
}

#produto-personalizado .produto-variacoes .produto-variacao:not(:first-child) {
    display: flex;
    align-items: center;
    min-height: 500px;
}

#produto-personalizado .produto-variacoes .produto-variacao:not(:first-child)>svg {
    position: absolute;
}

#produto-personalizado .produto-variacoes .produto-variacao>div {
    position: relative;
    z-index: 3;
}

#produto-personalizado .produto-variacoes .produto-variacao:nth-child(odd):not(:first-child)>svg {
    right: 0;
}



.variacao-data:hover {
    background-color: #f8f9fa;
}

.variacao-col:nth-child(1) {
    flex: 0.5;
    min-width: 50px;
    max-width: 80px;
}

.variacao-col:nth-child(2) {
    flex: 2;
    min-width: 200px;
}

.variacao-col:nth-child(3),
.variacao-col:nth-child(4) {
    flex: 0.8;
    min-width: 100px;
}




/* MEDIA QUERIES */
@media screen and (max-width: 1640px) {
    .banner-v2 .produtos-slider {
        margin-left: 10%;
    }

    .produtos_header,
    .produtos_grid.slider_produtos {
        max-width: 90%;
    }

    .produtos_header {
        margin-bottom: 3rem;
        padding-right: 2rem;
    }

    .produto_item article {
        max-width: calc(100% - 1.25rem);
        margin: auto;
    }
}

@media screen and (max-width: 1536px) {
    .filtro-categorias {
        max-width: 1096px;
    }

    #template-representante .section_representante-1 {
        min-height: 600px;
    }
}

@media screen and (max-width: 1399px) {
    body {
        --wp--preset--font-size--fonte-1: 2.25rem;
        --wp--preset--font-size--fonte-2: 1.5rem;
        --wp--preset--font-size--fonte-3: 1.25rem;
        --wp--preset--font-size--fonte-4: 1.125rem;
        --wp--preset--font-size--fonte-5: 1rem;
        --wp--preset--font-size--fonte-20px: 1.125rem;
    }

    .produto-especial-banner .conteudo-principal h2 {
        --wp--preset--font-size--fonte-1: unset;
        font-size: var(--wp--preset--font-size--fonte-1);
    }

    .banner-v2 {
        min-height: auto;
    }


    .banner-v2 .banner-content {
        max-width: 900px;
    }

    .banner-v2 .banner-content .banner-content-right .banner-imagem-destaque {
        height: 400px;
        justify-content: center;
    }

    .banner-v2 .banner-content .banner-content-left {
        max-width: 400px;
        margin-bottom: 40px;
    }

    .banner-v2 .banner-produtos-wrapper {
        bottom: 22%;
    }

    .banner-v2 .produto-item>div {
        padding-top: 1.25rem;
        padding-bottom: 1rem;
        justify-content: center;
    }

    .banner-v2 .produto-item .produto-item-text img {
        max-width: 100px;
        top: -20px;
    }

    .banner-v2 .produto-item .produto-item-text,
    .banner-v2 .produto-item .produto-item-text {
        min-height: 120px;
    }

    .banner-v2 .produto-item.slick-active.slick-current .produto-item-text img {
        max-width: 150px;
        top: -30px;
    }

    .banner-v2 .banner-content .banner-btn.btn_principal {
        margin-bottom: .625rem;
    }

    .banner-v2 .banner-content .banner-content-left svg {
        margin-left: -20%;
        max-height: 60px;
        margin-bottom: 4rem;
    }

    .home-section-chamada .home-chamada-grid {
        max-width: 1190px;
        margin: auto;
    }

    .home-section-chamada .home-chamada-grid article.home-chamada-card {
        padding: 0 2rem;
    }

    .section_loop_produtos {
        min-height: 800px;
    }

    .quem-somos-section-1 {
        min-height: 750px;
    }

    .quem-somos-section-2 {
        margin-top: 2rem;
    }

    .quem-somos-section-2-grid {
        max-width: 90%;
    }

    .quem-somos-section-2 .quem-somos-section-2-grid .quem-somos-missao-valores {
        gap: 2rem;
    }

    .section-segmentos-2 .segmentos-conteudo-1 {
        margin-bottom: 10rem;
    }

    .section-produto-1.custom-height {
        min-height: 1200px;
    }

    .section-produto-1 {
        min-height: 680px;
    }

    .produto-especial-banner {
        min-height: 790px;
    }

    .produto-especial-banner .conteudo-faixa-escura::before {
        width: 990px;
    }

    #produto-personalizado .produto-variacoes .produto-variacao .variacao-titulo {
        font-size: var(--wp--preset--font-size--fonte-1);
    }
}

@media screen and (max-width: 1199px) {
    .banner-v2 .banner-produtos-wrapper {
        position: relative;
        margin-top: -60px;
    }

    .banner-v2 .produtos-slider {
        margin-left: auto;
        margin-right: auto;
    }

    .home-section-chamada .home-chamada-grid article.home-chamada-card {
        padding: 0 1rem;
    }

    .home-section-chamada .home-chamada-grid .home-chamada-card-overlay {
        flex-direction: column;
        text-align: center;
    }

    .banner-v2 .produto-item.slick-active.slick-current .produto-item-text a {
        border: 1px solid var(--wp--preset--color--cor-1)
    }

    .banner-v2 .produtos-slider {
        max-width: 650px;
    }

    .filtro-categorias {
        max-width: calc(100% - 6.25rem);
    }

    .produtos_grid:not(.slick-slider) {
        grid-template-columns: repeat(3, 1fr);
    }

    #template-representante .section_representante-1 h1 {
        margin-bottom: 1.5rem;
    }

    #template-representante .section_representante-1 .conteudo-1 {
        min-width: 470px;
        margin-top: 4rem;
        margin-bottom: 0;
    }

    .section-segmentos-2 {
        min-height: 300px;
    }

    .produto-especial-banner {
        min-height: 650px;
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    main .wp-block-columns {
        align-items: normal !important;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap !important;
    }

    main .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    .produto-especial-banner .imagem-principal {
        display: none;
    }

    #produto-especial .produto_especial_botao .btn_principal,
    #template-representante .btn_principal,
    .home-section-1 .conteudo-botao .btn_principal,
    body .content_sobre> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        margin-left: auto !important;
    }

    .section-segmentos-2 .segmentos-conteudo-1,
    #template-representante .section_representante-1 h1,
    .home-section-1 .conteudo-texto {
        margin: 3rem auto 1rem;
    }

    .home-section.home-section-novidade .home-novidade-texto,
    .home-section-1 .conteudo-botao .btn_principal {
        margin-bottom: 2rem;
    }

    .home-section-1 .conteudo-texto h2 {
        margin-bottom: 1rem;
    }

    .section-segmentos-2 .segmentos-conteudo-1,
    .section-segmentos-2 .segmentos-conteudo-2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section-segmentos-2 .imagem-destaque {
        max-width: 450px;
        margin: auto;
    }

    .section-segmentos-2 .segmentos-conteudo-2,
    #template-representante h1,
    #template-representante .conteudo-1 h2,
    .quem-somos-section-1 .quem-somos-conteudo-1,
    .quem-somos-section-1 .quem-somos-the-content {
        text-align: center;
        color: var(--wp--preset--color--cor-9);
        margin-bottom: 2rem;
    }

    #template-representante .conteudo-3,
    #template-representante .conteudo-2,
    #template-representante .section_representante-1 h1,
    .quem-somos-section-2 .quem-somos-section-2-grid {
        flex-direction: column-reverse;
        max-width: 100%;
        gap: 2rem;
    }

    .quem-somos-section-3 .quem-somos-galeria-grid,
    .produtos_grid:not(.slick-slider) {
        grid-template-columns: repeat(2, 1fr);
    }

    #template-representante .conteudo-2 blockquote {
        min-height: 20px;
    }

    #loop_eventos .evento_item article .evento_item_conteudo {
        flex-direction: column;
        text-align: center;
    }

    #loop_eventos .evento_item article .evento_item_conteudo {
        margin-left: auto;
        margin-right: auto;
    }

    #loop_eventos .evento_item article .evento_item_conteudo .btn_principal {
        margin-right: auto;
    }

    a.btn_principal,
    .btn_principal a,
    button.btn_principal,
    .btn_principal button {
        padding: .625rem 1.5rem !important;
        min-height: 40px;
        min-width: 130px;
    }

    .produto-embalagens h2 {
        position: unset;
        padding-top: 5rem;
        padding-bottom: 2rem;
        text-align: center;
    }

    .section-produto-1 .conteudo-0 {
        max-width: 100%;
    }

    .section-produto-1 .conteudo-1,
    .section-produto-1 .conteudo-2 {
        margin-left: auto;
        margin-right: auto;
    }

    .produto-especial-banner .conteudo-faixa-escura {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .produto-especial-banner .conteudo-faixa-escura::before {
        width: 200dvw;
        left: -50dvw;
    }

    .produto-especial-banner .conteudo-principal {
        margin-top: 3rem;
    }

    .produto-especial-banner .conteudo-principal,
    .produto-especial-banner .conteudo-faixa-escura>div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .produto-especial-banner {
        min-height: 580px;
    }

    .sobre-especial-produto .container-1600px,
    .informacoes-especial-produto .container-1600px {
        padding-right: 0;
    }

    .conteudo-form,
    .bg_atendimento .conteudo-form p,
    .sobre-especial-produto .sobre-content>div:last-child,
    .informacoes-especial-produto .informacoes-grid>div:last-child,
    .sobre-especial-produto .sobre-content>div:first-child,
    .informacoes-especial-produto .informacoes-grid>div:first-child {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .sobre-especial-produto .sobre-content .sobre-imagem img {
        margin: 0 auto;
    }

    #produto-especial .produto_especial_botao .btn_principal {
        margin-top: 2rem;
    }

    .sobre-especial-produto .sobre-content .sobre-texto {
        padding-left: 0;
        padding-right: 0;
    }

    .sobre-especial-produto .sobre-content>div:last-child,
    .informacoes-especial-produto .informacoes-grid>div:last-child {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .bg_atendimento>.container>.row {
        height: auto;
    }

    .conteudo-form .dados_de_contato-dados {
        margin-top: 2.5rem;
    }

    .conteudo-form .dados_de_contato-dados .dados_de_contato-item a {
        justify-content: center;
    }

    #produto-especial .bg_atendimento .container,
    #produto-padrao .bg_atendimento .container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    #produto-personalizado .produto-variacoes .produto-variacao:first-child {
        background-size: 100% 500px;
    }

    #produto-personalizado .produto-variacoes .produto-variacao .variacao-titulo {
        text-align: center;
        margin: 4rem auto;
    }

    #produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela {
        margin: auto;
    }

    #produto-personalizado .produto-variacoes .produto-variacao .variacao-imagem {
        max-width: 400px;
        text-align: center;
        margin: auto;
    }

    #produto-personalizado .produto-variacoes .produto-variacao:not(:first-child)>svg {
        max-width: 100dvw;
        bottom: -30%;
        left: -20%;
    }

    #produto-personalizado .produto-variacoes .produto-variacao:nth-child(odd):not(:first-child)>svg {
        left: unset;
        right: -20%;
    }

    #produto-personalizado .produto-variacoes .produto-variacao:nth-child(even) .row>div:first-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media screen and (max-width: 767px) {
    body {
        --wp--preset--font-size--fonte-1: 2.125rem;
        --wp--preset--font-size--fonte-2: 1.375rem;
        --wp--preset--font-size--fonte-3: 1.125rem;
        --wp--preset--font-size--fonte-4: 1rem;
        --wp--preset--font-size--fonte-5: 1rem;
        --wp--preset--font-size--fonte-20px: 1rem;
    }

    .banner-v2 {
        min-height: 740px;
        background-position: left;
    }

    .banner-v2 .banner-content .banner-content-left svg,
    .banner-v2 .banner-produtos-wrapper {
        display: none;
    }

    .home-section.home-section-novidade .home-novidade-texto,
    .banner-v2 .banner-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .home-section.home-section-novidade .home-novidade-texto .btn_principal,
    .home-section.home-section-novidade .home-novidade-texto span.tag_novidade {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-v2 .banner-content .banner-content-left {
        padding-left: 0;
        margin-top: 3rem;
        margin-bottom: 0;
    }

    .banner-v2 .banner-content .banner-btn.btn_principal {
        margin-left: auto;
    }

    .slider-for {
        padding-bottom: 2rem;
    }

    .banner-v2 {
        min-height: 960px;
    }

    .slider-for .slick-dots {
        bottom: -1rem;
    }

    .home-novidade-imagem {
        max-width: 390px;
        margin: auto;
    }

    .home-section-video .home-video_thumbnail {
        min-height: 200px;
        object-fit: cover;
    }

    #template-representante .section_representante-1 .conteudo-1 {
        min-width: 100%;
    }

    #loop_eventos {
        grid-template-columns: 1fr;
    }

    #loop_eventos .evento_item:first-child {
        grid-column: unset;
    }

    #loop_eventos .evento_item:first-child .evento_item_img,
    #loop_eventos .evento_item:first-child .evento_item_img img {
        aspect-ratio: 640/379;
    }

    #loop_eventos .evento_item article .evento_item_conteudo,
    #loop_eventos .evento_item:first-child article .evento_item_conteudo {
        padding: 1rem;
    }

    .produto_padrao_galeria .galeria-imagens,
    .sobre-especial-produto .galeria-imagens {
        display: flex;
        overflow: auto;
    }

    .galeria-item {
        min-width: 75dvw;
    }


    #produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela {
        overflow-x: scroll;
    }

    .variacao-col:nth-child(1) {
        min-width: 80px;
    }

    #produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela .variacao-col:nth-child(2) {
        min-width: 220px;
    }

    #produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela .variacao-col:nth-child(4),
    #produto-personalizado .produto-variacoes .produto-variacao .variacao-tabela .variacao-col:nth-child(3) {
        min-width: 150px;
    }
}

@media screen and (max-width: 575px) {
    .banner-v2 {
        background-position: left;
    }

    .home-section-chamada .home-chamada-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .home-section-chamada .home-chamada-grid article.home-chamada-card {
        min-height: 300px;
    }

    .cards-vantagens {
        grid-template-columns: 1fr;
    }

    .cards-vantagens article.card-vantagem:last-child {
        margin-bottom: 0;
    }
	.banner-v2 .banner-content .banner-content-left h1, .banner-v2 .banner-content .banner-content-left h2 {
		font-size: var(--wp--preset--font-size--fonte-1);
	}
	.banner-v2 .banner-content .banner-btn.btn_principal {
        font-size: var(--wp--preset--font-size--fonte-2) !important;
    }
    .produtos_header,
    .produtos_grid.slider_produtos {
        max-width: 100%;
    }
	.banner-slider.slider-for {
		padding-bottom: 0;
	}
    .produtos_header {
        flex-direction: column;
        text-align: center;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .section_loop_produtos {
        margin-top: -60px;
    }

    .filtro-categorias {
        max-width: 100%;
    }

    .slider_filtro_produtos .produto-item>div {
        max-width: 300px;
        margin: auto;
    }

    .slider_filtro_produtos .slick-dots {
        bottom: -1rem;
    }

    .filtro-produtos-container .bg-filtro-categorias {
        margin-top: -180px;
        min-height: 180px;
    }

    .produtos_grid:not(.slick-slider) {
        grid-template-columns: 1fr;
    }

    .card_segmento_container {
        row-gap: 2rem;
        padding-bottom: 8rem;
    }

    .card_segmento article {
        margin-left: auto;
        margin-right: auto;
    }

    .bg_atendimento .custom_form {
        padding: 1rem;
    }

    .banner-v2 {
        min-height: 740px;
    }

    .banner-v2 .banner-content .banner-content-right .banner-imagem-destaque {
        max-width: 60dvw;
        margin: auto;
        height: auto;
    }
}

@media screen and (max-width: 440px) {}

@media screen and (max-width: 390px) {
    .home-section-2 img {
        min-height: 180px;
        object-fit: cover;
    }

    a[href^="mailto:"] {
        font-size: var(--wp--preset--font-size--fonte-12px);
    }
}

/* FIM MEDIA QUERIES */