.gradient-border {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, var(--avixa-red), var(--avixa-yellow));
}

.footer {
  background-color: var(--avixa-purple);
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
}
@media only screen and (max-width: 991px) {
  .footer-content {
    display: inline-block;
  }
}

.footer-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-right a {
  text-decoration: none;
  color: white;
}
@media only screen and (max-width: 991px) {
  .footer-right {
    display: inline-block;
    float: right;
    padding-top: 20px;
  }
}

.privacy-statement {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  font-family: "Apercu-Bold";
}
.privacy-statement a:hover {
  color: var(--avixa-red);
  transition: all 0.4s ease;
}
@media only screen and (max-width: 991px) {
  .privacy-statement {
    display: inline;
  }
}

.socials {
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 120px;
  transition: all 0.4s ease;
}
.socials i {
  padding: 8px;
}
.socials i:hover {
  color: var(--avixa-purple);
  background-color: var(--avixa-red);
  transition: all 0.4s ease;
}
@media only screen and (max-width: 991px) {
  .socials {
    display: inline;
    margin-left: 24px;
  }
}

.congreso-partial-footer-contact {
  color: white;
  font-size: 15px;
  font-family: Apercu-Bold;
  margin-left: 20px;
}

iframe[src="javascript:false"] {
  display: block;
}

/*# sourceMappingURL=PartialFooter.css.map */
