/* @font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
    font-family: "Autery";
    src: url("https://db.onlinewebfonts.com/t/ee03eed0929fd63050b90c8adda8db29.eot");
    src: url("https://db.onlinewebfonts.com/t/ee03eed0929fd63050b90c8adda8db29.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/ee03eed0929fd63050b90c8adda8db29.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/ee03eed0929fd63050b90c8adda8db29.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/ee03eed0929fd63050b90c8adda8db29.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/ee03eed0929fd63050b90c8adda8db29.svg#Autery")format("svg");
    font-weight: normal;
    font-style: normal;
}

:root {
  --color-principal: #d75f20;
  /* --color-cinta: #A12B45; */
  --color-cinta: #555;
  --color-suave: #e57c66;
  --color-corazon: #A12B45;
  /* --color-fondo: #fff4dd; */
  --color-fondo: #FFFAF2;
  --color-tipografia: #b8aa9d;
  --color-botones: #A3A87A;
  --color-botones-hover: #6E7350;
}

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  /* font-family: "Work Sans", Arial, sans-serif; */
  font-family: "Autery", "Work Sans", "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  background-color: var(--color-fondo);
  color: var(--color-tipografia);

}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color-fondo);

}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  /* background: rgba(0, 0, 0, 0.7); */
  content: "";
}

a {
  /* color: #F14E95; */
  color: var(--color-tipografia);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  /* color: #F14E95; */
  color: var(--color-tipografia);
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  font-size: 20px
}

/* h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
} */

::-webkit-selection {
  color: #fff;
  background: #F14E95;
}

::-moz-selection {
  color: #fff;
  background: #F14E95;
}

::selection {
  color: #fff;
  background: #F14E95;
}

#fh5co-counter,
#fh5co-event,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}


.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}

/* ============================================= */
/* === NM INICIO - Estilos para invitación === */
/* ============================================= */

/* ----------------------------- */
/* === HEADER - Estilos superiores === */
/* ----------------------------- */

/* Contenedor de fecha con líneas decorativas */
.fecha {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fecha hr {
  flex: 1;
  border: none;
  border-top: 1px solid #333;
}

.fecha span {
  font-size: 16px;
  font-weight: bold;
}

/* Estilos para los nombres */
.nombres {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}

.ampersand {
  font-size: 28px;
  margin: 0 10px;
  color: #555;
}

/* ----------------*/
/* === MODALES === */
/* --------------- */
/* Fondo del modal */

/* Para que el contenedor interno use flex centering */
.modal {
  display: none;                  /* oculto por defecto */
  position: fixed;                /* ocupa todo el viewport */
  top: 0; left: 0;                /* esquina superior izquierda */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* fondo semitransparente */
  z-index: 9999;

  /* centrado con flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tu .modal-contenido queda igual, solo asegúrate que no tenga margin:auto */
.modal-contenido {
  position: relative;
  background: linear-gradient(to bottom right, #fff8f0, #fefefe);
  padding: 40px;
  /* border: 3px solid #d4af37; */
  border: 3px solid var(--color-botones);
  border-radius: 20px;
  max-width: 550px;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  pointer-events: all;
}

/* Botón cerrar */
.cerrar {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  /* color: #b29970;*/
  color: var(--color-botones);
  cursor: pointer;
  transition: color 0.3s;
}

.cerrar:hover {
  color: #d4af37;
}

/* Inputs, selects y textareas dentro del formulario del modal */
.modal-contenido input,
.modal-contenido select,
.modal-contenido textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.boton-circular {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-botones);
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-size: 16px;
  z-index: 10000;
}

/* Texto */
.mensaje-vestimenta {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}

.dress-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Dos columnas */
  gap: 20px 40px;
  margin-top: 30px;
}

.dress-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #5b4b35;
  font-family: 'Georgia', serif;
}

.dress-item i {
  font-size: 24px;
  color: #a7894f;
}

/* Nota al pie */
.footer-note {
  margin-top: 30px;
  font-size: 14px;
  color: #8b7760;
  font-style: italic;
  text-align: center;
}

/* Inputs dentro del modal */
.modal-body input[type="text"],
.modal-body input[type="datetime-local"],
.modal-body input[type="number"] {
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Ajustes responsivos si quieres */
@media screen and (max-width: 480px) {
  .modal-content {
    width: 95%;
  }
}

/* Responsive para pantallas chicas */
@media (max-width: 600px) {
  .dress-grid {
    grid-template-columns: 1fr; /* Una sola columna en móviles */
  }

  .dress-item {
    justify-content: flex-start;
  }
}

/* Animación */
@keyframes aparecer {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* ----------------------------- */
/* === BOTONES === */
/* ----------------------------- */


.btn-container {
  --vertical-space: 300px;

  margin: var(--vertical-space) 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 20px; /* Espaciado lateral en pantallas chicas */
  box-sizing: border-box;
}

.btn-title {
  font-size: 24px;
  font-weight: bold;
  color: #5a4e42;
  margin-bottom: 0px;
}

.btn-description {
  font-size: 20px;
  font-weight: normal;
  color: #5a4e42;
  margin-bottom: 0px;
  max-width: 600px;
  line-height: 1.4;
}

/* Botón base */
.btn-secondary {
  background-color: var(--color-botones);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 16px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  /* Tamaño responsive */
  width: 100%;
  max-width: 500px;
  min-width: 200px;
  padding: 12px 24px;
  box-sizing: border-box;
}

/* Hover */
.btn-secondary:hover {
  background-color: var(--color-botones-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive para pantallas pequeñas */
@media (max-width: 480px) {
  .btn-title {
    font-size: 20px;
  }

  .btn-description {
    font-size: 16px;
  }

  .btn-secondary {
    font-size: 16px;
    padding: 10px 20px;
  }
}

/* BOTON DE SPOTIFY */
.btn-spotify {
  background-color: #1DB954;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 16px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none; /* <--- importante para el <a> */
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 12px 24px;
}

.btn-spotify:hover {
  background-color: var(--color-botones-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-spotify,
.btn-spotify:visited,
.btn-spotify:focus,
.btn-spotify:hover,
.btn-spotify:active {
  background-color: #1DB954;
  color: white;
  text-decoration: none;
  border: none;
  outline: none;
}

/* BOTON DE CONFIRMACION */
.btn-confirm {
  background-color: var(--color-botones-hover);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 16px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none; /* <--- importante para el <a> */
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 12px 24px;
}

.btn-confirm:hover {
  background-color: var(--color-botones-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* <!-- Botón circular -->
<button id="confirmarBtn" style="
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #A3A87A;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
">
RSVP
</button> */

/* ----------------------------- */
/* === IMAGEN SVG === */
/* ----------------------------- */

.svg-container {
  display: inline-block; /* Contenedor ajustado al SVG */
  line-height: 0; /* Elimina espacio fantasma */
}

/* Opcional: animación de latido */
.svg-container svg {
  animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  25% { transform: scale(1.1); }
  50% { transform: scale(1); }
  75% { transform: scale(1.1); }
  100% { transform: scale(1); }
}



/* ----------------------------- */
/* === CINTA DE TÍTULO === */
/* ----------------------------- */
/* Contenedor general para cinta + imagen */
.contenedor-cinta {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

/* Cinta decorativa */
.cinta {
  background-color: var(--color-cinta);
  color: white;
  padding: 10px 60px;
  font-family: 'Poppins', cursive;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.cinta::before,
.cinta::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(-50%);
  z-index: 0;
}

.cinta::before {
  left: -20px;
  border-width: 40px 0 40px 50px;
  border-color: transparent transparent transparent var(--color-fondo);
}

.cinta::after {
  right: -20px;
  border-width: 40px 50px 40px 0px;
  border-color: transparent var(--color-fondo) transparent transparent;
}

/* Imagen circular */
.contenedor-cinta .imagen-circular {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin-top: 2vh;
  /* background-repeat: no-repeat;
  background-position: center center; */
  background-size: contain; /* cover;o "contain" si querés que se ajuste sin recortar */
  box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor-cinta .imagen-circular img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: pulse 1s ease infinite;
  z-index: 90;
}

/* Contenedor del contador */
.ondasdoradas-contenedor {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  /* espacio desde arriba */
  margin-top: 200px;    /* ajustá este valor al que necesites */
  margin-bottom: 150px;
  /* background-image: url('../images/img_ondas05.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

/* ----------------------------- */
/* === MÚSICA DE FONDO === */
/* ----------------------------- */
.music-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background-color: rgba(250,247,253,0.8); */
  background-color: var(--color-botones);
  color: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}

.music-toggle img {
  width: 30px;
  height: 30px;
}

.music-toggle:hover img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* ----------------------------- */
/* === SLIDER DE IMÁGENES === */
/* ----------------------------- */

.wrap-testimony {
  display: flex;
  justify-content: center;
  width: 100vw;          /* Asegura que el contenedor use todo el ancho */
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.owl-carousel-fullwidth {
  width: 100%;
  /* Elimina el max-width para que ocupe toda la pantalla */
  /* max-width: 700px; */
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px; /* Espaciado lateral si querés márgenes internos en pantallas grandes */
}

.owl-carousel-fullwidth .item {
  padding: 40px 40px; /* Igual en todos lados para espacio amplio */
  background: white;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  height: auto; /* Para que el contenido decida la altura */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
  margin: 20px 0; /* Para separar items si querés */
}

.owl-carousel-fullwidth .item img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  display: block;
  /* Quitar cualquier box-shadow aquí para evitar conflictos */
  box-shadow: none;
}
/* .testimony-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
} */

.owl-carousel-fullwidth .item {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel-fullwidth .item img {
  max-width: 600px; /* o lo que consideres cómodo en escritorio */
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Imágenes laterales */
.owl-carousel-fullwidth .owl-item {
  opacity: 1;
  transform: scale(8);
  transition: all 0.3s ease;
}

/* Imagen central destacada */
.owl-carousel-fullwidth .owl-item.center {
  opacity: 1;
  transform: scale(1);
}

/* Opcional: animación cuando cambia */
.owl-carousel-fullwidth .owl-item.center img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .owl-carousel-fullwidth .item {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .owl-carousel-fullwidth .item {
    padding: 20px 40px;
  }

  .owl-carousel-fullwidth .item img {
    max-width: 500px;
  }
}
/* ----------------------------- */
/* === PERSONAS CONFIRMARCION  === */
/* ----------------------------- */
.persona-block {
  border: 2px solid #aaa;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 16px;
  background-color: rgba(204, 204, 204, 0.1);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.persona-block input,
.persona-block select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* ----------------------------- */
/* === CONTADOR DE DÍAS === */
/* ----------------------------- */
.simply-countdown {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.simply-countdown > .simply-section {
  background-image: url('../images/img_circuloContador01.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 130px;
  height: 130px;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
}

.simply-countdown > .simply-section > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: black;
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 30px;
}

.simply-countdown > .simply-section .simply-word {
  text-transform: uppercase;
  font-size: 12px;
}

/* Contenedor del contador */
.ondas-contenedor {
  background-image: url('../images/img_ondas01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fh5co-countdown {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circulo-blanco {
  background-color: white;
  border-radius: 50%;
  width: 620px;
  height: 620px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.titulo-falta {
  font-family: 'Sacramento';
  font-size: 65px;
  /* color: #8c7b5b; */
  margin-top: 40px;
  margin-bottom: 0px;
}

.subtitulo-falta {
  font-family: 'Sacramento',;
  font-size: 25px;
  color: #8c7b5b;
  margin-bottom: 380px;
}

/* ----------------------------- */
/* === CORAZÓN ANIMADO === */
/* ----------------------------- */
.corazon-contenedor {
  position: relative;
  width: 10%;
  max-width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corazon-contenedor svg {
  position: absolute;
  width: 20%;
  height: 20%;
  z-index: 1;
  transform-origin: center center;
  animation: latir 1s ease infinite;
}

/* ----------------------------- */
/* === SECCIÓN DE PAREJA === */
/* ----------------------------- */


/* ----------------------------- */
/* === ANIMACIONES === */
/* ----------------------------- */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes latir {
  0%, 100% { transform: scale(1); }
  25% { transform: scale(1.2); }
  50% { transform: scale(1); }
  75% { transform: scale(1.2); }
}






/* NM - FIN */

#fh5co-header {
  background-image: url('../images/background_header/header_3.png');
  background-size: cover;              /* Cubre todo */
  background-position: center center;  /* Centrado */
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 500px;
  position: relative;
  z-index: 1;
}

/* #fh5co-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70vmin;
  height: 70vmin;
  transform: translate(-50%, -50%);
  background-image: url('../images/img_circuloContador01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
} */

#fh5co-header .display-t {
  display: table;
  width: 100%;
  height: 100%;
}

#fh5co-header .display-tc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1.5;
  font-family: "Sacramento", Arial, serif;
}
