.elementor-232 .elementor-element.elementor-element-8b8b323{--display:flex;--min-height:0px;--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;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-232 .elementor-element.elementor-element-8b8b323:not(.elementor-motion-effects-element-type-background), .elementor-232 .elementor-element.elementor-element-8b8b323 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#252D4F;}.elementor-232 .elementor-element.elementor-element-e60154e{--display:flex;}.elementor-232 .elementor-element.elementor-element-25b5f79{--display:flex;}.elementor-232 .elementor-element.elementor-element-25b5f79:not(.elementor-motion-effects-element-type-background), .elementor-232 .elementor-element.elementor-element-25b5f79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-232 .elementor-element.elementor-element-8b8b323{--content-width:1200px;}}/* Start custom CSS for container, class: .elementor-element-8b8b323 *//* ========================================================= */
/* FOOTER SIMPLE SIN FONDO (LOGO CONTROLADO)                 */
/* ========================================================= */

.footer-simple {
  width: 100%;
  background: transparent !important;
  padding: 30px 20px;
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  color: #ffffff;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.footer-col p {
  margin: 2px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  line-height: 1.4;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #e6789e;
}

.footer-col--left { text-align: left; }
.footer-col--center { text-align: center; }
.footer-col--right { text-align: right; }

/* Control exacto del tamaño del logo */
.footer-logo {
  max-width: 150px !important;* 
  width: 100%;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

/* Responsive Móvil */
@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .footer-col--left,
  .footer-col--center,
  .footer-col--right {
    text-align: center;
  }

  .footer-logo {
    max-width: 100px;
  }
}/* End custom CSS */