@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Bitter&family=Clicker+Script&family=Cookie&family=Gabriela&family=Great+Vibes&family=Handlee&family=Josefin+Slab&family=MonteCarlo&family=Montserrat+Alternates&family=Parisienne&family=Playball&family=Poppins&family=Rancho&family=Roboto&family=Rochester&family=Rouge+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Charm&family=Cinzel+Decorative&family=EB+Garamond&family=Great+Vibes&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins&family=Rouge+Script&family=Tangerine&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@font-face {
  font-family: "TimesNewRoman";
  src: url(../assets/fonts/times.ttf);
}
@font-face {
  font-family: "FlankerGriffoItalic";
  src: url(../assets/fonts/FlankerGriffoItalic.otf);
}
@font-face {
  font-family: "FlankerGriffo";
  src: url(../assets/fonts/FlankerGriffo.otf);
}
@font-face {
  font-family: "FlankerGriffoBold";
  src: url(../assets/fonts/FlankerGriffoBold.otf);
}
@font-face {
  font-family: "OPTIEngraversOldEnglish";
  src: url(../assets/fonts/OPTIEngraversOldEnglish.otf);
}
@font-face {
  font-family: "AnastasiaScriptRegular";
  src: url(../assets/fonts/AnastasiaScriptRegular.otf);
}
:root {
  /* Colors Prx Creations */
  --primary-color: #828282;
  --secundary-color: #D9D9D9;
  --heart-light-color: #7B7B7B;
  --heart-dark-color: #424242;
  --line-primary-color: #000000;
  --line-secundary-color: #000000;
  /* Family Fonts */
  --Poppins-family: "Poppins", sans-serif;
  --Montserrat-family: "Montserrat Alternates", sans-serif;
  --TimesNewRoman-family: "TimesNewRoman";
  --ArnoPro-family: "arno-pro", serif;
  --FlankerGriffo-family: "FlankerGriffo";
  --FlankerGriffoBold-family: "FlankerGriffoBold";
  --TimesNewRoman-family: "times-new-roman", sans-serif;
  --OPTIEngraversOldEnglish-family: "OPTIEngraversOldEnglish", sans-serif;
  --AnastasiaScriptRegular-family: "AnastasiaScriptRegular", sans-serif;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: var(--FlankerGriffo-family);
  color: #525252;
}

body {
  overflow: hidden;
}

/* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats, .count-particles {
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/daphne-danna/pastel-pink-bg.jpg"), radial-gradient(circle at center, #272829 34%, #000000 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -100000;
}

.loader-section {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 9999;
  transition: all 1s 1s ease-out;
  opacity: 1;
}

.loaded {
  opacity: 0;
  z-index: -1;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.card__container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 3s ease;
  z-index: 1000;
}
.card__container .imgCardLeft {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 101;
}
.card__container .imgCardRight {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -1%;
  z-index: 100;
}
.card__container .btn_sello {
  z-index: 102;
  position: absolute;
  right: 5rem;
  background-color: transparent;
  border: none;
  animation: presscard 1s ease-in-out infinite;
  /* Flechita */
}
.card__container .btn_sello img {
  max-width: 100%;
}
.card__container .btn_sello .tooltip-texto {
  /* visibility: hidden; */
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border-radius: 6px;
  position: absolute;
  bottom: 120%; /* cambia según la posición que quieras */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 0.3s;
}
.card__container .btn_sello .tooltip-texto::after {
  content: "";
  position: absolute;
  top: 100%; /* justo debajo del tooltip */
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.imgCardLeft, .imgCardRight {
  transition: transform 3s ease;
}

header {
  height: 5rem;
  background-clip: border-box;
  background-color: transparent;
  padding-top: 0px;
  z-index: 100;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
header nav {
  width: 80%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  background-color: var(--secondary-color);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
header nav .nav__logo-container {
  width: 150px;
  height: 50px;
  grid-column: 1/1;
  grid-row: 1/1;
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header nav .nav__logo-container img {
  /* width: 100%; */
  width: 40px;
  height: auto;
  max-width: 100%;
}
header nav .navigation {
  display: none;
  background-color: #000;
  z-index: 100;
}
header nav .navigation li {
  list-style: none;
}
header nav .navigation li a {
  text-decoration: none;
  display: inline-block;
  color: white;
  margin: 10px 0;
  font-size: 2.5rem;
  background-image: linear-gradient(270deg, #fff 0.81%, #000000 100%);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  padding-bottom: 3px;
}
header nav .navigation li a:hover, header nav .navigation li a:focus {
  background-size: 100% 2px;
}
header nav .navigation.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 101;
}
header nav .toggle {
  position: relative;
  width: 32px;
  height: 40px;
  display: flex;
  justify-self: flex-end;
  align-items: center;
  z-index: 100000;
  cursor: pointer;
}
header nav .toggle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 10px 0 #ffffff;
  transition: 0.25s;
}
header nav .toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: translateY(10px);
  transition: 0.25s;
}
header nav .toggle.active {
  right: 10%;
}
header nav .toggle.active::before {
  transform: translateY(0px) rotate(45deg);
  box-shadow: 0 0 0 #ffffff;
}
header nav .toggle.active::after {
  transform: translateY(0px) rotate(-45deg);
}

.header-animate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: reduce-header linear both;
  animation-timeline: scroll();
  animation-range: 0 150px;
  background-color: #282828;
}

.header__nstracancion {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.header__nstracancion .nstracancion__container {
  width: 90%;
  background-color: var(--secundary-color);
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.header__nstracancion .nstracancion__container .play-text {
  font-size: 1.4rem;
  text-align: center;
}
.header__nstracancion .nstracancion__container .audio__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__nstracancion .nstracancion__container .audio__button .circle__button {
  background-color: var(--line-primary-color);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__nstracancion .nstracancion__container .audio__button .circle__button img {
  max-width: 100%;
}
.header__nstracancion .nstracancion__container .audio__button .circle__button .stroke-button {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: solid 0.1rem #fff;
  border-radius: 50%;
}

.header__news {
  margin: 3rem 0;
}
.header__news .header__news-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  justify-content: center;
  align-items: center;
}
.header__news .header__news-container .line {
  position: absolute;
  width: 100%;
}
.header__news .header__news-container .line-light-top {
  top: 0;
  background-color: var(--line-primary-color);
  height: 0.1rem;
}
.header__news .header__news-container .line-bold-bottom {
  background-color: var(--line-secundary-color);
  height: 0.2rem;
  bottom: 0;
}
.header__news .header__news-container .line-light-bottom {
  bottom: -0.4rem;
  background-color: var(--line-primary-color);
  height: 0.2rem;
}
.header__news .header__news-container .section-one, .header__news .header__news-container .section-three {
  font-size: 0.9rem;
  text-align: center;
}
.header__news .header__news-container .section-one, .header__news .header__news-container .section-two {
  /* border-right: solid 0.1rem var(--line-primary-color); */
  position: relative;
  height: 100%;
}
.header__news .header__news-container .section-one .line-right, .header__news .header__news-container .section-two .line-right {
  position: absolute;
  right: 0;
  width: 0.1rem;
  height: 100%;
  background-color: var(--line-primary-color);
}
.header__news .header__news-container .section-two {
  text-align: center;
}
.header__news .header__news-container .section-two .main-title {
  font-size: 1.8rem;
  font-family: var(--OPTIEngraversOldEnglish-family);
}
.header__news .header__news-container .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.2rem;
}

.news__news-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.news__news-container .newss {
  width: 90%;
}
.news__news-container .newss img {
  max-width: 100%;
}

.news__date {
  margin: 2rem 0;
}
.news__date .news__date-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.news__date .news__date-container .middle-title {
  display: grid;
  grid-template-columns: auto 4fr auto;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
.news__date .news__date-container .middle-title .heart-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.news__date .news__date-container .middle-title .date {
  padding: 1.2rem 0;
  font-family: var(--TimesNewRoman-family);
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}
.news__date .news__date-container .middle-title .wedding {
  grid-column: 2/3;
  padding: 1.2rem 0;
  font-family: var(--TimesNewRoman-family);
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.news__date .news__date-container .line {
  position: absolute;
  background-color: var(--line-primary-color);
  height: 0.2rem;
  width: 100%;
}
.news__date .news__date-container .line-light-top {
  top: 0;
}
.news__date .news__date-container .line-bold-top {
  top: -0.4rem;
}
.news__date .news__date-container .line-bold-bottom {
  bottom: 0;
}
.news__date .news__date-container .line-light-bottom {
  bottom: -0.4rem;
}

.frame__photo {
  position: relative;
  width: 100%;
}
.frame__photo .frame__photo-container {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto;
}
.frame__photo .frame__photo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.smitten__arrow {
  margin: 2rem 0;
}
.smitten__arrow .smitten__arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.smitten__arrow .smitten__arrow-container .line {
  position: absolute;
  background-color: var(--line-primary-color);
  height: 0.1rem;
}
.smitten__arrow .smitten__arrow-container .line-light-top {
  width: 100%;
  top: 0;
}
.smitten__arrow .smitten__arrow-container .main-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.2rem 0;
}
.smitten__arrow .smitten__arrow-container .main-title-section .names {
  font-size: 2.8rem;
  text-align: center;
  font-family: var(--TimesNewRoman-family);
  text-transform: uppercase;
}
.smitten__arrow .smitten__arrow-container .text-parph {
  font-size: 1.6rem;
  text-align: justify;
}

.middle-lines {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.middle-lines .subtitle {
  font-family: var(--AnastasiaScriptRegular-family);
  font-size: 3.2rem;
  text-align: center;
}
.middle-lines .line-light-left {
  width: 20%;
  left: 0;
}
.middle-lines .line-light-right {
  width: 20%;
  right: 0;
}

.margin-btm {
  margin-bottom: 2rem;
}

.nstra__history {
  margin: 2rem 0;
}
.nstra__history .nstra__history-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.nstra__history .nstra__history-container .line {
  position: absolute;
  background-color: var(--line-primary-color);
  height: 0.1rem;
}
.nstra__history .nstra__history-container .history-couple {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.nstra__history .nstra__history-container .history-couple .parph {
  font-size: 1.6rem;
  text-align: justify;
}
.nstra__history .nstra__history-container .history-couple .photos-collage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
.nstra__history .nstra__history-container .history-couple .photos-collage .img1 {
  background: url("../assets/images/stephanie-edgar/3.jpeg");
  background-position: 50% 50%;
}
.nstra__history .nstra__history-container .history-couple .photos-collage .img2 {
  background: url("../assets/images/stephanie-edgar/4.jpeg");
}
.nstra__history .nstra__history-container .history-couple .photos-collage .img3 {
  background: url("../assets/images/stephanie-edgar/5.jpeg");
  background-position: 85% 50%;
}
.nstra__history .nstra__history-container .history-couple .photos-collage .imgs {
  max-width: 20rem;
  width: 100%;
  height: 25rem;
  max-width: 20rem;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.schedule__plan {
  margin: 2rem 0;
}
.schedule__plan .schedule__plan-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.schedule__plan .schedule__plan-container .line {
  position: absolute;
  background-color: var(--line-primary-color);
  height: 0.1rem;
}
.schedule__plan .schedule__plan-container .timetable__program {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.schedule__plan .schedule__plan-container .timetable__program .square-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.schedule__plan .schedule__plan-container .timetable__program .square-container .event__info {
  width: 17rem;
  min-height: 14rem;
  background-color: var(--secundary-color);
  border-radius: 0.5rem;
  border: solid 0.1rem var(--line-primary-color);
  padding: 1.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.schedule__plan .schedule__plan-container .timetable__program .square-container .event__info .event-title {
  font-family: var(--FlankerGriffoBold-family);
  text-align: center;
  font-size: 1.6rem;
}
.schedule__plan .schedule__plan-container .timetable__program .square-container .event__info .line-black {
  width: 85%;
  margin: 0.5rem;
  height: 0.2rem;
  background-color: var(--line-primary-color);
}
.schedule__plan .schedule__plan-container .timetable__program .square-container .event__info .details {
  font-size: 1.4rem;
  width: 85%;
  padding: 1.5rem 0;
  text-align: center;
}
.schedule__plan .schedule__plan-container .timetable__program .square-container .event__info .btn__map {
  border-radius: 0.2rem;
  color: white;
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 0.5rem 2.5rem;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.schedule__plan .schedule__plan-container .timetable__program .square-container .event__info .btn__map:hover {
  transform: scale(1.08);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.dinamicItinerario__section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dinamicItinerario__section .imgTitleGld {
  padding-bottom: 2rem;
  max-width: 100%;
  filter: drop-shadow(5px 5px 15px rgba(255, 255, 255, 0.3));
}
.dinamicItinerario__section .dinamicItinerario__section-container {
  display: grid;
  grid-template-columns: minmax(50px, 0.9fr) minmax(0, 2rem) minmax(50px, 1fr);
  grid-template-rows: repeat(5, minmax(130px, 1fr));
  position: relative;
}
.dinamicItinerario__section .dinamicItinerario__section-container .icons__timeline {
  grid-column: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dinamicItinerario__section .dinamicItinerario__section-container .timeline__line {
  grid-column: 2/2;
  /* grid-row: 1 / -1; */
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  min-height: 82%;
  background-color: var(--secundary-color);
}
.dinamicItinerario__section .dinamicItinerario__section-container .timeline__line .timeline__line__inner {
  width: 0.4rem;
  height: 0rem;
  background-color: var(--primary-color);
  transition: height 0s ease-in-out;
}
.dinamicItinerario__section .dinamicItinerario__section-container .timeline__horario {
  grid-column: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.dinamicItinerario__section .dinamicItinerario__section-container .timeline__horario .circle__timeline {
  border-radius: 50%;
  min-width: 2rem;
  min-height: 2rem;
  background-color: var(--secundary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -2rem;
}
.dinamicItinerario__section .dinamicItinerario__section-container .timeline__horario .circle__timeline ion-icon {
  font-size: 1.3rem;
  color: white;
}
.dinamicItinerario__section .dinamicItinerario__section-container .timeline__horario .refill {
  transition: height 0.4s ease-in-out;
  background-color: var(--primary-color);
}
.dinamicItinerario__section .dinamicItinerario__section-container .timeline__horario .info {
  width: 90%;
  /* margin-right: 2rem; */
  text-align: center;
  font-size: 1.2rem;
  /* span {
      color: #B18D5C;
  } */
}

.just-senior {
  margin: 3rem 0;
}
.just-senior .just-senior-container {
  width: 90%;
  margin: 0 auto;
}
.just-senior .just-senior-container .just-senior-text {
  background-color: var(--primary-color);
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0.2rem;
  color: white;
}

.dress-gift__section {
  margin: 2rem 0;
}
.dress-gift__section .description__section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  position: relative;
  gap: 2rem;
}
.dress-gift__section .description__section-container .line {
  position: absolute;
  background-color: var(--line-primary-color);
  height: 0.1rem;
}
.dress-gift__section .description__section-container .square-info {
  border: solid 0.1rem var(--line-primary-color);
  background-color: var(--secundary-color);
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 2rem 0;
}
.dress-gift__section .description__section-container .square-info .middle-lines .line-light-left {
  width: 20%;
  left: 5%;
}
.dress-gift__section .description__section-container .square-info .middle-lines .line-light-right {
  width: 20%;
  right: 5%;
}
.dress-gift__section .description__section-container .square-info .type-dress {
  font-size: 1.6rem;
  text-align: center;
  font-style: italic;
}
.dress-gift__section .description__section-container .square-info .type-dress-img {
  margin: 2rem 0;
}
.dress-gift__section .description__section-container .square-info .theys-dress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.dress-gift__section .description__section-container .square-info .theys-dress .how-dress {
  font-size: 1.6rem;
  text-align: center;
}
.dress-gift__section .description__section-container .square-info .exclusive-color {
  font-size: 1.6rem;
  text-align: center;
  width: 90%;
  padding: 2rem 0 0 0;
  font-style: italic;
}
.dress-gift__section .description__section-container .square-info .description-gift {
  font-size: 1.6rem;
  text-align: center;
  width: 90%;
}
.dress-gift__section .description__section-container .square-info .what-gift {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-top: 2rem;
}
.dress-gift__section .description__section-container .square-info .what-gift .department-store {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.dress-gift__section .description__section-container .square-info .what-gift .department-store .amazon {
  margin: 0.5rem;
}
.dress-gift__section .description__section-container .square-info .what-gift .department-store .btn__map {
  border-radius: 0.2rem;
  color: white;
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 0.5rem 2.5rem;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.dress-gift__section .description__section-container .square-info .what-gift .department-store .btn__map:hover {
  transform: scale(1.08);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.countdown__section {
  margin: 4rem 0 6rem 0;
}
.countdown__section .countdown__section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.countdown__section .countdown__section-container .line {
  position: absolute;
  background-color: var(--line-primary-color);
  height: 0.1rem;
}
.countdown__section .countdown__section-container .countdown-square {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  padding: 1.2rem;
  border: solid 0.1rem var(--line-primary-color);
  width: 100%;
  /* color: black; */
}
.countdown__section .countdown__section-container .countdown-square .timer-count {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.countdown__section .countdown__section-container .countdown-square .timer-count p {
  font-size: 4rem;
  text-align: center;
}
.countdown__section .countdown__section-container .countdown-square .timer-count .dhms {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.countdown__section .countdown__section-container .countdown-square .two-dividers {
  font-size: 4rem;
  text-align: center;
}

.warn__section {
  margin: 2rem 0;
}
.warn__section .warn__section-container {
  width: 90%;
  margin: 0 auto;
}
.warn__section .warn__section-container .warn-text {
  text-align: justify;
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
.warn__section .warn__section-container .warn-text span {
  font-family: var(--FlankerGriffoBold-family);
}

.pases__invitacion {
  margin: 3rem 0;
}
.pases__invitacion .pases__invitacion-container {
  width: 90%;
  margin: 0 auto;
  background-color: var(--primary-color);
  border-radius: 0.2rem;
  padding: 1.2rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.pases__invitacion .pases__invitacion-container p {
  font-size: 1.6rem;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.pases__invitacion .pases__invitacion-container p #numberId {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 2rem;
  font-size: 1.8rem;
}
.pases__invitacion .pases__invitacion-container p #numberId::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: solid 0.1rem white;
}
.pases__invitacion .pases__invitacion-container p #places {
  margin-right: 0.7rem;
}

.confirmacion__section {
  position: relative;
  margin: 2rem 0;
}
.confirmacion__section .confirmacion__section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.confirmacion__section .middle-lines {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.confirmacion__section .middle-lines .subtitle {
  font-family: var(--AnastasiaScriptRegular-family);
  font-size: 3.2rem;
  text-align: center;
}
.confirmacion__section .middle-lines .subtitle span {
  display: flex;
  justify-content: center;
  align-items: center;
  /* &::before {
      content: "'";
      position: absolute;
      top: 0;
  } */
}
.confirmacion__section .line {
  position: absolute;
  background-color: var(--line-primary-color);
  height: 0.1rem;
}
.confirmacion__section .confirmacion-description {
  text-align: center;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirmacion__section .confirmacion-description p {
  font-size: 1.6rem;
  width: 80%;
}
.confirmacion__section .form__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.confirmacion__section .form__container #form {
  /* background-color: white; */
  padding: 1rem 1.5rem;
  border-radius: 20px;
  text-align: center;
  width: 85%;
}
.confirmacion__section .form__container #form .input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.confirmacion__section .form__container #form label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.confirmacion__section .form__container #form #numero-invitados {
  /* Estilo para el select */
  width: 100px;
  height: 30px;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EDEDED;
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(0.7em + 2px), calc(100% - 15px) calc(0.7em + 2px), calc(100% - 2.5em) 0.1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.confirmacion__section .form__container #form #ninosForm {
  /* Estilo para el select */
  width: 100px;
  height: 30px;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EDEDED;
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(0.7em + 2px), calc(100% - 15px) calc(0.7em + 2px), calc(100% - 2.5em) 0.1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.confirmacion__section .form__container #form input, .confirmacion__section .form__container #form textarea {
  padding: 1.3rem 2.2rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background: #EDEDED;
  border: 2px solid #EDEDED;
  outline: none;
  font-family: var(--Poppins-family);
  text-align: center;
  border: solid 1px #323232;
}
.confirmacion__section .form__container #form .label-mensaje {
  padding-bottom: 1rem;
  text-align: center;
}
.confirmacion__section .form__container #form .enviar-a {
  font-family: var(--Poppins-family);
  font-size: 1.8rem;
  padding: 1rem 0;
  text-align: center;
}
.confirmacion__section .form__container #form .btns-WhatsApp {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.confirmacion__section .form__container #form .btns-WhatsApp .btn1 {
  width: 14.5rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  border: none;
  font-family: var(--FlankerGriffo-family);
  background-color: var(--secundary-color);
  border: solid 0.1rem var(--line-primary-color);
  margin-top: 2rem;
}
.confirmacion__section .form__container #form .btns-WhatsApp .btn1 span {
  font-size: 1.6rem;
  text-align: center;
}
.confirmacion__section .form__container #form .btns-WhatsApp .btn1 span ion-icon {
  font-size: 3rem;
  padding: 1rem 0;
}

.farewell__section {
  margin: 2rem 0;
}
.farewell__section .farewell__section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.farewell__section .farewell__section-container .farewell-text {
  background-color: var(--secundary-color);
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.farewell__section .farewell__section-container .farewell-text2 {
  background-color: var(--primary-color);
  padding: 1rem 2rem;
  text-align: center;
  font-weight: bold;
  text-align: center;
  color: white;
  font-size: 3.4rem;
  text-transform: uppercase;
  margin-top: 3rem;
}

.main__section2 {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* background-color: #FFFBFF; */
}
.main__section2 .main__section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: black;
}
.main__section2 .main__section-container .c-flowers {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 50rem;
}
.main__section2 .main__section-container .mainImg {
  position: absolute;
  max-width: 100%;
  top: 20%;
}
.main__section2 .main__section-container .vestidoImg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.main__section2 .mainText2 {
  position: absolute;
  bottom: 3%;
  filter: drop-shadow(5px 5px 15px rgba(255, 255, 255, 0.5));
}
.main__section2 .transparent-to-black {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 37rem;
  /* background: linear-gradient(to botto,, rgba(0, 0, 0, 0) 0%, rgba(141, 202, 233, 10.7) 100%); */
  /* background: linear-gradient(to botto,, rgba(0, 0, 0, 0) 0%, rgba(10, 26, 68, 0.8) 100%); */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.main__section2 .background-main {
  position: absolute;
  width: 100%;
  min-height: 80rem;
  height: 100vh;
  flex-shrink: 0;
  background: url("../assets/images/daphne-danna/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -3;
}
.main__section2 .filter-main {
  position: absolute;
  width: 100%;
  min-height: 80rem;
  height: 100vh;
  z-index: -2;
  background: rgba(0, 0, 0, 0.7);
}

.abs-lt {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 70%;
  border-radius: 1rem;
}

.abs-rb {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 70%;
  border-radius: 1rem;
}

.abs-lb {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 70%;
  border-radius: 1rem;
}

.abs-rt {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 60%;
  border-radius: 0 7rem 0 0;
}

.mainTitle {
  font-family: var(--TanMonCheri-family);
  font-size: 2.2rem;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 0 0 3rem 0;
  filter: drop-shadow(5px 5px 15px rgba(255, 255, 255, 0.3));
}

/* Text  */
.marmol-one {
  background: url("../assets/images/textura-marmoleado.jpeg");
  /* background-color: #FFFEF8; */
  /* margin: 1rem;
  border-radius: 1rem; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -8;
}

.marmol-one2 {
  background: url("../assets/images/concrete-wall.png");
  /* background-color: #FFFEF8; */
  border-radius: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -6;
}

.marmol-one3 {
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(8px);
  border-radius: 1rem 7rem 1rem 7rem;
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 1.5rem;
  background-color: #ffffff;
  margin: 5rem 2.5rem;
  font-size: 2rem;
}

.footer__section {
  width: 100%;
  background-color: #282828;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.footer__section .frey-logo-container {
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
}
.footer__section .frey-logo-container img {
  width: 7.5rem;
}
.footer__section .frey-logo-container p {
  z-index: 1000000000000;
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--ArnoPro-family);
  letter-spacing: 2px;
  padding-right: 0.5rem;
  color: white;
  text-decoration: none;
  pointer-events: none;
}
.footer__section .frey-logo-container p ion-icon {
  color: white;
  font-size: 1.4rem;
}
.footer__section .frey-logo-container p a {
  color: white !important;
  text-decoration: none !important;
  pointer-events: none;
}
.footer__section .prx-logo-container {
  justify-self: center;
  align-self: center;
}
.footer__section .prx-logo-container p {
  z-index: 1000000000000;
  color: white;
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--ArnoPro-family);
  letter-spacing: 2px;
}
.footer__section .prx-logo-container p ion-icon {
  color: white;
  font-size: 1.4rem;
}

/* Scroll Up */
.scrollup {
  position: fixed;
  background-color: #000;
  border: 1px solid white;
  right: 1rem;
  bottom: -40%;
  display: inline-flex;
  padding: 0.3rem;
  border-radius: 50%;
  z-index: 100;
  opacity: 0.8;
  /* transition: 0.4s; */
  transition: all 0.3s ease;
}
.scrollup ion-icon {
  font-size: 30px;
  color: white;
}
.scrollup:hover {
  background-color: black;
  opacity: 1;
}

.show-scroll {
  z-index: 99;
  bottom: 3rem;
  right: 1rem;
}

.show-scroll-end {
  z-index: 99;
  bottom: 30%;
  right: 1rem;
}

.sendwhatsapp {
  position: fixed;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #1E201E;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  padding-right: 1rem;
  border-radius: 0 15% 15% 0;
  width: 5rem;
  height: 5rem;
  z-index: 100;
  opacity: 0.8;
  transition: all 0.3s ease;
  animation: pressAnimation 1s ease-in-out infinite; /* Duración de 0.2 segundos y repetición infinita */
}
.sendwhatsapp .audio__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sendwhatsapp .audio__container #play-button {
  background: #1E201E;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sendwhatsapp .audio__container #play-button img {
  width: 100%;
}
.sendwhatsapp .audio__container #play-button ion-icon {
  font-size: 3rem;
  color: white;
}
.sendwhatsapp:hover {
  opacity: 1;
}

.show-whats {
  z-index: 99;
  bottom: 10%;
  right: -1%;
}

.show-whats-end {
  z-index: 99;
  bottom: 2%;
  right: 1rem;
}

.no-animation {
  animation: none;
}

.float-image {
  animation: floating 2s ease-in-out infinite;
}

/*=============== KEYFRAMES ===============*/
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes pressAnimation {
  0% {
    transform: scale(1); /* Tamaño normal */
  }
  50% {
    transform: scale(1.2); /* Tamaño reducido a la mitad de la animación */
  }
  100% {
    transform: scale(1); /* Vuelve al tamaño normal al final de la animación */
  }
}
@keyframes presscard {
  0% {
    transform: scale(1); /* Tamaño normal */
  }
  50% {
    transform: scale(1.07); /* Tamaño reducido a la mitad de la animación */
  }
  100% {
    transform: scale(1); /* Vuelve al tamaño normal al final de la animación */
  }
}
@keyframes elementor-animation-pulse {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse {
  animation-name: elementor-animation-pulse;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  opacity: 1;
  visibility: visible;
  animation-name: bounceInUp;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopLeft {
  visibility: visible;
  animation-name: fadeInTopLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 700px) {
  .swipper__section .swiper {
    width: 45%;
  }
  .swipper__section .swiper .swiper-wrapper {
    width: 100%;
    padding: 5rem 0;
  }
  .swipper__section .swiper .swiper-wrapper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
    height: 50rem;
    border-radius: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .main__section {
    min-height: 40rem;
  }
  .main__section .main__section-container .main__title .names-container {
    position: relative;
  }
  .main__section .main__section-container .main__title .names-container .line-right {
    top: 50%;
    left: 52%;
  }
  .main__section .main__section-container .main__title .names-container .line-left {
    top: 50%;
    right: 52%;
  }
  .main__section .background-main {
    min-height: 40rem;
  }
  .main__section .filter-main {
    min-height: 40rem;
  }
  .card__container .whiteCard {
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 99;
  }
  .card__container .imgCardLeft {
    left: 0;
  }
  .card__container .imgCardRight {
    right: 0;
  }
  .card__container .btn_sello {
    left: 50%;
  }
  .card__container .btn_sello img {
    max-width: 100%;
  }
  .main__section .background-main {
    background-position: 50% 30%;
  }
  .swipper__section .swiper {
    width: 30%;
  }
  .swipper__section .swiper .swiper-wrapper {
    width: 100%;
    padding: 5rem 0;
  }
  .swipper__section .swiper .swiper-wrapper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
    height: 50rem;
    border-radius: 1.5rem;
  }
  .confirmacion__section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .confirmacion__section .form__container {
    width: 100%;
  }
}
@keyframes reduce-header {
  100% {
    background-clip: border-box;
    background-color: rgba(246, 246, 246, 0.1);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 5px 50px -5px, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px;
    padding-top: 0px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-attachment: scroll;
  }
}
.heartDate {
  animation: heartColor 0.3s infinite alternate;
}

.heartDate2 {
  animation: heartColor2 0.3s infinite alternate;
}

@keyframes heartColor {
  from {
    color: var(--heart-light-color);
  }
  to {
    color: var(--heart-dark-color);
  }
}
@keyframes heartColor2 {
  from {
    color: var(--heart-dark-color);
  }
  to {
    color: var(--heart-light-color);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  animation-name: backInUp;
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}/*# sourceMappingURL=styles.css.map */