.bg-header-product {
padding: 30px 0;
}
.bg-header-product .content-header-product {
padding: 0 20px 0 30px;
display: flex;
align-items: center;
justify-content: space-between;
}
.bg-header-product .content-header-product .left-header-product {
display: flex;
align-items: center;
}
.bg-header-product .content-header-product .left-header-product a {
margin: 0 10px 0 0;
font-size: 14px;
line-height: 44px;
letter-spacing: -0.04em;
color: #2B1B1B;
}
.bg-header-product .content-header-product .left-header-product .cod-header-product {
margin: 0 15px 0 10px;
font-size: 20px;
color: #2B1B1B;
}
.bg-header-product .content-header-product .left-header-product h3 {
font-weight: 700;
font-size: 32px;
letter-spacing: -0.04em;
color: #2B1B1B;
} .product-main-wrapper {
display: flex;
max-width: 1240px;
margin: 40px auto;
padding: 0 20px;
gap: 60px;
align-items: flex-start;
}
.product-left-column {
flex: 1.2;
max-width: 550px;
}
.product-right-column {
flex: 1;
min-width: 350px;
}
.main-image-square {
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: 4px;
border: 1px solid #f0f0f0;
box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.main-image-square img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bg-img-destaque {
width: 100%;
padding: 300px 0;
background-size: cover !important;
background-position: center;
background-repeat: no-repeat;
} .product-right-column .header-info h3.title-product-name {
font-weight: 800;
font-size: 28px;
letter-spacing: -0.03em;
color: #2B1B1B;
margin: 5px 0 30px 0;
line-height: 1.2;
}
.content-info-produto {
max-width: 1240px;
display: block;
margin: 0 auto;
padding: 0 15px;
}
.content-info-produto .title-produtos {
flex: 1;
margin: 0 0 35px 0;
display: flex;
align-items: center;
font-size: 28px;
font-weight: 600;
color: #2B1B1B;
letter-spacing: -0.04em;
line-height: 44px;
}
.content-info-produto .title-produtos:after {
content: "";
flex: 1;
height: 1px;
background: #CBCBCB;
} .tag-vendas {
background-color: #e26406 !important; 
color: #FFFFFF !important;
display: inline-flex !important; justify-content: center !important; 
align-items: center !important;     
width: auto !important; min-width: 200px !important; height: 35px !important; padding: 0 15px !important;
margin: 15px 10px 45px 0 !important; font-size: 11px !important;
font-weight: 800 !important;
text-transform: uppercase !important;
letter-spacing: 1.2px !important;
border-radius: 4px !important;
line-height: 1 !important;
} .bg-opcoes-cores {
margin-bottom: 40px;
} .header-opcoes-cores {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
width: 100%;
}
.bg-opcoes-cores .title-produtos {
font-weight: 700;
margin: 0; 
font-size: 16px;
color: #2B1B1B;
flex: none;
} .btn-estacao-discreto {
display: inline-block;
padding: 4px 10px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #2c2c2c;
border: 1px solid #eee;
border-radius: 3px;
background: #fff;
transition: all 0.3s ease;
}
.btn-estacao-discreto:hover {
color: #e26406;
border-color: #e26406;
} .list-cores-products {
display: flex; flex-wrap: wrap;
gap: 15px;
padding: 0;
list-style: none;
}
.list-cores-products .color-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: 90px;
position: relative;
cursor: pointer;
} .box-opc-cores {
position: relative; width: 65px;
height: 65px;
border-radius: 8px;
border: 1px solid #ddd;
overflow: hidden;
background-size: cover;
background-position: center;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
will-change: transform;
} .badge-pilotagem {
position: absolute;
top: 14%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(43, 27, 27, 0.8); color: #fff;
font-size: 8px;
font-weight: 700;
text-transform: uppercase;
padding: 2px 4px;
border-radius: 3px;
z-index: 2;
pointer-events: none;
letter-spacing: 0.5px;
}
.list-cores-products .color-item:hover .box-opc-cores {
transform: scale(1.1) translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
} .color-name {
display: block;
margin-top: 8px;
font-size: 12px;
font-weight: 600;
color: #2B1B1B;
line-height: 1.2;
}
.color-code {
display: block;
font-size: 11px;
color: #777;
margin-top: 2px;
} .bg-opcoes-cores .list-cores-products li span:not(.badge-pilotagem) {
position: absolute;
bottom: -50px;
left: 50%;
transform: translateX(-50%);
width: 100%;
min-height: 45px;
background: #2B1B1B;
font-weight: 500;
font-size: 14px;
color: #FFFFFF;
border-radius: 4px;
line-height: 25px;
padding: 5px;
opacity: 0;
visibility: hidden;
transition: 0.4s ease;
z-index: 10;
}
.bg-opcoes-cores .list-cores-products li:hover span:not(.badge-pilotagem) {
opacity: 1;
visibility: visible;
} @media (max-width: 768px) {
.header-opcoes-cores {
flex-direction: column;
gap: 10px;
text-align: center;
}
.bg-opcoes-cores {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.bg-opcoes-cores .title-produtos { text-align: center; }
.list-cores-products {
justify-content: center;
margin-left: 0;
padding-left: 0;
gap: 10px;
} .list-cores-products li .box-opc-cores {
width: 50px;
height: 50px;
border-radius: 6px;
} .badge-pilotagem {
top: 5px; left: auto; right: 5px; transform: none; font-size: 7px; padding: 1px 3px; letter-spacing: 0; max-width: 90%; } .list-cores-products .color-name {
font-size: 10px;
margin-top: 5px;
}
}
.bg-descricao-produto {
margin-bottom: 80px;
}
.bg-descricao-produto .content-info-produto p {
display: block;
margin: 0;
font-size: 18px;
letter-spacing: -0.04em;
color: #2B1B1B;
line-height: 24px;
}
.container-titulo-tecnologias {
width: 100%;
max-width: 1200px;
margin: 60px auto 30px auto;
text-align: center;
}
.titulo-sessao-tecnologias {
font-size: 32px;
font-weight: 700;
color: #2B1B1B; text-transform: none;
letter-spacing: -0.04em;
position: relative;
padding-bottom: 20px;
display: inline-block;
} .titulo-sessao-tecnologias:after {
content: "";
width: 60px;
height: 4px;
background: #DC7358; display: block;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
@media (max-width: 768px) {
.titulo-sessao-tecnologias {
font-size: 26px;
margin: 0 15px;
}
} .bg-selos-produto {
margin: 0 0 75px 0;
padding: 20px 0;
box-shadow: 10px 24px 24px rgba(100, 73, 67, 0.05);
}
.bg-selos-produto .content-selos-produto {
max-width: 1240px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 15px;
}
.bg-selos-produto .content-selos-produto ul {
display: flex;
align-items: center;
}
.bg-selos-produto .content-selos-produto ul li {
max-width: 175px;
display: flex;
align-items: center;
margin-right: 45px;
font-size: 16px;
letter-spacing: -0.03em;
color: #7E7272;
line-height: 16px;
}
.bg-selos-produto .content-selos-produto ul li:last-child {
margin-right: 0;
}
.bg-selos-produto .content-selos-produto ul li img {
margin-right: 15px;
}
.selos-area {
flex: 1;
}
.selos-area ul {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
padding: 0;
margin: 0;
list-style: none;
}
.selos-area img {
width: auto;
height: 55px;
max-width: 80px;
object-fit: contain;
transition: transform 0.3s ease;
}
.selos-area img:hover {
transform: scale(1.1);
}
.row-selos-action {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 35px;
padding-top: 25px;
border-top: 1px solid #eee;
gap: 30px;
}
.tem-interesse {
display: flex;
justify-content: flex-end;
}
.tem-interesse-content {
text-align: center;
}
.tem-interesse b {
display: block;
padding: 5px 0;
font-weight: 500;
}
.tem-interesse a {
position: relative;
overflow: hidden;
background: linear-gradient(
135deg,
#e26406,
#ff8c32,
#e26406
);
background-size: 300% 300%;
color: #FFF;
border-radius: 50px;
padding: 12px 26px;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
cursor: pointer;
transition: 
transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.3s ease,
background-position 0.6s ease;
} .tem-interesse a:hover {
transform: scale(1.08) translateY(-3px);
box-shadow: 
0 10px 25px rgba(226, 100, 6, 0.4),
0 0 15px rgba(255, 140, 50, 0.6);
background-position: right center;
} .tem-interesse a::before {
content: "";
position: absolute;
top: 0;
left: -120%;
width: 120%;
height: 100%;
background: linear-gradient(
120deg,
transparent,
rgba(255,255,255,0.5),
transparent
);
transform: skewX(-25deg);
}
.tem-interesse a:hover::before {
animation: brilho-metal 0.8s ease forwards;
}
@keyframes brilho-metal {
from {
left: -120%;
}
to {
left: 120%;
}
}
.tem-interesse-content a {
padding: 10px 20px;
font-size: 12px;
} @media (hover: none) and (pointer: coarse) { .tem-interesse a {
animation: bg-metal 5s linear infinite;
background-size: 400% 400%;
} .tem-interesse a::before {
animation: brilho-metal 2.2s ease-in-out infinite;
opacity: 1;
} .tem-interesse a:hover {
transform: none;
box-shadow: none;
}
} @keyframes bg-metal {
0% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
} .bg-bases-produto {
margin-bottom: 80px;
}
.bg-bases-produto ul {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
}
.bg-bases-produto ul .base {
width: 510px;
display: flex;
align-items: center;
margin-bottom: 30px;
}
.bg-bases-produto ul .base img {
max-width: 110px;
margin-right: 15px;
border-radius: 0px 14px;
}
.bg-bases-produto ul .base .text-base-produto {
padding: 15px 0 15px 20px;
border-left: 1px solid #CDB39E;
}
.bg-bases-produto ul .base .text-base-produto .titlel-text-base-produto {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.bg-bases-produto ul .base .text-base-produto .titlel-text-base-produto span {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #CDB39E;
font-size: 18px;
color: #2B1B1B;
line-height: 21px;
}
.bg-bases-produto ul .base .text-base-produto .titlel-text-base-produto h4 {
font-weight: 700;
font-size: 22px;
letter-spacing: -0.02em;
line-height: 22px;
color: #2B1B1B;
}
.bg-bases-produto ul .base .text-base-produto .footer-base-produto {
display: flex;
align-items: center;
}
.bg-bases-produto ul .base .text-base-produto .footer-base-produto span {
margin-right: 10px;
font-size: 18px;
letter-spacing: -0.02em;
color: #575252;
}
.bg-bases-produto ul .base .text-base-produto .footer-base-produto a {
width: 115px;
height: 24px;
border: 1px solid #DC7358;
box-sizing: border-box;
border-radius: 4px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
letter-spacing: -0.02em;
color: #DC7358;
cursor: pointer;
}
.bg-dados-produto {
margin-bottom: 80px;
} .bg-dados-produto .content-list-dados-tecnicos {
display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 40px; 
align-items: flex-start;
} .bg-dados-produto .content-list-dados-tecnicos ul {
margin: 0;
padding: 0;
list-style: none;
}
.bg-dados-produto .content-list-dados-tecnicos ul li {
margin: 0 0 25px 0;
padding: 0 0 0 15px;
border-left: 1px solid #DCCFC8;
} .bg-dados-produto .content-list-dados-tecnicos ul li strong {
display: block;
margin: 0 0 4px 0;
font-weight: 400; font-size: 13px; text-transform: uppercase;
letter-spacing: 0.05em;
color: #363636; }
.bg-dados-produto .content-list-dados-tecnicos ul li p {
display: block;
margin: 0;
font-size: 18px;
font-weight: 700; color: #2B1B1B;
line-height: 1.2;
} .downloads-base {
display: flex;
flex-direction: column;
gap: 12px; 
align-items: flex-start;
}
.downloads-base strong {
font-size: 14px;
color: #2B1B1B;
margin-bottom: 5px; display: block;
} .downloads-base a {
text-decoration: none !important;
color: #2B1B1B !important;
display: flex;
align-items: center;
width: max-content;
padding: 8px 12px 8px 0; 
transition: all 0.3s ease; 
} .downloads-base a .flex {
display: flex;
align-items: center;
font-size: 13px; 
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.05em;
line-height: 1;
} .downloads-base a img {
margin-right: 10px;
width: 20px; height: auto;
flex-shrink: 0;
transition: transform 0.3s ease; 
} .downloads-base a:hover {
opacity: 1; 
color: #575252 !important; 
} .downloads-base a:hover img {
transform: translateY(3px); 
} .downloads-base a .flex {
position: relative;
}
.downloads-base a .flex::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 1px;
background-color: #DCCFC8; 
transition: width 0.3s ease;
}
.downloads-base a:hover .flex::after {
width: 100%; 
} @media (max-width: 900px) {
.downloads-base {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #DCCFC8; 
gap: 15px; 
width: 100%; }
.downloads-base strong {
font-size: 18px;
}
.link-download-ficha .flex, 
.link-download-laudo .flex, 
.link-download-sfc .flex {
font-size: 15px; }
}
.bg-instrucoes-produto {
margin-bottom: 80px;
}
.bg-instrucoes-produto ul {
display: flex;
align-items: center;
}
.bg-instrucoes-produto ul li {
margin-right: 20px;
}
.bg-instrucoes-produto ul li img {
max-width: 50px;
} .bg-roadmap {
padding: 65px 0;
background: #D3BDAB;
}
.bg-roadmap .content-roadmap {
max-width: 1100px;
display: flex;
margin: 0 auto;
align-items: flex-start;
justify-content: space-between;
padding: 0 15px;
}
.bg-roadmap .content-roadmap p {
width: 45%;
display: block;
margin: 0 0 0 2%;
font-size: 20px;
letter-spacing: -0.04em;
color: #FFFFFF;
text-shadow: 0px 4px 25px rgba(41, 9, 1, 0.1);
line-height: 26px;
} .full-width-collection {
display: block !important;
width: 100%;
clear: both;
background: #F9F7F5;
padding: 80px 0;
}
.title-section-footer {
font-size: 24px;
font-weight: 800;
color: #2B1B1B;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
}
.title-section-footer span {
color: #e26406;
}
.slick-carousel-products .item-related {
padding: 15px;
}
.slick-carousel-products .img-container {
width: 100%;
aspect-ratio: 1.5/1;
background: #fff;
border-radius: 8px;
overflow: hidden;
margin-bottom: 15px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05); display: flex;
align-items: center;
justify-content: center;
}
.slick-carousel-products .img-container img {
width: 100%;
height: 100%; object-fit: cover; object-position: center; 
display: block;
}
.slick-carousel-products h6 {
font-size: 14px;
font-weight: 700;
color: #2B1B1B;
margin-top: 5px;
}
.rel-cod {
font-size: 11px;
color: #999;
display: block;
text-transform: uppercase;
}
.related-collection-footer {
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
}
.slick-prev:before, .slick-next:before {
color: #e26406 !important;
font-size: 30px;
} @media only screen and (max-width: 1430px) {
.modal-open-produtos { width: 530px; }
}
@media only screen and (max-width: 1024px) {
.bg-instrucoes-produto ul li { margin-right: 10px; }
.bg-instrucoes-produto ul li img { max-width: 30px; }
.bg-roadmap .content-roadmap { flex-wrap: wrap; }
.bg-roadmap .content-roadmap img { display: block; margin: 0 auto 30px; }
.bg-roadmap .content-roadmap p { width: 90%; margin: 0 auto; text-align: center; }
}
@media only screen and (max-width: 768px) { .product-main-wrapper {
flex-direction: column;
align-items: center;
gap: 20px;
padding: 0 10px;
}
.product-left-column, .product-right-column {
width: 100%;
max-width: 100%;
text-align: center;
} .header-info {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.tag-vendas {
display: flex !important; max-width: 280px !important;
height: 45px !important;
margin: 15px auto 45px auto !important; } .bg-img-destaque { padding: 150px 0; }
.content-info-produto .title-produtos { margin: 0 0 20px 0; font-size: 20px; }
.header-info h3.title-product-name { font-size: 28px; margin: 10px 0 20px 0; }
.header-info .cod-header-product { font-size: 14px; margin-bottom: 5px; } .row-selos-action {
flex-direction: column;
align-items: center;
text-align: center;
gap: 20px;
margin-top: 20px;
}
.selos-area ul { justify-content: center; margin: 0 auto; gap: 15px; }
.selos-area img { max-width: 40px; }
.tem-interesse { width: 100%; display: flex; flex-direction: column; align-items: center; }
.tem-interesse b { font-size: 14px; margin-bottom: 5px; }
.tem-interesse a { display: inline-block; padding: 12px 30px; font-weight: 600; text-transform: uppercase; font-size: 14px; margin-top: 10px; } .bg-bases-produto ul .base { width: 100%; }
.bg-bases-produto ul .base .text-base-produto { padding: 0; border: 0; }
.bg-bases-produto ul .base .text-base-produto .titlel-text-base-produto { flex-wrap: wrap; }
.bg-bases-produto ul .base .text-base-produto .titlel-text-base-produto span { width: 100%; display: block; margin: 0; padding: 0; border: 0; }
.bg-bases-produto ul .base .text-base-produto .titlel-text-base-produto h4 { font-size: 18px; }
.bg-bases-produto ul .base .text-base-produto .footer-base-produto { flex-wrap: wrap; }
.bg-bases-produto ul .base .text-base-produto .footer-base-produto span { width: 100%; display: block; margin: 0 0 5px 0; } .bg-dados-produto .content-list-dados-tecnicos { flex-wrap: wrap; }
.bg-dados-produto .content-list-dados-tecnicos .opc-dados-tecnicos { width: 100%; flex-wrap: wrap; }
.bg-dados-produto .content-list-dados-tecnicos ul { width: 100%; margin-right: 0; } .modal-open-produtos { width: 70%; }
.modal-open-produtos.modal-bases .content-overfow .header-modal-bases { flex-wrap: wrap; }
.modal-open-produtos.modal-bases .content-overfow .header-modal-bases .title-modal-bases { width: 100%; margin: 0 0 20px 0; }
.modal-open-produtos .header-modal-cores { flex-wrap: wrap; }
.modal-open-produtos .header-modal-cores h4 { width: 100%; font-size: 22px; }
}
@media only screen and (max-width: 500px) {
.bg-header-product .content-header-product { padding: 0 15px; }
.bg-header-product .content-header-product .left-header-product .cod-header-product { font-size: 18px; }
.bg-selos-produto { margin: 0; }
.bg-selos-produto .content-selos-produto ul { flex-wrap: wrap; }
.bg-selos-produto .content-selos-produto ul li { width: auto; flex: none; margin: 0 10px 10px 10px; font-size: 11px; }
.selos-area ul { justify-content: center; gap: 15px; }
.selos-area img { height: 45px; }
}
.opc-dados-3col {
display: grid;
grid-template-columns: repeat(4, 1fr); gap: 30px; align-items: start;
} @media (max-width: 1100px) {
.opc-dados-3col {
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 900px) {
.opc-dados-3col {
grid-template-columns: 1fr;
}
} .selo-composicao {
margin-top: 12px;
text-align: center;
font-size: 18px;
line-height: 1.4;
color: #444;
}
.selo-composicao strong {
display: block;
font-weight: 600;
margin-bottom: 2px;
}
.selo-composicao span {
font-weight: 400;
} @media (min-width: 769px) {
.selos-area {
align-items: flex-start;
}
.selo-composicao {
margin-top: 25px;
text-align: left;
}
}  .btn-ver-mais-cores {
display: none;
margin: 12px auto 0;
padding: 6px 16px;
background: #f2f2f2;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
cursor: pointer;
transition: 0.2s;
}
.btn-ver-mais-cores:hover {
background: #e5e5e5;
} .list-cores-products.limitado-desktop li:nth-child(n+11) {
display: none;
} @media (max-width: 768px) { .list-cores-products.limitado-mobile li:nth-child(n+10) {
display: none;
}
} .list-cores-products {
display: grid !important;
grid-template-columns: repeat(5, 1fr);
gap: 12px;
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
justify-content: center;
} @media (max-width: 768px) {
.list-cores-products {
grid-template-columns: repeat(3, 1fr);
max-width: 330px;
margin: 0 auto;
}
} .lista-selos-produto {
display: flex;
gap: 10px;
list-style: none;
padding: 0;
margin: 0 0 15px 0;
} .item-selo-tooltip {
position: relative;
cursor: pointer;
display: inline-flex;
} .item-selo-tooltip .tooltip-box {
visibility: hidden;
opacity: 0;
position: absolute;
bottom: 120%; left: 50%;
transform: translateX(-50%);
width: max-content;
max-width: 250px; background-color: #4a4a4a; color: #ffffff;
text-align: center;
padding: 10px;
border-radius: 6px;
font-size: 12px;
line-height: 1.4;
z-index: 999;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
transition: opacity 0.3s ease, bottom 0.3s ease;
pointer-events: none; } .item-selo-tooltip .tooltip-box::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -6px;
border-width: 6px;
border-style: solid;
border-color: #4a4a4a transparent transparent transparent;
} .item-selo-tooltip:hover .tooltip-box {
visibility: visible;
opacity: 1;
bottom: 130%; } @media (max-width: 768px) {
.tooltip-box {
transition: opacity 0.3s ease;
}
} .product-tags-wrapper {
display: flex;
align-items: center;
gap: 12px; margin-top: 15px; flex-wrap: wrap; } .btn-acessorio-ribana {
display: inline-flex;
align-items: center;
justify-content: center;
height: 35px; margin: 15px 0 45px 0; padding: 0 14px;
background-color: #f5f5f5;
color: #2B1B1B;
font-size: 11px; font-weight: 700;
text-transform: uppercase;
text-decoration: none;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.3s ease;
vertical-align: top; }
.btn-acessorio-ribana:hover {
background-color: #E26406;
color: #ffffff;
border-color: #E26406;
} .dados-tecnicos-container {
page-break-before: always;
break-before: page;
} .dados-tecnicos-item {
page-break-inside: avoid;
break-inside: avoid;
} .galeria-aplicacoes-sugeridas {
margin-top: 25px;
padding-top: 20px;
border-top: 1px solid #f0f0f0;
}
.title-apps {
font-size: 14px;
font-weight: 700;
color: #2B1B1B;
margin-bottom: 15px;
text-transform: uppercase;
}
.grid-apps-icons {
display: flex;
flex-wrap: wrap;
gap: 20px; }
.item-app-base {
display: flex;
flex-direction: column;
align-items: center;
width: 85px; text-align: center;
gap: 8px; } .thumb-app {
width: 80px; height: 80px; border-radius: 12px; object-fit: cover; border: 1px solid #eee;
transition: transform 0.3s ease, border-color 0.3s ease;
background: #fff;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.item-app-base:hover .thumb-app {
transform: scale(1.05); border-color: #e26406; }
.nome-app {
font-size: 16px; font-weight: 600;
color: #666;
line-height: 1.2;
} .main-image-square {
position: relative;
display: block;
width: 100%;
}
.btn-play-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
cursor: pointer;
transition: transform 0.3s ease;
z-index: 10;
}
.btn-play-video:hover {
transform: translate(-50%, -50%) scale(1.1);
}
.btn-play-video svg {
width: 100%;
height: 100%;
} .main-image-square iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
} .btn-voltar-colecao {
position: absolute;
top: 15px;
left: 15px;
background-color: rgba(255, 255, 255, 0.9);
color: #333333;
padding: 8px 16px;
border-radius: 30px;
text-decoration: none;
font-size: 14px;
font-weight: 600;
z-index: 5;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
transition: all 0.3s ease;
} .btn-voltar-colecao:hover {
background-color: #ffffff;
color: #e26714; box-shadow: 0 4px 10px rgba(0,0,0,0.2);
text-decoration: none;
}.bg-banner-listagem {
padding: 105px 0 190px 0;
background-size: cover !important;
position: relative;
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem {
padding: 55px 0 80px 0;
}
}
.bg-banner-listagem .content-banner-listagem {
max-width: 1240px;
display: block;
margin: 0 auto;
padding: 015px;
}
.bg-banner-listagem .content-banner-listagem .title-banner-listagem {
max-width: 470px;
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem .content-banner-listagem .title-banner-listagem {
max-width: 210px;
}
}
.bg-banner-listagem .content-banner-listagem .title-banner-listagem h1 {
width: 100%;
display: block;
margin: 0 0 25px 0;
font-size: 34px;
letter-spacing: -0.04em;
color: #2B1B1B;
font-family: 'Montserrat', sans-serif;
line-height: 36px;
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem .content-banner-listagem .title-banner-listagem h1 {
font-size: 18px;
font-weight: 300;
line-height: 22px;
}
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem .content-banner-listagem .title-banner-listagem h1 b {
width: 100%;
display: block;
}
}
.bg-banner-listagem .content-banner-listagem .title-banner-listagem p {
font-size: 16px;
color: #575252;
line-height: 26px;
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem .content-banner-listagem .title-banner-listagem p {
display: none;
}
}
.bg-banner-listagem .content-tabs-listagem {
position: absolute;
left: 0;
bottom: 0;
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem .content-tabs-listagem {
width: 100%;
}
}
.bg-banner-listagem .content-tabs-listagem .tabs {
max-width: 500px;
display: flex;
align-items: center;
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem .content-tabs-listagem .tabs {
max-width: 100%;
}
}
.bg-banner-listagem .content-tabs-listagem .tabs li {
padding: 12px 20px;
font-weight: 600;
font-size: 18px;
text-align: center;
letter-spacing: -0.03em;
background: #DC7358;
color: #fff;
cursor: pointer;
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem .content-tabs-listagem .tabs li {
width: 50%;
font-size: 16px;
}
}
.bg-banner-listagem .content-tabs-listagem .tabs li:first-child {
width: 240px;
padding: 12px 60px 12px 20px;
text-align: right;
}
@media only screen and (max-width: 768px) {
.bg-banner-listagem .content-tabs-listagem .tabs li:first-child {
width: 50%;
text-align: center;
padding: 12px 20px;
}
}
.bg-banner-listagem .content-tabs-listagem .tabs li.current {
background: #fff;
color: #DC7358;
}
.bg-content-tabs .tabs-container .tab-content {
display: none;
}
.bg-content-tabs .tabs-container .tab-content.current {
display: block;
}
.bg-content-tabs .bg-filtros {
margin-bottom: 75px;
padding: 20px 0;
background: #FFFFFF;
box-shadow: 10px 24px 24px rgba(100, 73, 67, 0.05);
}
.bg-content-tabs .bg-filtros .bg-menu-filtros {
display: none;
cursor: pointer;
margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
.bg-content-tabs .bg-filtros .bg-menu-filtros {
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(91.59deg, #C85941 -15.32%, #E77B5E 74.16%);
}
}
.bg-content-tabs .bg-filtros .bg-menu-filtros span {
font-weight: bold;
font-size: 16px;
display: flex;
align-items: center;
color: #FFFFFF;
}
.bg-content-tabs .bg-filtros .content-filtros {
max-width: 1240px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 15px;
}
.bg-content-tabs .bg-filtros .content-filtros .filtros {
width: 100%;
}
@media only screen and (max-width: 1024px) {
.bg-content-tabs .bg-filtros .content-filtros .filtros {
width: 100%;
display: none;
}
}
.bg-content-tabs .bg-filtros .content-filtros .filtros select {
width: 22%;
margin-right: 20px;
padding: 15px 40px 15px 15px;
background: #FFFFFF;
border: 1px solid #CDB39E;
box-sizing: border-box;
border-radius: 4px;
font-size: 14px;
color: #7E7272;
}
@media only screen and (max-width: 1024px) {
.bg-content-tabs .bg-filtros .content-filtros .filtros select {
width: 100%;
margin: 0 0 15px 0;
}
}
@media only screen and (max-width: 1024px) {
.bg-content-tabs .bg-filtros .content-filtros .count-products {
display: none;
}
}
.bg-content-tabs .bg-filtros .content-filtros .count-products span {
font-size: 14px;
text-align: right;
letter-spacing: 0.1em;
color: #7E7272;
}
.bg-content-tabs .content-list-products {
max-width: 1225px;
display: block;
margin: 0 auto;
padding: 0 15px;
}
.bg-content-tabs .content-list-products ul {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
list-style: none;
padding: 0;
}
.bg-content-tabs .content-list-products ul li {
width: 290px;
margin: 0 15px 60px 0;
position: relative;
}
.bg-content-tabs .content-list-products ul li:nth-child(4n+4) {
margin-right: 0;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-list-products ul li {
width: 48%;
}
}
@media only screen and (max-width: 500px) {
.bg-content-tabs .content-list-products ul li {
width: 47%;
}
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-list-products ul li:nth-child(2n+2) {
margin-right: 0;
}
}
.bg-content-tabs .content-list-products ul li .tag-vendas {
position: absolute;
top: -16px;
left: 0;
text-align: center;
}
.bg-content-tabs .content-list-products ul li a {
display: block;
margin-bottom: 15px;
}
.bg-content-tabs .content-list-products ul li a img {
max-width: 260px;
display: block;
margin: 0 auto;
border-radius: 4px;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-list-products ul li a img {
width: 100%;
}
}
.bg-content-tabs .content-list-products ul li h3 {
max-width: 260px;
display: block;
margin: 0 auto 10px;
font-size: 16px;
text-transform: capitalize;
color: #2B1B1B;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-list-products ul li h3 {
max-width: 100%;
}
}
.bg-content-tabs .content-list-products ul li .selos {
max-width: 260px;
margin: 0 auto;
display: flex;
align-items: center;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-list-products ul li .selos {
display: flex;
flex-wrap: wrap;
max-width: 100%;
}
}
.bg-content-tabs .content-list-products ul li .selos span {
display: flex;
align-items: center;
margin-right: 15px;
font-size: 12px;
letter-spacing: -0.04em;
color: #7E7272;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-list-products ul li .selos span {
width: auto;
margin: 0 10px 10px 0;
display: flex;
}
}
.bg-content-tabs .content-list-products ul li .selos span img {
margin-right: 5px;
}
.bg-content-tabs .content-tab-colecao {
max-width: 1200px;
display: block;
margin: 70px auto 0;
padding: 0 15px;
}
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
margin: 0 0 140px 0;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao {
flex-wrap: wrap;
margin: 0 0 40px 0;
}
}
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao img {
width: 50%;
margin-right: 2%;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao img {
width: 100%;
margin: 0 0 30px 0;
order: -1;
}
}
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao .text-list-content-tab-colecao {
width: 40%;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao .text-list-content-tab-colecao {
width: 100%;
}
}
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao .text-list-content-tab-colecao h2 {
width: 100%;
display: block;
margin: 0 0 40px 0;
font-weight: 700;
font-size: 34px;
text-align: center;
letter-spacing: -0.02em;
color: #2B1B1B;
font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao .text-list-content-tab-colecao h2 {
font-size: 24px;
}
}
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao .text-list-content-tab-colecao p {
width: 100%;
margin: 0;
display: block;
font-size: 18px;
text-align: center;
color: #7E7272;
line-height: 34px;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .content-tab-colecao .list-content-tab-colecao .text-list-content-tab-colecao p {
font-size: 16px;
line-height: 22px;
}
} .bg-content-tabs .bg-lookbook {
padding: 50px 0 100px 0;
background: #F5F5F3;
}
.bg-content-tabs .bg-lookbook .content-lookbook {
max-width: 1240px;
display: block;
margin: 0 auto;
padding: 0 15px;
}
.bg-content-tabs .bg-lookbook .content-lookbook h3 {
width: 100%;
display: block;
margin: 0 0 50px 0;
font-weight: 700;
font-size: 34px;
letter-spacing: -0.03em;
color: #2B1B1B;
}
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook {
max-width: 1145px;
display: block;
margin: 0 auto;
}
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slider-list-lookbook {
margin-right: 30px;
position: relative;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slider-list-lookbook {
margin-right: 10px;
}
}
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slider-list-lookbook:hover .hover-text-lookbook {
visibility: visible;
opacity: 1;
}
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slider-list-lookbook .hover-text-lookbook {
width: 100%;
position: absolute;
bottom: 200px;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slider-list-lookbook .hover-text-lookbook {
bottom: 90px;
}
}
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slider-list-lookbook .hover-text-lookbook a {
width: 140px;
height: 50px;
display: block;
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
background: #2B1B1B;
font-weight: 500;
font-size: 14px;
text-align: center;
letter-spacing: -0.04em;
color: #FFFFFF;
border-radius: 4px;
line-height: 50px;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slider-list-lookbook .hover-text-lookbook a {
width: 110px;
height: 40px;
line-height: 40px;
}
}
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slider-list-lookbook .hover-text-lookbook a:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 10px 6px;
border-color: transparent transparent #2b1b1b transparent;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: -7px;
}
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slick-prev {
left: -60px;
background: url(//www.nanete.com.br/wp-content/themes/nanete/images/icons/arrow-left-book.png) no-repeat center center;
}
@media only screen and (max-width: 1292px) {
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slick-prev {
display: block !important;
}
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slick-prev {
left: -10px;
z-index: 9;
}
}
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slick-next {
right: -60px;
background: url(//www.nanete.com.br/wp-content/themes/nanete/images/icons/arrow-right-book.png) no-repeat center center;
}
@media only screen and (max-width: 1292px) {
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slick-next {
display: block !important;
}
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .bg-lookbook .content-lookbook .list-lookbook .slick-next {
right: -10px;
}
}
.bg-content-tabs .bg-lookbook .content-lookbook .slick-list {
margin-right: -30px;
}
@media only screen and (max-width: 768px) {
.bg-content-tabs .bg-lookbook .content-lookbook .slick-list {
margin-right: 0;
}
} .fancybox__content img {
max-width: 90vw; max-height: 90vh;
width: auto;
height: auto;
object-fit: contain;
}
.bg-saber-mais {
padding: 110px 0 60px 0;
background: url(//www.nanete.com.br/wp-content/themes/nanete/images/bg-saber-mais.png) no-repeat center center;
background-size: cover !important;
}
@media only screen and (max-width: 1024px) {
.bg-saber-mais {
padding: 60px 0 40px 0;
}
}
.bg-saber-mais .content-saber-mais {
max-width: 1240px;
display: flex;
margin: 0 auto;
align-items: flex-start;
justify-content: space-between;
padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
.bg-saber-mais .content-saber-mais {
flex-wrap: wrap;
}
}
.bg-saber-mais .content-saber-mais h5 {
max-width: 370px;
padding-bottom: 40px;
font-weight: bold;
font-size: 42px;
letter-spacing: -0.04em;
color: #FFFFFF;
border-bottom: 10px solid #FFFFFF;
box-sizing: border-box;
border-radius: 4px;
opacity: 0.5;
line-height: 50px;
}
@media only screen and (max-width: 1024px) {
.bg-saber-mais .content-saber-mais h5 {
max-width: 100%;
margin: 0 0 30px 0;
line-height: 42px;
}
}
.bg-saber-mais .content-saber-mais .form-saber-mais {
max-width: 820px;
}
@media only screen and (max-width: 1024px) {
.bg-saber-mais .content-saber-mais .form-saber-mais {
width: 100%;
max-width: 100%;
}
}
.bg-saber-mais .content-saber-mais .form-saber-mais p {
width: 100%;
display: block;
margin: 0 0 20px 0;
font-size: 20px;
color: #FFFFFF;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group {
flex-wrap: wrap;
}
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group .form-group-saber {
width: 395px;
margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group .form-group-saber {
width: 100%;
margin: 0;
}
}
@media only screen and (max-width: 1024px) {
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group div {
width: 100%;
}
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label {
display: block;
margin: 0 0 14px 0;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label input {
width: 100%;
height: 42px;
padding: 0;
border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 4px;
text-indent: 10px;
color: #7E7272;
font-size: 16px;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
line-height: 42px;
}
@media only screen and (max-width: 1024px) {
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label input {
margin: 0 0 10px 0;
}
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label input::-webkit-input-placeholder {
text-indent: 10px;
color: #7E7272;
font-size: 16px;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label input:-ms-input-placeholder {
text-indent: 10px;
color: #7E7272;
font-size: 16px;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label input::placeholder {
text-indent: 10px;
color: #7E7272;
font-size: 16px;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label textarea {
width: 100%;
height: 153px;
border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 4px;
color: #7E7272;
font-size: 16px;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label textarea::-webkit-input-placeholder {
text-indent: 10px;
color: #7E7272;
font-size: 16px;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label textarea:-ms-input-placeholder {
text-indent: 10px;
color: #7E7272;
font-size: 16px;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group label textarea::placeholder {
text-indent: 10px;
color: #7E7272;
font-size: 16px;
font-weight: 600;
font-family: 'Work Sans', sans-serif;
}
.bg-saber-mais .content-saber-mais .form-saber-mais .form-saber-mais-group .wpcf7-form-control.wpcf7-submit {
width: 127px;
height: 42px;
display: block;
margin-left: auto;
padding: 0;
border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 14px;
cursor: pointer;
font-weight: 700;
background: transparent;
font-size: 16px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
line-height: 42px;
}
.tag-vendas {
width: 123px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: #CDB39E;
border-radius: 2px;
font-weight: 700;
font-size: 14px;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #FFFFFF;
text-shadow: 10px 32px 24px rgba(0, 0, 0, 0.06);
}