header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}

@media screen and (min-width: 992px) {
  .custom-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .custom-header {
    background: var(--dark);
  }
}
/* FOOTER */
footer {
  border-top: 1px solid #f1f1f1;
  background: #11151a;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .logo-desktop {
  max-width: 200px;
}

footer h3 {
  margin: 0 0 22px 0;
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

footer p {
  color: #969696;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

footer .footer__nav li a:not(.btn) {
  color: #fff;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  text-transform: capitalize;
}

footer .footer__nav li a i {
  font-size: 10px;
}

footer .footer__nav li a:hover {
  color: var(--primary-color-light);
}

footer .address :is(span, a):not(.btn),
footer span {
  transition: 0.3s;
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

footer i {
  color: #fff;
}

footer iframe {
  border-radius: 1rem;
  width: 100%;
}

footer .address a:not(.btn):hover {
  color: var(--primary-light-color);
}

.card.card--23 {
  all: unset;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--dark);
  background-image: linear-gradient(-45deg, var(--dark), var(--grey)),
    var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  float: unset;
}
.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color);
}
.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 0.25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3);
}
.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px;
}
.card.card--23 .card__link > span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition);
}
.card.card--23 .card__link:focus > span,
.card.card--23 .card__link:hover > span {
  width: 100px;
  opacity: 1;
  margin-right: 0.5rem;
}
.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible;
}
.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.shadow-19 {
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}
.title-subtitle span {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.border-primary {
  border: 1px solid var(--primary-color) !important;
}

.b-20 {
  border-radius: 20px;
}

.letter {
  letter-spacing: 3px;
}

.fw-900 {
  font-weight: 900;
}

.titulo-banner {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.badge-qs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 8px;
  color: #d7d7d7;
  margin-bottom: 15px;
}

.badge-qs i {
  font-size: 12px;
}

.title-1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.title-2 {
  font-size: 32px;
  margin: 5px 0 0;
  font-weight: 400;
}

.title-2 span {
  color: #1bb3ff; /* azul igual ao da imagem */
  font-weight: 600;
}

.cards-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card-sobre {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #fff;
  transition: 0.3s;
  backdrop-filter: blur(6px);
  height: 100%;
}

.card-sobre:hover {
  border-color: #00c1ff;
  box-shadow: 0 0 12px rgba(0, 193, 255, 0.4);
}

.card-sobre i {
  font-size: 26px;
  color: #00c1ff;
  margin-top: 4px;
}

.card-sobre h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.card-sobre p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #d9d9d9;
}

.card-mvv {
  background-color: #1f1f1f;
  border-radius: 8px;
  border-top: 3px solid var(--primary-color);
  height: 100%;
  padding: 8px;
}

.card-mvv {
  flex: 1;
  transition: transform 0.3s ease;
}

.card-mvv:hover {
  transform: translateY(-20px);
}

.card-mvv h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0;
}

/* SERVICOS */
.card-servico {
  transition: 0.3s;
  background-color: var(--light);
}
.card-servico__image {
  height: 18rem;
  overflow: hidden;
}
.card-servico__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.card-servico__link {
  color: var(--grey);
  background-color: transparent;
  border-radius: 1.25rem;
  transition: 0.3s;
}

.card-servico:hover .card-servico__link {
  background-color: var(--primary-color);
  color: var(--light);
}
.card-servico:hover .card-servico__image img {
  transform: scale(1.1);
}
.card-servico:hover {
  background-color: #f2e8e8;
}
.card-servico:hover h2 {
  color: var(--primary-color);
}

.service-inc__cover img {
  max-height: 25rem;
  object-fit: contain;
}

/*Efeitos Home*/

.elipse-1 {
  position: relative;
}
.elipse-1::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../imagens/elipse-1.webp");
  width: 520px;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
}

.elipse-2 {
  position: relative;
}

.elipse-2::before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url("../imagens/elipse-1.webp");
  width: 520px;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

@media screen and (max-width: 576px) {
  .elipse-2::before {
    display: none;
  }
  .elipse-1::before {
    display: none;
  }
}

.bg-0f0f {
  background-color: #0f0f0f !important;
}
