@charset "UTF-8";
/**
 * Clay 3.153.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.dictionary-random__title {
  font-family: "Tinos", serif;
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 2px solid #fff;
  padding: 0.3em 0.3em; }

.dictionary-random__noun {
  background: #efe5c0;
  border-bottom: 3px solid #fff;
  padding: 0.3em 0.3em; }
  .dictionary-random__noun__title {
    font-weight: bold;
    color: #9c8700;
    font-size: 13px; }
  .dictionary-random__noun__definition {
    color: #000305;
    font-size: 14px;
    font-family: "Tinos", serif;
    font-style: normal; }
    .dictionary-random__noun__definition__plain {
      display: inline;
      vertical-align: baseline; }
      .dictionary-random__noun__definition__plain .Subentry__Part_of_speech {
        font-size: 12px;
        font-weight: bold;
        color: #a19689;
        vertical-align: baseline; }
  .dictionary-random__noun__link {
    color: #9c8700;
    font-size: 12px; }

.dictionary-random__more {
  display: inline;
  vertical-align: baseline; }

/**
 * Clay 3.153.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.dictionary-autocomplete__suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ededed;
  border-top: 0;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 99;
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: -1px;
  padding-bottom: 0.375rem;
  margin-left: -1px; }
  @media (min-width: 768px) {
    .dictionary-autocomplete__suggestions {
      margin-left: 1px; } }

.dictionary-autocomplete__suggestion {
  position: relative;
  padding: 0.375rem 1.25rem;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Tinos";
  font-size: 1.125rem;
  color: #495057; }
  .dictionary-autocomplete__suggestion strong {
    font-weight: normal;
    color: #968611; }
  .dictionary-autocomplete__suggestion.selected {
    background: #ebe6c2;
    color: #272833; }

.modal-conjugate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh; }
  @media (min-width: 768px) {
    .modal-conjugate {
      width: auto;
      height: auto; } }
  .modal-conjugate .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 101; }
  .modal-conjugate .modal-dialog {
    position: absolute;
    z-index: 102;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin: 0; }
    @media (min-width: 992px) {
      .modal-conjugate .modal-dialog {
        top: 40px;
        bottom: 40px;
        left: 5%;
        right: 5%; } }
    @media (min-width: 1280px) {
      .modal-conjugate .modal-dialog {
        top: 40px;
        bottom: 40px;
        left: 10%;
        right: 10%;
        min-width: 920px; } }
  .modal-conjugate .modal-header {
    height: 48px;
    background-color: #a19689;
    border-radius: 0; }
    .modal-conjugate .modal-header .modal-conjugate__title {
      margin: 0;
      padding: 5px 0px 5px 0px;
      color: #000;
      font-size: 0.875rem;
      line-height: 1.3; }
      @media (min-width: 992px) {
        .modal-conjugate .modal-header .modal-conjugate__title {
          font-size: 1.25rem; } }
    .modal-conjugate .modal-header .modal-conjugate__verb {
      font-size: 1rem;
      color: #fff;
      margin-left: 5px; }
      @media (min-width: 992px) {
        .modal-conjugate .modal-header .modal-conjugate__verb {
          font-size: 1.5rem; } }
  .modal-conjugate .modal-conjugate__close {
    display: block;
    cursor: pointer;
    pointer-events: auto; }
  .modal-conjugate .modal-content {
    position: absolute;
    top: 48px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    border: none;
    border-radius: 0;
    border-bottom: 12px solid #a19689;
    background-color: #f6f5f3; }

.dicrag-suggest {
  margin: 0 0 3rem 0; }
  @media (min-width: 992px) {
    .dicrag-suggest {
      margin-right: 2rem; } }
  .dicrag-suggest__header {
    background-color: #f3f1e2;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .dicrag-suggest__header__tooltip {
      flex: 1 1 100%;
      margin: 0;
      color: #6b6c7e; }
    @media (min-width: 768px) {
      .dicrag-suggest__header {
        text-align: right;
        height: 64px;
        flex-wrap: nowrap; }
        .dicrag-suggest__header__tooltip {
          flex: 1; } }
  .dicrag-suggest__title {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #968611;
    cursor: pointer; }
  .dicrag-suggest__toggle {
    color: #968611;
    cursor: pointer;
    padding: 5px 10px; }
    .dicrag-suggest__toggle .chevron-up {
      display: none; }
    .dicrag-suggest__toggle .chevron-down {
      display: block; }
    .dicrag-suggest__toggle[aria-expanded=true] .chevron-up {
      display: block; }
    .dicrag-suggest__toggle[aria-expanded=true] .chevron-down {
      display: none; }
  .dicrag-suggest__content {
    background-color: #f3f1e2;
    height: 0;
    overflow: hidden; }
    .dicrag-suggest__content.open {
      height: auto; }
  .dicrag-suggest__container {
    position: relative;
    padding: 5px 30px 15px 30px; }
  .dicrag-suggest__form {
    margin: 0;
    padding: 0;
    border: 1px solid #f5f5f5; }
    .dicrag-suggest__form .formitem-group {
      margin-bottom: 18px; }
    .dicrag-suggest__form__field {
      font-size: 0.875rem;
      letter-spacing: 1px;
      font-weight: 700; }
      .dicrag-suggest__form__field.single-noun {
        text-transform: uppercase; }
        .dicrag-suggest__form__field.single-noun span.noun {
          text-transform: none;
          letter-spacing: 0;
          font-size: 1.4rem;
          font-family: 'Tinos';
          vertical-align: baseline;
          color: #000;
          margin-left: 0.25rem; }
    .dicrag-suggest__form__radio {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .dicrag-suggest__form__radio__label {
        margin: 8px 24px 8px 0;
        display: flex;
        align-items: center;
        font-size: 0.875rem;
        font-weight: normal;
        color: #393a4a; }
        .dicrag-suggest__form__radio__label span.desambiguation {
          font-size: 13px;
          color: #555;
          margin-left: 4px; }
      .dicrag-suggest__form__radio .error-message {
        margin-left: 15px;
        width: 100%; }
    .dicrag-suggest__form__control {
      border-radius: 3px;
      border: 1px solid #cdced9;
      padding: 10px 12px;
      width: 100%;
      font-size: 0.9375rem;
      line-height: 1.1;
      color: #495057; }
      .dicrag-suggest__form__control[type="radio"] {
        margin-right: 8px;
        width: auto; }
      .dicrag-suggest__form__control[type="checkbox"] {
        margin-right: 10px;
        width: auto; }
    .dicrag-suggest__form__label {
      font-size: 0.875rem;
      font-weight: 400;
      color: #495057;
      display: block; }
      .dicrag-suggest__form__label__privacy {
        display: inline-flex;
        align-items: center;
        padding-left: 3px;
        font-size: 0.9375rem; }
        .dicrag-suggest__form__label__privacy + .error-message {
          display: block; }
    .dicrag-suggest__form label.privacy {
      margin: 10px 15px 20px;
      width: auto;
      position: relative; }
      .dicrag-suggest__form label.privacy input {
        position: absolute;
        width: auto;
        top: 2px; }
      .dicrag-suggest__form label.privacy span {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        margin-left: 18px;
        display: block; }
      .dicrag-suggest__form label.privacy span.error-message {
        color: #9d0000;
        font-weight: normal;
        margin-left: 0;
        margin-top: 8px; }
    .dicrag-suggest__form span.error-message {
      font-size: 0.75rem;
      padding: 0 0 0 5px;
      color: #9d0000; }
  .dicrag-suggest__legal {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.4;
    color: #a7a9bc; }
  .dicrag-suggest .multiple-noun-suggestion {
    display: none;
    margin-bottom: 20px; }
    .dicrag-suggest .multiple-noun-suggestion label {
      font-family: 'Tinos';
      font-size: 1.1em; }
    .dicrag-suggest .multiple-noun-suggestion .dicrag-suggest__form__radio {
      display: block; }
  .dicrag-suggest__buttons {
    margin: 20px 0 10px 0; }

.dictionary-suggestions .suggestions-confirmation {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(162, 150, 138, 0.9); }
  .dictionary-suggestions .suggestions-confirmation p {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px; }
    .dictionary-suggestions .suggestions-confirmation p em {
      font-size: 24px; }
    .dictionary-suggestions .suggestions-confirmation p .svg-inline {
      font-size: 64px;
      color: #070; }
  .dictionary-suggestions .suggestions-confirmation .suggestions-confirmation-ok {
    margin-top: 30px;
    padding: 20px 0 10px; }
  .dictionary-suggestions .suggestions-confirmation .suggestions-confirmation-ko {
    margin-top: 30px;
    padding: 20px 0 10px; }
    .dictionary-suggestions .suggestions-confirmation .suggestions-confirmation-ko .svg-inline {
      color: #780000; }

html {
  scroll-behavior: smooth; }

.dicrag-preferences {
  margin: 1rem 0 2rem 0; }
  .dicrag-preferences__container {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .dicrag-preferences__container {
        justify-content: flex-end; } }
  .dicrag-preferences__option {
    display: flex;
    align-items: center;
    font-size: 0.67rem;
    color: #a7a9bc;
    cursor: pointer;
    padding: 0.125rem 0.25rem; }
    @media (min-width: 768px) {
      .dicrag-preferences__option {
        margin: 0 0 0 1rem;
        font-size: 0.875rem; } }
    .dicrag-preferences__option.is-active .dicrag-preferences__icon::before {
      background-color: #968611; }
  .dicrag-preferences__label {
    color: #a7a9bc;
    padding-left: 0.5rem; }
  .dicrag-preferences__icon {
    flex: 0 0 1.125rem;
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid #6b6c7e;
    background-color: transparent;
    position: relative; }
    .dicrag-preferences__icon::before {
      content: "";
      display: block;
      background-color: transparent;
      position: absolute;
      left: 0.125rem;
      right: 0.125rem;
      top: 0.125rem;
      bottom: 0.125rem; }

.dicrag-termcontent {
  margin: 20px 0 30px;
  margin-top: 0;
  min-height: 20px;
  padding: 0 15px; }
  .dicrag-termcontent--loading {
    cursor: progress; }
    .dicrag-termcontent--loading a {
      cursor: progress; }
  .dicrag-termcontent .Lemma {
    margin-bottom: 40px;
    display: block; }
    .dicrag-termcontent .Lemma .Fraseoloxia {
      display: none; }
  .dicrag-termcontent .definition-buttons {
    display: inline-block;
    position: relative;
    top: 3px; }
    .dicrag-termcontent .definition-buttons button {
      background-color: transparent;
      background-image: none;
      border: none;
      text-shadow: none;
      border-radius: 0;
      margin: 0 10px;
      padding: 0;
      cursor: pointer;
      outline: none; }
      .dicrag-termcontent .definition-buttons button > * {
        pointer-events: none; }
      .dicrag-termcontent .definition-buttons button.btconxugar {
        background-color: #f1f2f5;
        padding: 0.5rem 0.75rem;
        border-radius: 4px;
        color: #495057; }
        .dicrag-termcontent .definition-buttons button.btconxugar:hover {
          color: #000;
          background-color: #ebe6c2; }
      .dicrag-termcontent .definition-buttons button.button-audio {
        background-color: #f1f2f5;
        padding: 0.125rem 0.5rem;
        border-radius: 4px;
        color: #495057; }
        .dicrag-termcontent .definition-buttons button.button-audio:hover {
          color: #000;
          background-color: #ebe6c2; }
    .dicrag-termcontent .definition-buttons .noun-audio-container {
      display: inline-block; }
  .dicrag-termcontent .share-buttons {
    float: right;
    height: 54px; }
    .dicrag-termcontent .share-buttons .share-buttons-container {
      position: relative;
      overflow: hidden; }
    .dicrag-termcontent .share-buttons .share-button {
      background-color: #fff;
      border: none;
      text-shadow: none;
      font-weight: normal;
      font-size: 12px;
      background-image: none;
      cursor: pointer;
      padding: 0;
      outline: none;
      display: block;
      margin: 13px 5px 5px 10px;
      float: right; }
      .dicrag-termcontent .share-buttons .share-button > * {
        pointer-events: none; }
    .dicrag-termcontent .share-buttons .share-button-x {
      color: #0f1419; }
      .dicrag-termcontent .share-buttons .share-button-x:hover {
        color: rgba(15, 20, 15, 0.8); }
    .dicrag-termcontent .share-buttons .share-button-twitter {
      color: #1da1f2; }
      .dicrag-termcontent .share-buttons .share-button-twitter:hover {
        color: rgba(29, 161, 242, 0.8); }
    .dicrag-termcontent .share-buttons .share-button-facebook {
      color: #3b5998; }
      .dicrag-termcontent .share-buttons .share-button-facebook:hover {
        color: rgba(59, 89, 152, 0.8); }
  .dicrag-termcontent .Lemma .Lemma__LemmaSign {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }

.dicrag-proximitynouns {
  border: 2px solid #efe4c4;
  padding: 15px 20px;
  margin: 0 0 30px; }
  .dicrag-proximitynouns__current {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Tinos', sans-serif;
    vertical-align: baseline; }
  .dicrag-proximitynouns__title {
    color: #a5958d;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 1.4em;
    font-size: 14px;
    margin: 0 0 10px;
    padding-bottom: 10px; }
  .dicrag-proximitynouns__between {
    display: block;
    text-align: center;
    line-height: 1.4em;
    font-size: 16px;
    margin: 5px 0; }
  .dicrag-proximitynouns__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
  .dicrag-proximitynouns__item {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #333;
    line-height: 1em;
    margin: 0 5px 0 0;
    padding: 0 0 0 5px; }
    .dicrag-proximitynouns__item:first-child {
      padding: 0;
      border: none; }

.dicionario-rag {
  margin: 0;
  padding-top: 1rem; }
  @media (min-width: 992px) {
    .dicionario-rag {
      margin-right: 2rem; } }
  .dicionario-rag .normal-form__buttons {
    display: block; }
    @media (min-width: 768px) {
      .dicionario-rag .normal-form__buttons {
        padding-left: 3.25em; } }
  .dicionario-rag .normal-form__button {
    color: #949494;
    font-size: 0.675em;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.4em 0.6em;
    margin: 0 0 1em 0;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    cursor: pointer; }
    @media (min-width: 768px) {
      .dicionario-rag .normal-form__button {
        font-size: 0.875em;
        margin: 1em 0.5em 1.25em 0.5em; } }
    .dicionario-rag .normal-form__button:hover {
      color: #393a4a; }
    .dicionario-rag .normal-form__button:focus {
      outline: none; }
    .dicionario-rag .normal-form__button.active {
      background-color: #968611;
      color: #fff; }
      .dicionario-rag .normal-form__button.active:hover {
        color: #fff; }
  .dicionario-rag .normal-form__fields {
    position: relative;
    background-color: #ebe6c2;
    padding: 0.75rem 0.75rem;
    border-radius: 4px;
    display: flex;
    align-items: center; }
  .dicionario-rag .normal-form__iconlogo {
    margin-right: 0.5rem;
    color: #968611; }
    @media (min-width: 768px) {
      .dicionario-rag .normal-form__iconlogo {
        background-color: #fff; } }
  .dicionario-rag .normal-form__search {
    width: 100%;
    padding: 0 2.375rem 0 1rem;
    height: 2.6875rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid #f1f2f5; }
    .dicionario-rag .normal-form__search:focus {
      outline: none; }
    .dicionario-rag .normal-form__search::placeholder {
      color: #6b6c7e;
      font-style: italic; }
  .dicionario-rag .normal-form__submit {
    position: absolute;
    right: 24px;
    top: 21px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer; }
    .dicionario-rag .normal-form__submit:focus {
      outline: none; }
    .dicionario-rag .normal-form__submit .icon-search {
      color: #968611; }
  .dicionario-rag .normal-form__loading {
    display: none;
    align-items: center;
    position: absolute;
    right: 2px;
    top: 18px; }
  .dicionario-rag .normal-form.loading .normal-form__loading {
    display: block; }
  .dicionario-rag .normal-form.loading .normal-form__submit {
    display: none; }
  .dicionario-rag .dicrag-info__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #968611;
    letter-spacing: 1px; }
  .dicionario-rag .dicrag-info__subtitle {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #495057; }
  .dicionario-rag .dicrag-info .paragraph {
    font-size: 0.9375rem; }
  .dicionario-rag .first-info {
    margin-top: 30px;
    margin-bottom: 50px;
    display: none; }
    .dicionario-rag .first-info p {
      font-family: 'Open Sans';
      font-size: 16px;
      color: #000;
      line-height: 1.3em;
      margin-right: 20px;
      margin-bottom: 20px; }
    .dicionario-rag .first-info .column-row {
      display: flex; }
    .dicionario-rag .first-info .column {
      width: 33%;
      margin-top: 10px;
      border-left: 1px solid #9c8700;
      padding: 5px 0; }
      .dicionario-rag .first-info .column p {
        margin: 0 8px 0 0;
        padding-left: 8px;
        font-size: 12px;
        line-height: 1.3em;
        font-family: 'Open sans';
        font-weight: bold;
        color: #a19689; }
    .dicionario-rag .first-info .column-three {
      border-right: 1px solid #9c8700; }
  .dicionario-rag .superindex {
    vertical-align: super;
    font-size: 0.7em;
    font-weight: bold; }
  .dicionario-rag .condemned {
    text-decoration: line-through; }
  .dicionario-rag .normal-form {
    display: block; }
    .dicionario-rag .normal-form label {
      display: block; }
    .dicionario-rag .normal-form .search_logo {
      display: block;
      float: left;
      width: 38px;
      height: 38px;
      margin-right: 5px; }
    .dicionario-rag .normal-form .form-container {
      display: block;
      position: relative; }
    .dicionario-rag .normal-form .button-submit {
      background: transparent;
      border: none;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 62px;
      top: 6px;
      width: 24px; }
      .dicionario-rag .normal-form .button-submit:focus {
        outline: none; }
      .dicionario-rag .normal-form .button-submit .fa {
        color: #9c8700;
        font-size: 22px; }
    .dicionario-rag .normal-form.searching input[type='text'] {
      background-image: url(../images/loading.gif);
      background-position: 99% center;
      background-repeat: no-repeat; }
    .dicionario-rag .normal-form.searching .button-submit {
      display: none; }
  .dicionario-rag .search-options {
    width: 476px;
    margin-left: 43px;
    position: relative;
    min-height: 32px; }
    .dicionario-rag .search-options:after, .dicionario-rag .search-options:before {
      content: ' ';
      display: table; }
    .dicionario-rag .search-options:after {
      clear: both; }
    .dicionario-rag .search-options.open .search-options-list {
      max-height: 200px;
      transition: max-height 0.3s ease-in; }
    .dicionario-rag .search-options .search-options-list {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.2s ease-out;
      font-family: 'Open Sans';
      position: relative;
      z-index: 10; }
    .dicionario-rag .search-options .search-options-open {
      font-size: 12px;
      line-height: 24px;
      padding: 4px 5px 0;
      cursor: pointer;
      color: #666;
      border: 0;
      background-image: none;
      text-shadow: none;
      font-weight: normal;
      background-color: transparent;
      outline: none;
      font-family: 'Open Sans';
      position: absolute;
      right: 5px;
      top: 0; }
      .dicionario-rag .search-options .search-options-open .fa {
        font-size: 18px;
        vertical-align: middle; }
    .dicionario-rag .search-options .search-options-close {
      font-size: 12px;
      line-height: 24px;
      padding: 4px 5px 0;
      cursor: pointer;
      color: #666;
      border: 0;
      background-image: none;
      text-shadow: none;
      font-weight: normal;
      background-color: transparent;
      outline: none;
      font-family: 'Open Sans';
      position: absolute;
      z-index: 12;
      right: 5px;
      bottom: 4px; }
      .dicionario-rag .search-options .search-options-close .fa {
        font-size: 18px;
        vertical-align: middle; }
    .dicionario-rag .search-options ul {
      margin: 0;
      padding: 5px 10px 5px 15px;
      list-style-type: none;
      background: #efe5c0;
      border-top-width: 1px; }
      .dicionario-rag .search-options ul li {
        color: #666;
        font-size: 12px;
        margin: 4px 0; }
        .dicionario-rag .search-options ul li .option-title {
          width: 150px;
          color: #666;
          display: inline-block; }
        .dicionario-rag .search-options ul li a {
          color: inherit; }
          .dicionario-rag .search-options ul li a span {
            margin: 0 10px;
            color: #666;
            text-transform: lowercase; }
            .dicionario-rag .search-options ul li a span.option-enabled, .dicionario-rag .search-options ul li a span.option-disabled {
              display: none; }
        .dicionario-rag .search-options ul li .fa {
          font-size: 24px;
          vertical-align: middle; }
  .dicionario-rag .empty-search {
    margin: 15px 0 60px 0;
    padding: 0 15px; }
    .dicionario-rag .empty-search p {
      margin-bottom: 0;
      font-size: 1.125rem; }
    .dicionario-rag .empty-search p.empty-synonym {
      display: none; }
    .dicionario-rag .empty-search p.no-available {
      display: block; }
    .dicionario-rag .empty-search.available p.no-available {
      display: none; }
    .dicionario-rag .empty-search.available p.empty-synonym {
      display: block; }
    .dicionario-rag .empty-search .get-last-search {
      color: #9c8700;
      cursor: pointer; }

.tab_container {
  padding-top: 10px; }

.tab_content {
  padding: 5px;
  padding: 5px; }

.advanced-form {
  z-index: 10;
  position: relative;
  transition: max-height 0.1s ease-in;
  overflow: hidden;
  max-height: 0; }
  .advanced-form.open {
    margin-top: -67px;
    transition: max-height 0.3s ease-out;
    max-height: 1600px; }
    @media (min-width: 768px) {
      .advanced-form.open {
        max-height: 510px; } }
  .advanced-form__container {
    background-color: #ebe6c2;
    padding: 20px 15px;
    border-radius: 4px; }
  .advanced-form__group__title {
    text-transform: uppercase;
    color: #272833;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 0.875rem; }
    @media (min-width: 768px) {
      .advanced-form__group__title {
        margin-bottom: 1.25rem;
        font-size: 1.125rem;
        margin-top: 0; } }
  .advanced-form__field {
    margin-bottom: 1rem; }
  .advanced-form__label {
    color: #272833;
    margin-bottom: 0.375rem;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .advanced-form__label {
        font-size: 1rem; } }
  .advanced-form__input {
    width: 100%;
    padding: 0 0.875rem 0 0.875rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1;
    border: 1px solid #e6e6e6;
    border-radius: 4px; }
    .advanced-form__input:focus {
      outline: none; }
    .advanced-form__input::placeholder {
      color: #a7a9bc; }
    @media (min-width: 768px) {
      .advanced-form__input {
        height: 2.25rem; } }
  .advanced-form__select {
    width: 100%;
    padding: 0 0.875rem 0 0.875rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1;
    border: 1px solid #e6e6e6;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .advanced-form__select {
        height: 2.25rem; } }
  .advanced-form__buttons {
    text-align: right; }
  .advanced-form__button {
    letter-spacing: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 0 0.5rem;
    position: relative; }
    .advanced-form__button:last-child {
      margin-right: 0; }
    .advanced-form__button .svg-inline {
      position: absolute; }
    .advanced-form__button--right-icon {
      padding-right: 2rem; }
      .advanced-form__button--right-icon .svg-inline {
        top: 6px;
        right: 0.5rem; }
    .advanced-form__button--left-icon {
      padding-left: 2rem;
      font-size: 0;
      float: left; }
      @media (min-width: 576px) {
        .advanced-form__button--left-icon {
          font-size: 0.875rem;
          float: none; } }
      .advanced-form__button--left-icon .svg-inline {
        top: 6px;
        left: 0.375rem; }

.advanced-search__help {
  margin: 30px 0;
  padding: 30px 30px;
  background-color: #ebe6c2; }

.advanced-search__results {
  margin-top: 2rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .advanced-search__results__items {
      max-height: 300px;
      overflow-y: auto;
      overflow-x: hidden; } }
  .advanced-search__results__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .advanced-search__results__list {
        margin: 0 -15px; } }
  .advanced-search__results__item {
    font-family: 'Tinos', sans-serif;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    padding: 0 15px;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .advanced-search__results__item {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .advanced-search__results__item {
        flex: 0 0 33.333333333%;
        max-width: 33.333333333%; } }
  .advanced-search__results__link {
    text-decoration: none;
    color: inherit;
    padding: 0.375rem 1.5rem;
    line-height: 1.2;
    display: block;
    background: #ebe6c2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .advanced-search__results__link:hover {
      color: #968611; }

.dictionary-box.is-advanced-search .dicrag-preferences {
  display: none; }

@font-face {
  font-family: 'IPAKiel';
  src: url("fonts/GalSILB.ttf"); }

.Lemma {
  /* Nas frases e expresions  */ }
  .Lemma .Lemma__HomonymNumber {
    font-size: 20px;
    font-weight: bold;
    vertical-align: top; }
  .Lemma .Lemma__LemmaSign {
    display: block;
    font-family: "Tinos", serif;
    font-size: 38px;
    font-weight: bold;
    margin: 0; }
    .Lemma .Lemma__LemmaSign.italic {
      font-style: italic; }
    .Lemma .Lemma__LemmaSign.condemned, .Lemma .Lemma__LemmaSign.condenado {
      text-decoration: line-through;
      margin-bottom: 20px; }
    .Lemma .Lemma__LemmaSign .Lemma__HomonymNumber {
      display: none; }
  .Lemma .Lemma__Conxugador {
    display: none; }
  .Lemma .Lemma__Feminino {
    display: block; }
  .Lemma .References {
    font-size: 12px;
    font-weight: normal;
    color: #a19689;
    text-transform: uppercase;
    display: block;
    margin-top: 3px; }
    .Lemma .References .Lemma__HomonymNumber {
      color: #9c8700;
      font-size: 11px;
      font-weight: bold;
      vertical-align: super; }
      .Lemma .References .Lemma__HomonymNumber:empty {
        display: none; }
    .Lemma .References:before {
      color: #a19689;
      content: "\25BA";
      white-space: pre;
      display: inline-block;
      margin-right: 5px; }
    .Lemma .References .Reference {
      font-family: "Tinos", serif;
      color: #9c8700;
      vertical-align: baseline; }
    .Lemma .References a {
      margin-left: 3px;
      font-weight: bold;
      color: #9c8700;
      font-size: 16px;
      text-transform: lowercase; }
  .Lemma .Reference .Lemma__HomonymNumber {
    color: #9c8700;
    font-size: 11px;
    font-weight: bold;
    vertical-align: super; }
  .Lemma .Indent {
    margin-left: 5px;
    text-indent: -5px; }
  .Lemma .Subentry {
    display: block;
    position: relative;
    color: #880502; }
  .Lemma .Subentry__Part_of_speech {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #a19689 !important; }
    .Lemma .Subentry__Part_of_speech:before {
      content: "\A";
      white-space: pre; }
  .Lemma .Subentry__LemmaSign {
    font-weight: bold; }
  .Lemma .Lemma__Deriv:before {
    content: "\A ";
    white-space: pre; }
  .Lemma .Subentry__Pronunciation {
    font-family: 'IPAKiel';
    color: #575757; }
  .Lemma .Sense {
    display: block;
    position: relative;
    padding-left: 14px;
    height: auto;
    clear: both;
    vertical-align: top; }
  .Lemma .Sense__Tecnolecto,
  .Lemma .Definition__UsageLabel {
    font-size: 14px;
    font-weight: bold;
    color: #a19689;
    line-height: 19px;
    float: left;
    margin-right: 4px; }
    .Lemma .Sense__Tecnolecto:before, .Lemma .Sense__Tecnolecto:before,
    .Lemma .Definition__UsageLabel:before,
    .Lemma .Definition__UsageLabel:before {
      content: "\A";
      white-space: pre; }
  .Lemma .Sense__SenseNumber {
    display: block;
    position: relative;
    padding: 0;
    font-size: 14px;
    margin-right: 6px;
    color: black;
    float: left;
    line-height: 19px;
    font-weight: bold; }
    .Lemma .Sense__SenseNumber:before {
      content: "\A";
      white-space: pre; }
  .Lemma .Sense__NomeCientifico {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 19px;
    float: left;
    margin-right: 5px;
    font-style: italic; }
    .Lemma .Sense__NomeCientifico:before {
      content: "\A";
      white-space: pre; }
  .Lemma .Definition {
    display: block;
    position: relative;
    height: auto;
    color: #000;
    line-height: 20px; }
  .Lemma .Definition__Definition {
    font-family: "Tinos", serif;
    display: block;
    position: relative;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 20px; }
    .Lemma .Definition__Definition:before {
      content: "";
      display: block;
      height: 1.15em; }
    .Lemma .Definition__Definition .Reference {
      vertical-align: baseline; }
  .Lemma .Definition__UsageLabel {
    display: block;
    position: relative; }
  .Lemma .Definition__RexenciaVerbal {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 20px;
    float: left;
    margin-right: 5px;
    font-family: "Tinos", serif;
    margin-top: 1.1em; }
  .Lemma .Example {
    display: block;
    position: relative;
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 8px; }
    .Lemma .Example:before {
      content: "\A";
      white-space: pre;
      content: none; }
  .Lemma .Example__Example {
    font-family: "Tinos", serif;
    font-style: italic; }
  .Lemma .Toggle_Fraseoloxia {
    cursor: pointer;
    color: #fff;
    margin-left: -30px;
    padding: 2px 6px 5px 6px;
    position: relative;
    top: -2px; }
  .Lemma .Fraseoloxia_titulo {
    font-size: 25px;
    font-weight: normal;
    line-height: 0.9em;
    margin-top: 20px;
    margin-bottom: 1px;
    color: #1f93ce; }
  .Lemma .Fraseoloxia {
    display: block;
    position: relative; }
    .Lemma .Fraseoloxia:before {
      content: "\A ";
      white-space: pre; }
    .Lemma .Fraseoloxia .Definition__Definition:before {
      content: "\A ";
      white-space: pre; }
  .Lemma .Fraseoloxia__Texto {
    font-family: "Tinos", serif;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
  .Lemma .Lemma__Plurais {
    display: block;
    font-weight: bold; }
  .Lemma .Sense__RexenciaVerbal {
    font-weight: bold; }
  .Lemma .Subentry__Plurais {
    font-weight: bold; }
  .Lemma .Lemma__Pronunciation {
    display: block;
    font-family: 'IPAKiel';
    color: #575757; }
  .Lemma .Lemma__Deriv {
    font-size: 18px;
    font-family: "Tinos", serif;
    font-weight: bold;
    color: #a19689; }
  .Lemma .Lemma__Etymology {
    color: #202020; }
  .Lemma .Lemma__Notes {
    color: #fd8668; }
  .Lemma .Lemma__Modified {
    font-size: 9px;
    color: #888; }
  .Lemma .Lemma__Created {
    font-size: 9px;
    font-style: italic;
    color: #888; }
  .Lemma .TE {
    color: #066606; }
  .Lemma .Lemma__UsageLabel {
    font-style: italic; }
  .Lemma .Sense__UsageLabel {
    font-style: italic; }
  .Lemma .Subentry__UsageLabel {
    font-style: italic; }
  .Lemma .cita__Texto {
    font-style: italic;
    text-decoration: none;
    color: #f00; }
  .Lemma .abbr__Abreviatura {
    color: #008000; }
  .Lemma .Lemma__Part_of_Speech {
    font-style: italic; }
  .Lemma b {
    background-color: #a19689;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    padding: 2px 22px 2px 0; }
    .Lemma b:before {
      content: "\A  ";
      white-space: pre; }
    .Lemma b:after {
      content: "  ";
      white-space: pre; }
    .Lemma b .lema {
      vertical-align: baseline;
      font-family: "Tinos", serif;
      font-size: 1.3em;
      font-weight: bold;
      line-height: 22px;
      margin-left: 3px;
      margin-right: 3px; }
    .Lemma b i {
      color: black; }
  .Lemma .Obs {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #5f4c3f;
    background-color: #d8cfbf;
    padding: 4px; }
    .Lemma .Obs:before {
      padding-top: 9px;
      content: "\A";
      white-space: normal;
      clear: both; }
    .Lemma .Obs .Obs__Texto b {
      background-color: transparent;
      margin-top: 0;
      color: #5f4c3f;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0;
      padding: 0; }
      .Lemma .Obs .Obs__Texto b:before, .Lemma .Obs .Obs__Texto b:after {
        content: ""; }
  .Lemma .Edicion {
    display: block;
    margin-top: 40px;
    background-color: #f6f5f3;
    color: #808183;
    padding: 0 0 10px; }
    .Lemma .Edicion .termoactualizado {
      display: inline-block;
      position: relative;
      padding: 3px 15px;
      background-color: #998675;
      font-size: 13px;
      color: #fff;
      text-align: left;
      margin-bottom: 5px; }
  .Lemma .Modificacion {
    display: block;
    color: #5f4c3f;
    font-size: 13px;
    padding: 0 14px; }
    .Lemma .Modificacion:before {
      content: "- ";
      white-space: pre; }

.conjugated-verb .zonscroll .colunica {
  display: block;
  position: relative;
  float: left;
  width: 98%;
  height: auto;
  margin-right: 0;
  margin-left: 1%; }

.conjugated-verb .zonscroll .colesquerda {
  display: block;
  position: relative;
  margin-right: 3%;
  margin-left: 3%; }
  @media (min-width: 768px) {
    .conjugated-verb .zonscroll .colesquerda {
      float: left;
      width: 44%;
      height: auto;
      margin-right: 3%;
      margin-left: 2%; } }

.conjugated-verb .zonscroll .colcentro {
  display: block;
  position: relative;
  margin-right: 3%;
  margin-left: 3%; }
  @media (min-width: 768px) {
    .conjugated-verb .zonscroll .colcentro {
      float: left;
      width: 23%;
      height: auto;
      margin-right: 3%;
      margin-left: 0; } }

.conjugated-verb .zonscroll .coldereita {
  display: block;
  position: relative;
  margin-right: 3%;
  margin-left: 3%; }
  @media (min-width: 768px) {
    .conjugated-verb .zonscroll .coldereita {
      float: left;
      width: 23%;
      height: auto;
      margin-right: 0;
      margin-left: 0; } }

.conjugated-verb .zonscroll .indicativo h3 {
  font-size: 23px;
  color: #a19689; }

.conjugated-verb .zonscroll table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-top: 15px; }
  .conjugated-verb .zonscroll table .anchouno {
    width: 6.5%; }
  .conjugated-verb .zonscroll table .anchodos {
    width: 42%; }
  .conjugated-verb .zonscroll table .anchotres {
    width: 3.5%; }
  .conjugated-verb .zonscroll table .anchocuatro {
    width: 10%; }
  .conjugated-verb .zonscroll table caption {
    font-family: "Tinos", serif;
    font-size: 20px;
    color: #a19689;
    text-align: left;
    margin-left: 1.5%;
    margin-bottom: 1px;
    caption-side: inherit;
    padding: 0; }
    @media (min-width: 768px) {
      .conjugated-verb .zonscroll table caption {
        font-size: 23px; } }
    .conjugated-verb .zonscroll table caption .captionpri {
      width: 30%;
      display: inline-block; }
    .conjugated-verb .zonscroll table caption .captionseg {
      margin-left: 22%; }
  .conjugated-verb .zonscroll table.tabindicativo {
    width: 100%;
    margin-bottom: 0; }
  .conjugated-verb .zonscroll table.tabsubxuntivo {
    width: 100%;
    margin-bottom: 0; }
  .conjugated-verb .zonscroll table.tabimperainfi {
    width: 100%;
    margin-bottom: 0; }
  .conjugated-verb .zonscroll table.tabxerunparti {
    width: 100%;
    margin-bottom: 50px; }
  .conjugated-verb .zonscroll table.tabimperativo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }
    .conjugated-verb .zonscroll table.tabimperativo caption {
      padding-bottom: 42px; }
  .conjugated-verb .zonscroll table.tabinfinitivo {
    width: 100%;
    margin-top: 0;
    margin-left: 5px;
    clear: right;
    margin-bottom: 0; }
    .conjugated-verb .zonscroll table.tabinfinitivo caption {
      line-height: 30px;
      padding-top: 12px; }
  .conjugated-verb .zonscroll table.tabxerundio {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .conjugated-verb .zonscroll table.tabxerundio caption {
      line-height: 30px;
      padding-top: 12px; }
  .conjugated-verb .zonscroll table.tabparticipio {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0; }
    .conjugated-verb .zonscroll table.tabparticipio caption {
      line-height: 30px;
      padding-top: 12px; }
  .conjugated-verb .zonscroll table tbody tr th {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    white-space: pre;
    /* ajustar texto a celda CSS 2.0 */
    white-space: pre-wrap;
    /* ajustar texto a celda CSS 2.1 */
    white-space: pre-line;
    /* ajustar texto a celda CSS 3.0 */
    white-space: -pre-wrap;
    /* ajustar texto a celda Opera 4-6 */
    white-space: -o-pre-wrap;
    /* ajustar texto a celda Opera 7 */
    white-space: -moz-pre-wrap;
    /* ajustar texto a celda Mozilla */
    white-space: -hp-pre-wrap;
    /* ajustar texto a celda HP */
    word-wrap: break-word;
    /* ajustar texto a celda IE */
    padding: 1px 0;
    background: #fff;
    color: #a19689;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    font-family: "Tinos", serif; }
    @media (min-width: 768px) {
      .conjugated-verb .zonscroll table tbody tr th {
        font-size: 18px; } }
  .conjugated-verb .zonscroll table tbody tr td {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    white-space: pre;
    /* ajustar texto a celda CSS 2.0 */
    white-space: pre-wrap;
    /* ajustar texto a celda CSS 2.1 */
    white-space: pre-line;
    /* ajustar texto a celda CSS 3.0 */
    white-space: -pre-wrap;
    /* ajustar texto a celda Opera 4-6 */
    white-space: -o-pre-wrap;
    /* ajustar texto a celda Opera 7 */
    white-space: -moz-pre-wrap;
    /* ajustar texto a celda Mozilla */
    white-space: -hp-pre-wrap;
    /* ajustar texto a celda HP */
    word-wrap: break-word;
    /* ajustar texto a celda IE */
    padding: 1px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left; }
    @media (min-width: 768px) {
      .conjugated-verb .zonscroll table tbody tr td {
        font-size: 16px; } }
    .conjugated-verb .zonscroll table tbody tr td.sepaconxug {
      height: 1px;
      width: 100%;
      background-color: #d5d0cb;
      padding: 0;
      margin: 0;
      display: block; }
      .conjugated-verb .zonscroll table tbody tr td.sepaconxug img {
        display: none;
        height: 0; }

.do-nothing {
  color: inherit; }