.page__footer .button--idae--title {
  width: 9.5em;
  height: 12em;
  background: url('../images/idae/footer-patrons-title.png') 50% 50% / contain
    no-repeat;
}

.idae-dialog-drop {
  font-size: 0.9em;
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
}

@media screen and (min-width: 620px) {
  .idae-dialog-drop {
    font-size: 1em;
  }
}

.idae-dialog-drop .dialog__info {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 368px;
}
@media screen and (min-width: 620px) {
  .idae-dialog-drop .dialog__info {
    height: 364px;
  }
}

.idae-dialog-drop .dialog__box {
  width: 100%;
  max-width: 31.625em;
  background: #fff;
  border-radius: 0.5em;
  padding: 1.5em 0.5em 0.5em;
  position: relative;
  z-index: 2;
}

.idae-dialog-drop .button--close-idae {
  width: 2em;
  height: 2em;
  background-image: url('../images/idae/button-close.png');
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 2;
}

@media screen and (min-width: 620px) {
  .idae-dialog-drop .button--close-idae {
    transform: translate(100%, -100%);
    right: 0;
    top: 0;
  }

  .csstransforms .idae-dialog-drop .button--close-idae:hover,
  .csstransforms .idae-dialog-drop .button--close-idae:focus {
    transform: translate(100%, -100%);
  }
}

.idae-dialog-drop .box__header {
  opacity: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  margin: 0 0 1.5em;
}

.idae-dialog-drop .box__header .logo {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  font-size: 0.8em;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 620px) {
  .idae-dialog-drop .box__header .logo {
    font-size: 1em;
  }
}

.idae-dialog-drop .box__header .logo--idae {
  width: 10.4375em;
  height: 9.375em;
  background-image: url('../images/idae/modal-patrons.png');
}

.idae-dialog-drop .box__header .logo--artiach {
  width: 10.1875em;
  height: 4.5em;
  background-image: url('../images/idae/modal-artiach.png');
}

.idae-dialog-drop .dialog__container {
  background: #efefef;
  border-radius: 0.5em;
  padding: 1em 1.5em;
  overflow: auto;
  min-height: 400px;
  max-height: 400px;
}

@media screen and (min-width: 620px) {
  .idae-dialog-drop .dialog__container {
    padding: 1.125em 2.875em;
  }
}

.idae-dialog-drop .dialog__box .dialog__text {
  font: normal 0.6875em / 1.4 Arial, Helvetica, sans-serif;
  color: #121212;
}

.idae-dialog-drop .dialog__dropdown__container {
  margin-top: 2em;
}

.idae-dialog-drop
  .dialog__dropdown__option:nth-child(odd)
  .dialog__dropdown__option__header {
  background: #c3d7fb;
}

.idae-dialog-drop .dialog__dropdown__option__header {
  cursor: pointer;
  position: relative;
  padding: 0.6em 1em;
  background: #cedfff;
  outline: none;
  border: none;
  width: 100%;
  text-align: left;
}

.idae-dialog-drop .dialog__dropdown__option__wrapper {
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease-in-out;
}

.idae-dialog-drop .dialog__dropdown__option__wrapper.is-open {
  max-height: 500px;
  transition: max-height 1s ease-in;
}

.idae-dialog-drop .dialog__dropdown__option__container {
  padding: 0.65em 1em;
}

.idae-dialog-drop .dialog__dropdown__option__message {
  font: normal 0.6em / 1.4 Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 419px) {
  .idae-dialog-drop .dialog__dropdown__option__header.is-logo {
    min-height: 88px;
  }
}

.idae-dialog-drop .dialog__dropdown__option__name,
.idae-dialog-drop .dialog__dropdown__option__desc {
  font: normal 0.65em / 1.4 Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0;
  padding-right: 3em;
  pointer-events: none;
}

.idae-dialog-drop .dialog__dropdown__option__desc {
  font-weight: bold;
}

.idae-dialog-drop
  .dialog__dropdown__option__header.is-logo
  .dialog__dropdown__option__desc {
  margin-top: 1em;
}
@media screen and (min-width: 420px) {
  .idae-dialog-drop
    .dialog__dropdown__option__header.is-logo-euskal
    .dialog__dropdown__option__name,
  .idae-dialog-drop
    .dialog__dropdown__option__header.is-logo-euskal
    .dialog__dropdown__option__desc {
    padding-right: 13.5em;
  }
}

.idae-dialog-drop .dialog__dropdown__option__logo {
  width: 28px;
  height: 40px;
  position: absolute;
  top: 0.5em;
  right: 0.7em;
}

.idae-dialog-drop .dialog__dropdown__option__logo--euskal {
  width: 64.5px;
  height: 26.5px;
  top: 0.6em;
}

@media screen and (min-width: 420px) {
  .idae-dialog-drop .dialog__dropdown__option__logo {
    width: 34px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    right: 4.1em;
  }

  .idae-dialog-drop .dialog__dropdown__option__logo--euskal {
    width: 104px;
    height: 46px;
    right: 3em;
  }
}

.idae-dialog-drop .dialog__dropdown__option__button {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #daecff;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0.65em;
}

@media screen and (min-width: 620px) {
  .idae-dialog-drop .dialog__dropdown__option__button {
    right: 1.2em;
    padding: 0.5em;
  }
}

@media screen and (max-width: 419px) {
  .idae-dialog-drop
    .dialog__dropdown__option__header.is-logo
    .dialog__dropdown__option__button {
    top: 90%;
    transform: translateY(-90%);
  }
}

.idae-dialog-drop .dialog__dropdown__option__button__icon {
  width: 100%;
  height: 100%;
  background: url('../images/idae/cross.png') 50% 50% / contain no-repeat;
  transform: rotateZ(45deg);
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}

.idae-dialog-drop .dialog__dropdown__option__button__icon.is-flipped {
  transform: rotateZ(0);
}

.idae-dialog-drop .dialog__shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
