@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;500&display=swap");
/* line 5, ../sass/theme.scss */
body {
  cursor: default;
  font-family: "Jost", sans-serif;
}

/* line 10, ../sass/theme.scss */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  /* line 19, ../sass/theme.scss */
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
/* line 24, ../sass/theme.scss */
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

/* line 34, ../sass/theme.scss */
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

/* line 40, ../sass/theme.scss */
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

/* line 45, ../sass/theme.scss */
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

/* line 52, ../sass/theme.scss */
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* line 63, ../sass/theme.scss */
.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

/* line 80, ../sass/theme.scss */
.bd-mode-toggle {
  z-index: 1500;
}

/*
* Globals
*/
/* Custom default button */
/* line 89, ../sass/theme.scss */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

/*
* Base structure
*/
/* line 101, ../sass/theme.scss */
body {
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

/* line 106, ../sass/theme.scss */
.cover-container {
  max-width: 42em;
}

/*
* Header
*/
/* line 114, ../sass/theme.scss */
.nav-masthead .nav-link {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 0.25rem solid transparent;
}

/* line 119, ../sass/theme.scss */
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

/* line 124, ../sass/theme.scss */
.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

/* line 128, ../sass/theme.scss */
.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/* line 133, ../sass/theme.scss */
.abuelos-logo {
  width: 10%;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 139, ../sass/theme.scss */
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.25), 7px 7px 20px 0px rgba(0, 0, 0, 0.51), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

/* 11 */
/* line 158, ../sass/theme.scss */
.btn-11 {
  border: none;
  background: linear-gradient(0deg, #151515 0%, #202020 100%);
  color: #fff;
  overflow: hidden;
}

/* line 164, ../sass/theme.scss */
.btn-11:hover {
  text-decoration: none;
  color: #fff;
}

/* line 168, ../sass/theme.scss */
.btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 7s ease-in-out infinite;
}

/* line 179, ../sass/theme.scss */
.btn-11:hover {
  opacity: 0.7;
}

/* line 182, ../sass/theme.scss */
.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* line 208, ../sass/theme.scss */
.abuelo-textarea {
  height: 150px;
}

@keyframes button-loading {
  20% {
    color: transparent;
    transform: scale(1, 1);
  }
  40% {
    border-color: #5585ff;
    background-color: transparent;
    transform: scale(1, 1);
  }
  60% {
    transform: scale(0.7, 1.1);
    margin-left: 1.25rem;
    width: 2.5rem;
    text-indent: -0.6125rem;
    color: transparent;
    border-color: #5585ff;
    background-color: #5585ff;
  }
  80% {
    transform: scale(1, 1);
  }
  100% {
    margin-left: 1.25rem;
    width: 2.5rem;
    background-color: #5585ff;
    border-color: #5585ff;
    color: transparent;
  }
}
@keyframes button-dot-intro {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.75, 0.75);
  }
}
@keyframes button-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(0.75, 0.75);
  }
  15% {
    transform: scale(0.85, 0.85);
  }
  45% {
    transform: scale(0.75, 0.75);
  }
  55% {
    transform: scale(0.95, 0.95);
  }
  85% {
    transform: scale(0.75, 0.75);
  }
  100% {
    opacity: 1;
    transform: scale(0.75, 0.75);
  }
}
@keyframes button-ready {
  0% {
    margin-left: 1.25rem;
    width: 2.5rem;
  }
  10% {
    background-color: #5585ff;
    border-color: #5585ff;
  }
  70% {
    margin: 0;
    width: 7.25rem;
    background-color: #fff;
    transform: scale(1.1, 1.1);
  }
  100% {
    margin: 0;
    width: 7rem;
    border-color: #8cce1e;
    background-color: #fff;
  }
}
@keyframes button-dot-outro {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
@keyframes button-ready-label {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 358, ../sass/theme.scss */
.send-container button {
  position: relative;
  overflow: hidden;
  width: 7rem;
  color: #5585ff;
  border: 2px solid #5585ff;
  background-color: transparent;
  cursor: pointer;
  line-height: 2;
  margin: 0;
  padding: 0;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  text-transform: lowercase;
  outline: none;
  transition: transform .125s;
}
/* line 376, ../sass/theme.scss */
.send-container button:active {
  transform: scale(0.9, 0.9);
}
/* line 380, ../sass/theme.scss */
.send-container button:before, .send-container button:after {
  position: absolute;
  opacity: 0;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -1.125rem;
  margin-left: -1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  content: '';
  z-index: 1;
}
/* line 398, ../sass/theme.scss */
.send-container button.loading {
  animation: button-loading .5s forwards;
}
/* line 402, ../sass/theme.scss */
.send-container button.loading:before {
  opacity: 1;
  animation: button-dot-intro .5s forwards;
}
/* line 407, ../sass/theme.scss */
.send-container button.loading:after {
  opacity: 0;
  animation: button-dot-pulse 1.5s infinite .5s;
}
/* line 412, ../sass/theme.scss */
.send-container button.ready {
  text-indent: 0;
  color: transparent;
  background-color: #5585ff;
  animation: button-ready .333s forwards;
}
/* line 420, ../sass/theme.scss */
.send-container button.ready:before {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #8cce1e;
  content: 'Sent! Thank you.';
  opacity: 0;
  z-index: 2;
  animation: button-ready-label .5s forwards .275s;
}
/* line 437, ../sass/theme.scss */
.send-container button.ready:after {
  opacity: 1;
  animation: button-dot-outro .333s;
}

/* line 445, ../sass/theme.scss */
.abuelo-consult-btn {
  width: 35%;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 768px) {
  /* line 445, ../sass/theme.scss */
  .abuelo-consult-btn {
    width: auto;
  }
}
/* line 454, ../sass/theme.scss */
.abuelo-consult-btn:hover a {
  color: #212529;
}
/* line 459, ../sass/theme.scss */
.abuelo-consult-btn a {
  text-decoration: none;
  color: white;
}
/* line 463, ../sass/theme.scss */
.abuelo-consult-btn a:hover {
  color: #212529;
}

.emailLabel {
  letter-spacing: 1px;
}

.customContainer {
  display: flex;
  justify-content: center;
  gap: 1rem;
}