/* =======================================================
*
*   Template Style — Gloria & Marisa Invitación Digital
*   Reorganizado: @font-face → @property → base → media width → media height
*
* ======================================================= */

/* ============================================================
   @FONT-FACE
   ============================================================ */

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

@font-face {
  font-family: 'Brittany Signature';
  src: url('/fonts/BrittanySignature.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ============================================================
   @PROPERTY — variables CSS animables por GSAP
   ============================================================ */

@property --gc1 {
  syntax: '<color>';
  inherits: false;
  initial-value: #ffffff;
}

@property --gc2 {
  syntax: '<color>';
  inherits: false;
  initial-value: #ffffff;
}


/* ============================================================
   BASE — HTML / BODY / SCROLL
   ============================================================ */

html {
  overflow-x: hidden;
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/Edge */
}

/* fullPage.js: ocultar scrollbar interno en todas las secciones */
.fp-overflow {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fp-overflow::-webkit-scrollbar {
  display: none;
}

/* FECHAS y EVENTOS: cortar overflow para que las animaciones no escapen */
#fp-fechas .fp-overflow,
#fp-eventos .fp-overflow {
  overflow: hidden !important;
}

html::-webkit-scrollbar {
  display: none;                /* Chrome/Safari */
}

body::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #ffff;
  transition: opacity 0.8s ease;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

body.fade-out {
  opacity: 0;
}

/* ============================================================
   BASE — TIPOGRAFÍA Y ELEMENTOS GLOBALES
   ============================================================ */

a {
  color: #828282;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

p {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #0D2040;
}

::-moz-selection {
  color: #fff;
  background: #0D2040;
}

::selection {
  color: #fff;
  background: #0D2040;
}

form label {
  font-weight: normal !important;
}

/* ============================================================
   BASE — PÁGINA PRINCIPAL (#page)
   ============================================================ */

#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#topo {
  position: relative;
  margin-top: 50%;
}

/* ============================================================
   SECCION_INTRO — Modal audio / marco floral
   ============================================================ */

.modalAudio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  background-color: #f2f2f2;
}

/* Estado activo */
.modalAudio.active {
  opacity: 1;
  visibility: visible;
}

/* El modal NO se ve afectado por filtros */
#modalAudio {
  filter: none !important;
}

.contaInsta{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
}


.marco-floral {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.marco-floral .imgfondo1{
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .marco-floral { width: 80%; }
}
@media screen and (max-width: 770px) {
  .marco-floral { width: 90%; }
}
@media screen and (max-width: 480px) {
  .marco-floral { width: 95%; }
}
@media screen and (max-width: 400px) {
  .marco-floral { width: 100%; }
}


.overlayOscuro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

.containersobreInitial {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  background-color: white;
}

@media screen and (max-width: 700px) {
  .containersobreInitial { width: 60%; }
}
@media screen and (max-width: 600px) {
  .containersobreInitial { width: 70%; }
}
@media screen and (max-width: 480px) {
  .containersobreInitial { width: 80%; }
}
@media screen and (max-width: 380px) {
  .containersobreInitial { width: 90%; }
}

.containerimgInicio{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerimgInicio img{
  width: 80%;
  height: auto;
 
  
}

.containersobreInitial 
p {
  font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.9;
    color: #555;
    text-align: center;
}

.vButton {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}

.btnClick {
  position: absolute;
  width: min(400px, 88vw);
  height: 100%;
  top: 0;
  background-color: transparent;
  z-index: 100;
  border: 0px solid transparent;
  animation: flotar 1.6s ease-in-out infinite;
}

.btnClick img {
  width: 60px;
  height: auto;
}

@keyframes flotar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}

.containerPasesobre {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 10px;
  top: 0;
  margin-top: 30px;
  margin-left: 30px;
}

.containerPasesobre h3 {
  font-size: 30px;
}

.containerPasesobre p {
  margin-top: 10px;
  margin-left: 10px;
}

.containerClick {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  z-index: 30;
  flex-direction: column;
 margin-top: 10px;
}



/*transicion inicio*/
#containerPasesobre,
#containerClick {
  will-change: transform;
  transform: translateZ(0);
}

/* ============================================================
   SECCION_PORTADA — Imagen portada, título, frase
   ============================================================ */

.containerImagenpri {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.containerImagenpri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.2);
}

.containerImagenpri picture {
  width: 100%;
  height: 100%;
  display: contents;
}

#segundo {
  opacity: 0;
  transform: scale(1.2);
  width: 100%;
  height: 100%;
  display: block;
}

.conTitulo {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(60px);
    backdrop-filter: blur(10px);
}



.conTitulo h1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  font-size: clamp(3rem, 10vw, 10rem);
  font-weight: 500;
  letter-spacing: 4px;
  color: #08172F;

}

.conTitulo h1:nth-child(2) {
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  margin: 0.5rem 0;
}

.frase {
  position: absolute;
  width: auto;
  text-align: center;
  opacity: 0;
  top: 0;
     backdrop-filter: blur(10px);
}

.frase::after {
  content: "";
  display: block;
  height: 0.5px;
  background: #000000;
  margin: 10px auto 0 auto;
}

.frase P {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  font-size: clamp(1.4rem, 5vw, 5rem);
  color: #000000;
}

.fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top,
      #ffffff 0%,
      rgba(255, 255, 255, 0.9) 30%,
      rgba(255, 255, 255, 0.6) 55%,
      rgba(255, 255, 255, 0.2) 75%,
      rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}


/* ============================================================
   SCROLL INDICADOR — aparece al terminar la animación de portada
   ============================================================ */

#scrollIndicador {
  position: fixed;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  width: 52px;
  height: 52px;
}

#scrollIndicador img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: scrollSubir 1.8s ease-in-out infinite;
}

@keyframes scrollSubir {
  0%   { transform: translateY(0);    opacity: 1; }
  70%  { transform: translateY(-18px); opacity: 0.3; }
  100% { transform: translateY(0);    opacity: 0.6; }
}

/* ============================================================
   SECCION_FIRMA — SVG firma animada
   ============================================================ */

#logoFirma {
  position: fixed;
  width: 35%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
  max-width: 400px;
}

.trazo {
  fill: none;
  stroke: #0D2040;
  stroke-width: 80;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================================
   SECCION_FECHAS — Fechas animadas + nombres de novias
   ============================================================ */

#fp-fechas {
  overflow: hidden;
}

.containerDia,
.containerMes,
.containerAno {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.containerImgfcha1,
.containerImgfcha2,
.containerImgfcha3 {
  position: absolute;
  width: 75%;
  height: 220px;
  transform: translateY(-50%);
  border-radius: 20px;
  overflow: hidden;
}

.containerImgfcha1 {
  top: 50%;
}

/* IMÁGENES INTERNAS */
.containerImgfcha1 img,
.containerImgfcha2 img,
.containerImgfcha3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}

/* IZQUIERDA */
.containerImgfcha1,
.containerImgfcha3 {
  left: 0;
}

/* DERECHA */
.containerImgfcha2 {
  right: 0;
}

.sec1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 5;

  color: #000;
    font-family: "Playfair Display", serif;
    font-weight: 400;
font-size: 3rem;
    line-height: 1.1;
    margin: 0;
}

.bloque {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 5;
}

/* TITULOS (NOMBRE) */
.bloque h3 {
  font-size: clamp(15px, 3.5vw, 28px);
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}

/* PÁRRAFOS (PADRES) */
.bloque p {
  font-size: clamp(15px, 3.5vw, 28px);
  margin: 3px 0;
  font-family: "Playfair Display", serif;
}

/* Mejora visual */
.bloque2,
.bloque3 {
  padding: 0 20px;
}

.containerDia .dateFechas {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: clamp(56px, 14vw, 140px);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

.containerMes .dateFechas {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  font-size: clamp(56px, 14vw, 140px);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

.containerAno .dateFechas {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  font-size: clamp(56px, 14vw, 140px);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

/* DERECHA */
#fDia,
#fAno {
  right: 20px;
}

/* IZQUIERDA */
#fmes {
  left: 20px;
}

#logoFinal {
  width: 120px;
  height: auto;
}

/* ============================================================
   SECCION_EVENTOS — Scroll horizontal #fh5co-couple-story
   ============================================================ */

#fh5co-couple-story {
  padding: 0 !important;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  --gc1: #FFFFFF;
  --gc2: #FFFFFF;
  background: linear-gradient(135deg, var(--gc1) 0%, var(--gc2) 100%);
}

#hs-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Título en la parte superior */
#hs-left {
  text-align: center;
  padding: 50px 20px 30px;
  flex-shrink: 0;
}

#hs-left span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #999;
  margin-bottom: 10px;
}

#hs-left h2 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0;
}

/* Panel inferior: recorta el track */
#hs-right {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

/* Track horizontal de eventos */
#eventos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 120px;
  padding: 0 80px;
  width: max-content;
  height: 100%;
  will-change: transform;
}

/* Cards arriba y abajo alternados */
.evento {
  width: 340px;
  flex-shrink: 0;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  align-self: flex-start;
  margin-top: 30px;
}

.evento:nth-child(even) {
  align-self: flex-end;
  margin-bottom: 150px;
  margin-top: 0;
}

/* Último evento: centrado y sin offset */
.evento:last-child {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

/* Mapa e imagen más grandes */
.evento-mapa {
  width: 560px;
  height: 380px;
  padding: 0;
  overflow: hidden;
}

.evento-mapa iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.mapa-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.mapa-overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  border-radius: 12px;
}

.mapa-btn {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  width: fit-content;
}

@media (pointer: coarse) {
  .mapa-overlay { display: block; }
  .mapa-btn     { display: flex; }

  .evento-mapa {
    height: auto;
    padding: 16px;
    overflow: visible;
  }
  .mapa-wrapper {
    height: 200px;
  }
}

.evento-imagen {
  width: 500px;
  padding: 0;
  overflow: hidden;
  align-self: flex-start;
  margin-top: 0px;
  margin-bottom: 0;
}

.evento-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 0;
}

.evento img {
  width: 100%;
  border-radius: 8px;
  margin-top: 12px;
}

.timeline-title {
  margin-top: 0;
}

.date {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ============================================================
   SECCION_GALERIA — Video preboda + modal fotos
   ============================================================ */

/* Sección preboda */
#seccionVideo {
  padding: 80px 0;
}

.video-wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
}

#videoHero {
  width: 100%;
  transform-origin: center;
}

.eventoVideo {
  width: 100%;
  flex-shrink: 0;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  align-self: flex-start;
  margin-top: 100px;
}

.eventoVideo .video-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.eventoVideo .videoFoto {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.eventoVideo--dress {
  width: 100%;
  padding: 16px;
}

.eventoVideo--dress .video-wrapper {
  height: 200px;
}

.eventoVideo--dress .videoDress {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 8px;
  transition: opacity 1.2s ease;
}

.eventoVideo--dress .videoDress.hidden {
  opacity: 0;
}

.img-post-dress {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
}

/* ── Modal galería fotos ── */
.modalFotos {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 9999;
}

.modalFotos.active {
  opacity: 1;
  visibility: visible;
}

.modalFotos .closeModal {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10000;
}

.modalFotos .closeModal:hover {
  opacity: 1;
  transform: scale(1.15);
}

.modalFotos .mySwiper3 {
  width: 60vw;
  height: 75vh;
  max-width: 680px;
  max-height: 780px;
}

.modalFotos .mySwiper3 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.modalFotos .mySwiper3 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .modalFotos .mySwiper3 {
    width: 90vw;
    height: 65vh;
  }
}

/* ── Indicador fAbajo — fin de GALERIA ── */
#fAbajoGaleria {
  display: flex;
  justify-content: center;
  padding: 18px 0 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#fAbajoGaleria img {
  width: 22px;
  filter: brightness(0) invert(44%);
  animation: fAbajoRebote 1.3s ease-in-out infinite;
}

@keyframes fAbajoRebote {
  0%   { transform: translateY(0);   }
  50%  { transform: translateY(7px); }
  100% { transform: translateY(0);   }
}

/* ── Overlay clic sobre video GALERIA ── */
.btn-ver-fotos {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.btn-ver-fotos.visible {
  opacity: 1;
  pointer-events: auto;
}

.clic-indicador {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-top: 40px;
  animation: clicPulso 1s ease-in-out infinite;
}

@keyframes clicPulso {
  0%   { transform: scale(1);    opacity: 1; }
  50%  { transform: scale(0.82); opacity: 0.6; }
  100% { transform: scale(1);    opacity: 1; }
}

.img-post-dress.visible {
  opacity: 1;
}


/* Popup calendario */
#calPopup {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 190px;
}
#calPopup button {
  background: none;
  border: none;
  padding: 12px 20px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  transition: background 0.15s;
}
#calPopup button:hover {
  background: #f4f4f4;
}

.swpr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
}

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

/* ============================================================
   SECCION_EXTRAS — Regalos + dress code
   ============================================================ */

/*swiper Data extra */
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: auto;
}

@media (hover: none) and (pointer: coarse) {
  .mySwiper .swiper-slide {
    width: 100%;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
}

/* swiper button css */
.nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.nav-btn:hover {
  background: #0D2040;
}

.nav-btn::before,
.nav-btn::after {
  font-size: 25px;
  color: #fff;
}

.swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: #fff;
  visibility: hidden;
}

.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #0D2040;
}

.containerPase-extra {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 600px;
  justify-content: center;
  align-items: center;
}

.containerClip {
  width: 40px;
  height: auto;
  transform: rotate(-40deg);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;
}

.containerImg-extra1 {
  margin-right: 50%;
  width: 33%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: -100px;
}

.containerImg-extra1 img {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.containerImg-extra2 {
  position: absolute;
  margin-right: 40%;
  width: 33%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  transform: rotate(10deg);
  border: 1px solid #000;
  margin-top: -100px;
}

.containerImg-extra2 img {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.containerDatpasExtra {
  width: 50%;
  height: 400px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 50px;
  transform: translateY(-2px);
}

.containerDatpasExtra:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.containerDatpasExtra p,
.containerDatpasExtra h1,
.containerDatpasExtra h2 {
  color: #333;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.containerDatpasExtra p {
  margin-top: 30px;
}

.contenedorPases {
  margin-top: 30px;
}

.containerDatpasExtra2 {
  width: 80%;
  min-height: 750px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.containerDatpasExtra2:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.content {
  margin-top: 0.75rem;
  text-align: center;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 50px;
}




.contRgalos {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contRgalos img {
  width: 200px;
  height: auto;
}

.textRegalo {
  
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2em; font-style: italic; line-height: 1.9; color: #555; 
}

.containeRegalos {
  display: flex;
  width: 100%;
  height: auto;
  justify-content:space-evenly;
  align-items: center;
}

.liver {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.liver figure {
  pointer-events: none;
  position: relative;
  z-index: 0;
  margin: 0;
}

.sears figure {
  pointer-events: none;
  position: relative;
  z-index: 0;
  margin: 0;
}

.liver .btn,
.liver a {
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}


.liver img {
  width: 100px;
  height: auto;
}

.sears {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}


.sears img {
  width: 100px;
  height: auto;
  border-radius: 30px;
}

/* ── 700px ── */
@media screen and (max-width: 700px) {
  .liver img {
    width: 50px;
  }

  .sears img {
    width: 50px;
  }

  .containeRegalos {
    flex-direction: column;
    gap: 3rem;
  }
}

.containerDeposito {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
}

.containerDeposito img {
  width: 50%;
  height: auto;
}

.containerDeposito .lluvia {
  width: 20%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drescodeColores {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}

.imgColorvestimenta {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.imgColorvestimenta img {
  width: 100%;
  height: auto;
  display: block;
}

.contaColordress {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}

/* ===== VESTIMENTA ===== */
.imgChango,
.swiper-slide .imgChango {
  width: 250px !important;
  height: auto !important;
}

.ves-item {
  width: 100px;
  cursor: pointer;
  position: relative;
  overflow: visible;
  transition: width 0.5s ease, opacity 0.5s ease, transform 0.3s ease;
}

.ves-item:hover {
  transform: translateY(-3px);
}

.ves-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.ves-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.ves-info {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.5s ease, opacity 0.3s ease 0.2s;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.imgColorvestimenta.uno-activo #vesInfo1,
.imgColorvestimenta.dos-activo #vesInfo2 {
  max-width: 160px;
  opacity: 1;
  pointer-events: auto;
}

.ves-ping {
  display: block;
  width: 8px;
  height: 8px;
  background: #888888;
  border-radius: 50%;
  margin: 7px auto 0;
  position: relative;
}

.ves-ping::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #888888;
  animation: ves-ping 1.4s ease-out infinite;
}

@keyframes ves-ping {
  0%   { transform: scale(1);   opacity: 0.7; }
  100% { transform: scale(2.8); opacity: 0;   }
}

.imgColorvestimenta.uno-activo #vesItem1 .ves-ping,
.imgColorvestimenta.dos-activo #vesItem2 .ves-ping {
  opacity: 0;
}

.imgColorvestimenta.uno-activo #vesItem1 {
  width: 120px;
  border: 2px solid #888888;
  box-shadow: 0 4px 16px rgba(107, 0, 36, 0.25);
}

.imgColorvestimenta.uno-activo #vesItem1::after {
  opacity: 1;
  transform: scale(1);
}

.imgColorvestimenta.uno-activo #vesItem2 {
  width: 0;
  opacity: 0;
  pointer-events: none;
}

.imgColorvestimenta.dos-activo #vesItem2 {
  width: 120px;
  border: 2px solid #888888;
  box-shadow: 0 4px 16px rgba(107, 0, 36, 0.25);
}

.imgColorvestimenta.dos-activo #vesItem2::after {
  opacity: 1;
  transform: scale(1);
}

.imgColorvestimenta.dos-activo #vesItem1 {
  width: 0;
  opacity: 0;
  pointer-events: none;
}

.ves-info ul {
  list-style: none;
  padding: 0 8px;
  margin: 0;
}

.ves-info ul li {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #555;
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 1px solid rgba(107, 0, 36, 0.12);
}

.ves-info ul li:last-child {
  border-bottom: none;
}

.ves-info ul li::before {
  content: '— ';
  color: #888888;
}

.containerDatpasExtra2 > span {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #888;
  margin-top: 20px;
}

.containerDatpasExtra2 > h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 6px 0 16px;
}

.containerNoniños {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-top: 80px;
}

.imagNoniños {
  width: 100px;
  height: auto;
  margin-top: 150px;
}

.containerTextoniño {
  width: 75%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contGralhotel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.containerImghotel {
  width: 50%;
  height: auto;
}

.containerImghotel img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.dataDireccionhotel {
  text-align: center;
}

/* ============================================================
   SECCION_CONFIRMA — Formulario de confirmación
   ============================================================ */

.containerFormConfirma {
  background-color: rgba(0, 0, 0, 0.04);
}

.formularioConfirmar {
  margin-top: 50px;
}

.containerConfirmacion {
  display: none;
  margin-top: 50px;
}

/*corte — imágenes decorativas save the date */
.save-images {
  display: flex;
  gap: clamp(8px, 2vw, 24px);
  justify-content: center;
  margin-top: clamp(40px, 8vw, 100px);
}

/* Contenedor de cada imagen */
.img-card {
  position: relative;
  width: clamp(90px, 26vw, 260px);
  height: clamp(125px, 36vw, 360px);
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
  contain: paint;
}

/* Imagen */
.img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Número grande */
.img-card .num {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(48px, 10vw, 120px);
  font-weight: 700;
  color: white;
  line-height: 1;
  pointer-events: none;
}

/* Cortes irregulares */
.cut-1 {
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
}

.cut-2 {
  clip-path: polygon(2% 0, 98% 0, 100% 98%, 0 100%);
}

.cut-3 {
  clip-path: polygon(0 2%, 100% 0, 98% 98%, 2% 100%);
}

.cut-3 .img1Mano2 {
  display: none;
}

/* ============================================================
   SECCION_HASHTAG — Instagram
   ============================================================ */

.instagram {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
}

.instagram img {
  width: 50%;
  height: 50%;
}

.instagram2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
}

.instagram2 img {
  width: 50%;
  height: 50%;
}

/* Botón con flecha SVG */
.btn2 {
  --color: #0D2040;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  border: none;
  background-color: transparent;
}

.btn2 div {
  letter-spacing: 2px;
  font-weight: bold;
  background: var(--color);
  border-radius: 2rem;
  color: white;
  padding: 1rem;
}

.btn2::before {
  content: '';
  z-index: -1;
  background-color: var(--color);
  border: 2px solid white;
  border-radius: 2rem;
  width: 110%;
  height: 100%;
  position: absolute;
  transform: rotate(10deg);
  transition: .5s;
  opacity: 0.2;
}

.btn2:hover {
  cursor: pointer;
  filter: brightness(1.2);
  transform: scale(1.1);
}

.btn2:hover::before {
  transform: rotate(0deg);
  opacity: 1;
}

.btn2 svg {
  transform: translateX(-200%);
  transition: .5s;
  width: 0;
  opacity: 0;
}

.btn2:hover svg {
  width: 25px;
  transform: translateX(0%);
  opacity: 1;
}

.btn2:active {
  filter: brightness(1.4);
}

/* ============================================================
   FOOTER / AUDIO / PLAY-PAUSE
   ============================================================ */

.containerFoot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 50px;
  height: 70px;
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

#play {
  position: relative;
  top: 15px;
}

#pause {
  position: relative;
  top: 15px;
}

#audio {
  visibility: hidden;
}

.gototop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* ============================================================
   MODAL RESPUESTA CONFIRMACIÓN
   ============================================================ */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.cardWhastapp {
  background: white;
  padding: 25px;
  border-radius: 12px;
  width: 400px;
  max-width: 90%;
  position: relative;
}

.modalInvitado {
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.tDelete {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
}

/* ============================================================
   CONTADOR REGRESIVO — #fh5co-counter
   ============================================================ */

.dtinfo {
  background-image: url(/images/p12.png);
}

#fh5co-counter {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #5d576b;
  font-weight: 100;
  display: block;
}

#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
}

.contadorInitial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 250px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.simply-countdown {
  margin-bottom: 2em;
}

.simply-countdown>.simply-section {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #0D2040;
  margin: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.simply-countdown>.simply-section>div {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}

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

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

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

/* ============================================================
   SECCIONES — padding general
   ============================================================ */

#fh5co-testimonial,
#fh5co-services,
#fh5co-started,
#fh5co-footer,
#fh5co-event,
#fh5co-couple-story,
#fh5co-gallery,
.fh5co-section {
  padding: 7em 0;
  clear: both;
}

/* ============================================================
   #fh5co-counter — dimensiones y fondo
   ============================================================ */

#fh5co-counter,
#fh5co-event {
  height: 700px;
  float: left;
}

#fh5co-counter,
#fh5co-event,
.fh5co-bg {
  background-size: cover;
}

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

.containerDres{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ============================================================
   #fh5co-started — formulario de confirmación
   ============================================================ */

#fh5co-started .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

#fh5co-started .fh5co-heading p {
  margin-top: 30px;
}

#fh5co-started .form-control {
  background: rgb(255, 255, 255);
  border: none !important;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #0D2040;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}

#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-started .fh5co-heading {
  margin-bottom: 30px;
}

#fh5co-started .fh5co-heading h2 {
  margin-bottom: 0;
}

/* ============================================================
   HEADING / SECCIONES COMUNES
   ============================================================ */

.fh5co-heading {
  margin-bottom: 5em;
}

.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}

.fh5co-heading p {
  font-size: 24px;
  line-height: 1.5;
  color: #828282;
}

.fh5co-heading span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

/* ============================================================
   OFFCANVAS — menú lateral (creado dinámicamente por main.js)
   ============================================================ */

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* ============================================================
   BOTONES (.btn, .btn-default, variantes)
   ============================================================ */

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #0D2040;
  color: #fff;
  border: 2px solid #0D2040;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #0D2040 !important;
  border-color: #0D2040 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #0D2040;
  border: 2px solid #0D2040;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #0D2040;
  color: #fff;
}

.btn-success {
  background: #0D2040;
  color: #fff;
  border: 2px solid #0D2040;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #0D2040 !important;
  border-color: #0D2040 !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #0D2040;
  border: 2px solid #0D2040;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #0D2040;
  color: #fff;
}

.btn-info {
  background: #0D2040;
  color: #fff;
  border: 2px solid #0D2040;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #0D2040;
  color: #fff;
  border: 2px solid #0D2040;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #0D2040 !important;
  border-color: #0D2040 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #0D2040;
  border: 2px solid #0D2040;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #0D2040;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

/* ============================================================
   FORMULARIOS
   ============================================================ */

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0D2040;
}

/* ============================================================
   ANIMATE-BOX — animaciones waypoint (main.js)
   ============================================================ */

.js .animate-box {
  opacity: 0;
}

/* ============================================================
   LOADER DE PÁGINA (main.js — loaderPage)
   ============================================================ */

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* ============================================================
   ANIMACIÓN BN — swiperInitial (contador)
   ============================================================ */

.swiperInitial *:not(canvas) {
  transition: opacity 1.2s ease, filter 1.2s ease;
}

.inicial-bn {
  filter: grayscale(1) brightness(0.3);
}

.oculto {
  opacity: 0;
  pointer-events: none;
}

.visible {
  opacity: 1;
  pointer-events: auto;
  filter: grayscale(0) brightness(1);
}

.fade-in {
  animation: fadeIn 6.0s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.remove-bn {
  animation: removeBN 1.3s ease forwards;
}

@keyframes removeBN {
  from {
    filter: grayscale(1) brightness(0.3);
  }
  to {
    filter: grayscale(0) brightness(1);
  }
}

/* ============================================================
   ANIMACIÓN — @keyframes carga / animate
   ============================================================ */

.loader {
  width: 7em;
  height: 5em;
  position: relative;
  animation: beat 1s infinite;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 80px;
  border-radius: 5em 5em 0 0;
  animation: coldblue 1s infinite;
}

.loader::before {
  left: 50px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.loader::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes coldblue {
  0%,
  100% {
    background-color: rgb(255, 255, 255);
  }
  50% {
    background-color: #0D2040;
  }
}

@keyframes animate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.09);
  }
}

/* ============================================================
   FOOTER — derechos / copyright
   ============================================================ */

#fh5co-footer .copyright .block {
  display: block;
}

/* ============================================================
   FOTOS — wrapper / slide (presentación clásica)
   ============================================================ */

.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  overflow: hidden;
}

.slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slide .image-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 100;
}

.image-data span.text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.image-data h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}

a.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  color: #333;
  background: #fff;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
}

a.button:hover {
  color: #fff;
  background-color: #0D2040;
}

/* ============================================================
   #fh5co-gallery-list — galería de fotos
   ============================================================ */

#fh5co-gallery-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}

#fh5co-gallery-list #movi {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 230px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

#fh5co-gallery-list li.one-thirds {
  width: 50%;
  position: relative;
  left: 25%;
  height: 80%;
}

#fh5co-gallery-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

#fh5co-gallery-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}

#fh5co-gallery-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
}

#fh5co-gallery-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}

#fh5co-gallery-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}

#fh5co-gallery-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-gallery-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}

#fh5co-gallery-list li.one-third {
  width: 32.3%;
}

/* ============================================================
   COUPLE-HALF — nombres novias (estructura conservada)
   ============================================================ */

.couple-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.couple-wrap .couple-half:last-child {
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .couple-wrap {
    padding: 0 6%;
  }
}

.contaPfech{
  margin-bottom: 10vh;
}

.heart {
  position: absolute;
      top: -7rem;
  left: 0;
  right: 0;
  z-index: 99;
  animation: pulse 1s ease infinite;
}

.heart i {
  font-size: 20px;
  background: #fff;
  padding: 20px;
  color: #536B8B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.couple-half {
  width: 100%;
  float: none;
  margin-top: 5vh;
  text-align: center;
}

.couple-half h3 {


  font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 600;
    color: #333;
    margin: 6px 0 16px;
}

.couple-half .groom,
.couple-half .bride {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.couple-half .groom img,
.couple-half .bride img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.couple-half .groom {
  float: right;
  margin-right: 5px;
}

.couple-half .bride {
  float: left;
  margin-left: 5px;
}

.couple-half .desc-groom {
  padding-right: 0;
  text-align: center;
}

.couple-half .desc-bride {
  padding-left: 0;
  text-align: center;
}

.couple-half .desc-groom p,
.couple-half .desc-bride p {
  font-size: 22px;
}



/* ============================================================
   #fh5co-testimonial — sección extras (usada actualmente)
   ============================================================ */

#fh5co-testimonial {
  user-select: none;
  -webkit-user-select: none;
}

#fh5co-testimonial .wrap-testimony {
  position: relative;
}

#fh5co-testimonial .wrap-testimony .testimony-slide {
  text-align: center;
}

#fh5co-testimonial .wrap-testimony .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}

#fh5co-testimonial .wrap-testimony .testimony-slide span a.twitter {
  color: #0D2040;
  font-weight: 300;
}

#fh5co-testimonial .wrap-testimony .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 100px;
  height: 100px;
}

#fh5co-testimonial .wrap-testimony .testimony-slide figure .icoima img {
  width: 90px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 0%;
}

#fh5co-testimonial .wrap-testimony .testimony-slide figure img {
  position: relative;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#fh5co-testimonial .wrap-testimony .testimony-slide blockquote p {
  font-style: italic;
  color: #8f989f;
  font-size: 20px;
  line-height: 1.6em;
}

#fh5co-testimonial .wrap-testimony .testimony-slide.active {
  display: block;
}

#fh5co-testimonial .wrap-testimony .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#fh5co-testimonial .wrap-testimony .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#fh5co-testimonial .wrap-testimony .arrow-thumb a:hover,
#fh5co-testimonial .wrap-testimony .arrow-thumb a:focus,
#fh5co-testimonial .wrap-testimony .arrow-thumb a:active {
  text-decoration: none;
}

/* ============================================================
   #fh5co-counter / #fh5co-event — display-tc, headings
   ============================================================ */

#fh5co-counter .display-t,
#fh5co-counter .display-tc,
#fh5co-event .display-t,
#fh5co-event .display-tc {
  height: 700px;
  display: table;
  width: 100%;
}

#fh5co-counter .fh5co-heading h2,
#fh5co-event .fh5co-heading h2 {
  color: #0D2040;
}

#fh5co-counter .fh5co-heading span,
#fh5co-event .fh5co-heading span {
  color: #797777;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

#fh5co-counter .overlay,
#fh5co-event .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#fh5co-counter .event-wrap h3,
#fh5co-event .event-wrap h3 {
  font-size: 20px;
  color: #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#fh5co-counter .event-wrap p,
#fh5co-counter .event-wrap span,
#fh5co-event .event-wrap p,
#fh5co-event .event-wrap span {
  display: block;
  color: #5d5d5d;
}

#fh5co-counter .event-wrap i,
#fh5co-event .event-wrap i {
  color: #5d5d5d;
  font-size: 20px;
}

#fh5co-counter .event-wrap .event-col,
#fh5co-event .event-wrap .event-col {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.mapa .event-wrap,
#fh5co-event .event-wrap {
  border: 1px solid #d4d4d4;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  width: 50%;
  height: 100%;
  float: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.salon img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

#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-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1.5;
  font-family: "Allura", "Sacramento", Arial, serif;
}

#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 20px;
  background: #fff !important;
  color: #0D2040;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
}

#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #fff !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

/* ============================================================
   UTILIDADES
   ============================================================ */

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.slioculto {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#slioculto {
  display: none;
}

#oclpres {
  display: none;
}

/* event-coliglesi link */
.event-coliglesi a:hover,
.event-coliglesi a:visited {
  color: inherit;
}

/* ============================================================
   GALERÍAS — galeriaImag (fotos polaroid)
   ============================================================ */

.galeriaImag0 {
  position: absolute;
  width: 33%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #000;
  left: 100px;
}

.galeriaImag0 img {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.galeriaImag1 {
  width: 33%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  transform: rotate(15deg);
  border: 1px solid #000;
}

.galeriaImag1 img {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.galeriaImag2 {
  width: 33%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  transform: rotate(-10deg);
  border: 1px solid #000;
}

.galeriaImag2 img {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

/* ============================================================
   MISCELÁNEOS
   ============================================================ */

#noir {
  /* estilos heredados del footer */
}

#wp,
#fb,
#inst {
  /* contenedores de iconos de contacto */
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}


.codeDres{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

/* ============================================================
   @MEDIA QUERIES — ANCHO (de mayor a menor)
   ============================================================ */

/* ── 1200px ── */
@media screen and (max-width: 1200px) {
  .galeriaImag0 {
    max-height: 600px;
    height: auto;
  }

  .galeriaImag1 {
    max-height: 600px;
    height: auto;
  }

  .galeriaImag2 {
    max-height: 600px;
    height: auto;
  }
}

/* ── 1254px — display-tc h1 ── */
@media screen and (max-width: 1254px) {
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 60px;
  }
}

/* ── 992px ── */
@media screen and (max-width: 992px) {

  #fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }

  

  .couple-wrap {
    margin-top: 5rem;
  }

  .containerDeposito img {
    width: 70%;
  }


}

/* ── 987px ── */
@media screen and (max-width: 987px) {
  .contenedorPases blockquote p {
    margin-left: 0px;
  }
}

/* ── 1050px ── */
@media screen and (max-width: 1050px) {
  .conTitulo h1 {
    font-size: clamp(2.5rem, 7vw, 6rem);
  }
}

/* ── 770px ── */
@media screen and (max-width: 770px) {

.vButton {
  position: relative;
  width: clamp(250px, 80vw, 500px);
  height: clamp(300px, 80vh, 700px);
}

.containerPasesobre {
  top: 3vh;
}

.containerClick {
  margin-bottom: 0;
}



  .containerDia .dateFechas {
    font-size: 100px;
  }

  .containerMes .dateFechas {
    font-size: 100px;
  }

  .containerAno .dateFechas {
    font-size: 100px;
  }


  .containerDatpasExtra {
    width: 60%;
    min-height: 400px;
    height: auto;
    padding: 15px;
  }

  .containerImghotel {
    width: 100%;
    height: auto;
  }

  .cut-1::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
    pointer-events: none;
  }

  .cut-2::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
    pointer-events: none;
  }

  .cut-3::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
    pointer-events: none;
  }
}

/* ── 768px ── */
@media screen and (max-width: 768px) {

  #fh5co-testimonial,
  #fh5co-services,
  #fh5co-started,
  #fh5co-footer,
  #fh5co-event,
  #fh5co-couple-story,
  #fh5co-gallery,
  .fh5co-section {
    padding: 3em 0;
  }

  #fh5co-counter,
  #fh5co-event {
    height: inherit;
    padding: 7em 0;
  }

  #fh5co-counter .display-t,
  #fh5co-counter .display-tc,
  #fh5co-event .display-t,
  #fh5co-event .display-tc {
    height: inherit;
  }

  #fh5co-counter {
    height: auto;
  }

  #fh5co-counter .event-wrap,
  #fh5co-event .event-wrap {
    margin-bottom: 10px;
  }

  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }

  #fh5co-footer .copyright .pull-left,
  #fh5co-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }

  .nav-btn {
    visibility: hidden;
  }

  .swiper-pagination-bullet {
    visibility: visible;
  }

  .couple-wrap {
    width: 100%;
  }

  .couple-half {
    width: 100%;
  }

  .feature-center {
    margin-bottom: 50px;
  }

 

  .containerClick h2 {
    font-size: 30px;
  }

  .containerClick p {
    font-size: 14px;
  }

  .containerPasesobre h3 {
    font-size: 22px;
  }

  .btnClick img {
    width: 50px;
  }

  .containerImagenpri {
    height: 100svh;
  }

  .containerImagenpri img {
    object-position: center top;
  }

  .conTitulo {
    padding: 0 16px;
  }

  .frase {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  #logoFirma {
    width: 55%;
    max-width: 260px;
  }

  .fade-bottom {
    height: 12%;
  }


  .containerDia,
  .containerMes,
  .containerAno {
    height: 280px;
  }

 
  .bloque h3 {
    font-size: 24px;
  }

  
  #logoFinal {
    width: 90px;
  }

  .evento-mapa {
    width: 320px;
  }

  .evento-imagen {
    width: 320px;
  }

  #fh5co-gallery-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }

  #fh5co-gallery-list li a .case-studies-summary h2 {
    font-size: 20px;
  }

  #fh5co-gallery-list li.one-third {
    width: 49%;
  }

  .titPrincipal {
    font-size: 40px;
  }

  .contadorInitial {
    width: 100%;
    margin-bottom: 0px;
  }

  .simply-countdown>.simply-section {
    width: 80px;
    height: 80px;
  }

  .simply-countdown>.simply-section>div {
    height: 80px;
    width: 80px;
  }

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

  .simply-countdown>.simply-section .simply-word {
    font-size: 10px;
  }


}



@media screen and (max-width: 650px) {

  .containerPasesobre {
    top: 5vh;
  }
}

/* ── 600px ── */
@media screen and (max-width: 600px) {

  .containerDatpasExtra2 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }

  .containerPasesobre {
    top: 10vh;
  }

.fh5co-heading p {
  font-size: 19px;
 
}

.contaInsta{
  
  flex-direction: column;
  margin-top: 0px;
  gap: 50px;
}

 .containerDeposito {
  flex-direction: column;
  gap: 50px;
}



 .containerDeposito .lluvia {
  width: 40%;
}

 .contRgalos img {
  width: 100px;
}

 .containerDeposito img {
  width: 100%;
}

  .event-coliglesi a {
    width: 100%;
  }

  .galeriaImag0 {
    width: 50%;
    max-height: 600px;
    height: auto;
    left: 0;
  }

  .galeriaImag1 {
    width: 50%;
    max-height: 600px;
    height: auto;
    margin-left: 10px;
  }

  .galeriaImag2 {
    width: 50%;
    max-height: 600px;
    height: auto;
    margin-right: 10px;
  }

  .containerDatpasExtra2 {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}

/* ── 525px ── */
@media screen and (max-width: 525px) {
  .containerImagenpri {
    width: 100vw;
    height: 100svh;
  }
}

/* ── 510px ── */
@media screen and (max-width: 510px) {
  .corona img {
    width: 100px;
    height: 100px;
  }

  .vButton {

  width: clamp(350px, 95vw, 500px);

}
}

/* ── 480px ── */
@media screen and (max-width: 480px) {

  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }

  #fh5co-counter .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 16px;
  }

  .couple-half .groom,
  .couple-half .bride {
    width: 100%;
    height: 140px;
  }

  .couple-half .groom img,
  .couple-half .bride img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .couple-half .groom,
  .couple-half .bride {
    margin-left: 0;
    margin-right: 0;
  }

  .couple-half .desc-groom {
    padding-right: 0;
    text-align: center;
  }

  .couple-half .desc-bride {
    padding-left: 0;
    text-align: center;
  }

  .timeline:before {
    margin-left: -64px;
  }

  .timeline>li>.timeline-panel {
    width: 75% !important;
  }

  .timeline>li>.timeline-panel:before {
    top: 30px;
  }

  .timeline>li>.timeline-panel:after {
    top: 31px;
  }

  .timeline>li>.timeline-badge {
    width: 60px;
    height: 60px;
    margin-left: -20px !important;
  }

  #fh5co-gallery-list li {
    margin-left: 0;
  }

  #fh5co-gallery-list li.one-third {
    width: 100%;
  }


  


  .containerPasesobre p {
    font-size: 16px;
    margin-left: 6px;
  }

  .btnClick img {
    width: 44px;
  }

  .containerImagenpri {
    height: 100svh;
  }

  .conTitulo {
    padding: 0 12px;
  }

 

  .frase {
    width: 92%;
  }

  #logoFirma {
    width: 65%;
    max-width: 200px;
  }


  .containerDia,
  .containerMes,
  .containerAno {
    height: 180px;
  }

  .containerImgfcha1,
  .containerImgfcha2,
  .containerImgfcha3 {
 
    height: 160px;
    width: 70%;
  }

  .containerDia .dateFechas,
  .containerMes .dateFechas,
  .containerAno .dateFechas {
    font-size: 70px;
  }

  .sec1 {
    padding: 0 10px;
  }

 

 
  .bloque2,
  .bloque3 {
    padding: 0 10px;
  }

  #logoFinal {
    width: 70px;
  }

 

  .titSec {
    font-size: 16px;
  }

  .novios {
    margin-top: -50px;
  }

  .inicioText {
    margin-top: 10px;
  }
}

/* ── 500px ── */
@media screen and (max-width: 500px) {
  .containerDatpasExtra {
    width: 85%;
  }
}

/* ── 455px ── */
@media screen and (max-width: 455px) {


  .swiper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .containerDatpasExtra {
    min-height: auto;
    padding: 15px;
  }

  .containerImg-extra1 {
    display: none;
  }

  .containerImg-extra2 {
    display: none;
  }

  .containerDatpasExtra2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }





  .cut-3 .img1Mano2 {
    display: block;
  }

  .cut-1 img {
    object-position: 13% center;
  }

  .cut-3 img {
    object-position: 80% center;
  }
}

/* ── 414px ── */
@media screen and (max-width: 414px) {
  .containerMarco {
    width: 300px;
  }
}

/* ── 400px ── */
@media screen and (max-width: 400px) {
}

/* ── 366px ── */
@media screen and (max-width: 366px) {
  .corona img {
    width: 70px;
    height: 70px;
  }
}

/* ── 360px ── */
@media screen and (max-width: 360px) {




  .btnClick img {
    width: 38px;
  }

  

  #logoFirma {
    width: 75%;
    max-width: 170px;
  }

  .containerDia,
  .containerMes,
  .containerAno {
    height: 190px;
  }

  .containerImgfcha1,
  .containerImgfcha2,
  .containerImgfcha3 {
    height: 130px;
    width: 65%;
  }

  .containerDia .dateFechas,
  .containerMes .dateFechas,
  .containerAno .dateFechas {
    font-size: 56px;
  }

  
}


/* ============================================================
   @MEDIA QUERIES — ALTO (de mayor a menor)
   ============================================================ */

/* ── max-height: 750px ── */
@media screen and (max-height: 750px) {
  .contadorInitial {
    margin-bottom: 50px;
  }
}

/* ── max-height: 700px ── */
@media screen and (max-height: 700px) {


  .containerPasesobre p {
    margin-top: 4px;
  }

  .btnClick img {
    width: 46px;
  }
 
}

/* ── max-height: 630px · ancho 480px–1000px ── */
@media screen and (max-height: 820px) and (min-width: 480px) and (max-width: 2000px) {
  .conTitulo {
    margin-bottom: auto;
    margin-top: 0;
  }
  .frase {
    display: none;
  }
}

/* ── max-height: 600px ── */
@media screen and (max-height: 600px) {
  .containerPasesobre {
    margin-left: 30px;
  }
 .conTitulo{
margin-bottom: auto;
margin-top: 0;
}
.frase{
  display: none;
}

}



/* ── max-height: 550px ── */
@media screen and (max-height: 550px) {


 

  .containerClick {
    margin-bottom: 0;
  }

  .btnClick img {
    width: 36px;
  }
}

/* ── max-height: 500px (landscape móvil) ── */
@media screen and (max-height: 500px) and (orientation: landscape) {

  .containerImagenpri {
    height: 100svh;
  }

  .containerImagenpri img {
    object-position: center center;
  }

  .conTitulo h1 {
    font-size: clamp(2rem, 7vh, 6rem);
  }

  .frase P {
    font-size: clamp(1rem, 3vh, 3rem);
  }

  .fade-bottom {
    height: 10%;
  }
}


/* ============================================================
   SECCION_EVENTOS — #fh5co-event
   ============================================================ */

#fh5co-event,
.fh5co-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  float: left;
}

#fh5co-event {
  background-image: url(/images/p2.png);
  min-height: 850px;
  height: auto;
  float: left;
}

#fh5co-event .display-t,
#fh5co-event .display-tc {
  height: 700px;
  display: table;
  width: 100%;
}

#fh5co-event .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

#fh5co-event .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

#fh5co-event .fh5co-heading h2 {
  color: #fff;
}

#fh5co-event .fh5co-heading span {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

#fh5co-event .event-wrap {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  width: 100%;
  float: left;
  border-radius: 4px;
}

#fh5co-event .event-wrap h3 {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#fh5co-event .event-wrap p,
#fh5co-event .event-wrap span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-event .event-wrap i {
  color: white;
  font-size: 20px;
}

#fh5co-event .event-wrap .event-col {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #fh5co-event {
    height: inherit;
    padding: 7em 0;
  }

  #fh5co-event .display-t,
  #fh5co-event .display-tc {
    height: inherit;
  }

  #fh5co-event .event-wrap {
    margin-bottom: 10px;
  }
}


/* ============================================================
   SECCION_ITINERARIO — #fh5co-couple-story (.timeline)
   ============================================================ */

#fh5co-couple-story > .container {
  padding-top: 7em;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d4d4d4;
  left: 50%;
  margin-left: 0px;
}

@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 40%;
  float: left;
  border: 1px solid #d4d4d4;
  padding: 30px;
  position: relative;
  border-radius: 4px;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 80px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 81px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

@media screen and (max-width: 480px) {
  .timeline > li > .timeline-panel {
    width: 75% !important;
  }

  .timeline > li > .timeline-panel:before {
    top: 30px;
  }

  .timeline > li > .timeline-panel:after {
    top: 31px;
  }
}

.timeline > li > .timeline-badge {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.timeline > li > .timeline-badge img {
  width: 125px;
  height: 125px;
  object-fit: contain;
}

@media screen and (max-width: 480px) {
  .timeline > li > .timeline-badge {
    width: 90px;
    height: 90px;
    margin-left: -20px !important;
  }

  .timeline > li > .timeline-badge img {
    width: 100px;
    height: 100px;
  }
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
  font-size: 18px;
  color: #555;
}

.date {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 200px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.fh5co-heading {
  margin-bottom: 5em;
}

.fh5co-heading h2 {
  font-size: 60px;
  margin-bottom: 10px;
  font-family: "Sacramento", Arial, serif;
}

#fh5co-couple-story .fh5co-heading h2,
#fh5co-gallery .fh5co-heading h2,
#fh5co-testimonial .fh5co-heading h2,
#fh5co-hashtag .fh5co-heading h2,
#fh5co-started .fh5co-heading h2 {
  color: #0D2040;
}

@media screen and (max-width: 768px) {
  .fh5co-heading h2 {
    font-size: 40px;
  }
}

.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
}

.fh5co-heading span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}


.inicioNombres h2 {
  color: #0D2040;
  margin-bottom: 15px;
}

.historiaamor{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.historiaamor h2{
  margin-top: 15px;
  color: #0D2040;
}

/* ── Swiper Historia de amor (thumb) ── */
.swiper-love-main {
  width: 100%;
  height: 700px;
  margin-top: 30px;
}

.swiper-love-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 750px) {
  .swiper-love-main {
    height: 420px;
    margin-top: 15px;
  }

  .swiper-love-main .swiper-slide img {
    object-fit: contain;
  }

  .contaPfech {
    margin-bottom: 4vh;
  }
}

.drescodeColores p{
  font-size: 1.2em; font-style: italic; line-height: 1.9; color: #555;
}
