@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

/* Animaciones */
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes appear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fly {

  0%{
    offset-distance:0%;
  }

  100%{
    offset-distance:70%;
  }

}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpRight {
  from {
    opacity: 0;
    transform: translateY(30px);
    transform: translateX(30px);

  }

  to {
    opacity: 1;
    transform: translateY(0);
    transform: translateX(0);
  }
}

 .appear {
  animation: appear 2s ease-in-out;
  animation-timeline: view();
  animation-range: entry 10% cover 35%;
} 

:root {
  --primary: #002c78;
}

/*Configuración general*/
* {
  padding: 0;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  /*color: white;*/
  /*font-family: "Gowun Batang", serif;*/
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.gowunbatang-reg {
  font-family: "Gowun Batang", serif;
  font-weight: 400;
  font-style: normal;
}

.gowunbatang-bold {
  font-family: "Gowun Batang", serif;
  font-weight: 700;
  font-style: normal;
  color: #000f2a !important;
}

html,
body {
  overflow:hidden;
}

body {
  background-color: #F6F3EE;
  display: flex;
  justify-content: left;
}

.rotate-img{
  transform: rotate(-3deg);
}

/*Seccion de inicio*/
#sectionInicio-desk {
  display: none;
  transition: all 1s ease-in-out;
}

#sectionInicio {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 1s ease-in-out;
}

.img-inicio {
  padding: 3px;
  width: auto;
  height: 430px;
  margin-bottom: 15px;
  margin-top: -1rem;
  /*border: 4px solid var(--primary);*/
  /*border-radius: 50px 0;*/
  /*animation: fade-in 800ms ease-in-out;*/
  z-index: 2;
  transform: rotate(-5deg);
  margin-right: 2rem;
}

/*Seccion principal de mobiles*/
.cover {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 15% 0;
  animation: fade-in 800ms ease-in-out;
  position: relative;
  min-height: 100vh;
}

.cover p {
  color: var(--primary);
  font-size: 20px;
  /*animation: fade-in 800ms ease-in-out;*/
}

.cover h1 {
  color: var(--primary) !important;
  font-size: 60px;
  /*font-family: "Dancing Script", cursive;*/
  font-family: "Kaushan Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0;
  /*animation: fade-in 800ms ease-in-out;*/
}

.cover div {
  /*margin-bottom: 20px;*/
  font-size: 17px;
  /*animation: fade-in 800ms ease-in-out;*/
}

.cover::after{
   content:'';

   position:absolute;

   left:0;
   bottom:-10px;

   width:100%;
   height:80px;

   background:linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #fcf0f2 100%);

   pointer-events:none;
}


/*Boarding pass*/
.boarding-pass {
  background-image: url(../images/bg-pink1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #f9f4ee;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height:100vh;
  padding: 15% 0;
  position:relative;
}

.boarding-pass::before{

   content:'';

    position:absolute;
    top:-50px;
    left: 0;
    width:100%;
    height:100px;

   background:linear-gradient(to top, rgb(250 245 240 / 23%), #faedef2b);
}

.boarding-pass::after{
   content:'';

   position:absolute;

   left:0;
   bottom:0;

   width:100%;
   height:100px;

   background:linear-gradient(to top, rgb(246 241 236), #fff7fa00);

   pointer-events:none;
}



.boarding-pass .img-boarding-pass {
  width: 100%;
  height: 80vh;
  background-image: url(../images/boarding_pass.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*transform: rotate(-2deg);*/
  align-items: center;
  justify-content: start;
  display: flex;
  padding-bottom: 2rem;
  animation: fadeUp 2s ease-in-out;
  animation-timeline: view();
  animation-range: entry 15% cover 40%;
  
}

.boarding-pass .img-boarding-pass.pase-personal {
  background-image: url(../images/boarding_pass_personal.png);
}

.boarding-pass .img-boarding-pass.pase-doble {
  background-image: url(../images/boarding_pass_doble.png);
}

.boarding-pass .img-boarding-pass.pase-tres {
  background-image: url(../images/boarding_pass_tres.png);
}

.boarding-pass .img-boarding-pass.pase-cuatro {
  background-image: url(../images/boarding_pass_cuatro.png);
}

.boarding-pass .img-boarding-pass.pase-cinco {
  background-image: url(../images/boarding_pass_cinco.png);
}

.boarding-pass .img-boarding-pass.pase-seis {
  background-image: url(../images/boarding_pass_seis.png);
}

.boarding-pass p{
  margin-top: 13rem;
  margin-bottom: 13rem;
  font-family: "Kaushan Script", cursive;
  font-size: 1.5rem;
  width: 80%;
}

/*Texto general de los xv*/
.text{
  padding: 1rem;
  /*background-color: rgb(243 229 233);*/
  background-image: url(../images/bg-pink2.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: repeat;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
  color: #270929;
  position: relative;
}

.text::before{

   content:'';

   position:absolute;
   top:-50px;
  left: 0;
   width:100%;
   height:200px;

   background:linear-gradient(to top, rgb(247 242 237 / 17%), #f9f4f038);
}


.text h1{
  color: #2b0b25;
  font-size: 28px;
  font-family: "Kaushan Script", cursive;
  /*font-optical-sizing: auto;*/
  font-weight: 400;
  font-style: normal;
  margin: 10px 0;
}

.text p{
  margin-bottom: 0.3rem;
  color: #270929;
}

.img-viaje{
  justify-content: center;
  display: flex;
}

.img-viaje img{
  width: 80%;
}

#carouselExampleFade{
  animation: fade-in 2s ease-in-out;
  animation-timeline: view();
  animation-range: entry 15% cover 40%;
  position: relative;
}



.text .img-padrinos{
    width: 80%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.text .img-separador{
    width: 50%;
    justify-content: center;
    text-align: center;

}

.text .text-padrinos{
  font-size: 2.4rem; 
  font-family: 'Tangerine', cursive;
  margin-top: 0.5rem;
  animation: fade-in 2s ease-in-out;
  animation-timeline: view();
  animation-range: entry 15% cover 40%;
  line-height: 1.2;
}

.img-padrinos img{
  width: 0%;
}

.text .text-itinerario{
  font-size: 1.5rem; 
  font-family: "Cormorant Garamond", serif;
  font-style: italic; 
  margin-top: 0.5rem;
  animation: fade-in 2s ease-in-out;
  animation-timeline: view();
  animation-range: entry 30% cover 60%;
}

.text-itinerario-div::before{

   content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top,  rgb(244 243 239), #f9f4f005);
}

.text-itinerario h3,
.text-itinerario p{
  font-style: italic;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.timeline{

    position:relative;
    width:100%;
    padding:30px 20px;
}

.line{

    position:absolute;

    left:50%;
    top:0;

    transform:translateX(-50%);

    width:3px;
    height:100%;

    background:#5c2f3d;

    border-radius:20px;
}

.timeline-item{

    display:grid;

    grid-template-columns:
        1fr 80px 1fr;

    align-items:center;

    margin-bottom:1rem;

    position:relative;
}

.center-line{

    position:relative;

    display:flex;
    justify-content:center;
}


.heart{

    width:25px;
    height:25px;


    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    /*color:#5c2f3d;*/

    z-index:2;
}

.left-side{

    text-align:right;
}

.right-side{

    text-align:left;
}

.icon-timeline{

    width:5rem;
    animation: appear 2s ease-in-out;
  animation-timeline: view();
  animation-range: entry 5% cover 30%;
}

/*Cuenta regresiva*/
.cuenta-regresiva {
  background-color: #f9f4ee;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px;
  width: 100%;
  
}

/*DRESS CODE*/
.text-vestimenta::before{

   content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, rgb(248 246 243 / 42%), #f7f4ef);
}

.text-vestimenta::after{
   content:'';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 65px;
    background: linear-gradient(to bottom, rgb(247 242 239 / 12%) 0%, #faeff0de 100%);
    pointer-events: none;
}


.dan {
  color: var(--primary);
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 50px;
  margin: 20px 0;
}


.countdown {
  margin-top: 20px;
  padding: 15px;
}

.countdown h1 {
  font-family: "Kaushan Script", cursive;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  color: #2b0b25;
}

/*Ubicacion de los eventos*/
.ubicacion {
  background-image:linear-gradient(rgb(255 255 255 / 78%), rgb(255 255 255 / 81%)), url(../images/map.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;
  align-items: center;*/
  width: 100%;
  min-height: 100vh;
  /*padding: 28% 30px;*/
   padding:4rem 1.5rem;
   overflow:hidden;
  background-color: #f9f4ee;
  position: relative;
}

.ubicacion::before{

   content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, rgb(254 249 248 / 55%), #f7ebe9bd);
}

/*.evento{
   display:flex;
   flex-direction:column;
   align-items:center;
   text-align:center;
   position:relative;
   z-index:3;
   /*margin-bottom:5rem;
}*/

.evento-row{
   display:flex;
   align-items:center;
   justify-content:space-between;
   gap:1.5rem;
   position:relative;
   z-index:3;
}

.reverse{
   flex-direction:row-reverse;
}

.ubicacion h2 {
  color: #2b0b25;
  /*font-family: "Dancing Script", cursive;*/
  font-family: "Kaushan Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}

.ubicacion p {
    color: #2d0728;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Gowun Batang", serif;
    letter-spacing: 1;
    line-height: 1.1;
}

.evento-img{
   width:40%;
}

.img-ubi{
   width:100%;
   height:220px;
   object-fit:cover;
   border-radius:50%;
}

.evento-info{
   width:48%;
   text-align:center;
}

/*.ubicacion .lugar{
  font-family: 'Merienda', cursive;
}*/

/*.ubicacion .maps {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,.08);
}*/

/*.ubicacion .img-ubi{
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,.08);
  width: 100%;
  height: 100%;
}*/

/*.img-ubi{

   width:100%;
   max-width:150px;
   height:auto;
   object-fit:cover;
   border-radius:30px;
   box-shadow:0 10px 30px rgba(0,0,0,.15);
}*/

/*.ubicacion .img-lugar-div{
  width: 150px;
  height: auto;
}*/

.evento-row .lihatPeta {
  color: white;
    margin-top: 40px;
    font-weight: 700;
    font-size: 0.7rem;
    border-radius: 15px;
    padding: 5px 20px;
    transition: all 500ms ease-in-out;
    background-color: #a44d6cd1;
    text-decoration: none;
    border: 1px solid white;

}

.evento-row .lihatPeta:hover {
  background-color: #2b0b25;
  transform: scale(1.1);
}

/*Animacion del vuelo de avion a ubicaciones*/
/*.flight-path{
  position:absolute;
  top:160px;
  left:0;

  width:100%;
  height:300px;

  pointer-events:none;
  z-index:4;
}*/

/*.flight-path{

   position:relative;
   width:100%;
   height:180px;
   margin-top:-2rem;
   margin-bottom:-1rem;
   z-index:1;
}*/

.flight-path{

   position:relative;
   width:100%;
   height:180px;
   margin:-2rem 0;
   z-index:5;
}

.flight-path svg{
  width:100%;
  height:100%;
  overflow:visible;
}


#plane{
  position:absolute;
  width:40px;
  height:40px;

  z-index:5;

  top: 0px;
  left: 0px;


  /*display:block;
  offset-path: path("M 190 90 Q 250 160 340 240");*/
  offset-path:path("M 120 40 Q 220 180 300 180");

  animation: fly 6s linear infinite;
}


.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  border-radius: 0 3px 3px 0;
}

.prev {
  left: 0;
  margin-left: -20px;
}

.next {
  right: 0;
  margin-right: -20px;
  border-radius: 3px 0 0 3px;
}



/* Video de Fondo con Estilo Cinematográfico */
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(30%) brightness(40%) contrast(110%);
    object-fit: cover;
}

/* Capa de textura y degradado */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 0;
}


h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(3.5rem, 12vw, 8rem);
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: -2px;
}


.subway-footer {
    margin-top: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.subway-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
}

.line-4 { background: #00933C; }
.line-n { background: #FCCC0A; color: black; }
.line-q { background: #FCCC0A; color: black; }
.line-7 { background: #B933AD; }

/* --- MODAL 9:16 (VERTICAL) --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.93);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-wrapper {
    position: relative;
    height: 80vh; 
    aspect-ratio: 9 / 16; 
    max-width: 90%;
}

.modal-content {
    width: 100%;
    height: 100%;
    border-radius: 24px; 
    overflow: hidden; 
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
    margin-top: 0.5rem;
}

.modal-content video {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    outline: none;
    object-fit: cover;
}

/* Botón Cerrar fuera del recorte */
.close-btn {
    position: absolute;
    top: -45px;
    right: 0;
    background: #a44d6c;
    color: #f3e5e9;
    border: 2px solid #f3e5e9;
    padding: 8px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 1rem;
    z-index: 200; 
    width: 100%;
}

.close-btn:hover {
    background: #f3e5e9;
    color: #a44d6c;
}

/* Botón para reabrir video */
.confirmar-asistencia {
    position: absolute;
    bottom: 40px;
    right: 25%;
    background: #a44d6c;
    color: #f3e5e9;
    border: 2px solid #f3e5e9;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    z-index: 20;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 1rem;
    width: 50% !important;
    text-decoration: none;
}

.confirmar-asistencia:hover {
    background: #f3e5e9;
    color: #a44d6c;
}

/* Botón mutear música de fondo */
.mute-music-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.mute-music-btn:hover {
    background: #f2b138;
    color: #000;
    border-color: #f2b138;
}

/* Botón mutear música de fondo */
.ver-video-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.ver-video-btn:hover {
    background: #f2b138;
    color: #000;
    border-color: #f2b138;
}



/*Formulario de confirmacion*/
.rsvp {
  /*background-image: url(../images/bg_bunga_2.jpg);*/
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 13% 30px;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

label {
  font-family: "Gowun Batang", serif;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 5px;
}

.rsvp h1 {
  font-family: "Kaushan Script", cursive;
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 30px;
}

.confirm {
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}

input[type="text"],
textarea {
  background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(21, 21, 26, .18);;
    padding: .5rem 0;
    font-family: "Gowun Batang", serif;
    font-size: 1rem;
    color: #15151a;
    transition: border-color .3s cubic-bezier(.25, 1, .5, 1);;
}

.radio-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.radio-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 140px;
  padding: 10px 5px 5px 5px;
  background-color: #000f2ac6;
  border-radius: 10px;
  border: 2px solid var(--primary);
  cursor: pointer;

}

.radio-container input[type="radio"] {
  display: none;
}

.radio-container input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #002c78;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle; /* Align with label text */
  position: relative;
  top: -3px; /* Adjust if necessary */
}

.radio-container input[type="radio"]:checked + label::before {
  background-color: #002c78;
  border-color: #002c78;
}

.radio-container label {
  font-size: 16px;
  color: white;
  cursor: pointer;
}

.confirm {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--primary);
}

button {
  background-color: var(--primary);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Gowun Batang", serif;
  font-weight: 700;
  width: 90%;
  font-size: 16px;
}

button:hover {
  background-color: unset;
}

.rsvp h2 {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 20px;
  margin-top: 20px;
}

#submittedData {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 10px;
  width: 110%;
  height: 250px;
  background-color: rgb(113, 186, 255);
  padding: 20px;
  border-radius: 5px;
  border: 3px solid #0059ffc6;
  overflow-y: scroll;
}

#submittedData h2 {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 20px;
}

.submitted-item {
  background-color: #000f2ac6;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ddd;
}

.submitted-item h3 {
  font-family: "Gowun Batang", serif;
  font-weight: 700;
  color: white;
}

.submitted-item p {
  font-family: "Gowun Batang", serif;
  font-weight: 400;
  color: #ffffff;
}

.hadiah {
  background-color: #2399b3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px;
  width: 100%;
}

.hadiah h1 {
  color: white;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}

.hadiah .card {
  width: 90%;
  background-color: white;
  margin-top: 20px;
  border: 3px solid #005eff;
  border-radius: 20px;
  padding: 10px;
}

.hadiah .card .bank {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.hadiah .card .bank p {
  color: var(--primary);
  font-weight: 700;
  text-align: left;
}

.hadiah .card img {
  width: 100px;
}

/*Ultima seccion con imagen*/
.cierre {
  /*background-image: url(../images/bg_bunga_2.jpg);*/
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: unset;
  animation: fade-in 1s ease-in-out;
  animation-timeline: view();
  animation-range: entry 20% cover 50%;
}

.cierre p {
  color: var(--primary);
  font-size: 18px;
  margin-bottom: 10px;
}

.cierre h1 {
  color: var(--primary);
  font-size: 30px;
  font-family: "Kaushan Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0;
}

.cierre div {
  margin-bottom: 20px;
  font-size: 17px;
}



/*FLIPDOWN - CUENTA REGRESIVA*/

.flipdown {
  margin: auto;
}

.flipdown .rotor-group-heading:before {
  color: #777 !important;
  font-family: 'Poppins', sans-serif !important;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-light .rotor {
  background: rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  background-color: #ffffff !important;
  color: #111 !important;
  border-radius: 20px !important;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  background-color: #fff !important;
  /*color: #111 !important;*/
  border-radius: 20px !important;
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-weight: 600 !important;
}

.flipdown {
  animation: fadeUp 1s ease;
}


/* --- REGLAS EXCLUSIVAS PARA MOBILE --- */
  @media (max-width: 1024px) {
      .countdown-container {
          gap: 8px; /* Menor separación en móviles */
          padding: 0 10px;
      }

      .countdown-item {
          padding: 10px 5px; /* Cajas más compactas */
      }

      .modal-wrapper {
          height: 70vh; 
      }

      .mute-music-btn {
          bottom: 20px;
          left: 20px;
      }

      .ver-video-btn {
          bottom: 20px;
          right: 20px;
      }

      .confirmar-asistencia {
          bottom: 20px;
          right: 25%;
          padding: 8px 8px;
          font-size: 0.8rem;
      }

      .subway-footer {
          margin-top: 30px;
      }

      .evento-row{
            gap:1rem;
        }

        .img-ubi{
            height:150px;
            width: auto;
        }

        .evento-info{
            font-size:.95rem;
        }

        .flight-path{
            height:140px;
        }
  }


/* --- REGLAS EXCLUSIVAS PARA DESKTOP --- */
@media (min-width: 1024px) {
  #sectionInicio-desk {
    width: 70vw;
    background-image: url(../images/galeria/principal.jpeg);
    background-position: top;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    animation: fade-in 800ms ease-in-out;
  }

  .texto-inicial-Desk {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #0000009c;
    width: 100%;
    height: 100%;
  }

  #sectionInicio-desk h1 {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 75px;
    margin: 10px 0;
  }

  #sectionInicio-desk p {
    font-size: 20px;
  }

  #sectionInicio {
    width: 30vw;
    border-left: 5px solid #a44d6c63;
  }

  .cover {
    background-size: contain;
  }

  .cover p {
    font-size: 20px;
  }

  .cover h1 {
    font-size: 50px;
  }

  .cover div {
    font-size: 15px;
    margin-bottom: unset;
  }

  .cover img{
    height: 650px;
  }

  .confirmar-asistencia {
      width: 25% !important;
      right: 35%;
  }

  .open {
    font-size: 15px;
  }

  #flipdown {
    width: 100%;
    align-self: center;
    margin-left: 2vw;
  }

  .boarding-pass p{
    margin-left: 5rem;
  }

  
}
