.elementor-10400 .elementor-element.elementor-element-4f4782ea{--display:flex;}.elementor-10400 .elementor-element.elementor-element-4f4782ea:not(.elementor-motion-effects-element-type-background), .elementor-10400 .elementor-element.elementor-element-4f4782ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.thermic-comfort.com/wp-content/uploads/2025/10/Fondo-footer-Thermic-Comfort-scaled-1.png");background-size:cover;}.elementor-10400 .elementor-element.elementor-element-4f4782ea.e-con{--align-self:center;--flex-grow:0;--flex-shrink:1;}.elementor-10400 .elementor-element.elementor-element-52a99753.elementor-element{--align-self:center;--order:-99999 /* order start hack */;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-10400 .elementor-element.elementor-element-4f4782ea:not(.elementor-motion-effects-element-type-background), .elementor-10400 .elementor-element.elementor-element-4f4782ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.thermic-comfort.com/wp-content/uploads/2025/05/Fondo-footer-Thermic-Comfort-scaled.png");}.elementor-10400 .elementor-element.elementor-element-4f4782ea{--content-width:502px;--min-height:315px;}}/* Start custom CSS for html, class: .elementor-element-52a99753 */.custom-footer {
  background-color: transparent;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-top {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 50px;
  min-width: 180px;
}

/* Estilo acordeón */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 100%;
  padding: 0;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion.active .accordion-content {
  max-height: 500px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column img {
  vertical-align: middle;
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.social-icons img {
  width: 24px;
  margin-right: 10px;
}

/* Footer bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Separadores */
.separator {
  margin: 0 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 25px;
  }

  .footer-top {
    margin-bottom: 20px;
  }

  /* Footer bottom en columna y sin separadores */
  .footer-bottom p {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .footer-bottom .separator {
    display: none; /* Oculta | en móviles */
  }

  /* Contraer redes sociales en móviles */
  .social-icons {
    display: none;
  }
}/* End custom CSS */