:root {
  --db-size-md: 18px;
  --db-font-base: 18px;
  --db-wrap-m: 10;
  --db-wrap-tb: 10%;
  --db-wrap-d: 15%;
  --db-wrap-hd: 20%;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.footerblack {
  padding: 6px 20px;
  background-color: #11ae4b;
  color: white;
  z-index: 999;
}

.footerblack.show {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footerblack a,
.footerblack span,
.footerblack p {
  word-break: inherit;
  white-space: inherit;
}

#prefooter {
  border-radius: 15px;
  box-shadow: 0 6px 30px -12px rgba(0, 0, 0, 0.2);
}

.theme\:whatsapp {
  background-color: #0d9f16;
  border-radius: 2rem;
  height: 30px;
  padding: 0 1rem;
}

.hide {
  display: none !important;
}

.ui\:input,
.ui\:input:focus,
.ui\:input:hover {
  border-radius: 10px;
  border: 2px solid #11ae4b;
  padding-left: 1rem;
  padding-right: 1rem;
}

.color\:primary {
  color: #11ae4b;
}

.ui\:input:focus {
  border: 2px solid #4c4c4c;
}

.animate__animated {
  opacity: 0;
}
.animate__animated.load {
  opacity: 1;
}

.theme\:primary {
  background-color: #f6f6f6;
  color: black;
}
