/* FOOTER */
.site-footer {
  background-color: var(--c-negro);
  color: var(--c-blanco);
}
  
.site-footer a {
  color: var(--c-blanco);
  transition: all 0.35s ease;
}

.site-footer a:hover {
  color: var(--c-blanco);
  opacity: 0.8;
}

/* .site-footer .tit-footer {
  font-family: var(--f-primaria);
  font-size: 1.25rem;
  font-weight: 500;
} */

.site-footer .footer-widgets-container .inside-footer-widgets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0;
}

.footer-widget-1 {
  width: 100%;
}

.footer-widget-1 p {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.footer-widget-1 .logo-footer {
  width: 120px;
}

.footer-widget-1 .footer-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.footer-widget-1 .footer-col {
  width: 25%;
  height: 100%;
}

.footer-widget-1 .footer-col:first-child {
  width: 15%;
  height: 100%;
}

.footer-widget-1 .footer-col:nth-child(2) {
  width: 35%;
  height: 100%;
  padding: 0 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-widget-1 .footer-col:nth-child(2) a {
  width: fit-content;
}

.footer-widget-1 .footer-col:first-child {
  padding-bottom: 45px;
}

.footer-widget-1 .footer-col:last-child {
  border:0;
}

.footer-widget-1 .footer-row:last-child {
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}

.footer-widget-1 .rrss-footer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 30%;
}

.footer-widget-1 .rrss-footer .ico-rrss:first-child {
  margin-bottom: -5px;
}

.footer-widget-1 .rrss-footer svg {
  width: 28px;
  height: 28px;
}

.footer-widget-1 .rrss-footer svg path,
.footer-widget-1 .rrss-footer svg circle {
  stroke: var(--c-blanco);
  transition: all 0.35s ease;
}

.footer-widget-1 .rrss-footer a:hover svg path,
.footer-widget-1 .rrss-footer a:hover svg circle {
  opacity: 0.8;
}

.footer-widget-1 .logos-kit-digital {
  flex: 0 0 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.footer-widget-1 .logos-kit-digital img {
  display: block;
  max-width: 21%;
  padding: 0 20px;
}

.footer-widget-1  .logos-kit-digital>img:last-child {
  max-width: 15%;
}

.site-footer .inside-site-info {
  padding-top: 0;
}

.site-footer .copyright-bar {
  width: 100%;
}

.site-footer .info-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
}

.site-footer .info-legal p:first-child {
  text-align: left;
}

.site-footer .info-legal p:last-child {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .footer-widget-1 .footer-row {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-widget-1 .footer-row .footer-col {
    flex: 0 0 48%;
  }

  .footer-widget-1 .footer-row .footer-col:first-child {
    order: 1;
  }

  .footer-widget-1 .footer-row .footer-col:nth-child(4) {
    order: 2;
  }

  .footer-widget-1 .footer-row .footer-col:nth-child(2) {
    order: 3;
    gap: 20px;
  }

  .footer-widget-1 .footer-row .footer-col:nth-child(3) {
    order: 4;
  }

  .footer-widget-1 .logos-kit-digital img {
    max-width: 28%;
  }

  .footer-widget-1 .logos-kit-digital img:last-child {
    max-width: 19%;
  }
}

@media screen and (max-width: 900px) {
  .footer-widget-1 .footer-row:last-child {
    flex-wrap: wrap;
  }

  .footer-widget-1 .logos-kit-digital {
    flex: 0 0 100%;
  }
  
  .footer-widget-1 .logos-kit-digital img {
    max-width: 25%;
  }

  .footer-widget-1 .logos-kit-digital img:last-child {
    max-width: 15%;
  }
}

@media screen and (max-width: 768px) {
  .footer-widget-1 .footer-row .footer-col,
  .footer-widget-1 .footer-row .rrss-footer,
  .footer-widget-1 .footer-row .logos-kit-digital {
    flex: 0 0 100%;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
  }

  .footer-widget-1 .logos-kit-digital img {
    max-width: 32%;
  }

  .footer-widget-1 .logos-kit-digital img:last-child {
    max-width: 23%;
  }

  .footer-widget-1 .footer-row .footer-col:nth-child(2) {
    order: 2;
    gap: 10px;
  }

  .footer-widget-1 .footer-row .footer-col:nth-child(4) {
    order: 3;
  }

  .footer-widget-1 .footer-row .footer-col:nth-child(3) {
    order: 4;
  }

  .site-footer .info-legal {
    flex-direction: column;
  }

  .site-footer .info-legal p {
    text-align: center !important;
  }

  .site-footer .info-legal p,
  .site-footer .info-legal p:last-child {
    text-align: center;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 500px) {
  .footer-widgets-container {
    padding-bottom: 15px !important;
  }

  .footer-widget-1 .logos-kit-digital img {
    max-width: 36%;
    padding: 0 8px;
  }

  .footer-widget-1 .logos-kit-digital img:last-child {
    max-width: 28%;
  }
}