/*Idiomas*/
.lang-switch {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lang-switch img {
  width: 22px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lang-switch img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* INDEX (navbar fixa) */
.navbar .lang-switch {
  position: absolute;
  right: 20px;
  top: 14px;
}

/* PRODUTO */
/*header .lang-switch {
  margin-left: 20px;
}*/

/* Mobile */
.mobile-lang {
  margin-top: 20px;
  justify-content: center;
}
/* FORÇA tamanho das bandeiras - INDEX */
.lang-index img {
  width: 22px !important;
  height: auto !important;
  max-width: 22px !important;
  display: inline-block;
}

/*CAT Produto*/
.cta-produto {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0 0;
}