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

.header {
  position: absolute;
  top: 0;

  z-index: 999;
  margin: 0 auto;
}

.mpi header {
  background: color(--primary-color);
}

@media screen and (min-width: 1300px) {
  .header .nav-link {
    color: var(--light);
    margin: 0 0.1875rem;
    transition: 0.3s;
    border-radius: 0.5rem;
  }
  .header .nav-link:hover {
    color: var(--light);
    background-color: var(--secondary-color);
  }

  .header .nav-link.active {
    background-color: var(--secondary-color);
    color: var(--light) !important;
  }
}
/* FOOTER */
footer {
  background-color: #fff;
  margin-top: 3rem;
  border-top: 1px solid var(--primary-color);
}
footer .logo-desktop {
  max-width: 200px;
}
footer h3 {
  margin-top: 0;
  font-size: 18px;
  color: var(--dark);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--dark);
  transition: 0.3s;
}
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) {
  color: var(--dark);
  font-size: 14px;
  line-height: 25px;
  transition: 0.3s;
}
footer .address a:not(.btn):hover {
  color: var(--primary-light-color);
}

.copyright-footer .btn.selos {
  min-height: unset;
}
@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

.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;
}

.banner-home {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.banner-home__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-home__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: var(--background);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-home__bg-transparent {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 117, 50, 0.84) 0%,
    rgba(0, 117, 50, 0.84) 100%
  );

  mix-blend-mode: multiply;

  z-index: 1;
  height: 100vh;
}

.btn-banner {
  display: inline-block;
  color: #fff;
  background-color: var(--primary-color);
  padding: 14px 28px;
  border-radius: 8px;
  transition: all 0.3s ease-in;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
}

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

.title-banner {
  color: #b0bac6;
  font-family: var(--primary-font);
  font-size: 36px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}
.title-banner span {
  color: #fff;
  display: block;
}

.sub-title-banner {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
  margin: 0;
}
.btn-banner-01 {
  padding: 12px 36px;
  border: solid 2px #fff;
  background: transparent;
  color: #fff;
  transition: all 0.3s ease-in;
  font-weight: 600;
  border-radius: 40px;
}
.btn-banner-01:hover {
  background-color: #fff;
  color: #000;
}
.btn-banner-02 {
  padding: 12px 36px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-in;
  font-weight: 600;
  border-radius: 40px;
}
.btn-banner-02:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.section-title__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f4f4f4;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px; /* deixa a tag bem arredondada */
}

.section-title__tag img {
  width: 16px;
  height: 16px;
}

.section-title__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.card-mvv {
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  padding: 8px;
}
.card-mvv i {
  color: var(--primary-color);
}

.card-etica {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  color: #333;
  box-shadow: 0 0 0 1px #e0e0e0;
  transition: all 0.3s ease;

  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-etica__icon {
  background-color: #00a651; /* Verde */
  color: #fff;
  font-size: 1.5rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.card-etica__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.card-etica__text {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}

.card-etica__link {
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.3s;
}

/* 🔮 Estado Hover */
.card-etica:hover {
  background: #2b0e69; /* Roxo escuro */
  color: #fff;
  box-shadow: 0 0 0 2px #2b0e69;
}

.card-etica:hover .card-etica__link {
  color: #fff;
}

.galeria-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.galeria-1__thumb {
  display: flex !important;
  width: 100%;
  height: 260px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.galeria-1__thumb::before {
  content: "\f002";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 2.2rem;
  color: #fff;
  border-radius: 100%;
  scale: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.galeria-1__thumb:hover::before {
  scale: 1;
  opacity: 1;
  border-radius: 0;
}
.galeria-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form1 input {
  border: 1px solid #868686;
  border-radius: 8px;
}

.custom-btn-red {
  border: 1px solid red;
  color: red;
}

.bg-cta-home {
  background: url("../imagens/cta.webp");
}

.input-home {
  border: 1px solid rgba(209, 209, 209, 0.98);
  background: transparent;
}

.bg-blur {
  background: rgba(5, 5, 5, 0.1);
  backdrop-filter: blur(9px);
  border-radius: 8px;
}

.custom-input {
  background-color: transparent;
  border: 1px solid grey;
  outline: none;
  color: grey;
  outline: none;
}

.custom-input:focus {
  background-color: transparent; /* mantém o fundo igual */
  outline: none; /* remove o contorno padrão do navegador */
  box-shadow: none; /* remove brilho azul em alguns browsers */
  border-color: grey; /* evita mudança na borda ao focar */
}
.custom-input::placeholder {
  color: grey;
}

/* -------------- ORGANIC TABS - MENU -------------- */
.organictabs-3 a {
  text-decoration: none;
}
.organictabs-3 {
  display: flex;
  flex-direction: column-reverse;
}
.organictabs-3__menu {
  display: flex;
  justify-content: center;
  gap: 0;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.organictabs-3__main {
  width: 100%;
}
.organictabs-3__link {
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 4px 20px;
  background-color: #fff;
  color: #333;
  margin: 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in;
}
.organictabs-3__link span {
  position: relative;
}
.organictabs-3__link span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color, #9b3bd0);
  transition: all 0.3s ease-in;
}
.organictabs-3__link:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in;
}
.organictabs-3__link.active,
.organictabs-3__link:hover {
  color: var(--primary-color, #9b3bd0);
}
.organictabs-3__link.active::after {
  background-color: var(--primary-color, #9b3bd0);
}
.organictabs-3__link span:hover::before,
.organictabs-3__link.active span::before {
  width: 100%;
}

/* -------------- ORGANIC TABS - CONTEÚDO -------------- */
.organictabs-3__row {
  width: 100%;
  display: flex;
  gap: 20px;
  --spacing: 20px;
}
.organictabs-3__item {
  width: 100%;
}
.organictabs-3__content {
  padding: 40px;
  background-color: #fff;
}

.organictabs-3__title {
  color: var(--primary-color);
  font-size: 1.75rem;
  position: relative;
  margin-bottom: 40px;
}
.organictabs-3__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: var(--secondary-color, #7fc52f);
}
.organictabs-3__title span {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #747474;
  font-weight: 600;
}
.organictabs-3__text {
  color: var(--grey);
}
.organic-tabs-3__btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary-color, #9b3bd0);
  border-radius: 10px;
  color: var(--light, #fff);
  margin-top: 16px;
  transition: all 0.3s ease;
}
.organic-tabs-3__btn:hover {
  background-color: var(--secondary-color, #a84dda);
}
.organictabs-3__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .organictabs-3__link {
    padding: 4px 80px;
  }
  .organictabs-3__content {
    width: 60%;
  }
  .organictabs-3__thumb {
    width: 40%;
    max-height: 400px;
  }
}
@media only screen and (max-width: 765px) {
  .organictabs-3__menu {
    flex-direction: column;
  }
  .organictabs-3__row {
    flex-direction: column;
  }
  .organictabs-3__thumb {
    display: flex;
    justify-content: center;
  }
}

.titulo-duplo {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 3px;
  backdrop-filter: blur(4px);
  gap: 16px;
}

.tag {
  padding: 8px 25px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.tag--primary {
  background: linear-gradient(90deg, #2f0f82, #3a13a4, #4a18d1);
}

.tag--secondary {
  background: rgba(255, 255, 255, 0.1);
}

.video-yt {
  width: 100%;
  height: 270px;
}

.organictabs-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  --spacing: 40px;
}

/* -------------- ORGANIC TABS - MENU -------------- */
.organictabs-1__menu {
  display: flex;
  gap: 15px; /* espaço entre os itens */
  list-style: none;
  padding: 20px 0;
}

@media screen and (max-width: 576px) {
  .organictabs-1__menu {
    flex-direction: column;
  }
}
/* estilo base dos botões */
.organictabs-1__link {
  padding: 8px 25px;
  border-radius: 40px;
  background-color: var(--secondary-color); /* roxo */
  color: #fff;
  border: 2px solid var(--secondary-color);
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* quando estiver ativo → botão branco com borda */
.organictabs-1__link.active {
  background-color: #fff;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.organictabs-1__main {
  width: 100%;
}

/* -------------- ORGANIC TABS - CONTEÚDO -------------- */

.organictabs-1__row {
  width: 100%;
  display: flex;
  gap: 40px;
  --spacing: 40px;
}

.organictabs-1__thumb {
  width: 100%;
  height: 400px;
  max-width: 100%;
}

.organictabs-1__image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .organictabs-1__menu {
    max-width: 30%;
  }
  .organictabs-1__content {
    max-width: 55%;
  }
  .organictabs-1__thumb {
    max-width: 45%;
  }
}
@media only screen and (max-width: 765px) {
  .organictabs-1__main {
    max-width: 100%;
  }
  .organictabs-1,
  .organictabs-1__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .organictabs-1__menu {
    max-width: 100%;
  }
  .organictabs-1__content {
    width: 100%;
  }
  .organictabs-1__thumb {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .organictabs-1__image {
    display: block;
  }
}

.input-ctt {
  border-radius: 20px !important;
  background: #f6f6f6 !important;
  border: 1px solid transparent;
}

.bg-ctt-tabs {
  background-color: #fafafa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
}

.border-right-center {
  border-right: 1px solid #c3c3c3;
}

.lista-contatos {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-contatos li {
  margin-bottom: 20px; /* espaço entre blocos */
}

.lista-contatos li strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
}

.telefone-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4a4a4a;
  text-decoration: underline;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .galeria-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.logo-selo {
  max-width: 120px;
  width: 100%;
}
