.suport-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.suport-column-left,
.suport-column-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  align-self: stretch;
  justify-content: flex-start;
}

.suport-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;

  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1),
    0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.suport-column-right>.suport-card:last-child {
  height: auto !important;
  gap: 16px;
  justify-content: flex-start;
}

.suport-card span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.suport-title-icon {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.suport-title-icon h3 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.list-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.circle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.circle {
  min-width: 8px;
  min-height: 8px;
  border-radius: 99px;
  background: #3877C9;
}

.circle-text p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.suport-vant-container {
  gap: 24px;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.suport-vant {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;

  border-radius: 16px;
  border: 1px solid #ccc;
}

.suport-vant h2 {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.suport-vant span {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.suport-vant span>a {
  color: var(--botao-primario);
  font-size: 16px;
  font-weight: 600;
}

.suport-banner-container {
  position: relative;
  width: 100%;
  margin-top: -24px;
  display: flex;
  flex-direction: row;
  height: fit-content;
  justify-content: center;

  background: linear-gradient(93deg, #3877C9 0.43%, #164fa6 103.88%);
}

/* .suport-banner-group {
    max-width: 1280px;
} */

.suport-banner-img {
  width: 30%;
  max-width: 500px;
  align-self: stretch;

  border-radius: 0 99px 99px 0;
  background: url("/assets/multimedia/images/supbanner-img.jpg") lightgray 50% / cover no-repeat;
}

.rectangle-bg {
  width: 566px;
  height: 140px;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 70px;

  border-radius: 99px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.2) 100%);
}

.suport-banner-content {
  display: flex;
  width: 70%;
  max-width: 900px;
  align-self: stretch;
  padding: 72px 48px 48px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.icon-title {
  display: flex;
  padding-bottom: 24px;
  align-items: flex-start;
  gap: 8px;
}

.sup-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.suport-subtitle-cards-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.suport-subtitle-cards-button span {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.suport-card-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.suport-card-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.suport-banner-card {
  display: flex;
  flex-direction: row;
  padding: 16px 24px;
  align-items: center;
  gap: 16px;
  width: 100%;

  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1),
    0 1px 4px 0 rgba(12, 12, 13, 0.05);
  justify-content: flex-start;
}

.suport-banner-card p {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: start;
}

.suport-btn-service {
  display: flex;
  width: fit-content;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;

  border: none;
  border-radius: 99px;
  background: #fff;

  color: var(--botao-primario);
  font-size: 16px;
  font-weight: 600;

  transition: 0.3s;
}

.suport-btn-service:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  border: solid 2px white;
  color: white;
}

.drones-section {
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
}

.drones-content-section {
  display: flex;
  width: 100%;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.drones-filtering {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-self: stretch;
}

.searchbar-filter {
  display: flex;
  width: 100%;
  padding: 12px 16px;
  align-items: center;
  gap: 16px;
  justify-content: start;
  cursor: text;

  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 2px 8px rgba(0, 0, 0, 0.1);
}

.searchbar-filter p {
  color: #777;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}

.searchbar-filter .searchbar {
  flex-grow: 1;

  border: none;
  background: transparent;

  outline: none;
  /* Removes the focus outline */
  padding: 0;

  color: #333;
  font-size: 16px;
}

.drones-filter-buttons-group {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  justify-content: flex-end;
}

.button-filter {
  width: 200px;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  color: #fff;

  border: none;
  border-radius: 99px;
  background: var(--botao-primario);

  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  /* Add a smooth transition for the opacity change */
}

.button-filter.active {
  opacity: 1;
}

.button-filter.inactive {
  opacity: 0.5;
}

.drones-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.drones-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.drones-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.drones-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;

  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1),
    0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.drones-card h3 {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.drones-card img {
  max-width: 120px;
  max-height: 120px;
}

.drones-vermais {
  display: flex;
  padding: 8px 24px;
  align-items: center;
  gap: 16px;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;

  border: none;
  border-radius: 99px;
  background: var(--botao-primario);
}

.faqs-section {
  background-color: white;
  display: flex;
  justify-content: center;
}

.faqs-container {
  display: flex;
  padding: 48px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  max-width: 1280px;
}

.faqs-title-subtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-items: center;
}

.faqs-title-subtitle h2 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.faqs-title-subtitle p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.faqs-list {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.faqs-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  align-items: center;
  align-self: stretch;
  gap: 24px;

  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.faqs-item-title-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  cursor: pointer;
  gap: 24px;
}

.faqs-item-title-icon h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faqs-resposta {
  align-self: stretch;
  display: none;
}

.faqs-resposta span {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.faqs-icon {
  transition: transform 0.3s ease;
  min-width: 16px;
}

.icon-suport {
  min-width: 32px;
  min-height: 32px;
}

.m-none {
  margin: 0 !important;
}

/*  **********************************************
*********** TABLET/MOBILE MEDIA QUERY   **********
**********************************************  */

@media (max-width: 1130px) {
  .suport-vant-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .suport-banner-content {
    padding: 72px 24px 24px 24px;
  }

  .drones-content-section {
    padding: 24px;
  }

  .searchbar-filter {
    width: 100%;
  }

  .drones-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .suport-vant:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1020px) {

  .drones-filtering {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .drones-filter-buttons-group {
    justify-content: flex-start;
    flex-direction: column;
  }

  .button-filter {
    width: 100%;
  }

  .full-size {
    width: 100% !important;
  }

    .fix-banner-icon {
    min-width: 28px;
    min-height: 28px;
  }

}

@media (max-width: 840px) {
  .suport-container {
    flex-direction: column;
    margin-bottom: 0;
  }

  .suport-vant-container {
    grid-template-columns: 1fr;
  }

  .suport-card-group {
    flex-direction: column;
  }

  .suport-banner-card {
    width: 100%;
  }

  .drones-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .button-filter {
    width: 100%;
  }
}

@media (max-width: 648px) {
  .drones-list {
    grid-template-columns: 1fr;
  }

  .button-filter {
    width: 100%;
  }

  .rectangle-bg {
    display: none;
  }

  .suport-banner-content {
    padding: 64px 16px 16px 16px;
  }

  .suport-btn-service {
    width: 100%;
  }


  .support-vant-icon {
    width: 64px;
    height: 64px;
  }

  .suport-card-group, .suport-card-list {
    gap: 16px;
  }

  .support-banner-icon {
    min-width: 32px;
    min-height: 32px;
  }

  .suport-subtitle-cards-button span {
    font-size: 14px;
  }

  .faqs-title-subtitle h2 {
    font-size: 28px;
  }
}



