/* Logos del pie de página */
.site-footer__top-right-social {
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__logos {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 16px;
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.site-footer__logos-group {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 6px 8px;
  box-sizing: border-box;
}

.site-footer__logos-group--cert {
  gap: 10px;
  justify-content: flex-start;
}

.site-footer__logos-group--telora {
  justify-content: center;
}

.site-footer__logo--seal {
  display: block;
  flex: 0 0 auto;
  width: auto !important;
  height: 50px !important;
  max-height: 50px !important;
  max-width: none !important;
  padding: 0;
  object-fit: contain;
}

.site-footer__logo--women-owned {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 50px !important;
  max-height: 50px !important;
  max-width: 100% !important;
  padding: 0;
  object-fit: contain;
  object-position: left center;
}

.site-footer__logo--telora {
  display: block;
  width: auto !important;
  height: 44px !important;
  max-height: 44px !important;
  max-width: 100% !important;
  padding: 0;
  object-fit: contain;
}
