.dropdown-icon-idioma::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.idioma-container {
  width: 80px;
  height: 36px;
}

.ventana-idioma {
  border-radius: 3px;
  background: #F7F7F7;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.idioma {
  color: #10547D;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.icono-idioma {
  width: 24px;
}

.texto-idioma {
  color: #747474;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.texto-idioma span {
  font-weight: bolder;
}

@media (max-width: 991px) {
  .idioma-container {
    left: -30px;
  }
}
