.elementor-2847 .elementor-element.elementor-element-8f10c34{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2847 .elementor-element.elementor-element-8f10c34{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5eee27c */@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Raleway:wght@500;600&display=swap');

  .idico-footer {
    background-color: #0a0f19;
    color: white;
    font-family: 'DM Sans', sans-serif;
    padding: 40px 100px;
  }
  .idico-footer h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  .footer-column {
    flex: 1 1 220px;
    min-width: 220px;
  }
  .footer-menu, .footer-menu .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-menu > li {
    margin-bottom: 10px;
  }
  .footer-menu a,
  .tp-footer-main-location a,
  .tp-footer-main-mail a,
  .tp-footer-author-thumb a,
  .tp-footer-widget-social a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
  }
  .footer-menu a:hover,
  .tp-footer-main-location a:hover,
  .tp-footer-main-mail a:hover,
  .tp-footer-author-thumb a:hover,
  .tp-footer-widget-social a:hover {
    color: #fa4616;
  }
  .footer-menu .submenu {
    margin-left: 15px;
    margin-top: 5px;
  }
  .tp-footer-widget-social a {
    margin-right: 10px;
    font-size: 18px;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #bbb;
  }
  .tp-footer-logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 15px;
  }
  .tp-footer-author-thumb img {
    max-width: 150px;
    height: auto;
  }
  .footer-social-section {
    margin-top: 40px;
    text-align: center;
  }
  .footer-social-section h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
  }
  
  .idico-footer-menu, .idico-footer-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.idico-footer-menu > li {
  margin-bottom: 10px;
  position: relative;
}

.idico-footer-menu a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.idico-footer-menu a:hover {
  color: #fa4616; /* Naranja IDICO */
}

/* Submenú */
.idico-footer-submenu {
  margin-left: 15px;
  margin-top: 5px;
}

.idico-footer-submenu li {
  margin-bottom: 5px;
}
  @media(max-width: 768px) {
    .idico-footer {
      padding: 40px 30px;
    }
    .footer-container {
      flex-direction: column;
      gap: 30px;
    }
    .footer-column {
      text-align: center;
    }
    .tp-footer-widget-social {
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 10px;
    }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8f10c34 */.container-footer-general{
    padding: 0;
}/* End custom CSS */