body, html {
overflow-x: hidden;
width: 100%;
}
.banner-home {
width: 100%;
position: relative;
overflow: hidden;
} .banner-home .banners {
position: relative;
width: 100%;
}
.banner-home .banners img {
width: 100%;
height: auto; display: block;
} @media only screen and (max-width: 1130px) {
.banner-home .banners img {
min-height: 450px; object-fit: cover;
object-position: center;
}
} .banner-home .text-banners {
position: absolute;
z-index: 10;
max-width: 500px; top: 50%;
right: 10%;
transform: translateY(-50%); display: flex;
flex-direction: column;
justify-content: center;
} @media only screen and (max-width: 1370px) {
.banner-home .text-banners {
right: 5%;
max-width: 400px;
}
} @media only screen and (max-width: 768px) {
.banner-home .text-banners {
left: 50%;
right: auto;
top: 70%; transform: translate(-50%, -50%);
width: 90%;
text-align: center;
align-items: center;
} .banner-home .text-banners span, 
.banner-home .text-banners h2, 
.banner-home .text-banners p {
display: none !important;
}
.banner-home .text-banners a {
margin: 0 auto;
}
} .banner-home .text-banners span {
font-size: clamp(14px, 2vw, 22px); text-transform: uppercase;
letter-spacing: 0.3em;
color: #7E7272;
margin-bottom: 10px;
}
.banner-home .text-banners h2 {
font-size: clamp(30px, 5vw, 70px); line-height: 1.1;
font-weight: 700;
color: #2B1B1B;
margin-bottom: 20px;
}
.banner-home .text-banners p {
font-size: clamp(14px, 1.5vw, 18px);
line-height: 1.4;
color: #605A5A;
margin-bottom: 30px;
} .banner-home .text-banners a {
width: 215px;
height: 44px;
background: #e26406;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-weight: 700;
border-radius: 14px;
} .banner-home-desktop { display: block; }
.banner-home-mobile { display: none; }
@media only screen and (max-width: 720px) {
.banner-home-desktop { display: none; }
.banner-home-mobile { display: block; }
} .bg-destaques-home .content-destaques-home {
max-width: 100%; display: flex;
justify-content: space-between; align-items: center; margin: 20px 0 0 0;
padding: 0;
}
.destaques-home-images {
display: flex;
flex-direction: row;
width: 100%; height: 700px; overflow: hidden;
margin-bottom: 20px;
}
.destaques-home-images .destaque-img {
flex: 1;
overflow: hidden;
}
.destaques-home-images .destaque-img img {
width: 100%;
height: 100%;
object-fit: cover; display: block;
}
.text-destaques-home {
flex: 1; padding: 2rem 4rem;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
max-width: 100%; } .text-destaques-home h3 {
font-family: 'Crimson Foam Regular';
font-size: 180px;
color: #2B1B1B;
margin: 0;
line-height: 1;
} .text-destaques-home h3 span {
font-family: 'Work Sans', sans-serif;
font-size: 24px;
color: #2B1B1B;
display: block; font-weight: 700;
} .text-destaques-home p {
font-family: 'Work Sans', sans-serif;
font-size: 16px;
line-height: 22px;
color: #2B1B1B;
max-width: 450px;
margin: 20px 0 30px 0; } .text-destaques-home a {
width: 140px;
height: 45px;
display: flex; align-items: center;
justify-content: center;
border: 1px solid #e26406;
box-sizing: border-box;
border-radius: 14px;
color: #e26406;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
}
.text-destaques-home a:hover {
background: linear-gradient(91.59deg, #e26406 -15.32%, #e26406 74.16%);
box-shadow: 8px 4px 25px rgba(216, 104, 79, 0.5);
color: #fff;
}  @media only screen and (max-width: 1200px) {
.bg-destaques-home .content-destaques-home {
flex-direction: column; padding: 0 15px;
}
.destaques-home-images {
width: 100%;
height: auto;
}
.destaques-home-images .destaque-img {
width: 33.33%; }
.text-destaques-home {
width: 100%;
text-align: center; padding: 2rem 15px;
}
.text-destaques-home p, .text-destaques-home a {
margin-left: auto;
margin-right: auto;
}
}   @media (max-width: 768px) {
.bg-destaques-home .content-destaques-home {
flex-direction: column;
align-items: center;
padding-bottom: 60px !important;
}
.destaques-home-images {
position: relative;
width: 100%;
height: 320px;
overflow: hidden;
}
.destaques-home-images .destaque-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
animation: crossfade 12s infinite;
} .destaques-home-images .destaque-img:nth-child(1) {
animation-delay: 0s;
}
.destaques-home-images .destaque-img:nth-child(2) {
animation-delay: 4s;
}
.destaques-home-images .destaque-img:nth-child(3) {
animation-delay: 8s;
} @keyframes crossfade {
0% {
opacity: 0;
} 10% {
opacity: 1;
} 35% {
opacity: 1;
} 45% {
opacity: 0;
}
100% {
opacity: 0;
}
}
.destaques-home-images .destaque-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.text-destaques-home {
width: 100%;
padding: 0 1rem;
text-align: center;
margin-top: 20px;
}
.text-destaques-home h3 {
font-size: 80px !important;
line-height: 0.8;
margin-top: 0;
}
.text-destaques-home h3 span {
font-size: 28px !important;
margin-bottom: 5px;
}
.text-destaques-home p {
max-width: 100%;
}
}
.bg-inspire {
padding: 245px 0 190px 0;
background-size: cover !important;
background-repeat: no-repeat !important;
}
@media only screen and (max-width: 768px) {
.bg-inspire {
padding: 100px 0 70px 0;
}
}
.bg-inspire .content-inspire {
padding: 0 15px;
}
.bg-inspire .content-inspire h3 {
width: 100%;
display: block;
margin: 0 0 20px 0;
text-align: center;
font-weight: 600;
font-size: 50px;
letter-spacing: -0.04em;
color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
.bg-inspire .content-inspire h3 {
font-size: 30px;
}
}
.bg-inspire .content-inspire img{
display:block;
margin: -10px auto 25px auto;
max-width: 420px;
}
@media only screen and (max-width: 768px) {
.bg-inspire .content-inspire img {
max-width: 245px;
}
}
.bg-inspire .content-inspire a {
width: 158px;
height: 44px;
display: block;
margin: 0 auto;
border: 2px solid #FFFFFF;
box-sizing: border-box;
border-radius: 14px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
font-size: 18px;
font-weight: 700;
line-height: 44px;
}
@media only screen and (max-width: 768px) {
.bg-inspire .content-inspire a {
font-size: 16px;
}
}
.bg-inspire .content-inspire a:hover {
color: #e26406;
background: #fff;
}
.bg-estampa-personalizada {
padding: 85px 0;
}
.bg-estampa-personalizada .content-estampa-personalizada {
max-width: 1010px;
display: flex;
justify-content: space-between;
margin: 0 auto;
align-items: center;
padding: 0 15px;
}
@media only screen and (max-width: 768px) {
.bg-estampa-personalizada .content-estampa-personalizada {
display: block;
}
} .bg-estampa-personalizada .content-estampa-personalizada img {
width: 396px;
height: 366px;
object-fit: cover;
object-position: center;
margin-right: 5.3%;
max-width: 100%;
display: block;
} @media only screen and (max-width: 768px) {
.bg-estampa-personalizada .content-estampa-personalizada img {
width: 80%;
height: auto;
display: block;
margin: 0 auto 30px;
}
}
@media only screen and (max-width: 768px) {
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada {
width: 100%;
display: block;
text-align: center;
}
}
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada h3 {
width: 100%;
display: block;
margin: 0 0 20px 0;
font-weight: 700;
font-size: 45px;
color: #2B1B1B;
letter-spacing: -0.04em;
font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 768px) {
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada h3 {
font-size: 26px;
}
}
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada strong {
display: block;
margin: 0 0 25px 0;
font-weight: 600;
font-size: 30px;
color: #2B1B1B;
line-height: 30px;
}
@media only screen and (max-width: 768px) {
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada strong {
font-size: 20px;
line-height: 22px;
}
}
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada p {
display: block;
margin: 0 0 30px 0;
font-size: 24px;
letter-spacing: -0.04em;
color: #7E7272;
line-height: 28px;
}
@media only screen and (max-width: 768px) {
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada p {
font-size: 15px;
line-height: 22px;
}
}
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada a {
width: 158px;
height: 44px;
display: block;
background: linear-gradient(91.59deg, #e26406 -15.32%, #e26406 74.16%);
box-shadow: 8px 4px 25px rgba(216, 104, 79, 0.5);
border-radius: 14px;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
color: #fff;
text-align: center;
line-height: 44px;
}
@media only screen and (max-width: 768px) {
.bg-estampa-personalizada .content-estampa-personalizada .text-estampa-personalizada a {
margin: 0 auto;
font-size: 16px;
}
}
.bg-somos-destaque-home {
margin-bottom: 50px;
padding: 100px 0;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
@media only screen and (max-width: 768px) {
.bg-somos-destaque-home {
padding: 100px 0 90px 0;
}
}
.bg-somos-destaque-home .content-somos-destaque-home {
max-width: 1010px;
display: block;
margin: 0 auto;
padding: 0 15px;
}
.bg-somos-destaque-home .content-somos-destaque-home h4 {
width: 100%;
display: block;
margin: 0 0 40px 0;
font-size: 48px;
font-weight: 700;
letter-spacing: -0.04em;
color: #fff;
font-family: 'Montserrat', sans-serif;
line-height: 48px;
}
@media only screen and (max-width: 768px) {
.bg-somos-destaque-home .content-somos-destaque-home h4 {
margin: 0 0 30px 0;
text-align: center;
font-size: 24px;
line-height: 30px;
}
}
.bg-somos-destaque-home .content-somos-destaque-home p {
width: 100%;
display: block;
margin: 0 0 50px 0;
font-size: 20px;
text-align: center;
letter-spacing: -0.04em;
color: #fff;
line-height: 24px;
}
.bg-somos-destaque-home .content-somos-destaque-home a {
width: 158px;
height: 44px;
display: block;
margin: 0 auto;
background: linear-gradient(91.59deg, #e26406 -15.32%, #e26406 74.16%);
box-shadow: 8px 4px 25px rgba(216, 104, 79, 0.5);
border-radius: 14px;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
color: #fff;
text-align: center;
line-height: 44px;
}
@media only screen and (max-width: 768px) {
.bg-somos-destaque-home .content-somos-destaque-home a {
font-size: 16px;
}
}
.bg-dados-home {
margin-bottom: 55px;
}
.bg-dados-home .content-dados-home {
max-width: 1200px;
display: block;
margin: 0 auto;
padding: 0 15px;
}
.bg-dados-home .content-dados-home ul {
display: flex;
align-items: center;
justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
.bg-dados-home .content-dados-home ul {
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
}
}
@media only screen and (max-width: 1024px) {
.bg-dados-home .content-dados-home ul li {
width: 50%;
margin-bottom: 35px;
}
}
.bg-dados-home .content-dados-home ul li img {
display: block;
margin: 0 auto 20px;
}
.bg-dados-home .content-dados-home ul li span {
width: 100%;
display: block;
margin: 0 0 5px 0;
font-size: 26px;
text-align: center;
letter-spacing: -0.04em;
color: #2B1B1B;
line-height: 28px;
}
@media only screen and (max-width: 768px) {
.bg-dados-home .content-dados-home ul li span {
font-size: 17px;
line-height: inherit;
}
}
.bg-dados-home .content-dados-home ul li p {
width: 100%;
display: block;
margin: 0;
font-size: 14px;
letter-spacing: -0.04em;
color: #7E7272;
text-align: center;
line-height: 28px;
}
@media only screen and (max-width: 768px) {
.bg-dados-home .content-dados-home ul li p {
line-height: 20px;
}
} .bg-sustentabilidade-home {
padding: 100px 0; background-size: cover !important;
display: flex;
align-items: center;
justify-content: center;
} .bg-sustentabilidade-home .content-sustentabilidade {
text-align: center;
} .bg-sustentabilidade-home .content-sustentabilidade h5,
.bg-sustentabilidade-home .content-sustentabilidade span {
color: #ffffff;
font-weight: 700; font-size: clamp(22px, 3.5vw, 34px);
line-height: 1.2;
display: block;
letter-spacing: -0.01em;
text-transform: uppercase;
margin-bottom: 10px;
text-shadow: 0 1px 5px rgba(0,0,0,0.35);
} .bg-sustentabilidade-home .content-sustentabilidade p {
color: #ffffff;
font-size: clamp(13px, 1.6vw, 17px);
line-height: 1.5;
max-width: 850px;
margin: 0 auto 22px;
text-shadow: 0 1px 4px rgba(0,0,0,0.25);
} .bg-sustentabilidade-home .content-sustentabilidade a {
width: 180px; height: 48px;
display: inline-block; border: 2px solid #fff;
border-radius: 12px;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
color: #fff;
line-height: 44px;
transition: all 0.3s ease;
}
.bg-sustentabilidade-home .content-sustentabilidade a:hover {
background: #fff;
color: #000;
} @media only screen and (max-width: 768px) {
.bg-sustentabilidade-home {
width: 100% !important;
max-width: 100% !important; padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
box-sizing: border-box !important;
overflow: hidden !important; }
.bg-sustentabilidade-home .content-sustentabilidade {
width: 100% !important; padding: 0 20px !important; 
margin: 0 auto !important;
box-sizing: border-box !important;
display: block !important; } .bg-sustentabilidade-home .content-sustentabilidade h5,
.bg-sustentabilidade-home .content-sustentabilidade span {
font-size: 22px !important; 
white-space: normal !important; word-wrap: break-word !important;
width: 100% !important;
display: block !important;
}
.bg-sustentabilidade-home .content-sustentabilidade p {
font-size: 15px !important;
line-height: 1.4 !important;
width: 100% !important;
max-width: 100% !important;
margin-bottom: 25px !important;
} .bg-sustentabilidade-home .content-sustentabilidade a {
margin: 0 auto !important;
}
}
.instagram-feed {
max-width: 1200px;
display: block;
margin: 0 auto;
padding: 0 15px;
margin-bottom: 77px;
}
.instagram-feed .sbi_item {
width: 20% !important;
}
.instagram-feed .sbi_item:nth-child(1n+11) {
display: none !important;
}
.instagram-feed .sb_instagram_header {
display: none;
}
.instagram-feed .title {
display: flex;
align-items: center;
justify-content: center;
margin-top: 77px;
margin-bottom: 55px;
}
.instagram-feed .title h2 {
font-size: 22px;
font-weight: 600;
}
.instagram-feed .title h2 a,
.instagram-feed .title h2 a:link,
.instagram-feed .title h2 a:hover,
.instagram-feed .title h2 a:visited,
.instagram-feed .title h2 a:active {
color: unset;
}
.instagram-feed #sbi_load {
display: none !important;
}
@media only screen and (max-width: 768px) {
.instagram-feed .title {
display: block;
text-align: center;
}
.instagram-feed .sbi_item {
width: 33.33% !important;
}
.instagram-feed .sbi_item:nth-child(1n+7) {
display: none !important;
}
} .btn-dinamico {
min-width: 160px;
height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 24px;
background: linear-gradient(91.59deg, #e26406 -15.32%, #e26406 74.16%);
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
border-radius: 14px;
box-shadow: 8px 4px 25px rgba(216,104,79,0.45);
position: relative;
overflow: hidden;
transition: all .35s cubic-bezier(.22,.61,.36,1);
} .btn-dinamico::after{
content:"";
position:absolute;
top:0;
left:-120%;
width:120%;
height:100%;
background:linear-gradient(
120deg,
transparent,
rgba(255,255,255,0.35),
transparent
);
transition:all .6s;
} .btn-dinamico:hover{
transform: translateY(-3px) scale(1.04);
box-shadow:
0 12px 35px rgba(216,104,79,0.55);
}
.btn-dinamico:hover::after{
left:120%;
} .slider-estampa-personalizada {
max-width: 1010px; margin: 0 auto;
position: relative;
}
.text-estampa-personalizada h3 {
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; width: 100%; } .item-slider-estampa {
outline: none; } .slider-estampa-personalizada .slick-dots {
bottom: -40px; 
}
.slider-estampa-personalizada .slick-dots li button:before {
font-size: 12px; color: #e26406; } .titulo-sessao-estampas { margin-top: 60px; margin-bottom: 20px;  font-size: 1.5rem;  color: #333;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-family: 'Montserrat', sans-serif; display: block;
width: 100%;
} .titulo-sessao-estampas::after {
content: '';
display: block;
width: 60px;
height: 3px;
background-color: #f37021; margin: 10px auto 0;
}  .reveal {
opacity: 0;  transition: all 2.0s cubic-bezier(0.25, 0.1, 0.25, 1.0);
will-change: transform, opacity;
} .from-left   { transform: translateX(-120px); }
.from-right  { transform: translateX(120px); }
.from-top    { transform: translateY(-80px); }
.from-bottom { transform: translateY(80px); } .reveal.active-scroll {
opacity: 1 !important;
transform: translate(0, 0) !important;
} .delay-1 { transition-delay: 0.5s; } .delay-2 { transition-delay: 0.9s; } .delay-3 { transition-delay: 1.3s; }