.modal {
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.modal:hover {
  opacity: .8;
}

.lightbox {
  background: rgba(0,0,0,.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

#imageModal {
  height: 98vh;
}

.lightbox .close {
  background: none;
  border: 0;
  position: absolute;
  z-index: 2;
  top: 3vh;
  right: 3vw;
  cursor: pointer;
}

.lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-text h1 {
  font-size: 28px !important;
  line-height: 1.2;
}

.navHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.navHeader .numbers {
  color: #323B5A;
  padding-right: 15px;
  display: flex;
  gap: 30px;
}

.navHeader .numbers.white {
  color: #FFF;
}

.navHeader .numbers.white a{
  color: #FFF;
}

.invert {
  filter: invert(1);
}

.navHeader .numbers a {
  color: #323B5A;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.navHeader .numbers span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.destaqueHome {
  padding: 50px 0;
  text-align: center;
}

.destaqueHome h2 {
  margin-bottom: 22px;
  font-family: "m-bold";
  color: #323B5A;
  font-size: 26px;
  line-height: 1.2;
}

.destaqueHome a {
  background: #323B5A;
  color: #FFF;
  text-decoration: none;
  font-family: "m-bold";
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.2;
}

.textoHome {
  padding: 10px 0px 0px 30px;
  line-height: 1.2;
}

.texto-perfomance .texto-lead p strong {
  font-family: "m-bold";
}

.texto-trabalhamos h2 {
  line-height: 1.2;
}

.texto-trabalhamos p strong {
  font-family: "m-bold";
}

.texto-trabalhamos ul li {
  margin-bottom: 12px;
}

.texto-trabalhamos ul li:last-child {
  margin-bottom: 0;
}

.texto-trabalhamos ul li strong {
  font-family: "m-bold";
}

@media(max-width: 500px) {
  .banner-text h1 {
    font-size: 27px !important;
    line-height: 1.2;
  }

  .numbers {
    color: #323B5A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 3vh;
  }

  .numbers a {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .numbers span {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .textoHome {
    padding: 10px 0 0 0;
  }
}