nav {
  background: var(--Petrleo-Normal, #001E27);
}

.bg-dark {
  background: #131720;
}

.badge__header {
  border: 1px solid #00E4F5;
  background: rgba(0, 228, 245, 0.15);
}

.badge__transparent {
  background: transparent;
  border: 1px solid #131720;
  padding: 0.5rem 0.8rem;
  gap: 0.3rem;

  .badge--text {
    color: #131720;
    font-weight: 400;
  }
}

.image-container {
  width: 3rem;
  height: 3rem;
  align-content: center;
  text-align: center;
}

.img-conecta {
  top: -3rem;
  right: -10rem;
}


.timeline-item {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  border-radius: var(--bs-border-radius-xl);
  padding: 3rem;
}

.acesso-grid::before {
  background: rgba(0, 228, 245, 0.30);
}

.acesso-grid div:nth-child(odd) div img.img-icon-header,
.acesso-grid div img {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  transform: none;
}

.acesso-grid div:nth-child(odd) div h3 {
  margin: 0;
  padding: 0;
}

.acesso-grid div:nth-child(odd) div:nth-child(1n + 1) {
  justify-content: flex-end;
}

.bg-verde form label a {
  border: none !important;
  text-decoration: underline #FF791A;
}

.cards.cards--for-thumbs {
  .card--icon {
    height: 214px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .grid-cards {
    grid-template-columns: repeat(3, minmax(8rem, 1fr));
  }
}

@media (max-width: 768px) {
  .badge svg {
    width: 1rem;
    height: 1rem;
  }

  .badge .badge--text {
    text-wrap: auto;
  }

  .acesso-grid::before,
  .acesso-grid div img:not(.img-icon-header) {
    display: none;
  }

  .acesso-grid div {
    margin-bottom: 1rem;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .acesso-grid div:nth-child(odd) div:nth-child(1n + 1) {
    justify-content: flex-start;
  }

  .timeline-item {
    padding: 1rem;
  }
}

@media (min-width: 1024px) {
  .timeline .timeline-item {
    max-width: 24rem;
  }
}

@media (min-width: 992px) {
  .acesso-grid div img:not(.img-icon-header) {
    position: absolute;
    left: -3rem;
    transform: rotate(180deg);
  }

  .acesso-grid div:nth-child(odd) img:not(.img-icon-header) {
    left: unset;
    right: -3rem;
    transform: unset;
  }
}