@charset "UTF-8";
.cards article, .info h4, .contador-section .contador div, .contador-section h3 {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.cards article.show, .info h4.show, .contador-section .contador div.show, .contador-section h3.show {
  opacity: 1;
  transform: translateY(0);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f8f0e6;
  font-family: "Lora", serif;
}
body.login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  background-image: url("../img/FondoCronometro.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.login::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
body.login article {
  border-radius: 10px;
  padding: min(4vw, 2rem) min(5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5019607843);
  z-index: 1000;
}
body.login article h2 {
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-family: "Tangerine", cursive;
}
body.login article p {
  font-family: "Lora", serif;
  font-size: clamp(0.8rem, 1.4vw, 1.3rem);
  font-weight: 400;
}
body.login article form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
}
body.login article input {
  all: unset;
  box-sizing: border-box;
}
body.login article input#telefono {
  padding: clamp(0.3rem, 0.5vw, 2rem) clamp(1rem, 2vw, 2rem);
  border: #000 1px solid;
  border-radius: 5px;
  text-align: center;
  background-color: #c5c5c5;
}
body.login article input.entrar {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #5f5470;
  color: #fff;
  cursor: pointer;
}
body.login article input.entrar:hover {
  background-color: #4c415c;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../img/FondoInvitación.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero .hero__pause {
  display: none;
}
.hero .hero__pause:hover {
  transform: scale(1.02);
}
.hero .hero__pause.active {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px #fff solid;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 1000;
  margin-top: clamp(1rem, 5vw, 2rem);
  padding: 0;
}
.hero .hero__pause.active img {
  width: 50%;
  height: 50%;
}
.hero .hero__play {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px #fff solid;
  cursor: pointer;
  z-index: 1000;
  margin-top: clamp(1rem, 5vw, 2rem);
  width: 46px;
  height: 46px;
  padding-left: 3px;
}
.hero .hero__play:hover {
  transform: scale(1.02);
}
.hero .hero__play img {
  width: 50%;
  height: 50%;
  margin: 0;
  text-align: center;
}
.hero .hero__play.hidden {
  display: none;
}
.hero h1 {
  font-family: "Tangerine", cursive;
  font-size: clamp(6rem, 9vw, 10rem);
  text-align: center;
  color: #fff;
  z-index: 1;
  margin-top: 10px;
}
@media screen and (max-width: 42.5rem) {
  .hero h1 {
    margin-top: 25px;
  }
}
.hero p {
  font-family: "Lora", serif;
  font-size: clamp(1.4rem, 4vw, 2rem);
  color: #fff;
  z-index: 1;
  text-align: center;
}

.invitacion {
  text-align: center;
  padding: 2rem;
  background-color: #f8f0e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: clamp(4rem, 5vw, 4rem) min(5vw, 4rem) min(3vw, 2rem) min(5vw, 4rem);
}
.invitacion h2 {
  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  margin: 1rem 0;
  color: #333;
  letter-spacing: 4px;
  color: #5f5470;
}
.invitacion p {
  font-family: "Lora", serif;
  font-size: 1.5rem;
  color: #555;
  margin: 0;
}
.invitacion img {
  width: 300px;
}

.contador-section {
  text-align: center;
  margin: 2rem 0;
  background-image: url(../img/FondoCronometro.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 600px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 42.5rem) {
  .contador-section {
    min-height: 550px;
  }
}
.contador-section h3 {
  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 2rem;
  z-index: 1;
}
.contador-section .contador {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 5vw, 3rem);
}
@media screen and (max-width: 42.5rem) {
  .contador-section .contador {
    gap: 0.5rem;
  }
}
.contador-section .contador::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.contador-section .contador div {
  text-align: center;
  z-index: 1;
  border: #333 1px solid;
  padding: 2rem 3rem;
  background: rgba(255, 255, 255, 0.8);
  height: 150px;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0;
}
.contador-section .contador div#days-card {
  transition: transform 0.8s ease-out, opacity 0.7s ease-out;
}
.contador-section .contador div#hours-card {
  transition: transform 1s ease-out, opacity 0.8s ease-out;
}
.contador-section .contador div#minutes-card {
  transition: transform 1.2s ease-out, opacity 0.9s ease-out;
}
.contador-section .contador div#seconds-card {
  transition: transform 1.4s ease-out, opacity 1s ease-out;
}
@media screen and (max-width: 42.5rem) {
  .contador-section .contador div {
    width: clamp(60px, 15vw, 100px);
    height: clamp(100px, 20vw, 150px);
  }
}
.contador-section .contador div span {
  font-size: clamp(1.2rem, 5vw, 3rem);
  font-weight: bold;
  color: #5f5470;
  font-family: "Lora", serif;
  z-index: 1;
}
.contador-section .contador div small {
  display: block;
  font-size: 1rem;
  color: #555;
  z-index: 1;
  font-family: "Lora", serif;
}

.info {
  text-align: center;
  padding: 4rem;
  background-color: #221c2c;
  margin: 40px 0 30px 0;
}
.info h4 {
  font-family: "Great Vibes", cursive;
  font-size: clamp(3rem, 6vw, 4rem);
  margin-bottom: 1rem;
  color: #333;
  letter-spacing: 4px;
  color: #f1f1f1;
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 30px;
}
.cards article {
  border: 1px solid #000;
  border-radius: 10px;
  padding: clamp(1rem, 2vw, 2rem);
  text-align: center;
  min-height: 280px;
  min-width: 220px;
  width: 100%;
}
.cards article img {
  width: 100%;
  margin-top: clamp(0.5rem, 1.5vw, 2rem);
}
.cards article img.cards__icon {
  width: clamp(50px, 10vw, 80px);
  margin: 0;
}
.cards article h5 {
  font-family: "Lora", serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  margin: 1rem 0;
}
.cards article p {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #555;
}
.cards article span {
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  color: #5f5470;
  display: block;
  margin-top: clamp(0.5rem, 1.5vw, 2rem);
}
.cards article a {
  all: unset;
}
.cards article button {
  margin-top: clamp(0.5rem, 1.5vw, 2rem);
  padding: clamp(0.5rem, 0.5vw, 1rem) clamp(1rem, 1vw, 2rem);
  font-size: clamp(0.8rem, 0.5vw, 1.5rem);
  background-color: #5f5470;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cards article button:hover {
  background-color: #4c415c;
}

.form-container {
  padding: clamp(4rem, 5vw, 4rem) min(5vw, 4rem) clamp(4rem, 5vw, 4rem) min(5vw, 4rem);
  background-color: #31293c;
  color: #dddddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.form-container h5 {
  font-size: clamp(2.6rem, 6vw, 4rem);
  color: #f1f1f1;
  letter-spacing: 4px;
}
.form-container form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: clamp(2rem, 5vw, 4rem);
}
.form-container p {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 2vw, 3rem);
  color: #dddddd;
  margin: 0;
}
.form-container article {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  background-color: #221d2b;
  display: flex;
  justify-content: start;
  flex-direction: column;
  padding: 2rem;
  text-align: start;
}
.form-container article h5 {
  font-family: "Lora", serif;
  font-size: clamp(1.5rem, 2.7vw, 2.7rem);
  margin-top: clamp(0.5rem, 1.5vw, 2rem);
}
.form-container article.invite-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1rem;
  opacity: 0;
}
.form-container article input {
  padding: 0.7rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  border: none;
  border-radius: 5px;
}
.form-container article label {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 300;
}
.form-container article label.form-container__radio {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  font-weight: 600;
}
.form-container article div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.form-container article div p {
  margin-bottom: 8px;
}
.form-container article div label {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 300;
}
.form-container article div label.form-container__radio {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  font-weight: 600;
}
.form-container article div input {
  padding: 0.7rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  border: none;
  border-radius: 5px;
}
.form-container article div select {
  width: 100%;
  padding: 0.7rem 2.8rem 0.7rem 0.7rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  border: none;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23555' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='%23555' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 1rem;
  transition: 0.25s ease;
}
.form-container article div select:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.form-container article div select:focus {
  box-shadow: 0 0 0 3px rgba(106, 133, 255, 0.35);
}
.form-container article button {
  width: 100%;
  padding: 0.8rem;
  font-size: clamp(1rem, 2vw, 1.5rem);
  background-color: #503670;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-container .icons-container {
  all: unset;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 3px solid rgba(174, 120, 255, 0.3);
  margin-bottom: 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 42.5rem) {
  .form-container .icons-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-container .icons-container h5 {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #fff;
  text-align: center;
}
.form-container .icons-container div {
  all: unset;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1rem 0 1rem 0;
  border-right: 3px solid rgba(174, 120, 255, 0.3);
}
@media screen and (max-width: 42.5rem) {
  .form-container .icons-container div {
    border-right: none;
    border-bottom: 3px solid rgba(174, 120, 255, 0.3);
  }
}
.form-container .icons-container div:last-child {
  border-right: none;
}
@media screen and (max-width: 42.5rem) {
  .form-container .icons-container div:last-child {
    border-bottom: none;
  }
}
.form-container .icons-container div h3 {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #fff;
  text-align: center;
}
.form-container .icons-container i {
  border-radius: 50%;
  border: 2px solid rgba(174, 120, 255, 0.3);
  background: rgba(157, 92, 255, 0.08);
  padding: clamp(0.8rem, 1vw, 1rem);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.form-container .icons-container img {
  width: clamp(30px, 5vw, 52px);
  filter: invert(0.8);
}

.gift-options {
  padding: clamp(2rem, 5vw, 4rem) clamp(0.5rem, 10vw, 16rem);
  text-align: center;
}
.gift-options h5 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-family: "Great Vibes", cursive;
  color: #5f5470;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}
.gift-options h6 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-family: "Lora", serif;
  color: #333;
  margin-bottom: 2rem;
}
.gift-options p {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 2vw, 2rem);
  color: #555;
  margin: 0 0 3rem 0;
}
.gift-options img {
  width: clamp(60px, 5vw, 90px);
  margin-bottom: clamp(0.5rem, 2.5vw, 4rem);
}

.separator {
  display: flex;
  width: 30%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.closing {
  text-align: center;
  padding: clamp(1rem, 5vw, 4rem) clamp(0.5rem, 10vw, 16rem);
  background-color: #f8f0e6;
  margin-top: clamp(2rem, 5vw, 4rem);
}
.closing p {
  font-family: "Lora", serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: #555;
  margin: 0.5rem 0;
}
.closing p:nth-child(2) {
  margin-top: 3.4rem;
  color: #000;
}
.closing p:last-child {
  margin-top: 1rem;
  font-size: clamp(3rem, 8vw, 6rem);
  font-family: "Tangerine", cursive;
  color: #5f5470;
}/*# sourceMappingURL=styles.css.map */