/* Fotografia real para a página de Estrutura. */
.infrastructure-page .facility-card,
.infrastructure-page .tech-card {
  overflow: hidden;
}

.infrastructure-page .facility-card::before,
.infrastructure-page .tech-card::before {
  content: "";
  display: block;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.infrastructure-page .facility-card::before {
  background-image: url('/assets/estrutura-armazem-wms-real.png');
}

.infrastructure-page .tech-card .tech-icon {
  display: none !important;
}

.infrastructure-page .tech-card::before {
  height: 145px;
  margin: -32px -32px 22px;
}

.infrastructure-page .tech-card:nth-child(1)::before { background-image: url('/assets/estrutura-armazem-wms-real.png'); }
.infrastructure-page .tech-card:nth-child(2)::before { background-image: url('/assets/estrutura-rastreamento-real.png'); }
.infrastructure-page .tech-card:nth-child(3)::before { background-image: url('/assets/estrutura-operacao-real.png'); }
.infrastructure-page .tech-card:nth-child(4)::before { background-image: url('/assets/estrutura-rastreamento-real.png'); }
.infrastructure-page .tech-card:nth-child(5)::before { background-image: url('/assets/estrutura-operacao-real.png'); }
.infrastructure-page .tech-card:nth-child(6)::before { background-image: url('/assets/estrutura-armazem-wms-real.png'); }

@media (max-width: 768px) {
  .infrastructure-page .facility-card::before { height: 155px; }
  .infrastructure-page .tech-card::before { height: 125px; margin: -24px -24px 18px; }
}
