.elementor-137 .elementor-element.elementor-element-f70ff65{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-591c96d *//* === FOOTER PC DOCTOR === */
.footer-pcdoctor {
  background: #0d0d0d;
  color: #ccc;
  font-family: 'Poppins', sans-serif;
  padding: 50px 0 25px;
}

/* Contenedor principal */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

/* Secciones */
.footer-section h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}

.footer-section h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #0078ff;
  display: block;
  margin-top: 5px;
}

/* Contacto */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.contact-list i {
  color: #0078ff;
  margin-right: 10px;
}

/* Redes sociales */
.social-links a {
  color: #ccc;
  font-size: 22px;
  margin-right: 15px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  color: #0078ff;
  transform: translateY(-3px);
}

/* Botón WhatsApp */
.btn-whatsapp {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 12px;
  transition: background 0.2s ease;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}

/* Botón descarga remota */
.btn-remote {
  display: inline-block;
  background: #0078ff;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.btn-remote:hover {
  background: #005ec7;
}

/* Pie inferior */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #222;
  padding-top: 20px;
  margin-top: 40px;
  color: #777;
  font-size: 14px;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-section {
    width: 100%;
  }
  .social-links a {
    margin: 0 8px;
  }
}/* End custom CSS */