.navbar-header a, #footer a {
  text-decoration: none !important;
  font-family: "Futura Md BT", serif;
}

.navbar-header p, .footer-info p {
  font-family: "Futura Md BT", serif;
}

.navbar-inverse .navbar-collapse:not(.in):not(.collapsing) .navbar-nav li .menu-item > a:hover:after {
  background: none;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000000 !important;
  font-family: "Futura Md BT", serif !important;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: transparent !important;
}

.navbar-header {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav li.separator {
  background: #000000 !important;
}

.nav-between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  width: 100%;
}

.chevron-down {
  width: 16px;
  height: 16px;
}

.link-with-icon {
  display: flex !important;
  align-items: center;
  place-items: center;
  gap: 4px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000 !important;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar:focus {
  background-color: white !important;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus  {
  background-color: transparent !important;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  background: white;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-inline-end: 20px;
  padding-inline-start: 20px;
  border-radius: 10px;
  border: 1px solid #C2392F;
}

.navbar-nav li:hover > .sub-menu {
  display: initial;
}

.sub-menu li {
  list-style-type: none;
  text-align: start;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
.sub-menu li:last-child {
  border-bottom: none;
}


.sub-menu li a {
  color: black;
  white-space: nowrap;
}

.sub-menu li a:hover {
  color: #C2392F;
}

.sub-menu .menu-item {
  margin-bottom: 1rem;
  text-align: left;
}

.navbar-inverse {
  box-shadow: 0 1px 10px 1px;
}

#footer {
  background: #231F20;
}

.background-wave {
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/wave-footer.svg");
  padding-bottom: 80px;
  background-position: bottom;
  background-position-y: 185px;
}

.container-footer-top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: white;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
  gap: 4rem;
}

.cgti-logo_white {
  width: 250px;
  height: 100px;
  margin-bottom: 4rem;
}

.container-footer-down {
  background: white;
}

.footer-text-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Futura Md BT", serif;
  font-size: 18px;
  color: #000000;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
  gap: 1rem;
}

.footer-text-info span {
  text-align: center;
}

.footer-text-info a {
  font-family: "Futura Md BT", serif;
  color: #000000;
  cursor: pointer;
}

.footer-text-info a:hover {
  color: #C2392F;
  text-decoration: none;
}

.footer-info {
  width: 100%;
}

.footer-title {
  font-weight: bold;
  color: white;
}

.footer-title:hover {
  color: #C2392F;
}

.title-app {
  font-weight:bolder;
  text-transform: uppercase;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom-style: solid;
  border-color: white;
  border-bottom-width: 0.5px;
}

.brand-logo {
  width: 100%;
  align-content: center;
}

.site-links {
  width: 100%;
}

.link-one {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: white;
}

.links {
  padding-left: 2rem;
  list-style-type: none;
}

.social-logos {
  display: flex;
  width: 100%;
  padding-left: 4rem;
  gap: 2rem;
  align-items: center;
  list-style-type: none;
}

.social-logos img {
  width: 50px;
  height: 50px;
  padding: 5px;
}

.social-logos img:hover {
  background-color: #c13a2f;
}

.links li a {
  font-size: 1.6rem;
  color: white;
}

.links li a:hover {
  color: #C2392F;
}

.footer-contact {
  padding: 0;
  list-style-type: none;
}

@media only screen and (max-width: 600px) {
  .social-logos {
    padding-left: 0;
    justify-content: center;
  }

  .footer-title {
    text-align: center;
  }

  .link-one {
    margin-bottom: 1rem;
  }

  .brand-logo {
    text-align: center;
  }

  .links {
    padding-left: 0;
    text-align: center;
  }

  .navbar-nav li:hover > .sub-menu {
    display: block;
    position: initial;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 600px) {
  .navbar-header {
    width: 100%;
  }
  .sub-menu .menu-item {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-header {
    width: auto !important;
  }

  .container-footer-top {
    width: 750px;
  }

  .footer-text-info {
    width: 750px;
  }


}
@media only screen and (min-width: 992px) {
  .container-footer-top {
    width: 970px;
  }

  .footer-text-info {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {

  .navbar-header {
    width: auto;
  }

  .container-footer-top {
    width: 1170px;
  }

  .footer-text-info {
    width: 1170px;
  }

  .footer-text-info {
    flex-direction: row;
  }

  .container-footer-top {
    flex-direction: row;
  }
}
