.text-header a {
  color: #7a8f99;
}
.navbar-nav {
  list-style: none;
}
.row-header {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  box-shadow: 0 5px 5px -5px #e2e2e2;
}
.logo-header {
  width: 7%;
}
.navbar-header {
  width: 93%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.text-header {
  height: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  padding: 15px;
  /* border-bottom: 1px solid; */
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #7a8f99;
  margin-right: 4px;
}
.text-header:hover {
  color: #ff8305;
  border-bottom: 1.5px solid #ff8305;
}
.container-stic {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: white;
  height: 70px;
}

/*  */

.footer {
  display: flex;
}
.module-ct li {
  list-style: none;
  text-align: left;
  font-size: 14px;
}
.contact-info {
  text-align: left;
}
.module-title {
  text-align: left;
  padding-left: 20px !important;
}
.container-bg {
  background-color: #ff8305;
  color: white;
}
.menu a {
  color: white;
}
.text-header a {
  color: #7a8f99;
}
.right-w {
  width: 50%;
}
.left-w {
  width: 50%;
}
