body {
  font-family: "Montserrat", sans-serif;
  background-color: #f1f6f9;
}

#app {
  overflow: hidden;
}

.invitacion {
  background-image: url("2599387.jpg");
  background-attachment: fixed;
  position: relative;
  height: 100%;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 15s linear infinite alternate;
}

.bg-taake {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1 !important;
  /*-webkit-backdrop-filter: blur(1px);*/
  /*backdrop-filter: blur(1px);*/
}

.bg-form {
  background-image: linear-gradient(to top, #666464 0%, black 100%);
}

.z2 {
  z-index: 2 !important;
}

.presentacion {
  height: 100%;
  width: 100%;
}

.invitacion h1 {
  font-size: 4rem;
  color: white;
  font-weight: 600;
}

.invitacion h4,
h5 {
  /* font-size: 1.5rem; */
  color: white;
}

.invitacion .makeit {
  color: #FAFF00;
}

.invitacion p {
  color: white;
  font-size: 1.3rem;
  font-weight: 400;
}

.horario {
  align-items: center;
}

.horario span {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
}

.brd {
  border-left: 1px solid white;
}

.btn-register {
  color: white;
  font-size: 1.3rem;
  border-style: none;
  padding: 15px 30px;
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}

.btn-register:hover {
  background: white;
  color: black;
}

@media screen and (max-width: 990px) {
  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.3rem;
  }

  p.registro {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 769px) {
  h1 {
    font-size: 2.7rem !important;
  }

  h2 {
    font-size: 1.3rem;
  }

  .invitacion p {
    font-size: 1rem;
    font-weight: 400;
  }

  p.registro {
    font-size: 1.3rem !important;
  }

  .horario span {
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .brd {
    border: none;
  }
}
hr {
  height: 2px !important;
  color: white;
  opacity: 1;
  width: 70%;
  display: inline-flex;
}

.form-container {
  border-radius: 5px;
  padding: 1rem;
  background: white;
  box-shadow: 0 10px 24px rgba(8, 15, 26, 0.16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 100%;
  }
}
@-moz-keyframes animatedBackground {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 100%;
  }
}
@-o-keyframes animatedBackground {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 100%;
  }
}