
.footer-widgets-container {
  padding: 40px;
  background-color: var(--c-primario);
  color: var(--c-blanco) !important;
  text-align: center;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0;
  width: 100%;
}

.footer-widget-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bloque-1 .col-1 img {
  max-width: 350px;
  height: auto;
}

.subtitulo-ft {
  font-family: 'Noto Serif JP', serif;
  font-size: 25px;
  padding-block: 10px;
  line-height: normal;
  margin: 0;
}


.bloque-1 {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
  width: 100%;
  padding-bottom: 40px;
  
}

/* --- Columna 1 --- */
.bloque-1 .col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bloque-1 .col-1 img {
  max-width: 350px;
  padding-bottom: 30px;
}

.bloque-1 .col-1 .subtitulo-ft {
  margin-top: auto;
}


.bloque-1 .col-2 {
  display: flex;
  flex-direction: column;

  align-items: flex-end;
  text-align: right;
  gap: 24px; /* o el valor que quieras */
}


.bloque-1 .col-2 .bloque-logos {
    display: flex;
    gap: 30px;
    align-items: start;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.bloque-1 .col-2 .bloque-logos img:last-child {
  max-height: 75px;
  width: auto;
  height: auto;
}

.bloque-1 .col-2 .bloque-logos img:first-child{
  max-height:55px;
  width: auto;
  height: auto;
}


.bloque-1 .col-2 .menu-ft {
  list-style: none;
  margin: 0;
  padding: 40px 0 00px 0;
  display: flex;
  gap: 80px;
  justify-content: flex-end;
  text-transform: uppercase;
  margin-top: auto;
  
}


.contacto-ft {
  border-top: 1px solid var(--c-blanco);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;

}

.botones {
  display: flex;
  gap: 20px;
}

/* =========================================================
   COPYRIGHT BAR
   ========================================================= */
.copyright-bar {
  width: 70%;
  max-width: 1200px;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-style: solid;
  border-image: linear-gradient(
    90deg,
    rgba(191, 150, 99, 0) 0%,
    var(--c-blanco) 50%,
    rgba(191, 150, 99, 0) 100%
  ) 1;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-inline: auto;
}

.copyright-bar img {
  padding-bottom: 30px;
}

.copyright-bar a {
  color: var(--c-primario);
  transition: all 0.4s ease-out;
  padding-inline: 10px;
  font-size: 14px;
  text-decoration: none;
}

.copyright-bar a:hover {
  color: var(--c-primario);
}

/* =========================================================
   LOGOS KIT DIGITAL
   ========================================================= */
.logos-kit-digital {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  gap: 10px;
}

.logos-kit-digital img {
  display: block;
  max-width: 25%;
  padding: 0 20px;
}

.logos-kit-digital > img:last-child {
  max-width: 20%;
}

/* =========================================================
   BREAKPOINT 1080px
   ========================================================= */
@media screen and (max-width: 1080px) {
  .logos-kit-digital img {
    max-width: 210px;
  }

  .logos-kit-digital > img:last-child {
    max-width: 32%;
    margin-top: 20px;
  }
}

/* =========================================================
   BREAKPOINT 768px (tablet y móvil grande)
   ========================================================= */
@media (max-width: 768px) {
  /* Bloque 1: apilar columnas y centrar contenido */
   .bloque-1 {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }

   .bloque-1 .col-1,
   .bloque-1 .col-2 {
    align-items: center;
    text-align: center;
  }

   .bloque-1 .col-1 .subtitulo-ft {
    margin-top: 10px; /* ya no hace falta empujar abajo */
  }

  .bloque-1 .col-2 .bloque-logos {
    justify-content: center;
  }

 .bloque-1 .col-2 .menu-ft {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 20px 0 30px 0;
  }

  /* Contacto: apilar y centrar */
   .contacto-ft {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .botones {
    margin-top: 20px;
  }
}

/* =========================================================
   BREAKPOINT 600px (móvil)
   ========================================================= */
@media screen and (max-width: 600px) {
  .logos-kit-digital img {
    max-width: 165px;
    padding: 10px 5px;
  }

  .logos-kit-digital > img:last-child {
    max-width: 40%;
  }

  .inside-site-info {
    padding: 20px 0;
  }

  .site-footer:not(.footer-bar-active) .copyright-bar {
    margin: 0;
    width: 100%;
  }
}

/* =========================================================
   AJUSTES VARIOS
   ========================================================= */
.aceptar-rgpd {
  margin-top: -40px;
}
