.c-rm-cookiebanner {
  position: fixed;
  width: 100%;
  bottom: 20px;
  z-index: 25;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-rm-cookiebanner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-rm-cookiebanner.is-closed {
  opacity: 0;
  visibility: hidden;
}
.c-rm-cookiebanner--white {
  background-color: #ffffff;
}
.c-rm-cookiebanner__container {
  width: 100%;
  max-width: 1668px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.c-rm-cookiebanner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.c-rm-cookiebanner__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.c-rm-cookiebanner__col--12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-rm-cookiebanner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 17px;
  text-align: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.c-rm-cookiebanner__txt {
  margin: 0 !important;
  font-size: 14px;
}
.c-rm-cookiebanner__txt strong {
  display: block;
}
@media (min-width: 420px) {
  .c-rm-cookiebanner__txt {
    font-size: 16px;
  }
  .c-rm-cookiebanner__txt strong {
    display: inline;
  }
}
.c-rm-cookiebanner__btn {
  display: block;
  margin: 15px auto;
  border: 0;
  padding: 7px 25px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #bfbfbf;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-rm-cookiebanner__btn:hover {
  background-color: #ababab;
}
.c-rm-cookiebanner__btn--secundary {
  background-color: #ababab;
}
.c-rm-cookiebanner__btn--secundary:hover {
  background-color: #bfbfbf;
}
.c-rm-cookiebanner__btn:disabled {
  border-color: #bfbfbf !important;
  background-color: #bfbfbf !important;
  cursor: not-allowed !important;
}
.c-rm-cookiebanner__btn:disabled:hover {
  border-color: #bfbfbf !important;
  background-color: #bfbfbf !important;
}
@media (min-width: 420px) {
  .c-rm-cookiebanner__btn {
    display: inline;
    margin: 10px 25px;
  }
}
.c-rm-cookiebanner__link {
  color: #bfbfbf;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-rm-cookiebanner__link:hover {
  color: #ababab;
}
.c-rm-cookiebanner__list {
  position: relative;
  padding: 0 0 0 30px;
  list-style: none;
}
.c-rm-cookiebanner__list-item {
  margin-bottom: 38px;
  list-style: none;
}
.c-rm-cookiebanner__list-label {
  position: relative;
  font-weight: bold;
}
.c-rm-cookiebanner__checkbox {
  position: absolute;
  top: 0;
  left: -30px;
  height: 24px;
  width: 24px;
}
.c-rm-cookiebanner__info {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-rm-cookiebanner__info.is-active {
  max-height: 2000px;
}
.c-rm-cookiebanner__info p {
  margin-bottom: 1rem !important;
}
.c-rm-cookiebanner__read {
  color: inherit;
  border: 0;
  padding: 0;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
}
.c-rm-cookiebanner__article {
  overflow: auto;
}
.c-rm-cookiebanner__table {
  color: inherit;
  margin-bottom: 1rem;
}
.c-rm-cookiebanner__table thead {
  background-color: #f7f7f7;
}
.c-rm-cookiebanner__table th {
  text-transform: initial;
}
.c-rm-cookiebanner__table th,
.c-rm-cookiebanner__table td {
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  font-weight: normal;
}
