<style>
    body {
      margin:0; 
	  padding:0;
      font-family: 'Georgia', serif;
      background: #faf7f0;
      color: #4a4035;
      text-align: center;
	  box-sizing: border-box;
    }
	
	  header {
    padding: 80px 20px;
    background: #c8b5a6; /* tono vintage cálido */
    background: linear-gradient(180deg, #d6c6b8, #a8927d);
  }
  
    header h1 {
 
      font-size: 2.5em;  
      margin: 0;
      color: #5a4b3e;

    }

    a {
  color: #9e6b50; /* tono cálido tipo terracota */
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dashed #c49b84;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  color: #b05c43; /* un poco más oscuro al pasar el mouse */
  background-color: rgba(255, 248, 240, 0.6); /* sutil fondo pastel */
  border-bottom: 1px solid #b05c43;
  padding: 2px 4px;
  border-radius: 4px;
}

.imageboceto{
  width: 360px;
}

    .container { 
		padding: 40px 20px; 
		max-width: 800px; 
		margin: auto;
	}

    .frame {
      border: 2px solid #5a4b3e;
      padding: 20px;
      margin: 10px 0;/* estaba a 20*/
      border-radius: 10px;
      background: #fffdfa;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .frame h2 {
      font-family: 'Brush Script MT', cursive;
      font-size: 2em;/* tiene 1.2 */
      margin: 20px 0;
      color: #5e3c2c;/*#7a6654*/
    }
	.frame h3 {
      font-size: 1.2em;	 
      margin: 20px 0;
      color: #7a6654;
    }
	.frame h4 {
      font-family: 'Brush Script MT', cursive;
      font-size: 3em;
      margin: 20px 0;
      color: #7a6654;
    }
  .frame h5 {
      font-size: 0.3em;  
      margin: 20px 0;
      color: #7a6654;
    }  
    .frame p { font-size: 1.1em; line-height: 1.6; }
    #rsvp-form input, #rsvp-form textarea {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-family: inherit;
    }
    #rsvp-form button {
      padding: 12px 20px;
      font-size: 1em;
      background: #7a6654;
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 4px;
    }
    #rsvp-form button:hover {
      background: #5a4b3e;
    }
    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      animation: fade-in 1s forwards;
    }
    .delay-1 { animation-delay: 0.3s; }
    .delay-2 { animation-delay: 0.6s; }
    .delay-3 { animation-delay: 0.9s; }

    @keyframes fade-in {
      to { opacity: 1; transform: unset; }
					 
						
					 
    }

    .carrusel {
    padding: 40px 20px;
    text-align: center;
  }
  .carrusel-container {
    position: relative;
    max-width: 500px;
    margin: 20px auto;
    overflow: hidden;
  }
  .carrusel-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: opacity 1s ease-in-out;
    opacity: 1;
  }
  .carrusel-container button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #7a6654;
    border: none;
    color: white;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
  }
  .prev { left: -20px; }
  .next { right: -20px; }

  .titulo-boda {
    font-size: 6em;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    margin: 0;
    font-family: 'Brush Script MT', cursive;
	text-align: center;
  }

  .subtitulo-boda {
    font-size: 3.4em;
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
    font-family: 'Georgia', serif;
	text-align: center;
  }
  

  .clickable-frame {
    cursor: pointer;
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-size: 4em;
  }

  .clickable-frame.fade-out {
    opacity: 0;
    transform: scale(0.95);
  }

  .clickable-frame:hover {
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
    transform: scale(1.01);
  }

  #mapa-mundial {
  padding: 40px 20px;
  text-align: center;
  background: #fffdfa;
}

.mapa-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

#mapa {
  width: 100%;
  height: auto;
}

.hover-preview {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.hover-preview img {
  width: 100%;
  height: auto;
  border: 2px solid #5a4b3e;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
  
.casamiento-responsive {
  font-size: 4vw;
  line-height: 1.1;
  word-wrap: break-word;
  text-align: center;
}


.titulo-responsive {
  font-size: 3.5vw;
  line-height: 1.2;
  text-align: center;
  word-break: break-word;
}

.slider {
  display: none;
  transition: opacity 1s ease-in-out;
}
.slider.fade {
  opacity: 0;
  animation: fadeIn 1s forwards;
}
@keyframes fadeIn {
  to { opacity: 1; }
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.3s ease;
  user-select: none;
  background: rgba(0,0,0,0.5);
  border-radius: 0 3px 3px 0;
  z-index: 15;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.slider-container {
  max-width: 600px;  /* similar al ancho del div "Nos casamos" */
  margin: 20px auto;
}
.slider-container .slider img {
  max-height: 600px;
  object-fit: cover;
}

.vintage-title {
  font-family: 'Georgia', serif;
  text-align: center;
  font-size: 2rem;
  color: #5a3e36;
  margin-top: 40px;
  position: relative;
}
.vintage-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #5a3e36;
  margin: 10px auto 0 auto;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
  align-items: center;
}
.container, .mapa-container, section, header, footer {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  margin: auto;
  box-sizing: border-box;
}
.mapa-container {
  position: relative;
  overflow: hidden;
}
#world-map {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
#avion-icono {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  transform: translate(0px, 0px);
  transition: transform 2s ease-in-out;
  z-index: 10;
}


.slider-container .slider {
  display: none;
  text-align: center;
}
.slider-container .slider img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.3s ease;
  user-select: none;
  background: rgba(0,0,0,0.5);
  border-radius: 0 3px 3px 0;
  z-index: 15;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.carrusel {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.slider {
  display: none;
  text-align: center;
}
.slider img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 12px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  user-select: none;
  background: rgba(0,0,0,0.5);
  z-index: 10;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.slider-container {
  position: relative;
  max-width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
.slider {
  display: none;
}
.slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.3s ease;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.prev { left: 0; border-radius: 0 3px 3px 0; }
.next { right: 0; border-radius: 3px 0 0 3px; }
.enlace-contenedor {
  text-decoration: none;
  color: inherit;
}

.enlace-contenedor .card {
  border: 2px solid #ccc;
  padding: 1rem;
  transition: all 0.3s ease;
}

/* Estilos al pasar el mouse */
.enlace-contenedor:hover .card {
  background-color: #000000;  /* sombra o color suave */
  border-color: #b48c74;      /* cambia el color del marco */
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

p.subtitle {
	  
      font-size: 1.5em;
      color: #ffffff;
      margin-top: 10px;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    }
    .cuenta {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
						 
						   
  }

    .bloque {
    background: #fff;
    border: 2px solid #5a4b3e;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
				 
								  
									 
  }
									   
    .bloque span {
      display: block;
      font-size: 2em;
      font-weight: bold;
      color: #7a6654;
    }

    .bloque label {
      display: block;
      font-size: 0.9em;
      color: #5a4b3e;
					   
					   
					 
      margin-top: 5px;
					 
    }
	.button
		{
      padding: 12px 20px;
      font-size: 1em;
      background: #7a6654;
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 4px;
    }
	
  .mi-div {
        
        height: 900px;
        background-color: lightblue;
        transition: width 0.3s ease, height 0.3s ease; /* Transición para suavizar el cambio */
    }

    .mi-div.reducido {
        
        height: 100px;
    }
						   
.reloj-wrapper {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 40px auto;
}
.imagen-central {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  border: 5px solid #b48c74;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.imagen-central img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reloj-circulo {
  position: absolute;
  width: 100%;
  height: 100%;
}
.reloj-circulo .miniatura {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #7a5e52;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s;
}
.reloj-circulo .miniatura:hover {
  transform: scale(1.1);
}
.mini1 { top: 80%; left:70%; }
.mini2 { top: 65%; left: 83%; }
.mini3 { top: 45%; left: 87%; }
.mini4 { top: 25%; left: 83%; }
.mini5 { top: 9%; left: 70%; }
.mini6 { top: 1%; left: 45%; }
.mini7 { top: 9%; left: 18%; }
.mini8 { top: 23%; left: 6%; }
.mini9 { top: 45%; left: 1%; }
.mini10 { top: 65%; left: 6%; }
.mini11 { top: 80%; left: 18%; }
.mini12 { top: 90%; left: 45%; }

@media (max-width: 600px) {
  .reloj-wrapper {
    width: 280px;
    height: 280px;
  }
  .imagen-central {
    width: 260px;
    height: 260px;
    top: 52%;
    left: 51%;
  }
  .reloj-circulo .miniatura {
    width: 40px;
    height: 40px;
  }
.mini1 { top: 83%; left:70%; }
.mini2 { top: 65%; left: 83%; }
.mini3 { top: 45%; left: 87%; }
.mini4 { top: 25%; left: 83%; }
.mini5 { top: 7%; left: 70%; }
.mini6 { top: 1%; left: 45%; }
.mini7 { top: 7%; left: 21%; }
.mini8 { top: 23%; left: 6%; }
.mini9 { top: 45%; left: 1%; }
.mini10 { top: 65%; left: 6%; }
.mini11 { top: 83%; left: 21%; }
.mini12 { top: 90%; left: 45%; }
}

@media (max-width: 768px) {
  h1, h2, h3 {
    font-size: 1.5rem;
  }
  .container {
    padding: 0.5rem;
  }
  #avion-icono {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 768px) {
  .titulo-responsive {
    font-size: 5.5vw;
  }
  .flipbook {
  width: 100%;
  height: 780px;
  }
}
@media (max-width: 480px) {
  .titulo-responsive {
    font-size: 3.5vw;
  }

}

@media (max-width: 600px) {
  .casamiento-responsive {
    font-size: 6vw;
  }
  .iconos-responsive{
    width: 20% !important;/* tenía 12*/
    height: 12% !important;
  }
}
@media (min-width: 1200px) and (min-height: 700px) {
  .flipbook {
  width: 100%;
  height: 780px !important;
  }
}

.imagen-central img {
  transition: transform 0.5s ease-in-out;
}
.imagen-central img.zoom {
  transform: scale(1.1);
}			
				 
.photo-album {
  width: 99%;
  max-width: 600px;
  margin: 2rem auto;
  text-align: center;
  font-family: 'Georgia', serif;
}

.photo-album h2 {
  color: #5e3c2c;
  text-shadow: 1px 1px #e3d5c5;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.flipbook {
  position: relative;
  width: 100%;
  height: 600px;
  perspective: 1200px;
  overflow: hidden;
  background: #f9f5f0;
  border: 5px solid #d2bba3;
  border-radius: 10px;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-origin: left;
  transition: transform 1s;
  z-index: 1;
}

.page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.controls {
  margin-top: 1rem;
}

.controls button {
  font-size: 2rem;
  margin: 0 1rem;
  background: #fffaf5;
  border: 2px solid #d2bba3;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.3s;
}

.controls button:hover {
  background: #ecdac7;
}						
.signpost-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 2rem;
  position: relative;
}

.arrow {
  position: relative;
  width: 85%;
  max-width: 400px;
  padding: 12px 20px;
  background: #fdf0e7;
  font-family: 'Georgia', serif;
  font-weight: bold;
  font-size: 1rem;
  color: #5c4a3b;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  border-radius: 6px;
}

.arrow span {
  display: block;
  text-align: center;
}

.arrow.left {
  align-self: flex-start;
  margin-left: 1rem;
  clip-path: polygon(0 50%, 15% 0, 100% 0, 100% 100%, 15% 100%);
}

.arrow.right {
  align-self: flex-end;
  margin-right: 1rem;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}

.stick {
  width: 4px;
  height: 30px;
  background-color: #c9b8a5;
  border-radius: 2px;
}

</style>