.bg-banner-tecnicas {
padding: 100px 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover !important;
text-align: center;
}
.bg-banner-tecnicas h1 {
font-weight: 700;
font-size: clamp(28px, 5vw, 38px); letter-spacing: 0.04em;
color: #FFFFFF;
margin-bottom: 15px;
text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.bg-banner-tecnicas p {
font-size: 18px;
letter-spacing: 0.02em;
color: #FFFFFF;
max-width: 700px;
margin: 0 auto;
}
.catalogo-estampas-wrapper {
background: #F6F4EF;
padding: 60px 0;
}
.container-catalogo {
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
} .container-filtros-geral {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 50px;
}
.tabs-estampas {
display: flex;
gap: 10px;
} .tab-btn, 
.select-colecao, 
.btn-nanete-outline {
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.03em;
border-radius: 30px;
transition: all 0.3s ease;
cursor: pointer;
box-sizing: border-box;
} .tab-btn {
background: #ffffff;
border: 1.5px solid #e26406;
color: #e26406;
padding: 0 25px;
text-transform: capitalize;
}
.tab-btn.active, 
.tab-btn:hover {
background: #e26406;
color: #ffffff;
}
.select-colecao {
appearance: none;
background: #ffffff;
border: 1.5px solid #e26406;
color: #e26406;
padding: 0 40px 0 20px;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23e26406%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 15px center;
background-size: 12px;
} .btn-nanete-outline {
background: #333;
border: 1.5px solid #333;
color: #fff;
padding: 0 25px;
text-transform: uppercase;
font-size: 11px;
}
.btn-nanete-outline:hover {
background: #000;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
} .grid-estampas {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
} .print-item {
transition: 0.3s;
}
.card-estampa {
background: #ffffff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
height: 100%;
}
.img-wrapper {
position: relative; width: 100%;
height: 320px;
overflow: hidden;
}
.img-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.print-item:hover img {
transform: scale(1.08);
} .tag-vendas {
position: absolute; top: 15px;
left: 15px;
z-index: 5;
background: rgba(226, 100, 6, 0.95);
color: #fff;
padding: 6px 12px;
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.05em;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
pointer-events: none;
}
.info-estampa {
padding: 20px;
text-align: center;
}
.info-estampa h3 {
font-size: 17px;
color: #2B1B1B;
margin: 0 0 5px 0;
font-weight: 700;
}
.codigo-estampa {
font-size: 12px;
color: #7E7272;
text-transform: uppercase;
letter-spacing: 0.05em;
} .wrapper-lista-colecoes {
display: flex;
align-items: center; gap: 10px; } .container-filtros-geral {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center; gap: 20px;
margin-bottom: 50px;
} .btn-nanete-outline {
margin-left: 0 !important; white-space: nowrap; }
@media (max-width: 768px) { .catalogo-estampas-wrapper {
overflow-x: hidden;
padding: 40px 0;
}
.container-filtros-geral {
flex-direction: column;
align-items: center;
gap: 15px;
width: 100%;
}  .wrapper-lista-colecoes {
order: 1;
display: flex;
flex-direction: column; width: 100%;
gap: 10px;
} .select-colecao {
order: 1;
width: 100%;
max-width: 100%;
} .tabs-estampas {
order: 2;
width: 100%;
display: flex;
gap: 8px; justify-content: space-between;
} .tab-btn {
flex: 1; padding: 0 5px;
font-size: 11px; height: 38px; white-space: nowrap;
}  #btn-sobre-colecao {
order: 3; 
width: 100%;
margin-left: 0 !important;
height: 40px;
}
} #modal-colecao {
display: none;
max-width: 1100px;
width: 95%;
border-radius: 12px;
overflow: hidden;
background: #fff;
box-shadow: 0 25px 50px rgba(0,0,0,0.2);
} .modal-banner-wrap {
width: 100%; height: auto !important; aspect-ratio: 3000 / 1688; background-size: contain; background-position: center center;
background-repeat: no-repeat;
background-color: #f6f4ef; border-bottom: 1px solid #eee;
} .modal-content-wrap {
padding: 40px; background-color: #ffffff;
} .modal-titulo {
font-size: 28px;
font-weight: 800; color: #222222; text-transform: uppercase;
margin-top: 0;
margin-bottom: 25px;
padding-bottom: 12px;
position: relative;
} .modal-titulo::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 60px; height: 4px; background-color: #e26406; border-radius: 2px;
} .modal-descricao {
font-size: 18px;
line-height: 1.7; color: #555555; } .modal-descricao p {
margin-bottom: 15px;
} @media (max-width: 768px) {
.modal-content-wrap {
padding: 25px;
}
.modal-titulo {
font-size: 22px;
margin-bottom: 20px;
}
.modal-descricao {
font-size: 15px;
line-height: 1.6;
}
}