footer {
  box-sizing: border-box;
  width: 100%;
  background-color: #00b9f9;
  z-index: 9999;
  border-top: 4px solid #00b9f9;
}

footer .container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  color: white;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  justify-content: space-between;
  align-items: flex-start;
}
.partner-logos img {
  max-width: 70px;
}
.rrss-center svg {
  width: 24px;
}
.redes {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
}

.text-small,
.text-small a,
.text-small span,
.text-small strong {
  font-family: "Montserrat-light", sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}

.title-footer {
  color: #00b9f9 !important;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 15px;
}

.footer-datos-contacto__direccion,
.footer-datos-contacto__links {
  font-size: 13px;
}

.footer-datos-contacto__direccion .img-center,
.footer-datos-contacto__links .rrss-center {
  display: flex;
  justify-content: center;
}

.footer-datos-contacto__direccion .img-center.mb-40 {
  margin: auto;
}

.footer-datos-contacto__direccion .img-center svg,
.footer-datos-contacto__links .rrss-center a svg {
  margin-bottom: 20px;
}

.footer-datos-contacto__direccion .img-center svg {
  max-width: 44px;
}

.footer-datos-contacto__links .rrss-center a svg {
  width: 17px;
}

.footer-datos-contacto__links .rrss-center:hover a svg {
  fill: #00b9f9;
}

.footer-datos-contacto__direccion a {
  text-decoration: none;
  color: white;
}

.footer-datos-contacto__direccion a:hover,
.footer-datos-contacto__links a {
  color: white;
}

.partner-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.partner-logos img {
  width: 35%;
}

/* Whatsapp backlink removal */

a[type="link"] {
  display: none;
}

footer a:hover {
  color: #00b9f9;
}

footer svg:hover {
  fill: #00b9f9;
}

/* legal */
footer .legal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

footer .legal div {
  font-family: "Montserrat-light", sans-serif !important;
  font-size: 12px !important;
}

footer .legal div a {
  font-family: "Montserrat-light", sans-serif;
  font-size: 12px;
  padding: 0 12px;
  color: white;
}

footer .legal a:hover {
  font-family: "Montserrat-light", sans-serif;
  font-size: 12px;
  padding: 0 12px;
  color: #00b9f9;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.footer-datos-contacto__direccion .img-center.mb-40 {
  width: 100%;
  max-width: 50px;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 20px;
  }

  footer .container.font-montse-light {
    padding: 0;
    flex-direction: column;
  }

  .footer-datos-contacto__direccion,
  .footer-datos-contacto__links {
    width: 100%;
  }

  .footer-datos-contacto__direccion,
  .footer-datos-contacto__links,
  .footer-datos-contacto__direccion p,
  .footer-datos-contacto__links p,
  .footer-datos-contacto__direccion p a,
  .footer-datos-contacto__links p a {
    text-align: center;
  }

  .partner-logos {
    justify-content: center;
    gap: 30px;
    margin: 0 30px;
  }

  .partner-logos svg {
    margin: auto;
  }

  .footer-datos-contacto__direccion {
    margin-bottom: 20px;
  }
  .footer-datos-contacto__links {
    border-top: 1px solid #00b9f9;
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .tab-label::after {
    position: absolute;
    right: 20px;
  }

  footer .legal {
    flex-direction: column;
    border-top: 1px solid #00b9f9;
  }

  footer .legal div {
    padding: 12px;
  }
  footer .container {
    grid-template-columns: 100%;
  }
  .redes {
    justify-content: center;
  }
  .partner-logos {
    margin: 0;
  }
}
