.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: 50%;
transform: translate(-50%, -50%); width: 90%;
max-width: 100%;
text-align: center;
align-items: center; } .banner-home .text-banners h2, 
.banner-home .text-banners p,
.banner-home .text-banners span {
color: #FFFFFF !important;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
} .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: #D8684F;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-weight: 700;
border-radius: 14px;
box-shadow: 8px 4px 25px rgba(216, 104, 79, 0.5);
transition: transform 0.3s ease;
}
.banner-home .text-banners a:hover {
transform: scale(1.05);
} .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 #DC7358;
box-sizing: border-box;
border-radius: 14px;
color: #DC7358;
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
}
.text-destaques-home a:hover {
background: linear-gradient(91.59deg, #C85941 -15.32%, #E77B5E 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;
margin: 20px 0;
} .destaques-home-images {
flex-direction: column;
width: 100%;
height: auto;
}
.destaques-home-images .destaque-img {
width: 100%;
height: auto;
margin-bottom: 15px;
}
.destaques-home-images .destaque-img img {
width: 100%;
height: auto;
object-fit: cover;
} .text-destaques-home {
width: 100%;
padding: 1rem;
text-align: center;
}
.text-destaques-home h3 {
font-size: 48px;
}
.text-destaques-home h3 span {
font-size: 16px;
}
.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: 0 auto 20px;
}
@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: #DC7358;
background: #fff;
}
.bg-estampa-personalizada {
padding: 80px 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, #C85941 -15.32%, #E77B5E 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, #C85941 -15.32%, #E77B5E 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;
}
}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//www.nanete.com.br/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}