.elementor-2131 .elementor-element.elementor-element-c194eba{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2131 .elementor-element.elementor-element-c194eba:not(.elementor-motion-effects-element-type-background), .elementor-2131 .elementor-element.elementor-element-c194eba > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050505;}.elementor-2131 .elementor-element.elementor-element-e48fe81{width:100%;max-width:100%;}.elementor-2131 .elementor-element.elementor-element-e48fe81 > .elementor-widget-container{background-image:url("https://simtecimpresoras.cl/wp-content/uploads/2025/07/ChatGPT-Image-18-jul-2025-08_02_51-p.m.png");background-size:cover;}.elementor-2131 .elementor-element.elementor-element-e48fe81.elementor-element{--align-self:stretch;--order:99999 /* order end hack */;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-2131 .elementor-element.elementor-element-c194eba{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e48fe81 */.simtec-footer {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px 60px 20px 60px;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  width: 100%;
}

.footer-columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;            /* menor separación para mejor distribución en 4 columnas */
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer-title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 6px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -10px;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column i {
  margin-right: 8px;
  color: white;
}

.footer-logo {
  margin-top: -35px;
  max-width: 180px;
  height: auto;
  transform: scale(0.9);
  transform-origin: top left;
  margin-left: -20px;
}

.footer-description {
  margin-top: -7px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  opacity: 0.8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 40px;
    padding: 0 20px;
  }
.footer-column p {
  word-break: break-word;
  overflow-wrap: break-word;
}

.footer-column p i {
  vertical-align: middle;
  margin-right: 8px;
}

.footer-column p:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .footer-column {
    min-width: unset;
    width: 100%;
    max-width: 400px;
  }

  .footer-logo {
    margin-left: 0;
    transform-origin: center;
    transform: scale(0.95);
    margin-top: 10px;
  }

  .footer-title {
    font-size: 18px;
    padding: 8px 16px;
  }

  .footer-description {
    margin-bottom: 15px;
  }

  .footer-column ul {
    margin-top: 5px;
  }

  .footer-bottom {
    font-size: 13px;
    padding: 20px 10px 10px 10px;
  }
}
.footer-contact-row {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.footer-contact-row i {
  margin-right: 8px;
  flex-shrink: 0;
}

.contact-email {
  overflow: hidden;
  text-overflow: ellipsis;
}
.simtec-footer a {
  color: #ffffff; /* blanco por defecto */
  text-decoration: none;
  transition: color 0.3s ease;
}

.simtec-footer a:hover {
  color: #ffffff; /* cian neón o el que prefieras para hover */
  text-decoration: underline;
}

.simtec-footer .footer-column ul li a {
  font-weight: normal;
  font-size: 15px;
}

.simtec-footer .footer-column ul li a i {
  color: white;
}/* End custom CSS */