#cookie-law-bar {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  min-height: 42px;
  font-size: 14px;
  text-align: center;
  z-index: 9999992;
  padding: 8px;
  line-height: 26px;
  bottom: 0;
}

.cookie-law-bar-transition-top {
  -webkit-transition: top 500ms cubic-bezier(.455,.03,.515,.955);
  transition: top 500ms cubic-bezier(.455,.03,.515,.955);
}

.cookie-law-bar-transition-bottom {
  -webkit-transition: bottom 500ms cubic-bezier(.455,.03,.515,.955);
  transition: bottom 500ms cubic-bezier(.455,.03,.515,.955);
}

body.cookie-law-bar-body:before {
  position: relative !important;
  content: ' ' !important;
  display: block !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.cookie-law-bar-body-slide:before {
  -webkit-transition: height 500ms cubic-bezier(.455,.03,.515,.955) !important;
  transition: height 500ms cubic-bezier(.455,.03,.515,.955) !important;
}

#cookie-law-bar a {
  transition: all .2s ease-in-out;
}

#cookie-law-bar button,
#cookie-law-bar button:hover {
  display: inline-block;
  text-transform: uppercase!important;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 20px;
  margin-left: 15px;
  vertical-align: middle;
  border: 0;
}

#cookie-law-bar .columns {
  margin: 0;
}

#cookie-law-bar .txt-cookies {
  text-align: left;
}

#cookie-law-bar .buttons-cookies {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-cookies {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.modal-cookies.is-active {
  display: flex;
}

.modal-cookies.is-active .modal-content {
  overflow: hidden;
  max-width: 1088px;
  width: calc(100% - 80px);
}

.modal-cookies .modal-content {
  margin: 0 auto;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: auto;
  padding: 40px;
  height: 100%;
}

.modal-card-body {
  margin-bottom: 10px;
}

.modal-card-body .title.is-4 {
  margin-bottom: 5px;
}

.modal-card-body .col-checkbox {
  align-self: center;
  justify-content: flex-end;
  text-align: right;
}

.modal-card-body .col-status {
  align-self: center;
  justify-content: flex-start;
  text-align: left;
}

.modal-card-body .col-checkbox input {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.footer-modal-cookies .footer-text {
  text-transform: uppercase;
  font-weight: bold!important;
  line-height: 40px;
  margin-right: 10px;
}

.inactive_analytic,
.inactive_ads,
.active_analytic,
.active_ads {
  display: none;
}

.active_analytic.active,
.active_ads.active {
  display: block;
}

.inactive_analytic.active,
.inactive_ads.active {
  display: block;
}

.divider {
  display: block;
  position: relative;
  border-top: .1rem solid #dbdbdb;
  height: .1rem;
  margin: 1rem 0;
  text-align: center;
}

.divider.header {
  border-top: .15rem solid #a5a5a5;
}

span#show_cookies_btn .right {
  right: 0;
  border-radius: 5px 0px 0px 5px;
}

span#show_cookies_btn .left {
  left: 0;
  border-radius: 0px 5px 5px 0px;
}

span#show_cookies_btn .bottom:before,
span#show_cookies_btn .hide:before {
  content: 'Cookies';
}

span#show_cookies_btn .hide {
  bottom: -20px!important;
}

span#show_cookies_btn .hide:hover {
  bottom: 0px!important;
}

span#show_cookies_btn .left:before,
span#show_cookies_btn .right:before {
  content: '\f564';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media only screen and (max-width: 768px) { /* MOVIL */
  span#show_cookies_btn .bottom:before,
  span#show_cookies_btn .hide:before {
    content: '\f564';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  span#show_cookies_btn .bottom,
  span#show_cookies_btn .hide {
    right: 20%;
  }

  .modal-card-body h3 {
    font-size: 1.25em;
  }

  .modal-card-body h4 {
    font-size: 1em;
  }

  .modal-card-body p {
    font-size: 0.8em;
  }

  .modal-card-body .col-checkbox,
  .modal-card-body .col-status {
    display: inline-flex;
  }

  .modal-card-body .col-status {
    top: -4px;
    position: relative;
    padding-left: 0;
  }
}
