/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dvt-terminos-condiciones {
  text-align: center;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  color: black;
  position: relative;
  bottom: 3rem;
  height: 0;
}

.dvt-terminos-condiciones small {
  font-weight: bold;
  font-size: 70%;
}

/*
.cc-banner.cc-bottom {
    display: block !important;
}
*/

.cc-banner.cc-bottom {
  z-index: 9999999 !important;
}

.cc-window.cc-invisible {
  z-index: -10 !important;
}

.cc-compliance {
  display: block;
  width: 20rem;
  margin: auto;
}

.cc-window.cc-floating {
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {
  .dvt-terminos-condiciones small.link {
    text-decoration: underline;
  }
}
