@font-face {
  font-family: "Geist Sans";
  src: url("https://assets.codepen.io/605876/GeistVF.ttf") format("truetype");
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  scroll-snap-type: y mandatory;
}

body {
  min-height: 100vh;
  font-family: "Geist Sans", "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif, system-ui;
  font-weight: 80;
  background: black;
  color: hsl(0, 0%, 90%);
  overflow-x: hidden;
}

p {
  max-width: 40ch;
}

section:nth-of-type(1) {
  scroll-snap-align: center;
  height: 100vh;
}

section:nth-of-type(2) {
  scroll-snap-align: start;
}

article {
  min-height: 100vh;
}

:is(h1, h2) {
  font-weight: 70;
  text-align: center;
  letter-spacing: -0.075ch;
  margin: 0;
}

h1 {
  color: hsl(0, 0%, 90%);
}

:is(section, article) {
  position: relative;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}

a {
  text-decoration: none;
}

.content {
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  inset: 0;
  padding: 1rem;
}

.fixed img {
  height: 100%;
  width: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: absolute;
  inset: 0;
  left: 50%;
  translate: -50% 0;
  filter: brightness(0.5);
}

section:first-of-type img {
  left: 50%;
  translate: -50% 0;
}

section:first-of-type {
  padding: 2rem 1rem;
  display: grid;
  align-content: end;
  justify-content: start;
}

section:first-of-type .fixed {
  z-index: 5;
}

section:first-of-type .fixed .content {
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 6rem 2rem;
  height: 100%;
}

section:first-of-type {
  background: black;
}

section:first-of-type p {
  font-size: clamp(1rem, 0.2vw + 1rem, 2rem);
}

section:nth-of-type(2) article:first-of-type .fixed {
  z-index: 2;
}

section:nth-of-type(2) .content {
  display: grid;
  padding: 4rem 1rem;
  align-content: center;
  justify-content: center;
}

section:nth-of-type(2) article:first-of-type .content {
  align-content: end;
}

section:nth-of-type(2) article:first-of-type .fixed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: hsla(0, 0%, 0%, 0.25);
}

section:nth-of-type(2) article:first-of-type h2 {
  padding: 1rem 0;
}

section:nth-of-type(2) article:nth-of-type(2) .fixed {
  background: black;
  z-index: 2;
}

section:nth-of-type(2) article:nth-of-type(3) .content {
  align-content: start;
}

section:nth-of-type(2) article:nth-of-type(3) .fixed {
  z-index: 2;
}

section:nth-of-type(2) article:nth-of-type(3) img {
  filter: saturate(0.5) brightness(0.5);
}

.text-blocks {
  max-width: 100%;
  width: 40ch;
  justify-self: end;
  display: grid;
  place-items: center;
  gap: 2rem 0;
}

/* Text block styling */
.chat-container {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
}

.text-blocks p {
  display: inline-block;
  border-radius: 6px;
  margin: 0;
  font-size: clamp(1.5rem, 0.5vw + 1rem, 4rem);
  font-weight: 120;
}

.text-blocks p:nth-of-type(even) {
  text-align: center;
}

.text-blocks p:nth-of-type(odd) {
  justify-self: center;
}

.filler {
  display: none;
}

@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    article {
      view-timeline: --article;
    }
    .fixed {
      position: fixed;
      inset: 0;
    }
    .static {
      position: absolute;
      inset: 0;
      z-index: 6;
    }
    .filler {
      display: block;
      width: 100%;
      position: absolute;
      bottom: 30vh;
      padding: 1rem;
    }
    .text-blocks p {
      animation: slide-in, fade-in;
      animation-fill-mode: both;
      animation-timing-function: linear;
      animation-timeline: --article;
    }
    .text-blocks p:nth-of-type(1) {
      animation-range: entry-crossing 50% entry-crossing 55%;
    }
    .text-blocks p:nth-of-type(2) {
      animation-range: entry-crossing 55% entry-crossing 60%;
    }
    .text-blocks p:nth-of-type(3) {
      animation-range: entry-crossing 60% entry-crossing 65%;
    }
    .text-blocks p:nth-of-type(4) {
      animation-range: entry-crossing 65% entry-crossing 70%;
    }
    .text-blocks p:nth-of-type(5) {
      animation-range: entry-crossing 70% entry-crossing 75%;
    }
    section:nth-of-type(2) article:last-of-type {
      z-index: 5;
    }
    section:nth-of-type(2) article:nth-of-type(3) {
      height: 400vh;
    }
    section:nth-of-type(2) article:nth-of-type(3) h2 {
      margin-top: 80vh;
    }
    section:nth-of-type(2) article:last-of-type .fixed {
      -webkit-clip-path: ellipse(220% 200% at 50% 300%);
              clip-path: ellipse(220% 200% at 50% 300%);
      animation: unclip both linear;
      animation-timeline: --article;
      animation-range: entry 20% entry 80%;
    }
    .filler h2 {
      animation: fade-away, fade-out;
      animation-timing-function: linear;
      animation-fill-mode: both;
      animation-timeline: --article;
      animation-range: exit 40% exit 75%, exit 70% exit 90%;
    }
    .loud-wrap {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
      animation: unmask both linear;
      animation-timeline: --article;
      animation-range: entry 20% entry 80%;
      -webkit-mask: linear-gradient(white 50%, transparent) 0 100%/100% 200% no-repeat;
              mask: linear-gradient(white 50%, transparent) 0 100%/100% 200% no-repeat;
    }
    .text-wrap {
      position: sticky;
      bottom: 4rem;
      transform-origin: 50% 0;
      animation: fade-away both linear, fade-out both linear;
      animation-timeline: --article;
      animation-range: exit 40% exit 75%, exit 70% exit 100%;
    }
    .text-blocks {
      animation: fade-out both linear;
      animation-timeline: --article;
      animation-range: entry-crossing 75% entry-crossing 100%;
    }
    section:nth-of-type(2) article:nth-of-type(3) .fixed {
      animation: fade-in both linear, fade-out both linear;
      animation-timeline: --article, --article;
      animation-range: entry 45% exit-crossing 0%, exit 0% exit 15%;
    }
    section:nth-of-type(2) article:nth-of-type(2) .fixed {
      animation: fade-in;
      animation-fill-mode: both;
      animation-timing-function: linear;
      animation-timeline: --article;
      animation-range: entry 60% exit 30%;
    }
    section:nth-of-type(2) article:nth-of-type(2) h2 {
      animation: slide-in, fade-in, fade-away, fade-out;
      animation-fill-mode: both;
      animation-timing-function: linear;
      animation-timeline: view(), view(), --article, --article;
      animation-range: entry 100% cover 25%, entry 100% cover 35%, exit 20% exit 40%, exit 40% exit 50%;
    }
    section:nth-of-type(2) article:first-of-type h2 {
      animation: slide-up both linear;
      animation-timeline: --article;
      animation-range: entry 20% entry 80%;
    }
    section:nth-of-type(2) article:first-of-type img {
      animation: scale-down both linear;
      animation-timeline: --article;
      animation-range: entry;
    }
    section:nth-of-type(2) article:first-of-type .fixed {
      -webkit-clip-path: ellipse(220% 200% at 50% 300%);
              clip-path: ellipse(220% 200% at 50% 300%);
      animation: unclip both linear;
      animation-timeline: --article;
      animation-range: entry 0 entry 100%;
    }
    section:first-of-type {
      view-timeline: --section;
    }
    section:first-of-type .fixed {
      animation: scale-and-move both linear, fade-out both linear;
      animation-timeline: --section;
      animation-range: exit 0% exit 50%, exit 0% exit 25%;
      transform-origin: 50% 0;
    }
    /* Keyframes collection	*/
    @keyframes slide-in {
      0% {
        translate: 0 100%;
      }
    }
    @keyframes fade-in {
      0% {
        opacity: 0;
      }
    }
    @keyframes slide-up {
      0% {
        translate: 0 100%;
      }
    }
    @keyframes fade-away {
      to {
        filter: blur(4rem);
      }
    }
    @keyframes unmask {
      to {
        -webkit-mask-position: 0 0;
                mask-position: 0 0;
      }
    }
    @keyframes scale-down {
      0% {
        scale: 5;
      }
    }
    @keyframes unclip {
      to {
        -webkit-clip-path: ellipse(220% 200% at 50% 175%);
                clip-path: ellipse(220% 200% at 50% 175%);
      }
    }
    @keyframes fade-out {
      to {
        opacity: 0;
      }
    }
    @keyframes scale-and-move {
      to {
        translate: 0 -10%;
        scale: 0.35 0.5;
      }
    }
  }
}
.date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0vh 5vw;
  color: #fff;
}

.line {
  height: 2px;
  background-color: #fff;
  margin: 1vh 0;
}

.contenedor-timer {
  display: flex;
}

.ttl-save {
  font-size: clamp(1.5rem, 1.3148rem + 0.9877vw, 2.5rem);
  letter-spacing: 1rem;
  line-height: 100%;
  margin-bottom: 2vh;
}

.fecha {
  font-size: clamp(1.25rem, 1.1343rem + 0.6173vw, 1.875rem);
  letter-spacing: 0.5rem;
  line-height: 100%;
  margin: 4vh 0;
}

.faltan {
  font-size: clamp(1rem, 0.9537rem + 0.2469vw, 1.25rem);
  letter-spacing: 1rem;
  line-height: 100%;
  margin: 2vh 0 4vh 0;
}

.time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2vh 50px 0 50px;
}

.big {
  font-size: clamp(0.75rem, 0.4259rem + 1.7284vw, 2.5rem);
}

.time span {
  font-size: clamp(0.6875rem, 0.6065rem + 0.4321vw, 1.125rem);
  margin-bottom: 1vh;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .date {
    padding: 1vh 1vw;
  }
  #date {
    padding: 10vh 6vw;
  }
  .ttl-save {
    letter-spacing: 0.3rem;
    margin-top: 2vh;
  }
  .faltan {
    letter-spacing: 0.5rem;
  }
  .time {
    margin: 2vh 10px 0 10px;
  }
  .contenedor-timer {
    margin-bottom: 2vh;
  }
}
.m-abajo {
  margin-bottom: 4vh;
}

.ceremonia {
  padding: 2vh 0 0 0;
}

.ceremonia .row {
  margin: 0;
}

.ceremonia .col-6 {
  padding: 0;
}

.imagen__ceremonia {
  display: flex;
  justify-content: end;
  padding-right: 3vw !important;
}

.img-ceremonia {
  width: 35vw;
  height: 85vh;
  box-shadow: 4px 4px 8px 4px #d8d8d8;
}

.line2 {
  width: 8vw;
  height: 2px;
  background-color: #fff;
  margin-bottom: 2vh;
}

.ceremonia__datos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: inherit;
}

p {
  margin: 0;
}

.rings {
  width: 50px;
  height: 50px;
  margin-bottom: 3vh;
}

.ttl-ceremonia {
  margin-bottom: 2vh;
  letter-spacing: 0.3rem;
}

.hora-ceremonia {
  margin-bottom: 3vh;
  font-size: 30px;
}

.direccion-ceremonia {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vh;
  font-size: 20px;
}

.ceremonia__datos a, .go-to-btn {
  background-color: transparent;
  padding: 1vh 3vw;
  border: 1px solid #fff;
  border-radius: 35px;
  text-decoration: none;
  color: #fff;
}

.ceremonia__datos a:hover {
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  transition: 0.5s;
}

.fa-chevron-right {
  font-size: 10px;
}

.a2 {
  margin-top: -4vh;
  background-color: rgb(255, 242, 231);
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .imagen__ceremonia {
    display: block;
    padding-right: 0;
    margin-bottom: 4vh;
  }
  .img-ceremonia {
    width: inherit;
  }
  .ttl-ceremonia {
    font-size: 15px;
    letter-spacing: 0.2rem;
  }
  .direccion-ceremonia {
    font-size: 12px;
    text-align: center;
  }
  .ceremonia__datos a {
    margin-bottom: 3vh;
  }
  .line2 {
    width: 25vw;
  }
  .update {
    text-align: center;
  }
  .titulo {
    text-align: center;
  }
}
.contenedor-formulario {
  padding: 1vh 25vw;
}

.indicaciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vh 0 0 0;
  color: #fff;
}

.btn-confirmacion {
  display: flex;
  justify-content: end;
  color: #fff;
}

.pink {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.pink:hover {
  background-color: grey;
  border: 1px solid grey;
}

.form-group {
  margin: 4vh 0;
}

.form-control {
  border: 1px solid grey;
}

.form-group option {
  color: #797979;
}

.ph {
  color: #797979;
}

.tamano {
  font-size: 13px;
  margin-top: 4vh;
  text-align: center;
}

.icono-whats {
  color: #10989c;
  padding: 0.5vh 1vw;
  font-size: 23px;
  font-weight: 900;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.icono-whats:hover {
  color: #10989c;
  transform: scale(1.2);
}

.icono-whats2 {
  color: rgb(201, 103, 119);
  padding: 0.5vh 1vw;
  font-size: 23px;
  font-weight: 900;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.icono-whats2:hover {
  color: rgb(201, 103, 119);
  transform: scale(1.2);
}

.up {
  transform: translateY(5vh);
}

.no-ninos {
  text-align: center;
  padding: 0 10vw;
}

@media (min-width: 200px) and (max-width: 991.8px) {
  .envia {
    letter-spacing: 0.1rem;
    text-align: center;
    color: #797979;
  }
  .ph {
    font-size: 13px;
  }
  .contenedor-formulario {
    padding: 5vh 5vw;
  }
  .indicaciones {
    font-size: 11px;
    padding: 5vh 3vw 0 3vw;
    text-align: center;
    font-weight: 500;
  }
}
.icono-home2 {
  font-size: 30px;
  color: #fff;
  background: linear-gradient(rgb(250, 228, 210) 0%, rgb(252, 205, 164) 100%);
  position: absolute;
  z-index: 9999999;
  border-radius: 10px;
  left: 2vw;
  top: 1vh;
  display: inline-block;
  padding: 5px 10px;
}/*# sourceMappingURL=boda3.css.map */