.site-footer {
  background: var(--c-negro);
}

.site-info {
  background-color: var(--c-negro) !important;
  color: var(--c-blanco);
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0 !important;
}

.footer-widgets-container {
  padding-top: 60px!important;
  padding-bottom: 20px!important;
}

.footer-widget-1 aside {
  padding-left: 0 !important;
  padding-right: 40px !important;
}

.footer-widget-2,
.footer-widget-3 {
  border-left: 2px solid var(--c-blanco);
  padding-right: 40px;
}

.datos-footer .widget-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--c-blanco);
  margin-bottom: 15px;
}

.datos-footer .footer-col a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  color: var(--c-blanco);
  font-size: 1em;
}

.datos-footer .footer-col a:hover {
  color: var(--c-verde-03);
}

.datos-footer>.footer-col:not(:last-child) {
  margin-bottom: 20px;
}

.datos-footer .footer-col img {
  max-width: 30px;
  margin-right: 15px;
  align-self: flex-start;
}

.copyright-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#legales-footer a {
  padding: 0 0.8rem;
  text-decoration: none;
  color: var(--c-blanco);
  transition: all 0.3s ease !important;
}

#legales-footer a:hover {
  color: var(--c-verde-03);
}

/* LOGOS KIT DIGITAL */

.logos-kit-digital {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 40px 20px;
}

.logos-kit-digital img {
  display: block;
  max-width: 240px;
  padding: 0 30px;
}

.logos-kit-digital>img:last-child {
  max-width: 215px;
}


@media screen and (max-width: 1024px) {

  /* LOGOS KIT DIGITAL */

  .logos-kit-digital img {
    max-width: 200px;
  }

  .logos-kit-digital>img:last-child {
    max-width: 160px;
  }

  .inside-footer-widgets {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .site-footer .footer-widgets-container .inner-padding {
    padding: 0 !important;
  } 

  .footer-widget-1 {
    flex: 0 0 100% !important;
    margin-bottom: 30px;
  }

  .footer-widget-1 aside {
    padding: 0 !important;
  }

  .footer-widget-2 {
    border-left: none;
    justify-content: flex-end !important;
  }

  .footer-widget-3 {
    padding-left: 40px;
    padding-right: 0;
  }

  .footer-widget-1>aside {
    text-align: center;
  }

  .footer-widget-1>aside img {
    max-width: 270px !important;
  }

}

@media screen and (max-width: 768px) {

  /* .inside-footer-widgets {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .footer-widget-1 {
    flex: 0 0 100% !important;
  }

  .footer-widget-1 aside {
    padding: 0 !important;
  }

  .footer-widget-2 {
    border-left: none;
  }

  .footer-widget-3 {
    padding-left: 40px;
    padding-right: 0;
  }

  .footer-widget-1>aside {
    text-align: center;
  }

  .footer-widget-1>aside img {
    max-width: 270px !important;
  } */

  .footer-widgets-container {
    padding-bottom: 0px!important;
  }
}

@media screen and (max-width: 600px) {

  .datos-footer .footer-col a {
    justify-content: center;
  }

  .footer-widget-1 {
    margin-bottom: 20px !important;
  }

  .footer-widget-2,
  .footer-widget-3 {
    padding: 0;
    border: none;
    text-align: center;
  }
  
  .footer-widget-2 img,
  .footer-widget-3 img{
    display: none;

  }


  .copyright-bar {
    display: block;
  }

  #legales-footer a {
    padding: 0;
  }

  /* LOGOS KIT DIGITAL */

  .logos-kit-digital img {
    max-width: 190px;
    padding-bottom: 20px;
    /* padding: 10px 5px; */
  }

  .logos-kit-digital>img:last-child {
    max-width: 140px;
  }
}