/* 
    Theme Name: Mobilare - by Actmob
    Author: Jean Andrade
    Author URI: https://actmob.com/
    Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
    Version: 2.0.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-"] {
    padding-left: .75rem;
    padding-right: .75rem;
}

/* 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-18px: 1.125rem;
    --wp--preset--font-size--fonte-48px: 3rem;
}


a {
    text-decoration: none;
}

* {
    outline: none;
}

figure {
    margin-bottom: 0;
}

body,
html {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0;
    margin: 0;
    background-color: var(--wp--preset--color--cor-9);
    line-height: 1.1;
    color: var(--wp--preset--color--cor-2);
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
    max-width: 2400px;
    margin: auto;
    box-sizing: border-box;
}


.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: '\f105';
}

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

.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;
    position: unset;
    margin-top: 2.5rem;
}

.slick-dots li button {
    border-radius: 50%;
    background-color: var(--wp--preset--color--cor-9);
    width: 12px;
    height: 12px;
    padding: 0;
}

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

.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-2);
}

.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% - 40px);
    left: 0;
}

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

.slick-prev,
.slick-next,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: transparent !important;
    z-index: 2;
}

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

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

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

.owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    background-color: var(--wp--preset--color--cor-2);
    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;
}

.btn-flutuante-whatsapp span {
    display: none;
}

.btn-flutuante-whatsapp {
    position: fixed;
    right: 35px;
    bottom: 45px;
    z-index: 9999;
    font-size: var(--wp--preset--font-size--fonte-5);
    color: var(--wp--preset--color--cor-9);
}

.btn-flutuante-whatsapp i {
    font-size: var(--wp--preset--font-size--fonte-3);
    color: var(--wp--preset--color--cor-9);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--cor-4);
    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: var(--wp--preset--color--cor-5);
    transform: scale(1.04);
}

.btn-flutuante-whatsapp span {
    font-size: var(--wp--preset--font-size--fonte-5);
    background-color: rgb(0, 0, 0, .8);
    position: absolute;
    right: 50px;
    width: 145px;
    padding: .3125rem 1rem;
    border-radius: 5px;
    z-index: 1;
}

/* FIM WHATSAPP FLUTUANTE */


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

.formulario .select_form p>span:after {
    content: '\f0d7';
    font-size: var(--wp--preset--font-size--fonte-3);
    font-family: 'FontAwesome';
    display: flex;
    position: absolute;
    right: 0;
    color: var(--wp--preset--color--cor-2);
    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-3);
    font-weight: 300;
    color: var(--wp--preset--color--cor-9);
    background-color: transparent;
    border-radius: 3px;
    border: none;
    border-bottom: 1px solid rgb(41, 61, 42);
    padding: .75rem 0;
    width: 100%;
    /* min-height: 100px; */
    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-10);
    font-weight: 300;
}

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

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

.formulario p {
    margin-bottom: 0;
}

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

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

.formulario textarea,
.formulario input {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 2rem 0;
    width: 100%;
    color: var(--wp--preset--color--cor-2);
    font-size: var(--wp--preset--font-size--fonte-4);
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

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

.formulario textarea::placeholder,
.formulario input::placeholder {
    color: var(--wp--preset--color--cor-3);
    font-size: var(--wp--preset--font-size--fonte-4);
    font-weight: 300;
}

.formulario .btn-form {
    border: 2px solid var(--wp--preset--color--cor-2);
    color: var(--wp--preset--color--cor-2);
    font-size: var(--wp--preset--font-size--fonte-5);
    font-weight: bold;
    border-radius: 0;
    padding: .625rem .625rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
    min-height: 70px;
    background: linear-gradient(to right, var(--wp--preset--color--cor-2) 50%, transparent 50%);
    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-position: left bottom;
    background-color: var(--wp--preset--color--cor-2);
    border-color: var(--wp--preset--color--cor-2);
}

.formulario .btn-form:hover {}

.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;
}


.formulario {
    padding: 1.5rem 2rem;
    border-radius: 10px;
}

/* 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: #000;
    margin-bottom: 0.625rem;
}

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

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

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

.container-404 .sitemap li a:hover {
    color: #000;
}

.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: 1rem;
}

.redes-sociais a {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-5);
    width: 25px;
    height: 25px;
}

/* FIM REDES SOCIAIS */


/* CUSTOM CODE CSS */

a.btn_principal,
.btn_principal a,
button.btn_principal,
.btn_principal button {
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: 170px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3125rem;
    text-align: center;
    font-size: var(--wp--preset--font-size--fonte-5);
    color: var(--wp--preset--color--cor-9);
    background: linear-gradient(to right, var(--wp--preset--color--cor-3) 50%, var(--wp--preset--color--cor-2) 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

a.btn_principal:hover,
.btn_principal a:hover,
button.btn_principal:hover,
.btn_principal button:hover {
    background-color: var(--wp--preset--color--cor-3);
    background-position: left bottom;
}

button.btn_principal.max-w-416px,
.btn_principal.max-w-416px button,
a.btn_principal.max-w-416px,
.btn_principal.max-w-416px a {
    max-width: 416px;
}

.container-1605px,
.container-1590px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.container-1605px {
    max-width: 1605px;
}

.container-1590px {
    max-width: 1590px;
}

/* HEADER 01 */

.menu_header {
    list-style: none;
    padding: 0;
    margin: 0;
}

header {
    position: relative;
    z-index: 10;
}

header .menu-desktop {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(6, 6, 6, 0.18) 100%);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 2400px;
}

.menu_header_container .menu_header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.menu_header_container .menu_header a {
    font-size: var(--wp--preset--font-size--fonte-18px);
    text-decoration: none;
    color: var(--wp--preset--color--cor-8);
    padding: .3125rem .625rem;
    transition: all .4s;
}

.menu_header_container .menu_header a:hover {
    opacity: .8;
}

.menu_header_container .menu_header .menu-item-has-children {
    position: relative;
    display: block;
}

.menu_header_container .menu_header .menu-item-has-children a~.sub-menu {
    position: absolute;
    background-color: var(--wp--preset--color--cor-9);
    padding: .625rem;
    list-style: none;
    margin: 0;
    top: calc(100%);
    min-width: 200px;
    display: none;
    transition: all .4s;
}

.menu_header_container .menu_header .menu-item-has-children:hover a~.sub-menu {
    display: block;
}

.menu_header_container .menu_header .menu-item-has-children a~.sub-menu li a {
    font-size: var(--wp--preset--font-size--fonte-6);
    color: var(--wp--preset--color--cor-2);
}

.logo_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.header_icons {
    gap: 1rem;
}

.btn_menu_mobile {
    border: none;
    background-color: transparent;
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
}

.btn_menu_mobile i {
    position: absolute;
    transition: all .4s;
}

.btn_menu_mobile.ativo i.fa-bars,
.btn_menu_mobile i.fa-xmark {
    opacity: 0;
}

.btn_menu_mobile.ativo i.fa-xmark {
    opacity: 1;
    transform: rotate(180deg);
}

#menu-mobile {
    opacity: 0;
    left: -200%;
    width: 100dvw;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--wp--preset--color--cor-9);
    z-index: 9999;
    transition: all .4s;
    display: flex;
    flex-direction: column;
}

#menu-mobile .menu_header_container .menu_header a {
    color: var(--wp--preset--color--cor-2);
    font-size: var(--wp--preset--font-size--fonte-5);
    padding: 1rem;
    display: block;
}

#menu-mobile .menu_header_container .menu_header {
    flex-direction: column;
}


#menu-mobile .menu_mobile-body {
    min-height: 300px;
    max-height: 90%;
    margin: auto;
    overflow-y: auto;
}

#menu-mobile .menu_mobile-footer {
    margin-top: auto;
    min-height: 45px;
    max-height: 10%;
    padding: 3%;
    background-color: var(--wp--preset--color--cor-3);
}

#menu-mobile.ativo {
    left: 0;
    opacity: 1;
}

/* FIM HEADER 01 */

/* FOOTER 01 */
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: var(--wp--preset--color--cor-2);
}

footer a,
footer {
    color: var(--wp--preset--color--cor-9);
    text-decoration: none;
    transition: all .4s;
}

footer #footer_copyright>div {
    max-width: max-content;
}

footer #footer_copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

footer h2 {
    font-size: var(--wp--preset--font-size--fonte-18px);
    margin-bottom: .625rem;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul a {
    display: inline-block;
    padding: .3125rem 0;
}

footer a:hover {
    color: var(--wp--preset--color--cor-3);
}

/* FIM FOOTER 01 */



/* MENU PERSONALIZADO */

.menu_personalizado {
    display: none;
    overflow: hidden;
}

.menu_personalizado>div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, #060606 100%);
    z-index: 99;
}

.menu_personalizado_container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1590px;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.menu_personalizado_item {
    width: 100%;
}

.menu_personalizado_item #menu-menu-personalizado {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.menu_personalizado_item #menu-menu-personalizado>li {
    width: 100%;
    max-width: 370px;
}

.menu_personalizado_item #menu-menu-personalizado>li>a {
    margin-bottom: 2rem;
    font-size: var(--wp--preset--font-size--fonte-4);
}

.menu_personalizado_item #menu-menu-personalizado a {
    color: var(--wp--preset--color--cor-8);
    font-size: var(--wp--preset--font-size--fonte-18px);
    display: block;
    padding: .75rem 0;
    text-decoration: none;
    transition: all .4s;
}

.menu_personalizado_item #menu-menu-personalizado a:hover {
    color: var(--wp--preset--color--cor-3);
}

.menu_personalizado_item #menu-menu-personalizado>li ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    flex-flow: column wrap;
    display: flex;
    max-height: 420px;
}

.menu_personalizado_item:last-child {
    display: flex;
    gap: 1.875rem;
    max-width: max-content;
}

.menu_personalizado_cards a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .4s;
}

.menu_personalizado_cards a h3 {
    position: absolute;
    color: var(--wp--preset--color--cor-9);
    right: 2.5rem;
    bottom: 2.5rem;
    font-size: var(--wp--preset--font-size--fonte-4);
    font-weight: 300;
    text-align: end;
    z-index: 2;
    opacity: 1;
    transition: all .4s;
}

.menu_personalizado_cards a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(134.29deg, rgb(6 6 6 / 0%) 65.61%, #000000 95.99%);
    right: 0;
    bottom: 0;
    /* clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
    z-index: 1;
    opacity: 1;
    transition: all .4s;
}

.btn_menu_personalizado {
    border: none;
    background-color: transparent;
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
}

.btn_menu_personalizado i {
    position: absolute;
    transition: all .4s;
}

.btn_menu_personalizado.ativo i.fa-bars,
.btn_menu_personalizado i.fa-xmark {
    opacity: 0;
}

.btn_menu_personalizado.ativo i.fa-xmark {
    opacity: 1;
    transform: rotate(180deg);
}

/* FIM MENU PERSONALIZADO */

/* BANNER */

.banner_bg {
    display: flex !important;
    position: relative;
}

.banner_conteudo {
    display: flex;
    gap: .625rem;
    width: 100%;
    padding: 1.25rem;
    position: absolute;
    z-index: 3;
}

.banner_conteudo>div:first-child:last-child {
    width: 100%;
}

.video_com_conteudo video {
    max-width: 300px;
}

.banner_img,
.banner_img img {
    width: 100%;
    object-fit: cover;
}

.banner_slider .slick-arrow.slick-prev {
    left: 5%;
}

.banner_slider .slick-arrow.slick-next {
    right: 5%;
}

.banner_slider .slick-arrow.slick-next::before,
.banner_slider .slick-arrow.slick-prev::before {
    color: var(--wp--preset--color--cor-9);
}

.banner_slider .slick-arrow::before {
    font-family: 'FontAwesome';
    font-size: var(--wp--preset--font-size--fonte-2);
    color: var(--wp--preset--color--cor-2);
    opacity: 1;
    transition: all .4s;
}

.banner_slider .slick-arrow {
    background-color: transparent;
    z-index: 5;
    transition: all .4s;
}

.banner_slider .slick-arrow:hover:before {
    color: var(--wp--preset--color--cor-9);
}

.banner_slider .slick-arrow:hover {
    background-color: var(--wp--preset--color--cor-3);
}

.banner_slider .slick-dots {
    position: absolute;
    bottom: 2rem;
}

.banner_video,
.banner_video video {
    width: 100%;
    display: flex;
}

.banner-principal.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}



/* NOTICIAS */
.loop_noticias {
    background-color: var(--wp--preset--color--cor-1);
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.loop_noticias .slick-dots {
    position: absolute;
    bottom: -2rem;
}

.loop_noticias .slick-dots button {
    background-color: var(--wp--preset--color--cor-6);
}

.loop_noticias .slick-arrow::before {
    color: var(--wp--preset--color--cor-2);
}

.loop_noticias .slick-arrow:hover::before {
    color: var(--wp--preset--color--cor-9);

}

/* SEARCH FORM */
.search_form_container {
    position: relative;
}

.search_form_container .search-form-header {
    display: none;
    position: absolute;
    right: 25px;
    top: 0;
}

.search_form_container .search-form-header>div {
    display: flex;
    align-items: center;
    position: relative;
}

.search-form-header .search-field {
    min-height: 25px;
    padding-left: .625rem;
    padding-right: 2rem;
    border: none;
    border-radius: 5px;
}

.search-form-header .search-submit {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    font-size: var(--wp--preset--font-size--fonte-5);
}

.search_form_open {
    border: none;
    background-color: transparent;
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding: 0;
}

.search_form_open i {
    position: absolute;
    transition: all .4s;
}

.search_form_open.ativo i.fa-magnifying-glass,
.search_form_open i.fa-xmark {
    opacity: 0;
}

.search_form_open.ativo i.fa-xmark {
    opacity: 1;
    transform: rotate(180deg);
}


/* FIM SEARCH FORM */


/* PAGINA SOBRE */
#page_sobre_sessao-sobre {
    margin-top: -300px;
    padding: 4rem 3rem;
    border-radius: 5px;
}

.galeria_paginia_sobre {
    max-width: 560px;
}

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

.galeria_paginia_sobre .slick-list.draggable .img_container {
    padding-right: .75rem;
}

.slider_galeria_mobile.bloco-galeria-imagens-sobre .slick-next,
.slider_galeria_mobile.bloco-galeria-imagens-sobre .slick-prev {
    background-color: transparent;
    width: 40px;
    height: 40px;
}

.slider_galeria_mobile.bloco-galeria-imagens-sobre .slick-next:before,
.slider_galeria_mobile.bloco-galeria-imagens-sobre .slick-prev:before {
    color: var(--wp--preset--color--cor-10);
    font-size: var(--wp--preset--font-size--fonte-2);
}

.slider_galeria_mobile.bloco-galeria-imagens-sobre .slick-prev {
    left: 0;
}

.slider_galeria_mobile.bloco-galeria-imagens-sobre .slick-next {
    right: 0;
}

/* FIM PAGINA SOBRE */

/* PAGINA COLEÇÃO */
.page-id-416 a.bloco_imagem_hover_title__item img {
    min-height: 100dvh;
}

.page-id-416 .wp-block-columns.overflow-hidden.wp-block-columns-is-layout-flex {
    margin-bottom: 0;
}

/* FIM PAGINA COLEÇÃO */


/* DESIGNERS */
.loop_designers {
    margin-top: 4rem;
    margin-bottom: 10rem;
}

.loop_designers article {
    padding-bottom: 5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.designer_header>div,
.designer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.designer_header {
    gap: 3rem;
}

.designer_header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.designer_header>div {
    min-width: 370px;
    justify-content: end;
    gap: 1.5rem;
    text-align: end;
}

.designer_header>div img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 115px;
    max-height: 115px;
}

.designer_header h2,
.designer_header>div h3 {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-weight: 300;
}

.designer_header>div a {
    color: var(--wp--preset--color--cor-2);
    text-decoration: none;
}

.designer_body {
    display: grid;
    grid-template-columns: 325px 1fr;
    gap: 1.5rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
}

.designer_body .designer_conteudo .designer_titulo {
    font-size: var(--wp--preset--font-size--fonte-1);
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 0;
}

.designer_body .designer_conteudo .designer_subtitulo {
    font-size: var(--wp--preset--font-size--fonte-2);
    font-weight: 300;
}

.designer_body .designer_conteudo>div {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 260px;
    align-items: center;
    font-weight: 300;
}

.designer_body .designer_conteudo>div>div:first-child {
    grid-column: span 2;
}

.designer_body .designer_conteudo>div>div:first-child p {
    font-size: var(--wp--preset--font-size--fonte-4);
    margin-bottom: 1.5rem;
}

.designer_body .designer_conteudo>div>div p {
    font-size: var(--wp--preset--font-size--fonte-5);
}

.designer_body .designer_conteudo .designer_redes_sociais ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.designer_body .designer_conteudo .designer_redes_sociais {
    text-align: center;

}

.designer_body .designer_conteudo .designer_redes_sociais ul li a {
    font-size: var(--wp--preset--font-size--fonte-3);
    color: var(--wp--preset--color--cor-2);
    transition: all .4s;
}

.designer_body .designer_conteudo .designer_redes_sociais ul li a:hover {
    color: var(--wp--preset--color--cor-3);
}

/* FIM DESIGNERS */

/* FILTRO PEÇAS */
.page-id-535 {
    background-color: var(--wp--preset--color--cor-9);
}

.filtro-produtos {
    max-width: 2400px;
}

.filtro-produtos .bg_filtro_produtos {
    background-image: url('/wp-content/uploads/2025/07/bg-header.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.filtro-produtos .bg_filtro_produtos>div {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 0;
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-18px);
}

.filtro-produtos .filtro-info {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    min-height: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(6, 6, 6, 0.18) 100%);
    backdrop-filter: blur(10px);
}

.filtro-produtos select {
    background-color: transparent;
    border: none;
    color: var(--wp--preset--color--cor-9);
    padding: 0 1rem;
}

.filtro-produtos option {
    color: var(--wp--preset--color--cor-2);
}

.layout_grid {
    margin-left: auto;
    margin-right: 9rem;
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: .625rem;
}

.layout_grid>button {
    border: none;
    background-color: transparent;
}

.layout_grid span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--cor-9);
    transition: all .4s;
}

.layout_grid .layout_grid_secondario:hover span,
.layout_grid .layout_grid_padrao:hover span {
    background-color: var(--wp--preset--color--cor-3);
}

.layout_grid .layout_grid_secondario,
.layout_grid .layout_grid_padrao {
    display: grid;
    cursor: pointer;
}

.layout_grid .layout_grid_secondario span {
    width: 10px;
    height: 10px;
}

.layout_grid .layout_grid_padrao span {
    width: 5px;
    height: 5px;
}

.layout_grid .layout_grid_secondario {
    grid-template-columns: repeat(2, 1fr);
    gap: .375rem;
}

.layout_grid .layout_grid_padrao {
    grid-template-columns: repeat(4, 1fr);
    gap: .125rem;
}

/* FIM FILTRO PEÇAS */


/* CARD PRODUTO */
.lista-produtos {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5rem;
    row-gap: 2.5rem;
    overflow: hidden;
    margin-top: 4rem;
    margin-bottom: 6.25rem;
}

.card_produto_galeria {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-produtos .card_produto_item {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}

.lista-produtos .card_produto_item:after {
    content: '';
    position: absolute;
    left: -2.5rem;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 10%);
}

.lista-produtos.columns-4 .card_produto_item,
.lista-produtos .card_produto_item {
    width: calc((100% - (3 * 5rem)) / 4) !important;
}

.lista-produtos.columns-2 .card_produto_item {
    width: calc((100% - (1 * 5rem)) / 2) !important;
}

.lista-produtos.columns-2 .card_produto_item figure {
    text-align: center;
}

.info-designer .designer_header {
    justify-content: center;
    border-bottom: none;
}

.card_produto_galeria .card_produto_galeria_item img,
.card_produto_galeria .card_produto_galeria_item video {
    max-width: 100%;
    height: auto;
    /* aspect-ratio: 1 / 1; */
    object-fit: cover;
    display: block;
    margin: 0 auto;
    max-height: 300px;
}

.card_produto_galeria .card_produto_galeria_item video {
    object-fit: contain;
    background-color: var(--wp--preset--color--cor-10);
}

.lista-produtos .card_produto_item h4 {
    color: var(--wp--preset--color--cor-3);
    margin-bottom: 0;
}

.lista-produtos .card_produto_item h4,
.lista-produtos .card_produto_item h3 {
    font-size: var(--wp--preset--font-size--fonte-18px);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.lista-produtos .card_produto_item a {
    max-width: max-content;
    display: block;
    margin: auto;
    transition: all .4s;
    padding: .3125rem .625rem;
    text-decoration: none;
    color: var(--wp--preset--color--cor-2);
}

.lista-produtos .card_produto_item a:hover {
    color: var(--wp--preset--color--cor-3);
}

.lista-produtos .card_produto_item h4 {
    color: var(--wp--preset--color--cor-3);
}

.borda_separadora {
    width: 100%;
    background-color: rgba(0, 0, 0, 10%);
    height: 1px;
}

.container_arrow_dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    margin-top: -30px;
    margin-bottom: 2rem;
}

.container_arrow_dots .slick-dots {
    margin-top: 0;
    width: max-content;
}

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

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

.container_arrow_dots .slick-arrow:before {
    color: var(--wp--preset--color--cor-2);
    font-size: var(--wp--preset--font-size--fonte-4);
}

.container_arrow_dots .slick-arrow {
    width: 20px;
    height: 20px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    background-color: transparent !important;
    transform: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--wp--preset--font-size--fonte-18px);
}

/* .container_arrow_dots .slick-arrow  */
/* FIM CARD PRODUTO */


/* PAGINA DE ATENDIMENTO */
.wp-block-column.ps-0.ps-lg-4.ps-xxl-5.is-layout-flow.wp-block-column-is-layout-flow {
    border-left: 1px solid rgb(0, 0, 0, .1);
}

.appendEnderecos,
.appendNumeros {
    opacity: 0;
}

#telefones_page_atendimento>span:last-child {
    display: none;
}

#telefones_page_atendimento>span {
    margin: 0 .625rem;
}

#telefones_page_atendimento>span,
#telefones_page_atendimento a {
    color: var(--wp--preset--color--cor-2);
    font-size: var(--wp--preset--font-size--fonte-3);
    font-weight: 300;
    transition: all .4;
    display: inline-block;
}

#telefones_page_atendimento a:hover {
    color: var(--wp--preset--color--cor-3);
}

#telefones_page_atendimento,
#enderecos_page_atendimento {
    margin-bottom: 3rem;
}

#telefones_page_atendimento a,
#enderecos_page_atendimento a {
    text-decoration: none;
}

#enderecos_page_atendimento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

#enderecos_page_atendimento .endereco_item {
    max-width: 270px;
}

#enderecos_page_atendimento .endereco_item h3 {
    font-size: var(--wp--preset--font-size--fonte-2);
    color: var(--wp--preset--color--cor-2);
    font-weight: 300;
    margin-bottom: 1.25rem;
    transition: all .4s;
}

#enderecos_page_atendimento .endereco_item h4 {
    font-size: var(--wp--preset--font-size--fonte-4);
}

#enderecos_page_atendimento .endereco_item span,
#enderecos_page_atendimento .endereco_item p {
    font-size: var(--wp--preset--font-size--fonte-18px);
    color: var(--wp--preset--color--cor-3);
    transition: all .4s;
}

#enderecos_page_atendimento .endereco_item span {
    font-size: var(--wp--preset--font-size--fonte-4);
}

#enderecos_page_atendimento .endereco_item:hover p,
#enderecos_page_atendimento .endereco_item:hover h3 {
    color: var(--wp--preset--color--cor-6);
}

/* FIM PAGINA DE ATENDIMENTO */

/* SHOWROOM */
#loop-showroom {
    display: flex;
    flex-wrap: nowrap;
    gap: .3125rem;
    overflow-x: auto;
    padding-bottom: .3125rem;
}

#loop-showroom .showrrom_item {
    min-width: 33%;
}

#loop-showroom .showrrom_item article {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    text-align: center;
}

#loop-showroom .showrrom_item article img,
#loop-showroom .showrrom_item article {
    min-height: 100dvh;
    object-fit: cover;
    position: relative;
}

#loop-showroom .showrrom_item article .showrrom_item_conteudo {
    position: absolute;
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000000 100%);
}

#loop-showroom .showrrom_item article .showrrom_item_conteudo h2 {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-2);
    font-weight: 300;
}

.slider_galeria_showroom {
    margin-bottom: 0 !important;
}

.slider_galeria_showroom .slick-dots {
    position: absolute;
    max-width: 100%;
    margin-top: 0;
    bottom: 4rem;
}


.slider_galeria_showroom .slick-track {
    display: flex;
    align-items: stretch;
}

.slider_galeria_showroom figure {
    height: auto;
    max-height: 980px;
}

.slider_galeria_showroom img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* FIM SHOWROOM */


/* INTERNA PRODUTO */

.single-produto .lista-produtos {
    justify-content: center;
}

.single-produto .lista-produtos .card_produto_item:first-child:after {
    display: none;
}

.px-80px {
    padding-left: 80px;
    padding-right: 80px;
}

.pt-80px {
    padding-top: 80px;
}

.btn_outline a {
    border-color: rgb(0, 0, 0, .1);
    transition: all .4s;
}

.btn_outline a:hover {
    background-color: rgb(0, 0, 0, .1);
}

.btn_outline_white a {
    border-color: rgb(255, 255, 255, .1);
    transition: all .4s;
}

.btn_outline_white a:hover {
    background-color: rgb(255, 255, 255, .1);
}

.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-none li {
    margin-bottom: .625rem;
}

.line-height-100 {
    line-height: 100%;
}

.gap-80 {
    gap: 80px;
}

.bg_produto_especial>div.wp-block-group {
    max-width: 1536px;
    margin-left: 0 !important;
}

/* FIM INTERNA PRODUTO */



/* LANÇAMENTO */
.single-lancamento .wp-block-gallery {
    margin-top: 4px;
    margin-bottom: 4px;
}

.border-left-custom>div.wp-block-group {
    padding: 0 3rem;
    border-left: 10px solid var(--wp--preset--color--cor-6);
}

#loop-lancamento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .3125rem;
}

#loop-lancamento .lancamento_item {
    display: block;
    position: relative;
}

#loop-lancamento .lancamento_item article {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    text-align: center;
}

#loop-lancamento .lancamento_item article,
.lancamento_item_img,
.lancamento_item_img img {
    height: 100%;
    object-fit: cover;
}

#loop-lancamento .lancamento_item article .lancamento_item_conteudo {
    position: absolute;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 3.5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000000 100%);
    transition: all .4s;
}

#loop-lancamento .lancamento_item article .lancamento_item_conteudo h2 {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-4);
    text-transform: uppercase;
    font-weight: 300;
    min-height: 58px;
    margin-bottom: 0;
    transition: all .4s;
}

#loop-lancamento .lancamento_item article .lancamento_item_conteudo button {
    opacity: 0;
    height: 0%;
    min-height: unset;
}

#loop-lancamento .lancamento_item:hover article .lancamento_item_conteudo button {
    opacity: 1;
    padding: 30px;
}

#loop-lancamento .lancamento_item:hover article .lancamento_item_conteudo {
    height: 100%;
}

a.btn_conteudo_colecao i {
    font-size: var(--wp--preset--font-size--fonte-3);
    min-width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--cor-9);
    color: var(--wp--preset--color--cor-2);
    border-radius: 50%;
    transition: all .4s;
}

a.btn_conteudo_colecao {
    text-align: end;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 195px;
    gap: 1rem;
    font-size: var(--wp--preset--font-size--fonte-5);
    color: var(--wp--preset--color--cor-9);
    font-weight: bold;
    text-decoration: none;
    margin-top: 3rem;
    transition: all .4s;
}

a.btn_conteudo_colecao:hover i {
    transform: rotate(180deg);
}

#container-prev-post {
    position: relative;
}

.btn_outro_lancamento {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: var(--wp--preset--color--cor-9);
    text-decoration: none;
    text-align: end;
    width: 100%;
    max-width: 320px;
    min-height: 180px;
    padding: 1.75rem;
    position: absolute;
    bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: darken;
    background-color: rgb(0 0 0 / 56%);
}

.btn_outro_lancamento.btn_lancamento-proximo {
    left: 0;
    border-radius: 0 90px 90px 0;
    display: none;
}

.btn_outro_lancamento.btn_lancamento-anterior {
    right: 0;
    border-radius: 90px 0 0 90px;
}

.btn_outro_lancamento>span:last-child {
    font-size: clamp(1rem, 1.25rem, 1.875rem);
    text-transform: uppercase;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.btn_outro_lancamento>span:first-child {
    font-size: var(--wp--preset--font-size--fonte-5);
}


.lista-produtos .card_produto_item .btn_pecas {
    opacity: 0;
    color: var(--wp--preset--color--cor-2);
    background-color: transparent;
    border: 1px solid var(--wp--preset--color--cor-2);
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    width: 100%;
    max-width: 200px;
    transition: all .4s;
}

.lista-produtos .card_produto_item:hover .btn_pecas {
    opacity: 1;
}

.lista-produtos .card_produto_item .btn_pecas:hover {
    color: var(--wp--preset--color--cor-9);
    background-color: var(--wp--preset--color--cor-2);
}

/* FIM LANÇAMENTO */

.banner_thumbs-container {
    position: absolute;
    bottom: 110px;
    right: 6%;
    max-width: 90dvw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.banner_thumbs_titulo,
.banner_thumbs {
    max-width: 560px;
    min-width: 500px;
    width: 100%;
}

.banner_thumbs-container .banner_thumbs img {
    aspect-ratio: 150/190;
    height: 100%;
    border-radius: 5px;
    transition: all .4s;
}

.banner_thumbs-container .banner_thumbs .slick-list {
    padding: 1rem 0;
}

.banner_thumbs-container .banner_thumbs .banner_img {
    padding: .625rem;
}

.banner_thumbs-container .banner_thumbs .banner_img.slick-current.slick-active img {
    transform: scale(1.08);
}

.banner_thumbs_titulo {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 1.875rem;
}

.banner_thumbs_titulo h2 {
    position: absolute;
    font-size: var(--wp--preset--font-size--fonte-48px);
    font-weight: 300;
    text-align: end;
    color: var(--wp--preset--color--cor-9);
    opacity: 0;
    transition: .3s;
}

.banner_thumbs_titulo h2.ativo {
    opacity: 1;
}

.banner-container>svg {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.banner-container {
    position: relative;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1536px) {
    .logo_header {
        gap: .625rem;
    }

    .pt-80px {
        padding-top: 40px;
    }

    .px-80px {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-produto p {
        font-size: var(--wp--preset--color--cor-6) !important;
        line-height: 115%;
        font-weight: 400 !important;
    }

    .single-produto .wp-block-cover.is-light {
        min-height: 100% !important;
    }

    #page_sobre_sessao-sobre {
        margin-top: -100px;
    }

    .single-lancamento .has-fonte-2-font-size {
        font-size: var(--wp--preset--font-size--fonte-3) !important;
    }

    .menu_header_container .menu_header {
        gap: 1rem;
    }

    .btn_outro_lancamento {
        max-width: 280px;
        min-height: 120px;
    }

    .btn_outro_lancamento>span:last-child {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 1399px) {
    .layout_grid {
        margin-right: 4%;
    }

    .border-left-custom>div.wp-block-group {
        padding: 1.5rem;
    }

    #loop-lancamento .lancamento_item article .lancamento_item_conteudo {
        padding: 1rem 1.5rem;
    }

    #loop-lancamento .lancamento_item article .lancamento_item_conteudo h2 {
        font-size: var(--wp--preset--font-size--fonte-5);
    }

}

@media screen and (max-width: 1199px) {
    .loop_noticias {
        overflow: hidden;
    }

    .menu_header_container .menu_header a {
        font-size: var(--wp--preset--font-size--fonte-6);
        padding: .3125rem;
    }

    .filtro-produtos .bg_filtro_produtos>div {
        gap: .625rem;
    }

    .filtro-produtos .bg_filtro_produtos>div {
        flex-direction: column;
    }

    .filtro-produtos .bg_filtro_produtos>div {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .filtro-produtos select,
    .filtro-produtos .filtro-info {
        min-height: 40px;
        width: 100%;
        max-width: 300px;
    }

    .footer_column,
    .layout_grid {
        display: none;
    }

    .lista-produtos {
        flex-wrap: wrap;
        column-gap: 2rem;
    }

    .lista-produtos.columns-4 .card_produto_item,
    .lista-produtos .card_produto_item {
        width: calc((100% - (3 * 2rem)) / 4) !important;
    }

    .lista-produtos .card_produto_item:after {
        left: -1rem;
    }

    footer .redes-sociais {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    footer #footer_copyright {
        flex-direction: column;
    }

    #loop-lancamento {
        grid-template-columns: repeat(2, 1fr);
    }

    #loop-showroom .showrrom_item {
        min-width: 50%;
    }

    .menu_header_container .menu_header {
        gap: .625rem;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    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;
    }

    .single-produto .wp-block-cover.is-light {
        min-height: 800px !important;
    }

    .designer_body .designer_conteudo .designer_titulo {
        font-size: var(--wp--preset--font-size--fonte-3);
    }

    .designer_body .designer_conteudo .designer_subtitulo,
    .designer_header h2,
    .designer_header>div h3 {
        font-size: var(--wp--preset--font-size--fonte-4);
    }

    .designer_body .designer_conteudo>div {
        grid-template-columns: 1fr .6fr;
        gap: .625rem;
    }

    .order-negative {
        order: -1;
    }

    .borda_separadora,
    .lista-produtos .card_produto_item:after {
        display: none;
    }

    .lista-produtos {
        column-gap: 1rem;
        row-gap: 1.25rem;
    }

    .lista-produtos.columns-4 .card_produto_item,
    .lista-produtos .card_produto_item {
        width: calc((100% - (2 * .5rem)) / 2) !important;
        padding: 1rem .3125rem;
    }

    #page_sobre_sessao-sobre {
        margin-top: 0;
    }

    .banner_img,
    .banner_img img {
        min-height: 700px;
    }

    .border-left-custom>div.wp-block-group {
        margin: 2rem 0;
    }

    #loop-lancamento .lancamento_item article .lancamento_item_conteudo h2 {
        font-size: var(--wp--preset--font-size--fonte-5);
    }

    #loop-lancamento .lancamento_item article .lancamento_item_conteudo {
        padding: .625rem;
    }


    .wp-block-column.ps-0.ps-lg-4.ps-xxl-5.is-layout-flow.wp-block-column-is-layout-flow {
        border-left: none;
    }

    .video-com-link {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .formulario {
        padding: 1.5rem 0;
    }

    .designer_body .designer_conteudo>div>div:first-child {
        grid-column: auto;
    }

    .designer_header>div {
        min-width: auto;
    }

    .designer_header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .designer_body .designer_conteudo>div,
    .designer_body {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .single-produto h1 {
        font-size: var(--wp--preset--font-size--fonte-2) !important;
    }

    .single-produto .wp-block-cover.is-light {
        min-height: 140dvw !important;
    }

    #loop-lancamento .lancamento_item article .lancamento_item_conteudo h2,
    #loop-lancamento .lancamento_item article .lancamento_item_conteudo button {
        font-size: var(--wp--preset--font-size--fonte-6);
    }

    #loop-lancamento .lancamento_item:hover article .lancamento_item_conteudo button {
        padding: 20px;
    }

    #loop-showroom .showrrom_item {
        min-width: 95%;
    }

    .page-id-416 a.bloco_imagem_hover_title__item img {
        min-height: 350px;
        max-height: 450px;
    }

}

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

    .btn_outline a,
    .btn_outline {
        width: 100%;
    }

    .lista-produtos .card_produto_item h4,
    .lista-produtos .card_produto_item h3 {
        margin-bottom: .3125rem;
        font-size: var(--wp--preset--font-size--fonte-14px);
    }

    #page_sobre_sessao-sobre {
        padding: 2.5rem .625rem;
    }

    .act__loop-dinamico-01 .js-slider-ativado .loop-dinamico__item {
        flex-direction: column;
        text-align: center;
    }

    .act__loop-dinamico-01 .loop-dinamico__item figure a img {
        margin: auto;
    }

    .act__loop-dinamico-01 .js-slider-ativado .loop-dinamico__item figure,
    .act__loop-dinamico-01 .js-slider-ativado .loop-dinamico__item>div {
        width: 100%;
    }

    body .has-fonte-1-font-size {
        font-size: var(--wp--preset--font-size--fonte-2) !important;
    }

    #loop-lancamento {
        grid-template-columns: 1fr;
        padding: .3125rem;
    }

    a.btn_principal,
    .btn_principal a,
    button.btn_principal,
    .btn_principal button,
    .btn_principal {
        width: 100%;
        max-width: 100%;
    }

    .space_200px {
        height: 50px !important;
    }

    a.btn_outro_lancamento.btn_lancamento-anterior {
        display: none;
    }

    .slider_galeria_mobile.bloco-galeria-imagens-sobre {
        column-count: unset;
        text-align: center;
    }

    .slider_galeria_mobile .bloco-galeria-imagens-sobre__imagem.slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 400px;
    }

    .slider_galeria_mobile .slick-track {
        display: flex;
    }

    .slider_galeria_mobile .bloco-galeria-imagens-sobre__imagem {
        height: auto;
    }

    .galeria-imagens>img {
        max-width: calc(50% - .3125rem);
        height: auto !important;
        object-fit: cover;
    }

    .galeria-imagens {
        display: flex !important;
        flex-wrap: wrap;
    }
}

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

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

/* FIM MEDIA QUERIES */