@font-face {
  font-family: "Astral Sisters";
  src: url("/wp-content/themes/rubatoluca/fuentes/Astral Sisters.ttf")
    format("truetype");
  font-weight: 400;
}

: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: black;
  color: white;
  z-index: 999;
}

#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 #AB182D;
  padding-left: 1rem;
  padding-right: 1rem;
}

.color\:primary {
  color: #AB182D;
}

.ui\:input:focus {
  border: 2px solid #4c4c4c;
}

.animate__animated {
  opacity: 0;
}
.animate__animated.load {
  opacity: 1;
}
