.jomo-quote-drawer,
.jomo-quote-modal,
.jomo-quote-drawer *,
.jomo-quote-modal *{
box-sizing:border-box;
} .jomo-quote-icon-btn{
display:inline-flex;
align-items:center;
gap:8px;
border:0;
background:transparent;
cursor:pointer;
padding:8px;
border-radius:999px;
}
.jomo-quote-icon-btn:focus{
outline:2px solid #000;
outline-offset:2px;
}
.jomo-quote-badge{
display:inline-flex;
min-width:18px;
height:18px;
padding:0 6px;
border-radius:999px;
align-items:center;
justify-content:center;
font-size:12px;
line-height:1;
background:#111;
color:#fff;
} .jomo-quote-add{
display:inline-flex;
align-items:center;
justify-content:center;
width:100%;
margin-top:10px;
padding:12px 14px;
border-radius:999px;
border:1px solid rgba(0,0,0,.18);
background:#fff;
color:#111;
cursor:pointer;
}
.jomo-quote-add:hover{
border-color:rgba(0,0,0,.35);
}
.jomo-quote-add:focus{
outline:2px solid #000;
outline-offset:2px;
} .jomo-quote-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.5);
opacity:0;
pointer-events:none;
transition:opacity .2s ease;
z-index:9998;
}
.jomo-quote-overlay.is-open{
opacity:1;
pointer-events:auto;
}
.jomo-quote-drawer{
position:fixed;
top:0;
right:0;
height:100%;
width:min(420px, 92vw);
background:#fff;
transform:translateX(100%);
transition:transform .22s ease;
z-index:9999;
display:flex;
flex-direction:column;
overscroll-behavior:contain;
overflow-x:hidden;
}
.jomo-quote-drawer.is-open{
transform:translateX(0);
}
.jomo-quote-drawer__head{
display:flex;
align-items:center;
justify-content:space-between;
padding:16px;
border-bottom:1px solid rgba(0,0,0,.08);
}
.jomo-quote-drawer__head strong{
font-size:16px;
}
.jomo-quote-drawer__body{
padding:12px 16px;
overflow:auto;
overflow-x:hidden;
flex:1;
-webkit-overflow-scrolling:touch;
}
.jomo-quote-drawer__foot{
padding:16px;
border-top:1px solid rgba(0,0,0,.08);
display:flex;
flex-direction:column;
gap:12px;
}  .jomo-quote-item{
display:grid;
grid-template-columns:72px minmax(0, 1fr);
gap:12px;
padding:12px 0;
border-bottom:1px solid rgba(0,0,0,.08);
align-items:start;
} .jomo-quote-item__thumb{
width:72px;
height:72px;
object-fit:contain;
background:#f7f7f7;
border-radius:10px;
} .jomo-quote-item > div{
min-width:0;
position:relative;
}
.jomo-quote-item__title{
font-size:14px;
margin:0 34px 4px 0; font-weight:600;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.jomo-quote-item__meta{
font-size:11px;
opacity:.75;
margin:0;
} .jomo-quote-qty{
display:flex;
align-items:center;
gap:8px;
margin-top:8px;
flex-wrap:wrap;
}
.jomo-quote-qty input{
width:min(140px, 52vw);
padding:10px;
border-radius:12px;
border:1px solid rgba(0,0,0,.15);
}
.jomo-quote-qty input:focus{
outline:2px solid #000;
outline-offset:2px;
} .jomo-quote-item [data-quote-remove]{
position:absolute;
top:0;
right:0;
width:32px;
height:32px;
display:inline-flex;
align-items:center;
justify-content:center;
border:0;
background:transparent;
cursor:pointer;
border-radius:10px;
}
.jomo-quote-item [data-quote-remove]:focus{
outline:2px solid #000;
outline-offset:2px;
} @media (min-width:480px){
.jomo-quote-qty input{ width:140px; }
} .jomo-quote-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:14px 16px;
border-radius:999px;
text-decoration:none;
border:0;
background:#111;
color:#fff;
cursor:pointer;
}
.jomo-quote-btn:hover{
background:#000;
}
.jomo-quote-btn:focus{
outline:2px solid #000;
outline-offset:2px;
}
.jomo-quote-help{
font-size:12px;
opacity:.75;
margin:8px 0 0;
} .jomo-quote-modal{
position:fixed;
inset:0;
display:none;
z-index:20000; isolation:isolate; }
.jomo-quote-modal.is-open{
display:block;
} .jomo-quote-modal [data-quote-modal-overlay]{
position:fixed;
inset:0;
background:rgba(0,0,0,.55);
z-index:20001;
} .jomo-quote-modal__panel{
position:fixed;
inset:16px; background:#fff;
border-radius:18px;
padding:16px;
z-index:20002;
max-width:560px;
margin:0 auto;
overflow:auto; -webkit-overflow-scrolling:touch;
} @media(min-width:768px){
.jomo-quote-modal__panel{
inset:auto;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:min(560px, 92vw);
max-height:calc(100vh - 32px); }
}
.jomo-quote-modal__head{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:12px;
}
.jomo-quote-modal__title{
margin:0 0 6px;
} .jomo-quote-form{
margin-top:14px;
}
.jomo-quote-field{
display:flex;
flex-direction:column;
gap:6px;
margin-bottom:12px;
}
.jomo-quote-field input,
.jomo-quote-field textarea{
padding:12px;
border-radius:12px;
border:1px solid rgba(0,0,0,.15);
}
.jomo-quote-field input:focus,
.jomo-quote-field textarea:focus{
outline:2px solid #000;
outline-offset:2px;
} .jomo-sr-only{
position:absolute!important;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
}
.jomo-quote-item__content {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
}
.jomo-quote-item__top {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 10px;
}
.jomo-quote-remove-btn {
border: 0;
background: transparent;
padding: 4px;
font-size: 16px;
cursor: pointer;
opacity: .75;
}
.jomo-quote-qty-inline {
display: grid;
grid-template-columns: 44px 1fr 44px;
gap: 8px;
align-items: center;
max-width: 280px;
}
.jomo-quote-stepper__btn,
.jomo-quote-stepper__value {
height: 42px;
border-radius: 12px;
border: 1px solid #ddd5ca;
background: #f5f2ec;
color: #4f4a42;
font-size: 15px;
}
.jomo-quote-stepper__btn {
font-size: 22px;
line-height: 1;
cursor: pointer;
}
.jomo-quote-stepper__value {
display: flex;
align-items: center;
justify-content: center;
padding: 0 12px;
font-weight: 500;
cursor: pointer;
}
.jomo-quote-qty-edit {
border: 0;
background: transparent;
padding: 0;
text-align: left;
font-size: 13px;
color: #8f877c;
text-decoration: underline;
cursor: pointer;
}
.jomo-quote-item {
display: grid;
grid-template-columns: 72px minmax(0, 1fr);
gap: 14px;
align-items: start;
padding: 18px 0;
border-top: 1px solid #e8e1d6;
}
.jomo-quote-item__thumb {
width: 72px;
max-width: 72px;
display: block;
height: auto;
}
.jomo-quote-item__content {
min-width: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.jomo-quote-item__top {
min-width: 0;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 10px;
}
.jomo-quote-item__text {
min-width: 0;
flex: 1 1 auto;
}
.jomo-quote-item__title,
.jomo-quote-item__meta {
min-width: 0;
max-width: 100%;
}
.jomo-quote-item__title {
margin: 0 0 4px;
font-size: 15px;
line-height: 1.25;
}
.jomo-quote-item__meta {
margin: 0;
font-size: 12px;
color: #7a7368;
}
.jomo-quote-remove-btn {
flex: 0 0 auto;
border: 0;
background: transparent;
padding: 4px;
cursor: pointer;
line-height: 1;
font-size: 15px;
opacity: 0.75;
}
.jomo-quote-remove-btn:hover {
opacity: 1;
}
.jomo-quote-qty-inline {
display: grid;
grid-template-columns: 44px minmax(0, 1fr) 44px;
gap: 8px;
align-items: center;
width: 100%;
}
.jomo-quote-stepper__btn,
.jomo-quote-stepper__value {
height: 42px;
border: 1px solid #d9d1c5;
border-radius: 12px;
background: #f4efe7;
color: #4f4a42;
}
.jomo-quote-stepper__btn {
font-size: 22px;
line-height: 1;
cursor: pointer;
}
.jomo-quote-stepper__value {
min-width: 0;
padding: 0 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 500;
cursor: pointer;
}
.jomo-quote-qty-edit {
border: 0;
background: transparent;
padding: 0;
font-size: 13px;
line-height: 1.2;
color: #8b8275;
text-decoration: underline;
text-align: left;
cursor: pointer;
}
@media (max-width: 480px) {
.jomo-quote-item {
grid-template-columns: 64px minmax(0, 1fr);
gap: 12px;
}
.jomo-quote-item__thumb {
width: 64px;
max-width: 64px;
}
.jomo-quote-item__title {
font-size: 14px;
}
.jomo-quote-item__meta {
font-size: 12px;
}
}.home__blog .blog-item--highlight .blog-item__link::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS4yMDciIGhlaWdodD0iMjQuODY2IiB2aWV3Qm94PSIwIDAgMjUuMjA3IDI0Ljg2NiI+DQogIDxwYXRoIGQ9Ik0yNjguNDc3LDE4LjJIMjQ3LjY1OWEuNjU5LjY1OSwwLDEsMCwwLDEuMzE4aDIwLjgxOEwyNTguNCwyOS42YS42Ni42NiwwLDAsMCwuOTMzLjkzM0wyNzEsMTguODY0LDI1OS4zMyw3LjE5M2EuNjYuNjYsMCwwLDAtLjkzMy45MzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQ2LjUgLTYuNDMxKSIgZmlsbD0iIzI1MzcyZiIgc3Ryb2tlPSIjMjUzNzJmIiBzdHJva2Utd2lkdGg9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=);background-repeat:no-repeat;background-position:center;background-size:contain}.home__blog .blog-item--highlight .blog-item__link::after{background-size:13px 13px;border:1px solid #25362e;width:38px;height:38px;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color 0.3s,
background-position 0.2s;transition:border-color 0.3s,
background-position 0.2s}.home__blog .blog-item--highlight .blog-item__link:hover::after{border-color:#006239;background-position:calc(50% + 3px) center;-webkit-filter:invert(26%) sepia(79%) saturate(509%) hue-rotate(105deg) brightness(67%) contrast(103%);filter:invert(26%) sepia(79%) saturate(509%) hue-rotate(105deg) brightness(67%) contrast(103%)}@media (min-width: 992px){.home__blog .blog-item--highlight .blog-item__link::after{background-size:18px 18px;border-width:2px;width:55px;height:55px}}@media (min-width: 1200px){.home__blog .blog-item--highlight .blog-item__link::after{background-size:25px 25px;width:76px;height:76px}}.home__banner .swiper-horizontal .swiper-slide a::after,.whatwedo__description a::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS4yMDciIGhlaWdodD0iMjQuODY2IiB2aWV3Qm94PSIwIDAgMjUuMjA3IDI0Ljg2NiI+DQogIDxwYXRoIGQ9Ik0yNjguNDc3LDE4LjJIMjQ3LjY1OWEuNjU5LjY1OSwwLDEsMCwwLDEuMzE4aDIwLjgxOEwyNTguNCwyOS42YS42Ni42NiwwLDAsMCwuOTMzLjkzM0wyNzEsMTguODY0LDI1OS4zMyw3LjE5M2EuNjYuNjYsMCwwLDAtLjkzMy45MzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQ2LjUgLTYuNDMxKSIgZmlsbD0iI2ZmZmZmZiIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=);background-repeat:no-repeat;background-position:center;background-size:contain}.home__banner .swiper-horizontal .swiper-slide a::after,.whatwedo__description a::after{background-size:13px 13px;border:1px solid #fff;width:38px;height:38px;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color 0.3s,
background-position 0.2s;transition:border-color 0.3s,
background-position 0.2s}.home__banner .swiper-horizontal .swiper-slide a:hover::after,.whatwedo__description a:hover::after{border-color:#006239;background-position:calc(50% + 3px) center;-webkit-filter:brightness(0) saturate(100%) invert(27%) sepia(17%) saturate(2943%) hue-rotate(112deg) brightness(100%) contrast(101%);filter:brightness(0) saturate(100%) invert(27%) sepia(17%) saturate(2943%) hue-rotate(112deg) brightness(100%) contrast(101%)}@media (min-width: 992px){.home__banner .swiper-horizontal .swiper-slide a::after,.whatwedo__description a::after{background-size:18px 18px;border-width:2px;width:55px;height:55px}}@media (min-width: 1200px){.home__banner .swiper-horizontal .swiper-slide a::after,.whatwedo__description a::after{background-size:25px 25px;width:76px;height:76px}}.home .intro-section{margin-bottom:160px}@media (min-width: 992px){.home .intro-section{margin-bottom:500px}}.home__banner{position:relative;margin-bottom:0}@media (min-width: 992px){.home__banner{margin-bottom:0}}@media (max-width: 991px){.home__banner .container{padding:0}}.home__banner .swiper-horizontal .swiper-slide{position:relative;padding-bottom:30px}@media (min-width: 992px){.home__banner .swiper-horizontal .swiper-slide{padding-bottom:50px}}.home__banner .swiper-horizontal .swiper-slide::before{content:"";position:absolute;inset:240px 30px 40px 40px;z-index:1;opacity:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:opacity 0.3s;transition:opacity 0.3s}@media (min-width: 992px){.home__banner .swiper-horizontal .swiper-slide::before{inset:130px 35px 55px 250px;-webkit-box-shadow:none;box-shadow:none}}.home__banner .swiper-horizontal .swiper-slide a{display:block}.home__banner .swiper-horizontal .swiper-slide a::after{content:"";position:absolute;bottom:55px;right:40px;z-index:3}@media (min-width: 992px){.home__banner .swiper-horizontal .swiper-slide a::after{top:60px;right:30px;bottom:auto}}@media (min-width: 1200px){.home__banner .swiper-horizontal .swiper-slide a::after{top:70px;right:40px}}.home__banner .swiper-horizontal .swiper-slide.swiper-slide-visible::before{opacity:1;-webkit-transition-delay:0.4s;transition-delay:0.4s}.home__banner .swiper-horizontal .swiper-slide.swiper-slide-visible .banner__image,.home__banner .swiper-horizontal .swiper-slide.swiper-slide-visible .banner__content{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition-delay:0.2s;transition-delay:0.2s}.home__banner .swiper-horizontal>.swiper-pagination-bullets{position:absolute;bottom:65px;left:55px;width:auto;z-index:2}@media (min-width: 992px){.home__banner .swiper-horizontal>.swiper-pagination-bullets{bottom:90px;right:35px;left:auto}}.home__network{position:absolute;top:150px;left:50%;margin-left:-523px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px}.home__network a{text-decoration:none}.home__network a:hover{-webkit-filter:invert(13%) sepia(73%) saturate(480%) hue-rotate(89deg) brightness(95%) contrast(100%);filter:invert(13%) sepia(73%) saturate(480%) hue-rotate(89deg) brightness(95%) contrast(100%)}.home__network img{max-width:18px;max-height:18px;display:block}@media (min-width: 1200px){.home__network{margin-left:-568px}}@media (min-width: 1400px){.home__network{margin-left:-650px}}.home__innovation{padding-bottom:125px;margin-bottom:40px;position:relative}@media (min-width: 992px){.home__innovation{padding-bottom:205px;margin-bottom:30px}}.home__innovation::after{content:"";background:url(//jomo.com.br/wp-content/themes/site/assets/images/bg-line-01-mobile.png) repeat-x center top;width:100%;height:57px;position:absolute;bottom:0;right:0}@media (min-width: 992px){.home__innovation::after{background-image:url(//jomo.com.br/wp-content/themes/site/assets/images/bg-line-01.png);background-position:right top;width:0;height:189px;-webkit-transition:width 1s ease-in;transition:width 1s ease-in;-webkit-transition-delay:0.4s;transition-delay:0.4s}}@media (max-width: 991px){.home__innovation .container{padding-left:36px;padding-right:36px}}@media (min-width: 1400px){.home__innovation .container{max-width:1015px}}.home__innovation.remove-animate-scroll::after{width:100%}.home__manifest{position:relative;top:90px;margin-top:-90px}@media (min-width: 992px){.home__manifest{top:315px;margin-top:-315px}}.home__blog{margin-bottom:80px;margin-top:200px}@media (min-width: 992px){.home__blog{margin-bottom:100px;margin-top:500px}}@media (min-width: 1200px){.home__blog{margin-bottom:170px;margin-top:600px}}.home__blog .col-8{width:69.9%}.home__blog .col-4{width:30.1%}@media (min-width: 1200px){.home__blog .col-4{padding-top:15px;padding-left:58px}}.home__blog .blog-item:not(.blog-item--highlight) .blog-item__image{height:188px;margin-bottom:40px}.home__blog .blog-item:not(.blog-item--highlight) .blog-item__text{margin-top:23px}@media (min-width: 1200px){.home__blog .blog-item:not(.blog-item--highlight) .blog-item__text{font-size:18px;letter-spacing:0.05em}}@media (max-width: 991px){.home__blog .blog-item--highlight{margin-bottom:50px}}@media (min-width: 992px){.home__blog .blog-item--highlight .blog-item__link::after{content:"";position:absolute;bottom:0;right:0;z-index:3}}.home__blog .blog-item--highlight .blog-item__text{margin-right:70px}@media (min-width: 1200px){.home__blog .blog-item--highlight .blog-item__text{margin-right:100px}}.home__whatwedo{padding-top:80px;margin-bottom:45px}@media (min-width: 992px){.home__whatwedo{padding-top:100px;margin-bottom:75px}}@media (min-width: 1200px){.home__whatwedo{padding-top:145px}}.home__whatwedo .swiper-horizontal{padding-bottom:30px}.home__whatwedo .swiper-horizontal>.swiper-pagination-bullets{position:absolute;inset:670px 43px auto auto;z-index:2;width:auto}.home__whatwedo .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px}@media (min-width: 1400px){.home__whatwedo .container{max-width:1174px}}.home__sustentability{padding:100px 0 80px;margin-bottom:65px}@media (min-width: 992px){.home__sustentability{padding:200px 0 100px;margin-bottom:90px}}@media (min-width: 1200px){.home__sustentability{padding:230px 0 180px;margin-bottom:180px}}.home__sustentability::before{content:"";background:url(//jomo.com.br/wp-content/themes/site/assets/images/bg-line-02-mobile.png) repeat-x center top;width:100%;height:190px;position:absolute;top:0;right:0}@media (min-width: 992px){.home__sustentability::before{background-image:url(//jomo.com.br/wp-content/themes/site/assets/images/bg-line-02.png);background-position:right top;width:0;height:190px;-webkit-transition:width 1s ease-in;transition:width 1s ease-in}}.home__sustentability.remove-animate-scroll::before{width:100%}.home__where{margin-bottom:65px}@media (min-width: 992px){.home__where{margin-bottom:40px}}@media (min-width: 1200px){.home__where{margin-bottom:80px}}@media (min-width: 1400px){.home__where .container{max-width:1174px}}.banner__image{position:absolute;top:0;left:20px;z-index:2;width:85%;height:300px;opacity:0;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%);-webkit-transition:opacity 0.3s,
-webkit-transform 0.4s;transition:opacity 0.3s,
-webkit-transform 0.4s;transition:transform 0.4s,
opacity 0.3s;transition:transform 0.4s,
opacity 0.3s,
-webkit-transform 0.4s;-webkit-box-shadow:none;box-shadow:none;border-radius:30px 0}@media (min-width: 992px){.banner__image{left:0;width:550px;height:calc(100% - 93px);-webkit-box-shadow:none;box-shadow:none;border-radius:0}}.banner__image::before{content:"";position:absolute;inset:9px 0 5px 29px;z-index:1;-webkit-box-shadow:none;box-shadow:none;border-radius:80px 0;display:none}@media (min-width: 992px){.banner__image::before{display:block}}.banner__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;position:relative;z-index:1;border-radius:0}@media (min-width: 992px){.banner__image img{border-radius:0 0}}.banner__content{background-color: rgba(0, 0, 0, 0.03);position:relative;z-index:1;margin:225px 20px 0 30px;padding:110px 25px 80px 30px;opacity:0;border-radius:0 0;-webkit-transform:translate(100%, 100%);transform:translate(100%, 100%);-webkit-transition:opacity 0.3s,
-webkit-transform 0.4s;transition:opacity 0.3s,
-webkit-transform 0.4s;transition:transform 0.4s,
opacity 0.3s;transition:transform 0.4s,
opacity 0.3s,
-webkit-transform 0.4s}@media (min-width: 992px){.banner__content{margin:30px 0 0 215px;padding:90px 35px 75px 320px;border-radius:0 0}}@media (min-width: 1200px){.banner__content{padding:125px 45px 130px 330px}}@media (min-width: 1400px){.banner__content{padding-right:150px;padding-left:365px}}.banner__title{margin-bottom:10px;color: rgba(0, 0, 0, 0.8)}@media (min-width: 992px){.banner__title{margin-bottom:15px}}.banner__text{color:rgba(0, 0, 0, 0.5);margin:0 10px 0 5px}@media (min-width: 992px){.banner__text{margin-right:0}}@media (min-width: 1200px){.banner__text{font-size:16px;line-height:150%}}.innovation__title{font-size:2.5rem;margin-bottom:25px}@media (min-width: 576px){.innovation__title{font-size:46px}}@media (min-width: 991px){.innovation__title{margin-bottom:0}}.innovation__text{margin-left:5px}@media (min-width: 992px){.innovation__text{margin:5px 10px 0 0}}@media (min-width: 1200px){.innovation__text{margin-left:65px}}.innovation__text p{margin:0 0 25px}@media (max-width: 991px){.innovation__text p{line-height:150%}}.blog__title{font-size:2.5rem;text-align:center}@media (min-width: 576px){.blog__title{font-size:70px}}@media (min-width: 991px){.blog__title{text-align:left}}@media (min-width: 1200px){.blog__title{font-size:100px}}.blog__text{padding:7px 0 20px 5px}@media (max-width: 991px){.blog__text{margin-bottom:25px}}.blog__text p{font-size:18px;margin:0}@media (max-width: 991px){.blog__text p{text-align:center}}@media (max-width: 991px){.blog__button{text-align:center}}@media (min-width: 992px){.blog__button{margin-bottom:42px}}.whatwedo__title{font-size:2.5rem}@media (min-width: 576px){.whatwedo__title{font-size:60px}}@media (min-width: 992px) and (max-width: 1199px){.whatwedo__title{font-size:60px}}.whatwedo__text{padding:20px 0}@media (min-width: 992px){.whatwedo__text{padding-bottom:55px}}.whatwedo__text p{margin:0}@media (max-width: 991px){.whatwedo__text p{font-size:18px;line-height:135%}}@media (min-width: 1200px){.whatwedo__text p{font-size:18px;line-height:135%}}.whatwedo__categories li{border-bottom:1px solid #cd9976}.whatwedo__categories li:last-child{border-bottom:none}@media (min-width: 992px){.whatwedo__categories.animate-scroll li{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}}@media (min-width: 992px){.whatwedo__categories.animate-scroll li:nth-child(1){-webkit-transition-delay:0.2s;transition-delay:0.2s}}@media (min-width: 992px){.whatwedo__categories.animate-scroll li:nth-child(2){-webkit-transition-delay:0.4s;transition-delay:0.4s}}@media (min-width: 992px){.whatwedo__categories.animate-scroll li:nth-child(3){-webkit-transition-delay:0.6s;transition-delay:0.6s}}@media (min-width: 992px){.whatwedo__categories.animate-scroll li:nth-child(4){-webkit-transition-delay:0.8s;transition-delay:0.8s}}@media (min-width: 992px){.whatwedo__categories.animate-scroll li:nth-child(5){-webkit-transition-delay:1s;transition-delay:1s}}.whatwedo__categories.remove-animate-scroll li{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.whatwedo__category a{font-size:18px;color:#25372f;display:block;padding:15px 0}@media (min-width: 1200px){.whatwedo__category a{font-size:20px;padding:23px 0}}.whatwedo__category a:hover{color:#cd9976}.whatwedo__category--active a{color:#cd9976}.whatwedo__images>div{opacity:0;border-radius:25px 0;-webkit-transition:opacity 0.3s,
-webkit-transform 0.4s;transition:opacity 0.3s,
-webkit-transform 0.4s;transition:transform 0.4s,
opacity 0.3s;transition:transform 0.4s,
opacity 0.3s,
-webkit-transform 0.4s}@media (min-width: 992px){.whatwedo__images>div{border-radius:50px 0;overflow:hidden}}.whatwedo__images>div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 991px){.whatwedo__images>div img{border-radius:25px 0}}.home__whatwedo .whatwedo__images{position:relative;padding:260px 0 0 10px}@media (min-width: 992px){.home__whatwedo .whatwedo__images{padding:305px 10px 0}}.whatwedo__images.swiper-slide-active .whatwedo__image-01,.whatwedo__images.swiper-slide-active .whatwedo__image-02,.whatwedo__images.swiper-slide-active .whatwedo__description{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition-delay:0.2s;transition-delay:0.2s}.whatwedo__image-01,.whatwedo__image-02{background-color:#e0d0b8;position:absolute}.whatwedo__image-01{top:15px;left:10px;z-index:2;width:260px;height:260px;-webkit-transform:translate(-100%, -100%);transform:translate(-100%, -100%)}.whatwedo__image-02{top:20px;right:10px;width:88%;height:280px;-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}@media (min-width: 992px){.whatwedo__image-02{top:76px;right:0;width:565px;height:565px}}.whatwedo__icon{background-repeat:no-repeat;background-position:center center;background-size:70%;width:72px;height:72px;position:absolute;top:-20px;right:15px;border-radius:15px 15px 15px 0}@media (min-width: 992px){.whatwedo__icon{width:105px;height:105px;top:auto;right:30px;bottom:32px;border-radius:30px 30px 30px 0}}.whatwedo__description{background-color:#b3aea4;width:84%;position:relative;-webkit-box-shadow:20px 20px 20px rgba(77,60,34,0.1);box-shadow:20px 20px 20px rgba(77,60,34,0.1);-webkit-transform:translate(-100%, 100%);transform:translate(-100%, 100%)}@media (min-width: 992px){.whatwedo__description{width:340px}}.whatwedo__description a{padding:35px 30px 65px;display:block}@media (min-width: 992px){.whatwedo__description a{padding-top:45px;padding-bottom:90px}}@media (min-width: 1200px){.whatwedo__description a{padding:65px 55px 140px}}.whatwedo__description a::after{content:"";position:absolute;bottom:20px;right:20px}@media (min-width: 992px){.whatwedo__description a::after{bottom:25px;right:25px}}.whatwedo__description h3{font-size:24px;color:#fff;margin-bottom:15px}@media (min-width: 992px){.whatwedo__description h3{font-size:34px;margin-bottom:25px}}.whatwedo__description p{line-height:150%;color:#fff;margin:0}@media (min-width: 992px){.whatwedo__description p{font-size:18px;line-height:134%}}.sustentability__title{text-align:center;margin-bottom:20px;font-size:2.5rem}@media (min-width: 576px){.sustentability__title{font-size:52px}}@media (min-width: 992px){.sustentability__title{font-size:70px}}@media (min-width: 1200px){.sustentability__title{font-size:100px}}.sustentability__text{margin:0 0 30px;text-align:center}@media (min-width: 992px){.sustentability__text{margin:0 100px 65px}}@media (min-width: 1200px){.sustentability__text{margin:0 250px 65px}}.sustentability__text p{margin:0}@media (min-width: 1200px){.sustentability__text p{}}.sustentability__image{position:relative;padding:0 5px 20px 30px}@media (max-width: 991px){.sustentability__image{margin-bottom:22px}}@media (min-width: 992px){.sustentability__image{padding:0 5px 22px 50px}}.sustentability__image>img{width:100%;height:175px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:25px 0}@media (min-width: 992px){.sustentability__image>img{height:400px;border-radius:50px 0}}@media (min-width: 1200px){.sustentability__image>img{height:455px}}.sustentability__stamp{background-color:#cd9421;width:72px;padding:2px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:10px;overflow:hidden;border-radius:15px 0 15px 15px;-webkit-box-shadow:5px 5px 10px rgba(77,60,34,0.16);box-shadow:5px 5px 10px rgba(77,60,34,0.16)}@media (min-width: 992px){.sustentability__stamp{width:105px;padding:17px 0;left:0;border-radius:30px 0 30px 30px}}.sustentability__stamp img{max-width:100%;max-height:100%;display:block}.sustentability__data-list{padding:5px 10px 0}@media (min-width: 992px){.sustentability__data-list{padding:5px 20px 0 10px}}.sustentability__data-list ul{margin-bottom:35px}@media (min-width: 992px){.sustentability__data-list.animate-scroll .sustentability__data-item{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}}@media (min-width: 992px){.sustentability__data-list.animate-scroll .sustentability__data-item:nth-child(1){-webkit-transition-delay:0.2s;transition-delay:0.2s}}@media (min-width: 992px){.sustentability__data-list.animate-scroll .sustentability__data-item:nth-child(2){-webkit-transition-delay:0.4s;transition-delay:0.4s}}@media (min-width: 992px){.sustentability__data-list.animate-scroll .sustentability__data-item:nth-child(3){-webkit-transition-delay:0.6s;transition-delay:0.6s}}@media (min-width: 992px){.sustentability__data-list.animate-scroll .sustentability__data-item:nth-child(4){-webkit-transition-delay:0.8s;transition-delay:0.8s}}@media (min-width: 992px){.sustentability__data-list.animate-scroll .sustentability__data-item:nth-child(5){-webkit-transition-delay:1s;transition-delay:1s}}.sustentability__data-list.remove-animate-scroll .sustentability__data-item{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.sustentability__data-item{position:relative;padding:9px 125px 40px 0;min-height:109px}.sustentability__data-item::after{content:"";position:absolute;top:115px;right:53px;bottom:5px;width:1px;border-left:2px dotted #d7b094}.sustentability__data-item:last-child{padding-bottom:0}.sustentability__data-title{font-size:20px;color:#006239;display:block;margin-bottom:7px}@media (min-width: 1200px){.sustentability__data-title{font-size:24px}}@media (min-width: 1200px){.sustentability__data-text{margin-right:43px}}.sustentability__data-text p{margin:0}@media (min-width: 1200px){.sustentability__data-text p{font-size:18px;line-height:135%}}.sustentability__data-value{border:2px solid #25372f;width:109px;height:109px;position:absolute;top:0;right:0;color:#006239;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.sustentability__data-value strong{font-weight:900;font-size:34px}.sustentability__data-value strong span{font-weight:500;font-size:20px}
.banner__image,
.banner__content {
transition: none;
}
@media (max-width: 992px) {
.banner__image {
position: relative;
left: 0;
width: 100%;
height: auto;
max-height: 480px;
}
.banner__content {
display: none;
}
}
@media (max-width: 560px) {
.banner__image {
max-height: 310px;
}
}dialog.pzlzs-modal { --pzlzs-border: rgba(0, 0, 0, 0.07);
--pzlzs-divider: rgba(0, 0, 0, 0.06);
--pzlzs-side-bg: rgba(0, 0, 0, 0.018);
--pzlzs-muted: rgba(0, 0, 0, 0.62);
--pzlzs-accent: #cd9976;
border: 1px solid var(--pzlzs-border) !important;
border-radius: 0 !important;
padding: 0 !important;
margin: auto;
background: #fff;
width: min(1240px, calc(100vw - 24px));
max-height: min(86vh, 800px); box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
outline: 0 !important;
}
dialog.pzlzs-modal::backdrop {
background: rgba(0, 0, 0, 0.55);
}
.pzlzs-modal__frame {
display: flex;
flex-direction: column;
height: 100%;
border-radius: 0 !important;
} .pzlzs-modal .pzlzs-modal__header {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 16px;
padding: 18px 24px !important;
border-bottom: 1px solid var(--pzlzs-divider);
}
.pzlzs-modal .pzlzs-modal__title {
margin: 0 !important;
font-weight: 600;
letter-spacing: 0.01em;
} .pzlzs-modal .pzlzs-modal__close {
-webkit-appearance: none;
appearance: none;
border: 0 !important;
background: transparent !important;
border-radius: 0 !important;
width: 44px;
height: 44px;
display: inline-flex !important;
align-items: center;
justify-content: center;
cursor: pointer;
color: inherit;
font-size: 22px;
line-height: 1;
}
.pzlzs-modal .pzlzs-modal__close:focus-visible {
outline: 2px solid var(--pzlzs-accent);
outline-offset: 3px;
} .pzlzs-modal__body {
padding: 0 !important;
overflow: auto;
}
.pzlzs-modal__loading {
padding: 16px 24px;
border-bottom: 1px solid var(--pzlzs-divider);
color: var(--pzlzs-muted);
} .pzlzs__layout {
display: grid;
grid-template-columns: 300px 1fr;
gap: 0;
} .pzlzs__nav {
background: var(--pzlzs-side-bg);
border-right: 1px solid var(--pzlzs-divider);
padding: 14px 0;
} .pzlzs__nav-list {
margin: 0;
padding: 0;
list-style: none;
display: grid;
gap: 2px;
}
.pzlzs__nav-item {
border: 0 !important;
} .pzlzs-modal .pzlzs__nav-btn {
border: 0 !important;
background: transparent !important;
border-radius: 0 !important;
font-size: 14px !important;
font: inherit;
text-transform: none !important;
letter-spacing: normal !important;
width: 100%;
text-align: left;
padding: 10px 22px 10px 34px;
margin: 0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
opacity: 0.62;
transition: opacity 0.16s ease;
position: relative;
} .pzlzs-modal .pzlzs__nav-btn::before {
content: "";
position: absolute;
left: 22px;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 16px;
background: rgba(0, 0, 0, 0);
transition: background-color 0.16s ease, height 0.16s ease;
} .pzlzs-modal .pzlzs__nav-btn::after {
content: "";
width: 7px;
height: 7px;
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
transform: rotate(-45deg);
opacity: 0;
transition: opacity 0.16s ease;
}
.pzlzs-modal .pzlzs__nav-btn:hover {
opacity: 0.9;
}
.pzlzs-modal .pzlzs__nav-btn:focus-visible {
outline: 2px solid var(--pzlzs-accent);
outline-offset: 4px;
opacity: 1;
} .pzlzs-modal .pzlzs__nav-btn.is-active {
opacity: 1;
font-weight: 600;
}
.pzlzs-modal .pzlzs__nav-btn.is-active::before {
background: var(--pzlzs-accent);
height: 20px;
}
.pzlzs-modal .pzlzs__nav-btn.is-active::after {
opacity: 0.6;
border-right-color: var(--pzlzs-accent);
border-bottom-color: var(--pzlzs-accent);
} .pzlzs__panels {
padding: 26px 34px 34px;
}
.pzlzs__panel {  }
.pzlzs__title {
margin: 0 0 10px 0;
font-weight: 600;
} .pzlzs__desc p {
margin: 0 0 10px 0;
font-size: 14px;
color: var(--pzlzs-muted);
line-height: 1.6;
} .pzlzs__subtitle {
margin: 18px 0 8px 0;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.02em;
color: rgba(0, 0, 0, 0.78);
position: relative;
padding-bottom: 8px;
}
.pzlzs__subtitle::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 26px;
height: 1px;
background: var(--pzlzs-accent);
opacity: 0.9;
}
.pzlzs__needs {
margin: 0;
padding-left: 18px;
font-size: 14px;
color: var(--pzlzs-muted);
}
.pzlzs__needs li + li {
margin-top: 6px;
}
.pzlzs__placeholder {
font-size: 14px;
color: var(--pzlzs-muted);
} .pzlzs__gallery {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.pzlzs__img {
width: 100%;
height: auto;
display: block;
border-radius: 0 !important;
} .pzlzs__mobile {
display: none;
}
@media (max-width: 991px) {
dialog.pzlzs-modal {
width: 100vw;
max-height: 100vh;
height: 100vh;
}
.pzlzs-modal .pzlzs-modal__header {
padding: 14px 16px !important;
}
.pzlzs__layout {
grid-template-columns: 1fr;
}
.pzlzs__nav {
display: none !important;
}
.pzlzs__mobile {
display: block !important;
padding: 14px 16px 12px;
border-bottom: 1px solid var(--pzlzs-divider);
}
.pzlzs__select-label {
display: block;
margin: 0 0 6px 0;
font-size: 12px;
opacity: 0.65;
}
.pzlzs__mobile {
position: relative;
} .pzlzs__select {
-webkit-appearance: none;
appearance: none;
font-size: 14px !important;
width: 100%;
border: 0 !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.18) !important;
border-radius: 0 !important;
padding: 10px 28px 10px 0;
background: transparent !important;
font: inherit;
}
.pzlzs__select:focus-visible {
outline: 2px solid var(--pzlzs-accent);
outline-offset: 3px;
}
.pzlzs__mobile::after {
content: "";
position: absolute;
right: 16px;
top: 40px;
width: 7px;
height: 7px;
border-right: 1px solid var(--pzlzs-accent);
border-bottom: 1px solid var(--pzlzs-accent);
transform: rotate(45deg);
opacity: 0.65;
pointer-events: none;
}
.pzlzs__panels {
padding: 16px 16px 20px;
}
.pzlzs__panel {
max-width: none;
} .pzlzs__title {
display: none;
} .pzlzs__gallery {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
} @media (min-width: 992px) {
.pzlzs__mobile {
display: none !important;
}
} html.is-modal-open,
html.is-modal-open body {
overflow: hidden;
} @media (prefers-reduced-motion: reduce) {
.pzlzs-modal .pzlzs__nav-btn,
.pzlzs-modal .pzlzs__nav-btn::before,
.pzlzs-modal .pzlzs__nav-btn::after {
transition: none !important;
}
}
.catalog-personalizacoes {
padding-top: 25px;
margin-top: 35px;
border-top: 1px solid rgba(0,0,0,.08);
display: block;
}
.pzlzs-trigger {
font-size: 12px;
line-height: 1.3em;
letter-spacing: .10em;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
color: #cd9976;
}
.pzlzs-trigger:hover {
color: rgba(37, 55, 47, 1);
}