.navbar-toggler {
  border: 0px !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem !important;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(49,82,133, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
  transition: 0.5s ease;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(49,82,133, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M23 7l-16 16M7 7l16 16"/></svg>') !important;
  transition: 0.5s ease;
  transform: rotate(180deg);
}

#hero {
  background-image: url("../img/banner-01.png");
  position: relative;
  z-index: 70 !important;
}

#hero h5 {
  font-size: 35px;
  text-transform: uppercase;
  text-align: left;
  border-left: 3px #fff solid;
  color: #fff !important;
  padding: 10px 20px 10px 20px;
}
#hero h5 span {
  font-size: 50px;
  font-weight: 900;
  color: #fff !important;
}
#hero a {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  margin-left: 25px;
}
#hero a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

#hero a:hover {
  color: #fff;
}

#hero a span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* Dá espaço para a animação */
  color: #fff !important;
}

#hero a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 10%;
  height: 3px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

#hero a span:hover::before {
  width: 100%;
}

/* Extra small (xs) - até 575px */
@media (max-width: 575.98px) {
  #hero h5 {
    font-size: 24px !important;
  }
  #hero h5 span {
    font-size: 32px;
    font-weight: 900;
    color: #fff !important;
  }
}

/* Small (sm) - de 576px até 767px */
@media (min-width: 576px) and (max-width: 767.98px) {
  #hero h5 {
    font-size: 24px !important;
  }
  #hero h5 span {
    font-size: 32px;
    font-weight: 900;
    color: #fff !important;
  }
}

/* Medium (md) - de 768px até 991px */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Estilos aqui */
}

/* Large (lg) - de 992px até 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Estilos aqui */
}

/* Extra Large (xl) - de 1200px até 1399px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Estilos aqui */
}

/* Extra Extra Large (xxl) - acima de 1400px */
@media (min-width: 1400px) {
  /* Estilos aqui */
}
