header .logo-desktop,
header .logo-mobile-menu {
  width: 160px;
  margin: 1rem 0;
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.home  {
  position: relative !important;
  background-color: var(--primary-color);
}

.nav-link {
  color: var(--light);
  font-size: 16px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--secondary-color) !important;
  border-bottom: 1px solid var(--secondary-color);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: brightness(18.5);
}

.sticky-top {
  position: absolute;
}
/* FOOTER */
footer {
  background-image: url("../imagens/bg-footer.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 18px;
  color: #b2cad4;
  text-transform: uppercase;
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--light);
  transition: 0.3s;
}
footer .footer__nav li a i {
  font-size: 10px;
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  color: #b2cad4;
  justify-content: center;
  border: 1px solid #b2cad4;
  border-radius: 50%;
}
footer .footer__nav li a:hover {
  color: var(--secondary-color);
}
footer .address :is(span, a):not(.btn) {
  color: var(--light);
  font-size: 14px;
  line-height: 25px;
  display: flex;
  margin-top: 9px;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--secondary-color);
}
footer .social__icons {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  color: #b2cad4;
  justify-content: center;
  border: 1px solid #b2cad4;
  border-radius: 50%;
}
.copyright-footer .btn.selos {
  min-height: unset;
}
@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  footer .address :is(span, a):not(.btn) {
    justify-content: center;
    flex-direction: column;
  }
  header {
    background-color: var(--primary-color);
  }
  
    .quem--reverse {
      display: flex;
      flex-direction: column-reverse; /* imagem embaixo, texto em cima */
    }

    .quem--reverse .col-md-6:first-child {
      margin-top: 2rem; /* espaço entre texto e imagem */
    }
  
}

footer .address i {
  font-size: 14px;
  display: flex !important;
  width: 2rem;
  height: 2rem;
  align-items: center;
  color: #b2cad4;
  justify-content: center;
  border: 1px solid #b2cad4;
  border-radius: 50%;
}

.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;
  min-height: 8rem;
}
.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;
}

.bg-quem {
  position: relative;
  background-color: #055575;
  overflow: hidden;
}

.bg-quem::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 520px;
  height: 520px;
  background: var(--secondary-color);
  opacity: 0.25;
  filter: blur(300px);
  pointer-events: none;
  z-index: 0;
}


.btn--secondary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-weight: 500;
  transition: var(--transition);
}

.btn--secondary:hover {
  background-color: var(--primary-color);
  color: var(--light);
}

.btn--outline {
  background-color: transparent;
  border: 1px solid var(--light);
  color: var(--light);
  font-weight: 500;
font-family: "Inter", Sans-serif;
  transition: var(--transition);
}

.btn--outline:hover {
  background-color: var(--secondary-color);
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.icon-img {
  width: 50px;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0, 227, 250, 0.4));
  transition: transform 0.3s ease;
}

.icon-box:hover .icon-img {
  transform: scale(1.1);
}

/* =============================== COUNTER =============================== */
.counter__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
}

.counter__item:not(.counter__item--last)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  height: 50px;
  width: 3px;
  background-color: var(--secondary-color);
  border-radius: 6px;
  opacity: 1;
}

.counter__title {
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-wrap: balance;
}

.counter__item:not(.counter__item--last) .counter__title::before {
  content: "+";
  display: inline-block;
  font-weight: 900;
  color: #fff;
}

.counter__subtitle {
  color: #b0f6fd;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.2px;
}

@media (max-width: 767.98px) {
  .counter__item {
    margin: 12px 0;
  }
  .counter__item::after {
    display: none;
  }
  .counter__title {
    font-size: 24px;
  }

  .bg-linha::before,
  .bg-linha::after {
    display: none;
  }
  .form-control.w-custom{
    width: 100% !important;
  }
}

.bg-linha {
  position: relative;
  background-color: #055575;
  overflow: hidden;
  z-index: 0;
}

.bg-linha::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 39px;
  background: url("../imagens/after-linha.png") no-repeat left center;
  background-size: 500px auto;
  pointer-events: none;
  z-index: 1;
}
.bg-linha > * {
  position: relative;
  z-index: 2;
}

.bg-linha::after {
  content: "";
  position: absolute;
  right: 0;
  top: -120px;
  width: 560px;
  height: 560px;
  background: var(--secondary-color, #00e3fa);
  opacity: 0.25;
  filter: blur(300px);
  pointer-events: none;
  z-index: 0;
}

.bg-linha .container {
  position: relative;
  z-index: 2;
}
.light {
  color: var(--light, #ffffff);
}

.btn.btn--secondary-outline {
  --btn-border: var(--secondary-color, #00e3fa);
  color: var(--btn-border);
  border: 2px solid var(--btn-border);
  background: transparent;
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
      font-family: "Inter", Sans-serif;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.btn.btn--secondary-outline:hover {
  background: var(--light, #ffffff);
  color: var(--dark, #0b1f2a);
  border-color: var(--light, #ffffff);
  text-decoration: none;
}

.hero-gif {
  max-width: 520px;
  width: 100%;
}

.bg-produtos {
  background: #044c6a;
}

/* Card */
.product-card {
  display: block;
  color: inherit;
}
.product-card:hover {
  text-decoration: none;
}

.card-produto {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--light);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card-produto:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 2px var(--secondary-color, #00e3fa) inset;
  border-color: var(--secondary-color, #00e3fa);
}

.card-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}
.card-produto .card-img-top {
  width: 100%;
  height: 25rem  !important;
  object-fit: cover;
  display: block;
}

.card-produto .card-img-new{
  width: 100%;
  height: 25rem  ;
  object-fit: cover;
  display: block;
}

.card-produto .card-body {
  padding: 16px;
}
.card-produto .card-title {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 1.4rem;
}
.card-produto .card-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.925rem;
  margin-bottom: 1rem;
}

.depoimento {
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 24px;
  border: none;
  transition: all 0.25s ease;
}
.depoimento:hover {
  box-shadow: 0 0 0 2px var(--secondary-color, #00e3fa) inset;
  border-color: var(--secondary-color, #00e3fa);
}
.depoimento .card-text {
  font-style: italic;
  font-size: 0.95rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
}
.stars i {
  color: #f0951f;
  text-align: center;
}

.bg-form {
  background-color: #044b67;
}

.bg-form-2 {
  background-color: #11546f;
}

.rounded-custom {
  border-radius: 20px;
}

.form-label {
  color: var(--light) !important;
}

.aspect-video{
  aspect-ratio: 2/1;
}
.bg-tecnologia{
  background-color: #29657d;
}
.text-body{
  color: var(--light) !important;
}

.blog-inc__content *{
color: var(--light)  !important;
}

.icons-contact{
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  border-radius: 50%;
}

.contato .social__icon{
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.contato .social__icon:hover{
  background-color: var(--light);
  color: var(--primary-color);
}
.container.mpi article *,
.container .mpi article * {
  color: var(--light) !important;
}

.form-control.w-custom{
  width: 13rem;
}
.contato-03 {
    width: 100%;
    max-width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.contato-03__map {
    width: 100%;
    height: 100%;
}

.contato-03__box {
    width: fit-content;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: #FAFAFA;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 80px 40px;
    position: absolute;
    top: 0;
    right: 40px;
}

.contato-03__title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--grey, #888);
    position: relative;
    margin-bottom: 20px;
}
.contato-03__text{
    color: var(--grey, #888);
    font-size: 1.125rem;
}
.contato-03__title::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 4px;
    background-color: var(--primary-color, #f0951f);
}

/* FORM */
.contato-03__form {
    display: block;
}

.contato-03__form :is(input, select, textarea) {
    display: block;
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #747474;
    color: var(--grey, #888);
}
.contato-03__send{
    border-radius: 8px;
    background-color: var(--primary-color, #F0951F);
    border-radius: 8px;
    color: var(--light);
    border: 0;
    padding: 12px 24px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

/* ADDRESS */
.contato-03__address{
    margin-top: 16px;
}
.contato-03__address :is(span, a) {
    display: block;
    color: var(--grey, #888);
    margin: 10px 0;
    text-decoration: none;
}

/* BREAKPOINTS */
@media only screen and (min-width: 992px) {
    .contato-03__box {
        width: fit-content;
        max-width: 35%;
    }
}
@media (max-width:968px){
    .contato-03{
        display: flex;
        align-items: center;
    }
    .contato-03__box, .contato-03__map{
        width: 50%;
        position: unset;
    }
}
@media (max-width:576px){
    .contato-03{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .contato-03__box, .contato-03__map{
        width: 100%;
        position: unset;
    }
    .contato-03__box{
        height: auto;
        max-height: auto;
        overflow: hidden;
    }
    .contato-03__map{
        height: 380px;
    }
}