#header {
  width: 100%;
  height: 130px;
  padding-top: 20px;
  /* background-color: #890e33; */
  background-color: rgb(171, 0, 51);
  font-family: sans-serif;
  border: solid;
}
#logoTranformar {
  padding-top: 1rem;
  width: auto;
  height: 100px;
}
#title {
  color: white;
  font-family: sans-serif;
  transform: translate(38%, -300%);
  transform: none;
}
#title2 {
  color: black;
  font-family: sans-serif;
  width: 250px;
  transform: translate(255%, -200%);
  transform: none;
}
#titulo a {
  text-decoration: none;
  color: black;
}
#btn-inicio {
  padding-right: 1rem;
  height: auto;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  float: right;
  transform: translate(-10%, -455%);
}
#inicio {
  text-decoration: none;
  font-size: 25px;
  color: white;
}
#inicio:hover {
  color: white;
  transform: scale(1.1);
}
@media screen and (max-width: 700px) {
  #titulo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #titulo {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #titulo {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #titulo {
    display: none;
  }
  #inicio {
    display: none;
  }
  #logoTranformar {
    padding-top: 1.5rem;
    width: 100%;
    height: auto;
  }
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 40%;
}
.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu:focus .dropdown-menu {
  display: flex;
  flex-direction: column;
  position: absolute !important;
  margin-top: -30px;
  left: 100%;
}

@media (max-width: 992px) {
  .dropdown-menu {
    width: 50%;
  }
  .dropdown-menu .dropdown-submenu {
    width: auto;
  }
}

.header-container {
  background-color: rgb(171, 0, 51);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 18px;
}
.logo-img {
  max-height: 80px;
  width: auto;
  border-radius: 4px;
  filter: brightness(150%);
}
.header-text {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  text-align: left;
  color: #fff;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
.header-text h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #e8e8e8;
}
.header-text p {
  font-size: 1.3rem;
  margin-bottom: 0;
  color: #cdcdcd;
}
