footer {
  background-color: rgba(0, 53, 143, 1);
  border-top: 5px solid rgba(255, 119, 0, 1);
}

.footer-contact {
  position: relative;
}

@media (min-width: 1200px) {
  .footer {
    padding-bottom: 2rem !important;
  }
  .footer-bottom {
    margin-top: 2.3rem !important;
  }

  .footer-top {
    padding-bottom: 1.8rem !important;
  }
}

@media (max-width: 1199.98px) {
  .footer-contact-first {
    position: static;
  }
  footer .row {
    --bs-gutter-x: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .footer-contact {
    position: static;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: var(--padding-sm-container);
    padding-left: 0;
  }
  .footer-about a {
    color: rgba(199, 220, 255, 1);
  }
  .footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 0.5rem;
  }
  .footer-about > * {
    padding: 1rem 0 var(--padding-sm-container);
    margin-left: var(--padding-sm-container);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-about .toggle-chevron {
    font-size: 1rem !important;
  }
  .footer-about .toggle-chevron[aria-expanded="true"]::after {
    top: 55%;
  }
  .footer-about .toggle-chevron::after {
    right: -1.2rem;
    width: 0.55rem;
    height: 0.55rem;
    border-width: 2px;
    top: 46%;
  }
  .logo-footer {
    width: 235px;
    height: 59px;
  }
  .text-title-footer {
    font-size: 14px;
    font-weight: 400 !important;
  }
  .text-content-footer {
    font-size: 1rem !important;
  }
  .copy-right {
    font-size: 13px;
  }
}
.footer-contact::before {
  content: "";
  position: absolute;
  height: calc(100% - 0.8rem);
  width: 1px;
  left: -0.8rem;
  top: 0.5rem;
  background-color: rgba(6, 18, 62, 0.15);
}

.footer-about a {
  padding: 0.4rem 0;
  display: block;
  transition: color 0.1s ease-in;
  font-weight: 400;
}
.footer-about a:hover {
  color: #ff7700;
  font-weight: 500;
}
.text-title-footer {
  color: rgba(160, 196, 255, 1);
  font-weight: 700;
}
.footer-contact-divider {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.25);
}
.footer-splitter {
  background-color: rgba(160, 196, 255, 0.16);
  height: 1px;
}

.copy-right {
  opacity: 0.65;
}
