.footer-mobile {
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 128px;
  background: var(--white);
}

.footer-mobile__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-inline: 28px;
}

.footer-mobile h4 {
  color: var(--color-primary);
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: var(--fs-18);
}

.footer-mobile__logo img {
  width: 246px;
}

/*footer mobile contactos */

.footer-mobile__contactos h4 {
  position: relative;
  padding-left: 34px;
}

.footer-mobile__contactos ul {
  margin: 0;
  padding: 0;

  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-mobile__contactos ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-mobile__contactos ul li i {
  color: var(--color-secondary);
  font-size: 24px;
}

.footer-mobile__contactos ul li a {
  text-decoration: none;
  color: var(--color-primary);
  font-family: var(--quicksand);
  font-size: var(--fs-16);
  font-weight: 500;
}

/*footer mobile enlaces */

.footer-mobile__enlaces ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-mobile__enlaces ul li a {
  text-decoration: none;
  color: var(--color-primary);
  font-size: var(--fs-16);
  font-family: var(--quicksand);
  font-weight: 500;
}

/* footer mobile siguenos */

.footer-mobile__siguenos i {
  color: var(--color-secondary);
  font-size: 24px;
}

.footer-mobile__enlaces,
.footer-mobile__siguenos {
  padding-left: 34px;
}

.footer-mobile__siguenos__socials {
  padding-block: 12px;
}

.footer-mobile__siguenos .logos-empresas {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-block: 8px;
}

.footer-mobile__copyright {
  border-top: 1px solid var(--color-secondary-alpha-300);
  text-align: center;
  padding-block: 8px;
  font-family: var(--opensans);
  font-size: var(--fs-12);
  color: var(--color-primary);
}

.footer-mobile__copyright p {
  margin: 0;
}

.footer-mobile__copyright a {
  font-family: var(--opensans);
  color: var(--color-primary);
}

/* desktop */
.footer-desktop {
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-block-start: 108px;
  background: var(--white);
}

.footer-desktop__content {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.footer-desktop h4 {
  font-family: var(--quicksand);
  font-size: var(--fs-18);
  color: var(--color-primary);
  font-weight: bold;
}

.footer-desktop__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-desktop__logo .main-logo {
  position: relative;
  top: -16px;
}

.footer-desktop__logo h4 {
  color: var(--color-primary);
  font-family: var(--quicksand);
  font-size: var(--fs-18);
  font-weight: bold;
}

.footer-desktop__logo .business {
  display: flex;
  align-items: center;
  gap: 8 px;
}

.footer-desktop__logo .business img {
  width: 100%!important;
  max-width: 150px;
}

/* enlaces */
.footer-desktop__enlaces ul,
.footer-desktop__contactanos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-desktop__enlaces ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-desktop__contactanos ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-desktop__enlaces ul a,
.footer-desktop__contactanos ul a {
  text-decoration: none;
  color: var(--color-primary);
  font-family: var(--quicksand);
  font-weight: 500;
}

.footer-desktop__contactanos i {
  color: var(--color-secondary);
  font-size: 24px;
}

.footer-desktop__contactanos ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-desktop__contactanos ul li:last-child a {
  max-width: 250px;
}

.footer-desktop__copyright {
  border-top: 1px solid var(--color-primary-alpha-200);
  margin-top: 48px;
  padding-block: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-desktop__copyright p {
  margin: 0;
  font-size: var(--fs-14);
  color: var(--color-primary);
}

.footer-desktop__copyright p a {
  color: var(--color-primary);
}

.footer-desktop__copyright .socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-desktop__copyright .socials i {
  color: var(--color-secondary);
  font-size: 24px;
}

.footer-desktop__copyright .socials .bi.bi-instagram {
  font-size: 25px;
  position: relative;
  top: -2px;
}

.footer-mobile__siguenos__socials .bi.bi-instagram {
  position: relative;
  top: -1px;
}

.footer-mobile__contactos .icon-ping,
.footer-desktop__contactanos .icon-ping {
  font-size: 28px;
}
