.elementor-1955 .elementor-element.elementor-element-954337f:not(.elementor-motion-effects-element-type-background), .elementor-1955 .elementor-element.elementor-element-954337f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#222222;}.elementor-1955 .elementor-element.elementor-element-954337f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1955 .elementor-element.elementor-element-954337f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1955 .elementor-element.elementor-element-3f94b99d > .elementor-widget-container{padding:2% 0% 0% 0%;}.elementor-1955 .elementor-element.elementor-element-3f94b99d{color:#E4E4E4;}.elementor-1955 .elementor-element.elementor-element-3cf14c87{--grid-template-columns:repeat(0, auto);--icon-size:23px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-1955 .elementor-element.elementor-element-3cf14c87 .elementor-widget-container{text-align:center;}.elementor-1955 .elementor-element.elementor-element-3cf14c87 > .elementor-widget-container{margin:-2% 0% 0% 0%;}.elementor-1955 .elementor-element.elementor-element-3cf14c87 .elementor-social-icon{background-color:#222222;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-1955 .elementor-element.elementor-element-3cf14c87 .elementor-widget-container{text-align:center;}.elementor-1955 .elementor-element.elementor-element-3cf14c87 > .elementor-widget-container{margin:-4% 0% 3% 0%;}}@media(max-width:767px){.elementor-1955 .elementor-element.elementor-element-3cf14c87 .elementor-widget-container{text-align:center;}.elementor-1955 .elementor-element.elementor-element-3cf14c87 > .elementor-widget-container{margin:-12% 0% 6% 0%;}}/* Start custom CSS for text-editor, class: .elementor-element-3f94b99d */a {
    background-color: transparent;
    text-decoration: none;
    color: #bdbdbd;
}

a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #bdbdbd;
}

  .footer-section {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ececec;
    text-align: center;
    padding: 20px 10px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
  }

  .footer-links a {
    color: #ececec;
    text-decoration: none;
  }

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

  /* Enlaces principales con mayor tamaño */
  .footer-links.primary a {
    font-size: 16px;
  }

  /* Enlaces legales */
  .footer-links.secondary a {
    font-size: 14px;
  }

  .footer-separator {
    color: #ececec;
    margin: 0 6px;
  }

  .footer-divider {
    width: 80%;
    margin: 10px auto;
    border-top: 1px solid #444;
  }

  .footer-copy {
    font-size: 13px;
    margin-top: 10px;
      color: #ffffff !important;

  }

  /* Responsive para móviles */
  @media (max-width: 600px) {
    .footer-links {
      flex-direction: column;
      gap: 6px;
    }

    .footer-separator {
      display: none;
    }
  }/* End custom CSS */