.mi-footer-home {
  background-color: #303b92;
}
.mi-footer {
  background-color: #303b92;
}

.to-start {
  width: 100%;
  background-color: #b2b2b2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}

.to-start-link {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.to-start-link:hover {
  opacity: 0.85;
}

.footer-container {
  display: flex;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 104px;
  justify-content: space-between;
}

.footer-socials {
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 104px;
}

.footer-socials .footer-social-menu{
  margin: 0;
  display: flex;
  gap: 36px;
}

.footer-left {
  width: 40%;
}

.footer-logo {
  width: 90px;
  margin-bottom: 24px;
}

.footer-description {
  width: 100%;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: 0;
}

.footer-menu p strong {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
  display: block;
  margin-bottom: 12px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  margin-bottom: 6px;
}

.footer-menu ul li a {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0;
  color: #cfcfcf;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-menu ul li a:hover {
  font-weight: 700;
  color: #fff;
}

/* Botón WhatsApp scroll */
.scroll-top-wts {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #25d366;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top-wts img {
  width: 24px;
  height: 24px;
}

.scroll-top-wts.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 60px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-socials {
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 60px;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }

  .footer-menu p strong {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .footer-menu ul li a {
    font-size: 13px;
    line-height: 24px;
  }

  .footer-description {
    font-size: 13px;
    line-height: 160%;
  }

  .footer-logo {
    width: 70px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    text-align: center;
    align-items: center;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-socials {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .scroll-top-wts {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }

  .scroll-top-wts img {
    width: 20px;
    height: 20px;
  }
}


#ast-scroll-top
{
display: none !important;


}
