.footer {
  background-color: #fff5f5;
}
.footer > .medio {
  position: relative;
}
.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  gap: 10px;
}

.site-links, .site-social-media, .site-rights, .site-note, .site-prenote {
  width: 100%;
}
.site-links nav, .site-social-media nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
}
.site-links nav {
  justify-content: space-around;
}
.site-links nav > a {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  padding: 0 1rem;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}
.site-links nav > a:first-child {
  text-align: right;
}
.site-links nav > a:last-child {
  text-align: left;
}
.site-links:not(.es-links) nav {
  justify-content: space-around;
}
.site-links:not(.es-links) nav > a {
  width: auto;
  display: flex;
}
.site-links:not(.es-links) nav > a:first-child {
  justify-content: flex-end;
}
.site-links:not(.es-links) nav > a:last-child {
  justify-content: flex-start;
}
.site-links:not(.es-links) nav > a:not(:first-child):not(:last-child) {
  flex: 1;
  max-width: 300px;
  justify-content: center;
}
.site-links.es-links nav {
  justify-content: space-around;
  margin-bottom: 1rem;
}
.site-links.es-links nav > a {
  width: 33.3333333333%;
}
.site-social-media nav > a {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  margin: 1rem;
}
.site-social-media nav > a img {
  width: 35px;
}
.site-note, .site-prenote {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}
.site-note p, .site-prenote p {
  text-align: center;
}
.site-note {
  padding-top: 0;
}
.site-note p {
  font-family: "Agency FB", "Montserrat", sans-serif;
}
.site-prenote {
  padding-bottom: 0px;
}
.site-prenote p {
  line-height: 1;
}
.site-prenote.links {
  gap: 10px;
}
.site-rights {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.to-up {
  position: fixed;
  bottom: 3vw;
  right: 1vw;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e83687;
  border: none;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 3;
  box-shadow: 0px 5px 10px -2px #000201;
}
.to-up.show {
  opacity: 1;
  visibility: visible;
}
.to-up#up-modal {
  right: 2.5vw;
  border: 2px solid #fff;
}
.to-up img {
  max-width: 18px;
  max-height: 10px;
  margin: 0 auto;
  filter: brightness(2);
}

.body-modal .to-up:not(#up-modal) {
  opacity: 0;
  visibility: hidden;
}

.grecaptcha-badge {
  z-index: 2;
}

@media screen and (max-width: 680px) {
  .footer-inner {
    padding-top: 1rem;
  }
  .site-links nav {
    margin-bottom: 0;
    flex-flow: column;
  }
  .site-links nav > a {
    width: 50%;
    text-align: center !important;
    justify-content: center !important;
    padding: 10px 15px;
    border: none;
  }
  .site-social-media nav {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    margin-bottom: 4rem;
  }
  .to-up:not(#up-modal) {
    bottom: 0.5rem;
    z-index: 3;
  }
  .to-up#up-modal {
    width: 50px;
    height: 50px;
    left: 2px;
    bottom: 45px;
  }
  .grecaptcha-badge {
    bottom: 5rem !important;
  }
}
@media screen and (max-width: 576px) {
  .site-links nav > a {
    width: auto;
  }
}
