.ferpel-header {
  background-color: #ef6c00;
  padding: 1rem 2rem;
}

.ferpel-logo {
  height: 60px;
}

.brand-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-section img {
  width: 100%;
  height: auto;
  display: block;
}

.product-card {
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  text-align: center;
  background-color: #fff;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card img {
  max-width: 100%;
  max-height: 120px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.product-card p {
  font-size: 0.95rem;
  min-height: 48px;
}

.product-card .btn {
  background: linear-gradient(to right, #f57c00, #ef6c00);
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
}

.filter-input {
  background-color: #f0f0f0;
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 300px;
  margin-bottom: 2rem;
}

/* Responsividade */
@media (max-width: 576px) {
  .product-card img {
    max-height: 90px;
  }

  .product-card {
    padding: 0.75rem;
  }

  .product-card p {
    font-size: 0.85rem;
    min-height: 40px;
  }

  .product-card .btn {
    font-size: 0.9rem;
    padding: 0.4rem 1.2rem;
  }
}
.footer-ferpel {
  border-top: 10px solid #ef6c00;
  background-color: #fff;
}

.footer-title {
  color: #ef6c00;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.footer-contact-title {
  color: #ef6c00;
  font-size: 1.75rem;
  font-weight: bold;
}

.footer-licencas {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.footer-pagamentos {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.footer-icon-sm {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.footer-text {
  font-size: 1rem;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 576px) {
  .footer-contact-title {
    font-size: 1.5rem;
  }

  .footer-text {
    justify-content: center;
  }
}

.footer-contact-title {
  color: #ef6c00;
  font-size: 2rem;
  font-weight: bold;
}

.footer-icon-link {
  font-size: 1.5rem;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-icon-link:hover {
  color: #ef6c00;
}

.footer-text {
  font-size: 1rem;
  color: #555;
  display: flex;
  align-items: center;
}

.footer-text i {
  color: #555;
  font-size: 1.1rem;
}

@media (max-width: 576px) {
  .footer-contact-title {
    font-size: 1.5rem;
  }

  .footer-text {
    justify-content: center;
    text-align: center;
    font-size: 0.95rem;
  }

  .footer-icon-link {
    font-size: 1.3rem;
  }
}

.text-orange {
  color: #ef6c00;
}

.btn-orcar {
  background: linear-gradient(to right, #f57c00, #ef6c00);
  color: #fff;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  padding: 0.6rem 2rem;
  transition: 0.3s ease;
}

.btn-orcar:hover {
  opacity: 0.9;
}

.btn-close-custom {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #999;
  z-index: 10;
  transition: color 0.3s ease;
}

.btn-close-custom:hover {
  color: #ef6c00;
}
