.elementor-kit-13{--e-global-color-primary:#A6884E;--e-global-color-secondary:#C9A050;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C9A050;--e-global-color-a4ff3c0:#020202;--e-global-color-fa73036:#141414;--e-global-color-531d2be:#AA8336;--e-global-color-7768146:#B1B1B1;--e-global-color-b850c24:#141414;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Orbitron";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-8d25013-font-family:"Orbitron";--e-global-typography-8d25013-font-size:13px;--e-global-typography-8d25013-font-weight:600;background-color:var( --e-global-color-a4ff3c0 );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#020101E3;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
  width: 100%;
}

.menu-effect {
  max-width: 100vw;
  overflow-x: hidden;
  left: 0;
  right: 0;
}

.scale{
    transition: 0.3s ease-in-out !important;
    cursor: pointer;
}
.scale:hover {
    transform: scale(1.03) !important;
}


.pulse {
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.03);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* CARD PRODUTO */
.card-produto .img-produto {
    transition: 0.3s ease-in-out;
}

.card-produto:hover .img-produto {
    opacity: 0;
}

.btn-wtz {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: bottom 0.5s ease;
  z-index: 1000;
}
.btn-wtz.active {
  bottom: 20px; /* visível quando scrolado */
}

/*listing justificados a esquerda*/
.jet-listing .slick-track {
    margin-left: 0 !important;
}



.balao2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  bottom: -10px;
  right: 10%;
}

.btnContact {
    outline: none;
    border: none;
}/* End custom CSS */