.compsa_footer {
  border-top: 2px solid var(--primary-5);
  background: var(--neutral-5);
  position: relative;
  flex-shrink: 0;
  padding: 122px 0;
}
.compsa_footer_wrapper {
  display: flex;
  max-width: var(--max-width);
  margin: auto;
  justify-content: space-between;
  align-items: flex-start;
}
.compsa_footer_logo_wrapper,
.compsa_footer_contact {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.compsa_footer_logo {
}
.compsa_footer_social_icons {
  font-size: var(--text-size-subtitles);
  display: flex;
  justify-content: space-evenly;
  margin-top: var(--text-size-subheading);
}
.compsa_footer_social_icons a {
  background: var(--primary-5);
  border-radius: 9px;
  width: var(--text-size-subheading);
  height: var(--text-size-subheading);
  display: flex;
  justify-content: center;
  align-items: center;
}
.compsa_footer_social_icons a::before {
  color: var(--neutral-1);
}
.compsa_footer_items_wrapper {
  display: inline-flex;
}
.compsa_footer_address_wrapper {
  display: inline-flex;
}
.compsa_footer_address {
  min-width: 250px;
}
.compsa_address_title {
  color: #006385;
  text-align: center;
  font-family: var(--font-titles);
  font-size: var(--text-size-subtitles);
  font-style: normal;
  font-weight: var(--bold);
  line-height: normal;
}
.compsa_address_content {
  color: var(--black);
  text-align: center;
  font-family: var(--font-titles);
  font-size: 15px;
  font-style: normal;
  font-weight: var(--regular);
  line-height: var(--line-height-regular);
  align-items: center;
}
.compsa_address_mail {
  color: var(--primary-20);
  text-align: center;
  font-family: var(--font-titles);
  font-size: 15px;
  font-style: normal;
  font-weight: var(--regular);
  line-height: normal;
  text-decoration-line: underline;
}
.compsa_address_mail a {
  color: var(--primary-20);
}
.compsa_address_phone {
  color: var(--black);
  text-align: center;
  font-family: var(--font-titles);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bold);
  line-height: normal;
}
.compsa_footer_contact {
  align-items: flex-end;
}
.compsa_footer_contact_title {
  color: #013a4e;
  font-family: var(--font-titles);
  font-size: var(--text-size-title);
  font-style: normal;
  font-weight: var(--bold);
  line-height: normal;
  margin-bottom: 40px;
}
.compsa_footer_contact_button {
  border-radius: 50px;
  border: 3px solid #013a4e;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  color: #013a4e;
  text-align: right;
  font-family: var(--font-leads);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--bold);
  line-height: normal;
}
.compsa_credit {
  text-align: center;
  position: absolute;
  bottom: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compsa_credit img {
  max-height: 20px;
  width: auto;
}

span.compsa_copyright_development {
  position: relative;
  margin-left: 10px;
}
.compsa_footer_lopd_links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.compsa_footer_lopd_links li {
  display: inline-flex;
  position: relative;
  text-align: center;
}

.compsa_footer_lopd_links a {
  color: var(--primary-20);
  text-align: center;
  font-family: var(--font-titles);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--bold);
  line-height: normal;
  text-decoration-line: underline;
}

.compsa_footer_lopd_links li:not(:first-child):before,
.compsa_copyright_development:before {
  content: "";
  border-left: 1px solid var(--primary-20);
  position: absolute;
  margin: 3px 6px;
  left: -12px;
  top: 0;
  bottom: 0;
}
