Caixas Termicas

Mostrando todos os 33 resultados

.pyro-thermal-showcase {
–pyro-brand-red: #ed1c24;
–pyro-deep-red: #b91017;
–pyro-dark: #111318;
–pyro-text: #252931;
–pyro-muted: #626975;
–pyro-border: #e5e8ed;
–pyro-soft: #f6f7f9;
–pyro-soft-red: #fff1f2;
–pyro-white: #ffffff;
–pyro-radius-large: 24px;
–pyro-radius-medium: 17px;
width: 100%;
max-width: 1240px;
margin: 24px auto 44px;
color: var(–pyro-text);
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Arial, sans-serif;
font-size: 16px;
line-height: 1.6;
}

.pyro-thermal-showcase,
.pyro-thermal-showcase * {
box-sizing: border-box;
}

.pyro-thermal-showcase svg {
display: block;
}

.pyro-thermal-showcase .pyro-showcase-hero {
position: relative;
isolation: isolate;
overflow: hidden;
display: grid;
grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
gap: clamp(28px, 4vw, 50px);
align-items: center;
padding: clamp(32px, 4.6vw, 56px);
border-radius: var(–pyro-radius-large);
color: var(–pyro-white);
background:
radial-gradient(circle at 91% 12%, rgba(237, 28, 36, 0.34) 0%, rgba(237, 28, 36, 0) 33%),
linear-gradient(132deg, #0f1115 0%, #1a1d23 62%, #310d11 100%);
box-shadow: 0 18px 48px rgba(17, 19, 24, 0.12);
}

.pyro-thermal-showcase .pyro-showcase-hero::before {
content: “”;
position: absolute;
z-index: -1;
width: 260px;
height: 260px;
right: -135px;
bottom: -155px;
border: 34px solid rgba(255, 255, 255, 0.055);
border-radius: 999px;
}

.pyro-thermal-showcase .pyro-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin: 0 0 14px;
color: #ffd7d9;
font-size: 0.76rem;
font-weight: 800;
letter-spacing: 0.13em;
line-height: 1.3;
text-transform: uppercase;
}

.pyro-thermal-showcase .pyro-eyebrow::before {
content: “”;
width: 28px;
height: 3px;
border-radius: 99px;
background: var(–pyro-brand-red);
}

.pyro-thermal-showcase .pyro-showcase-hero h2 {
max-width: 790px;
margin: 0;
color: var(–pyro-white);
font-size: clamp(2rem, 4.1vw, 3.5rem);
font-weight: 850;
letter-spacing: -0.043em;
line-height: 1.04;
}

.pyro-thermal-showcase .pyro-showcase-hero h2 span {
color: #ff5f65;
}

.pyro-thermal-showcase .pyro-hero-text {
max-width: 760px;
margin: 18px 0 0;
color: #dadde3;
font-size: clamp(0.98rem, 1.35vw, 1.08rem);
line-height: 1.7;
}

.pyro-thermal-showcase .pyro-hero-summary {
display: grid;
gap: 1px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.13);
border-radius: 18px;
background: rgba(255, 255, 255, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pyro-thermal-showcase .pyro-summary-item {
display: grid;
grid-template-columns: 36px 1fr;
gap: 12px;
align-items: center;
padding: 16px 17px;
background: rgba(10, 12, 15, 0.18);
}

.pyro-thermal-showcase .pyro-summary-icon {
display: inline-grid;
width: 34px;
height: 34px;
place-items: center;
border-radius: 10px;
color: var(–pyro-white);
background: rgba(185, 16, 23, 0.96);
}

.pyro-thermal-showcase .pyro-summary-item strong {
display: block;
color: var(–pyro-white);
font-size: 0.9rem;
line-height: 1.25;
}

.pyro-thermal-showcase .pyro-summary-caption {
display: block;
margin-top: 2px;
color: #cfd3da;
font-size: 0.78rem;
line-height: 1.38;
}

.pyro-thermal-showcase .pyro-section {
padding: clamp(42px, 6vw, 68px) clamp(3px, 1vw, 12px) 0;
}

.pyro-thermal-showcase .pyro-section-heading {
max-width: 780px;
margin-bottom: 26px;
}

.pyro-thermal-showcase .pyro-kicker {
display: block;
margin-bottom: 7px;
color: var(–pyro-deep-red);
font-size: 0.75rem;
font-weight: 850;
letter-spacing: 0.13em;
text-transform: uppercase;
}

.pyro-thermal-showcase .pyro-section-heading h3,
.pyro-thermal-showcase .pyro-info-panel h3 {
margin: 0;
color: var(–pyro-dark);
font-size: clamp(1.55rem, 2.8vw, 2.25rem);
font-weight: 850;
letter-spacing: -0.033em;
line-height: 1.13;
}

.pyro-thermal-showcase .pyro-section-heading p,
.pyro-thermal-showcase .pyro-info-panel > p {
margin: 11px 0 0;
color: var(–pyro-muted);
}

.pyro-thermal-showcase .pyro-product-lines {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 17px;
}

.pyro-thermal-showcase .pyro-line-card {
position: relative;
overflow: hidden;
min-height: 238px;
padding: 24px;
border: 1px solid var(–pyro-border);
border-radius: var(–pyro-radius-medium);
background: var(–pyro-white);
box-shadow: 0 9px 28px rgba(17, 19, 24, 0.055);
}

.pyro-thermal-showcase .pyro-line-card::after {
content: “”;
position: absolute;
width: 132px;
height: 132px;
right: -78px;
bottom: -78px;
border-radius: 999px;
background: rgba(237, 28, 36, 0.065);
}

.pyro-thermal-showcase .pyro-line-icon {
display: inline-grid;
width: 48px;
height: 48px;
margin-bottom: 20px;
place-items: center;
border-radius: 14px;
color: var(–pyro-deep-red);
background: var(–pyro-soft-red);
}

.pyro-thermal-showcase .pyro-line-label {
display: inline-block;
margin-bottom: 8px;
color: var(–pyro-deep-red);
font-size: 0.69rem;
font-weight: 850;
letter-spacing: 0.09em;
text-transform: uppercase;
}

.pyro-thermal-showcase .pyro-line-card h4 {
margin: 0;
color: var(–pyro-dark);
font-size: 1.15rem;
font-weight: 830;
line-height: 1.28;
}

.pyro-thermal-showcase .pyro-line-card p {
position: relative;
z-index: 1;
margin: 9px 0 0;
color: var(–pyro-muted);
font-size: 0.91rem;
line-height: 1.56;
}

.pyro-thermal-showcase .pyro-capacity-band {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1px;
overflow: hidden;
margin-top: 17px;
border: 1px solid var(–pyro-border);
border-radius: 15px;
background: var(–pyro-border);
}

.pyro-thermal-showcase .pyro-capacity-item {
padding: 18px 20px;
background: var(–pyro-soft);
}

.pyro-thermal-showcase .pyro-capacity-item strong {
display: block;
margin-bottom: 3px;
color: var(–pyro-dark);
font-size: 0.9rem;
}

.pyro-thermal-showcase .pyro-capacity-item span {
display: block;
color: var(–pyro-muted);
font-size: 0.8rem;
line-height: 1.42;
}

.pyro-thermal-showcase .pyro-information-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 17px;
}

.pyro-thermal-showcase .pyro-info-panel {
padding: clamp(26px, 4vw, 38px);
border: 1px solid var(–pyro-border);
border-radius: var(–pyro-radius-large);
background: linear-gradient(145deg, #ffffff 0%, #fafbfc 100%);
}

.pyro-thermal-showcase .pyro-criteria-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin-top: 21px;
}

.pyro-thermal-showcase .pyro-criterion {
padding: 17px;
border-radius: 13px;
background: var(–pyro-soft);
}

.pyro-thermal-showcase .pyro-criterion-number {
display: inline-grid;
width: 29px;
height: 29px;
margin-bottom: 10px;
place-items: center;
border-radius: 9px;
color: var(–pyro-white);
background: var(–pyro-deep-red);
font-size: 0.74rem;
font-weight: 850;
}

.pyro-thermal-showcase .pyro-criterion strong {
display: block;
margin-bottom: 4px;
color: var(–pyro-dark);
font-size: 0.88rem;
line-height: 1.3;
}

.pyro-thermal-showcase .pyro-criterion span:last-child {
display: block;
color: var(–pyro-muted);
font-size: 0.79rem;
line-height: 1.45;
}

.pyro-thermal-showcase .pyro-applications {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin: 21px 0 0;
padding: 0;
list-style: none;
}

.pyro-thermal-showcase .pyro-applications li {
padding: 9px 12px;
border: 1px solid var(–pyro-border);
border-radius: 999px;
color: #3a3f48;
background: var(–pyro-white);
font-size: 0.8rem;
font-weight: 700;
}

.pyro-thermal-showcase .pyro-technical-note {
display: grid;
grid-template-columns: 39px 1fr;
gap: 13px;
align-items: start;
margin-top: 20px;
padding: 17px;
border: 1px solid #efd3d5;
border-radius: 14px;
background: #fff7f7;
}

.pyro-thermal-showcase .pyro-note-symbol {
display: inline-grid;
width: 38px;
height: 38px;
place-items: center;
border-radius: 11px;
color: var(–pyro-deep-red);
background: #ffe1e3;
font-weight: 900;
}

.pyro-thermal-showcase .pyro-technical-note strong {
display: block;
margin-bottom: 3px;
color: #442326;
font-size: 0.88rem;
}

.pyro-thermal-showcase .pyro-technical-note p {
margin: 0;
color: #68494c;
font-size: 0.79rem;
line-height: 1.52;
}

@media (max-width: 920px) {
.pyro-thermal-showcase .pyro-showcase-hero {
grid-template-columns: 1fr;
}

.pyro-thermal-showcase .pyro-hero-summary {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pyro-thermal-showcase .pyro-summary-item {
grid-template-columns: 32px 1fr;
padding: 14px;
}

.pyro-thermal-showcase .pyro-information-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
.pyro-thermal-showcase .pyro-product-lines {
grid-template-columns: 1fr;
}

.pyro-thermal-showcase .pyro-line-card {
min-height: auto;
}

.pyro-thermal-showcase .pyro-capacity-band,
.pyro-thermal-showcase .pyro-hero-summary {
grid-template-columns: 1fr;
}

.pyro-thermal-showcase .pyro-summary-item {
min-height: 66px;
}
}

@media (max-width: 520px) {
.pyro-thermal-showcase {
margin-top: 16px;
margin-bottom: 34px;
font-size: 15px;
}

.pyro-thermal-showcase .pyro-showcase-hero {
gap: 24px;
padding: 28px 21px;
border-radius: 19px;
}

.pyro-thermal-showcase .pyro-showcase-hero h2 {
font-size: clamp(1.9rem, 10.5vw, 2.7rem);
}

.pyro-thermal-showcase .pyro-section {
padding-top: 38px;
}

.pyro-thermal-showcase .pyro-line-card {
padding: 21px;
}

.pyro-thermal-showcase .pyro-info-panel {
padding: 24px 20px;
border-radius: 19px;
}

.pyro-thermal-showcase .pyro-criteria-list {
grid-template-columns: 1fr;
}
}

PYROMED® | SOLUÇÕES TÉRMICAS

Caixas térmicas para conservação, transporte e monitoramento de temperatura

Uma linha desenvolvida para diferentes volumes e rotinas, reunindo caixas térmicas com
termômetro, modelos sem termômetro e elementos refrigerantes reutilizáveis para aplicações
profissionais e cotidianas.



Com termômetro
Monitoramento integrado


Sem termômetro
Conservação versátil


Gelo reutilizável
Refrigeração complementar

Linhas de produtos

Soluções para diferentes necessidades de conservação térmica

As configurações variam conforme a capacidade, o nível de monitoramento necessário e os
recursos construtivos disponíveis em cada modelo.

Modelos compactos
Para menores volumes e rotinas que priorizam portabilidade.
Capacidade intermediária
Equilíbrio entre espaço interno e facilidade de movimentação.
Alta capacidade
Opções para grandes cargas e operações de maior demanda.

Critérios de seleção

O que diferencia cada configuração

A escolha deve considerar o conjunto da operação, e não apenas a capacidade nominal da caixa.

01
Volume útil
Espaço para carga, organização interna e elementos refrigerantes.
02
Monitoramento
Necessidade de termômetro integrado ou instrumento separado.
03
Movimentação
Peso, dimensões, alças, rodas e frequência de transporte.
04
Condições de uso
Tempo, ambiente, abertura da tampa e temperatura inicial da carga.

Aplicações

Utilização profissional e cotidiana

As caixas térmicas podem atender diferentes contextos, desde que a configuração seja
compatível com o conteúdo transportado e os requisitos de cada processo.

  • Clínicas
  • Laboratórios
  • Farmácias
  • Coletas e amostras
  • Alimentos e bebidas
  • Eventos
  • Logística refrigerada
  • Viagens
  • Acampamentos
  • Uso doméstico

Aplicações com requisitos críticos

Em saúde, laboratório ou transporte de produtos sensíveis, a caixa deve integrar um
processo previamente definido e validado, considerando carga, acondicionamento,
elemento refrigerante, tempo de transporte e monitoramento.