.bg-footer {
  background-color: #2b307a;
}
.bg-sub-footer {
  background: linear-gradient(90deg,#1cc0e2,#1cc0e2 25%,#20c5d8,#24cacc 50%,#2bd3ba,#2fd8ae);
  padding: 90px 0px;
}
.text-footer-p {
  font-size: 19px;
  font-weight: bold;
}
.map-footer {
  position: absolute;
  top: 0;
  right: 0;
  width: 61vw;
  padding: 0px;
  height: 100%;
  max-width: 1210px;
}
.sub-footer-links {
  width: fit-content;
  align-content: center;
}

.sub-footer-links a {
  border-right: 2px solid white;
  padding: 0px 20px;
}
.sub-footer-links a:first-child {
  padding: 0px 20px 0px 0px;
}
.sub-footer-links a:last-child {
  border-right: none;
}
.sub-footer-links a:hover {
  color: #007bff;
}
.sub-footer-redes img {
  margin: 0px 10px;
}

.sub-footer-redes {
  width: fit-content;
}
.sub-footer-redes img {
  width: 40px;
  height: auto;
}
.page-footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.footer-copyright {
  background-color: #2b307a;
}
.tel-footer a:hover {
  color: #007bff;
}
@media (min-width: 2000px) {
  .map-footer {
    max-width: 56.5%;
  }
}
@media (max-width: 768px) {
  .map-footer {
    width: 100%;
    position: relative;
  }
  .sub-footer-container {
    flex-direction: column;
    align-items: center;
  }
  .sub-footer-links {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .sub-footer-links a {
    border-right: none;
    padding: 0px 10px;
  }
}
