@charset "UTF-8";
/*
    Created on : Feb 6, 2025, 10:56:28 AM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Feb 21, 2024, 12:13:59 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
body .wcc-overlay {
  background: rgba(66, 17, 166, 0.8) !important;
  backdrop-filter: blur(7.5px);
  opacity: 1 !important;
}
body .wcc-consent-container {
  width: 855px;
  max-width: calc(100% - 30px);
}
body .wcc-consent-container .wcc-consent-bar {
  padding: 45px 62px 37px;
  border-radius: 23px;
}
@media only screen and (max-width: 991px) {
  body .wcc-consent-container .wcc-consent-bar {
    padding: 30px 0;
  }
}
body .wcc-notice .wcc-title {
  color: #3A3A3A;
  font-size: 30.309px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 15px;
}
body .wcc-notice .wcc-title::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="37" viewBox="0 0 35 37" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5251 8.33173C25.8117 8.33173 27.6566 10.2393 27.6566 12.5738C27.6566 14.9082 25.7987 16.8158 23.5251 16.8158C21.2515 16.8158 19.3936 14.9082 19.3936 12.5738C19.3936 10.2393 21.2515 8.33173 23.5251 8.33173ZM31.3853 1.00818L1.21763 8.98537C0.581012 9.15879 0.126285 9.67904 0.0223484 10.3594C-0.0815885 11.0397 0.178256 11.7334 0.775893 12.0402L15.0412 19.337C15.8987 19.7773 16.5223 20.4176 16.9511 21.298L24.0577 35.9451C24.3566 36.5587 25.0322 36.8122 25.6948 36.7188C26.3574 36.6121 26.864 36.1585 27.0329 35.4915L34.8022 4.51655C35.0621 3.50272 34.8022 2.50224 34.0877 1.75521C33.3601 1.00818 32.3857 0.75473 31.3983 1.02153L31.3853 1.00818Z" fill="%23F5CB08"/></svg>');
}
body .wcc-notice-des {
  color: #425466;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: -0.48px;
}
body .wcc-notice-des a {
  color: #8C52FF;
  font-weight: bold;
}
body .wcc-notice-des p {
  color: #425466 !important;
}
body .wcc-notice-des p:not(:last-child) {
  margin-bottom: 1em;
}
body .wcc-notice-btn-wrapper, body .wcc-prefrence-btn-wrapper {
  justify-content: space-between;
  height: 47px;
}
@media only screen and (max-width: 991px) {
  body .wcc-notice-btn-wrapper, body .wcc-prefrence-btn-wrapper {
    gap: 15px;
    flex-direction: column;
    height: auto !important;
  }
}
body .wcc-notice-btn-wrapper.wcc-prefrence-btn-wrapper, body .wcc-prefrence-btn-wrapper.wcc-prefrence-btn-wrapper {
  height: 92px;
}
body .wcc-notice-btn-wrapper .wcc-btn:not(.wcc-btn-accept), body .wcc-prefrence-btn-wrapper .wcc-btn:not(.wcc-btn-accept) {
  color: #8C52FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  flex: 0 0 auto;
  border: none;
  padding: 0;
}
body .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-accept, body .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-accept {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.48px;
  display: flex;
  flex: 0 0 auto;
  /* align-items: center; */
  justify-content: center;
  padding: 11px 16px;
  gap: 16px;
  border-radius: 100px;
  border-top: 2px solid #3A1780;
  border-right: 2px solid #3A1780;
  border-bottom: 5px solid #3A1780;
  border-left: 2px solid #3A1780;
  background: #8C52FF;
  text-decoration: none;
  position: relative;
  transition: all 0.1s;
  /* will-change: transform; */
  align-items: baseline;
  height: 47px;
}
@media only screen and (min-width: 1200px) {
  body .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-accept:hover, body .wcc-prefrence-btn-wrapper .wcc-btn.wcc-btn-accept:hover {
    height: 44px;
    border-bottom-width: 2px;
    transform: translateY(3px);
    opacity: 1;
  }
}
body button.wcc-show-desc-btn:not(:hover), body .wcc-google-privacy-url a {
  color: #8C52FF !important;
}

/*# sourceMappingURL=cookie-bar.css.map */
