/**
 * 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 {
    z-index: 9999999 !important;
}

@media screen and (max-width: 768px) {
  	.dvt-terminos-condiciones small.link {
		text-decoration: underline;
	}
}