/**
 * Block Language Switcher
 ============================================================================ */
.language-switcher-language-url .links a,
.block-config-provider--language .links a {
  display: block;
  padding: 0.125rem 0;
  margin: 0.125rem 0;
}

.language-switcher-language-url a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  text-indent: -990000px;
  width: 30px;
  height: 30px;
  margin-top: 0 !important;
  border-bottom: 2px solid transparent;
  transition: all 0.15s ease;
}
.language-switcher-language-url a:hover,
.language-switcher-language-url a:focus,
.language-switcher-language-url a:active,
.language-switcher-language-url a.is-active {
  border-bottom: 2px solid #fff;
  text-decoration: none;
  color: #fff;
}
.es__link {
  background-image: url('/themes/pronatura/images/iconos/icono-es.svg');
}
.en__link {
  background-image: url('/themes/pronatura/images/iconos/icono-en.svg');
}
@media screen and (min-width: 60em) {
  .language-switcher-language-url a {transition: unset;}
}
@media screen and (min-width: 60.0625em) {
  .language-switcher-language-url a {
    background: none;
    border: none;
    width: auto;
    height: auto;
    margin: initial;
    text-indent: unset;
  }
}
