/*cookies*/
.cc-window {
  padding: 1.2em;
  border-radius: 5px;
  background: rgb(18 18 18 / 72%) !important;
  width: 100vw !important;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999999;
  border-radius: 0;
  color: #f4f4f1 !important;
  align-items: center;
  height: 60px;
  font-size: var(--f7) !important;
  font-family: var(--fuente1) !important;
}

.cc-dismiss:hover {
  background-color: var(--color1) !important;
  background-color: transparent !important;
  transform: scale(1.03) !important;
}

.cc-message {
  vertical-align: middle !important;
  display: flex !important;
  width: 85% !important;
  float: left !important;
  /* padding: 17px; */
  text-align: center;
  align-items: center;
  height: inherit;
  align-content: center;
  justify-content: center;
  margin-bottom: 0 !important;
  flex-direction: row;
}

.cc-message a {
  text-decoration: underline !important;
  border-bottom: none;
}

.cc-message * {
  margin: 0 10px 0 10px;
}

.cc-message span {
  margin: 0 0 0 0;
}

.separador_cookies {
  float: left;
  display: contents;
}

.cc-link {
  /*boton flecha */
  opacity: 1;
  padding: 0 !important;
  text-decoration: underline !important;
}

.cc-link a:hover {
  /*boton flecha */
  opacity: 1;
  display: contents;
  padding: 0 !important;
  text-decoration: underline !important;
}

.cc-window.cc-floating {
  padding: 0 !important;
  max-width: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0;
}

.cc-flecha {
  height: 30px;
  width: auto;
  background: transparent;
  align-items: center;
  margin: 0 0 0 20px;
}

.cc-compliance {
  color: #fdfcf4;
  /* right: calc(var(--u-100)*0.25) !important; */
  position: relative;
  display: contents;
  align-items: center;
  /* vertical-align: middle; */
  /* display: inherit !important; */
  padding: 0 0 0 0 !important;
  float: left;
  width: auto;
  margin: 0 0 0 0 !important;
  height: 100%;
  background-color: transparent;
}

.cc-btn {
  display: block;
  background-color: transparent !important;
  font-size: var(--f7) !important;
  padding: 0;
}

.solo_mensaje {
  margin-right: 20px !important;
}

.cc-compliance a {
  background: transparent !important;
  font-size: var(--f7) !important;
  text-decoration: underline;
}

.cc-compliance a:hover {
  background: transparent !important;
  font-size: var(--f7) !important;
  transform: scale(1) !important;
  text-decoration: underline;
}

.cc-compliance a:active {
  background: transparent !important;
  font-size: var(--f7) !important;
  transform: scale(1) !important;
  text-decoration: underline;
}

@media(max-width: 760px) {
  .cc-window {
    font-size: 18px;
  }
}

@media(max-width: 834px) {
  .cc-window {
    min-height: 90px;
    line-height: 1.8;
    height: calc(var(--u-100)*5);
  }

  .cc-window .cc-link {
    margin: 0;
    padding: 0;
  }

  .cc-flecha {
    height: 30px;
    width: auto;
    background: transparent;
    align-items: center;
    margin: .5rem 0 0 1rem;
  }

  .cc-message {
    vertical-align: middle !important;
    display: flex;
    width: 90%;
    float: left;
  }

  .cc-message {
    vertical-align: middle !important;
    display: inline-flex;
    width: 100% !important;
    line-height: 1.1rem;
    position: absolute;
    height: -webkit-fill-available;
    left: 0;
    float: left !important;
    padding: 0;
    align-items: center;
    margin: 0 0 0 0 !important;
    margin-left: calc(var(--u-100)* 0) !important;
    align-content: center;
    flex-wrap: wrap;
  }

  .cc-message * {
    margin: 0 0 0 0 !important;
    line-height: initial;
  }

  .cc-message a {
    text-decoration: underline;
  }

  .solo_mensaje {
    width: 100%;
  }

  .separador_cookies {
    padding: 0 var(--u-100) 0 var(--u-100) !important;
    display: flow-root;
    float: left;
    width: fit-content;
  }

  .cc-btn {
    white-space: normal;
    padding: 0 0 0 0;
    margin: 0 0 0 0 !important;
  }

  .cc-color-override--1282118106 .cc-btn {
    background-color: transparent !important;
  }

  .cc-compliance {
    float: left;
    color: #fdfcf4;
    background-color: transparent;
    padding-top: 1rem;
  }
