.elementor-1037 .elementor-element.elementor-element-92b51f3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 50px;--row-gap:0px;--column-gap:50px;--padding-top:80px;--padding-bottom:90px;--padding-left:50px;--padding-right:50px;}.elementor-1037 .elementor-element.elementor-element-92b51f3:not(.elementor-motion-effects-element-type-background), .elementor-1037 .elementor-element.elementor-element-92b51f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1037 .elementor-element.elementor-element-eeb0fe8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1037 .elementor-element.elementor-element-ae8d3a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1037 .elementor-element.elementor-element-f45f5e5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;text-align:start;}.elementor-1037 .elementor-element.elementor-element-f45f5e5 .elementor-heading-title{font-family:"Garnet Capitals", Sans-serif;font-size:44px;font-weight:400;text-transform:uppercase;color:#1E1E1E;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1037 .elementor-element.elementor-element-1a9e47a{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;color:#1E1E1E;font-family:"SF Pro Display", Sans-serif;font-size:21px;font-weight:400;line-height:1.36em;}.elementor-1037 .elementor-element.elementor-element-776be85{margin:16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-1037 .elementor-element.elementor-element-92b51f3{--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:55px;--padding-bottom:60px;--padding-left:25px;--padding-right:25px;}.elementor-1037 .elementor-element.elementor-element-1a9e47a{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;font-size:18px;}}@media(max-width:767px){.elementor-1037 .elementor-element.elementor-element-92b51f3{--padding-top:50px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-1037 .elementor-element.elementor-element-9029335{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;}.elementor-1037 .elementor-element.elementor-element-f45f5e5{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;text-align:center;}.elementor-1037 .elementor-element.elementor-element-f45f5e5 .elementor-heading-title{font-size:30px;line-height:1.2em;}.elementor-1037 .elementor-element.elementor-element-1a9e47a{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1037 .elementor-element.elementor-element-776be85{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;}}@media(min-width:768px){.elementor-1037 .elementor-element.elementor-element-92b51f3{--content-width:1200px;}.elementor-1037 .elementor-element.elementor-element-eeb0fe8{--width:25%;}.elementor-1037 .elementor-element.elementor-element-ae8d3a5{--width:75%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1037 .elementor-element.elementor-element-eeb0fe8{--width:33%;}.elementor-1037 .elementor-element.elementor-element-ae8d3a5{--width:67%;}}/* Start custom CSS for shortcode, class: .elementor-element-9029335 */.side-produtos {
    overflow: hidden;
    overflow: visible;
    font-family: "SF Pro Display", Sans-serif;
}
.side-produtos a:nth-of-type(odd) { background: #1E1E1E; }
.side-produtos a:nth-of-type(even) { background: #2C2E2D; }

.side-produtos__head {
    display: block;
    background: #BBBBBB;
    color: #1E1E1E;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.side-produtos a {
    display: block;
    padding: 14px 26px 14px 20px;
    color: #fff;
    font-weight: 300;
    font-size: 17px !important;
    letter-spacing: 0.02em;
    text-decoration:none;
    border-top: 1px solid #5C5C5C;
    line-height: 1.36em;
    transition:0.3s;
    position: relative;
}

.side-produtos a:hover {
    background: #CD241D;
}

.side-produtos a.ativo {
    background: #CD241D;
}
.side-produtos a.ativo::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 18px solid #CD241D;
}

@media (max-width: 1024px) {
    .side-produtos__head {
        font-size: 18px;
    }

    .side-produtos a {
        font-size: 15px !important;
    }
    
    .side-produtos a.ativo::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .side-produtos {
        text-align: center; 
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-776be85 *//* GALERIA */
.gallery-wrapper {
    width: 100%;
}

.gallery-main {
    width: 100%;
    height: 556px;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs {
    margin-top: 12px;
}

.gallery-thumbs .swiper-wrapper {
    align-items: stretch;
}

.gallery-thumbs .swiper-slide {
    position: relative;
    height: 100px;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    transition: 0.3s ease;
}

.gallery-thumbs .swiper-slide-thumb-active::after {
    background: rgba(0, 0, 0, 0);
}

.gallery-thumbs .swiper-slide:hover::after {
    background: rgba(0, 0, 0, 0);
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SETA */
.swiper-button-next,
.swiper-button-prev {
    padding: 0px 30px;
    transition: 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 30px;
    color: #ffffff75;
    font-weight: 900 !important;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #ffffff95;
}

@media (max-width: 1024px) {
    .gallery-main {
        height: 300px;
    }
    
    .gallery-thumbs .swiper-slide {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        padding: 0px 15px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 26px;
        color: #ffffff65;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ae8d3a5 */@media (max-width: 767px) {

    .coluna-destaque {
        position: relative;
        z-index: 1;
    }

    .coluna-destaque::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background: #B1B1B130; /* sua cor aqui */
        z-index: -1;
    }

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Garnet Capitals';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/garnet-capitals-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Garnet Capitals';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://novo.stamppfa.com.br/wp-content/uploads/2026/02/garnet-capitals-black.ttf') format('truetype');
}
@font-face {
	font-family: 'Garnet Capitals';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/garnet-capitals-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Garnet Capitals';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/garnet-capitals-light.ttf') format('truetype');
}
@font-face {
	font-family: 'Garnet Capitals';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/garnet-capitals-thin.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYBLACKITALIC.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYBOLD.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYHEAVYITALIC.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYLIGHTITALIC.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYMEDIUM.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYSEMIBOLDITALIC.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYTHINITALIC.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYREGULAR.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/SFPRODISPLAYULTRALIGHTITALIC.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('http://novo.stamppfa.com.br/wp-content/uploads/2026/02/FontsFree-Net-SFProDisplay-Light.woff') format('woff');
}
/* End Custom Fonts CSS */