* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
/* // <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name */

/* .hahmlet-<uniquifier> {
  font-family: "Hahmlet", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} */

/* .google-sans-<uniquifier> {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
} */

.h1-boda {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
      font-size: 4em;
}


body{
    
    background-image:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url("img/flor-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.canva{
     max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px; /* espacio lateral en móvil */
  box-sizing: border-box;
}



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

.elemento-flotante {
  animation: flotar 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.elemento-flotante:hover {
  animation-play-state: paused;
  transform: scale(1.05);
}

#portal.fade-out {
  opacity: 0;
  transform: scale(1.05);
}

 #portal{
    position:fixed; inset:0; z-index:999999;
    background:#ffffffd6;
    display:grid; place-items:center;
    text-align:center; cursor:pointer; user-select:none;
      transition: opacity 0.8s ease, transform 0.8s ease;

  }
  #portal.fade-out {
  opacity: 0;
  transform: scale(1.05);
}
  #portal.hidden{opacity:0; pointer-events:none}
  .card{
    display:flex; flex-direction:column; align-items:center; gap:18px;
    padding:24px 16px;
  }
  .logo{
    width:min(220px,45vw); height:auto;
    filter: drop-shadow(0 6px 18px rgba(0,0,0,.08));
  }
  /* TAMAÑO DEL LOGO SUPERIOR (el pequeño arriba):
     Para hacerlo más grande: aumenta el valor de 264px (ej: 300px, 350px)
     Para hacerlo más pequeño: reduce el valor de 264px (ej: 200px, 150px)
  */
  .logo.small{
    width:min(130px,54vw); height:auto;
  }
  .h1-boda{
     color:#ceb239;
  }

  .gform{

  }

  .fecha{
    color:#ceb239;
    font-family: "Hahmlet", serif;
    letter-spacing:.35em;
    font-size:1em;
    opacity:.9;
  }
  .arrows{
    display:flex; flex-direction:column; gap:6px; align-items:center; margin-top:6px;
  }
  .arrow{
    width:16px; height:16px;
    border-right:2px solid #ceb239;
    border-bottom:2px solid #ceb239;
    transform:rotate(45deg);
    animation:floatFade 1.6s infinite;
  }
  .arrows .arrow:nth-child(2){animation-delay:.2s}
  .arrows .arrow:nth-child(3){animation-delay:.4s}
  @keyframes floatFade{
    0%{opacity:0; transform:translateY(-6px) rotate(45deg)}
    40%{opacity:1}
    100%{opacity:0; transform:translateY(6px) rotate(45deg)}
  }
  #overlay{
    display:inline-block; padding:.9rem 1.4rem; border:2px solid 
    #ceb239; border-radius:14px;
    color:#ceb239; background:#fff; text-decoration:none;
    font:500 16px/1.1 system-ui,-apple-system,sans-serif;
    box-shadow:0 6px 24px rgba(0,0,0,.06);
  }
#overlay:hover{background:#efbfbb; color:#fff;}

 .h1-bodapre{
max-width: 100%;
margin: 0 auto;    color: #ceb239;
    font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
 }
  .h1-bodapre2{
max-width: 100%;
margin: 0 auto;        color: #6a6a6a;
    font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
 }
 .portada{
    height: 100vh;
    /* background-color: red; */
    margin: 0 auto;
    display: flex;
  flex-direction: column;      /* elementos en columna */
  align-items: center;         /* centra horizontal */
  justify-content: center;     /* centra vertical */
  text-align: center;
 }

 .dos,.fotouno{
    width: 100%;
        border-radius: 10px;
        box-shadow: 10px 2px 25px -11px rgba(0, 0, 0, .8);
 }

 .invitacion{   display: flex;
  flex-direction: column;      /* elementos en columna */
  align-items: center;         /* centra horizontal */
  justify-content: center;     /* centra vertical */
  text-align: center;

}

.invitacion h2{
font-family: "Hahmlet", serif;
  font-optical-sizing: auto;
  font-weight: 400;
   /* font-style: italic !important; */

    color: #6a6a6a;
    margin: 0 0 30px 0;
    line-height: 1.2;
}


 

.invitacion-texto{
   font-family: "Google Sans", sans-serif;
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    /* font-style: italic; */
}










    /* movil css */

 @media (max-width: 768px) {
  .canva {
    max-width: 100%;
    padding: 0 12px;
   
  }
} 


.disclaimer,
.titu,
span.cnt {
    text-align: center;
}


.titu {
    color: #33d670;
    font-size: small;
    margin-top: 5px;
}
.countf {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
    
}
.countf p {
    display: grid;
    grid-row: auto;
  margin: 0 10px;
  
    padding: 1px 3px 6px 3px;
    font-family: "Hahmlet", serif;
  font-optical-sizing: auto;
  font-weight: 400;


    color: #6a6a6a;
    margin: 0 0 30px 0;
    line-height: 1.2;
}
/* .countf p{font-family: "Google Sans", sans-serif;color: white !important;}
.countf p span {
    margin-top: 10px;
    margin-bottom: 10px;font-family: "Google Sans", sans-serif;
    color: white !important;
} */

.pcount{
        width: 75px;
    /* display: grid; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    

}

.pcount span{
   
    font-size:25px;
    /* color: white; */
}

.btn-calendario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
     padding: 30px;
     margin-bottom: 50px;
}

.btn-calendario a{
  display: inline-flex;
           align-items: center;
           gap: 10px;
           padding: 12px 30px;
           background: white;
           color: #666;
           text-decoration: none;
           font-family: "Google Sans", sans-serif;
           border-radius: 8px;
           font-size: 16px;
           font-weight: 500;
           transition: all 0.3s ease;
            box-shadow: 10px 10px 34px -11px rgba(0, 0, 0, .8); 
}

/* .btn-calendario a:hover{
       
} */
.ceremonia {display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 640px;
 
 margin: 40px auto;;

padding: 40px 25px;}

.ceremonia + .invitacion {
    margin-top: 60px;
}

/* .invitacion-final {
    margin-top: 80px !important;
    padding-top: 40px;
} */

.ceremonia h2 {font-size: 26px;
        letter-spacing: 6px;
        margin-bottom: 35px;
        font-family: "Google Sans", sans-serif;
     font-weight: bold;
     color: #4a4a4a;
    }

.ceremonia p {color: #7a7a7a;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Google Sans", sans-serif;
    line-height: 1.4;}    

    .ceremonia img {       
         margin-bottom: 30px;    
      
 
    font-weight: 300;}
    .ceremonia small{margin:20px;    color: #5a5a5a;font-family: "Google Sans", sans-serif; }

    .ceremonia h3 {   
        font-family: "Google Sans", sans-serif;
        font-size: 2em;
        margin:30px;    color: #5a5a5a;
    }

.ceremonia img {width: 150px;
        height: 150px;
    margin: 0 30px;}

    .ceremonia span{font-size: smaller;font-family: "Google Sans", sans-serif;}


    .btn-ubicacion a{

           display: inline-block;
    padding: 12px 30px
;
    border: 2px solid #8d8e7c;
    border-radius: 14px;
        background: #8d8e7c;
    color: #fff;
    text-decoration: none;
font-family: "Google Sans", sans-serif;    
font-weight: 500;
box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
        text-decoration: none;
        transition: all 0.3s ease;
    box-shadow: 10px 10px 34px -11px rgba(0, 0, 0, .8);
    }

   .galeria {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
.imgramo img{
  display: grid;
  width: 100%;
}

.galeria img {
  width: 50%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 600px) {
  .galeria {
    flex-direction: column;
  }

  .galeria img {
    width: 100%;
  }
}

/* .anim {
    display: block;
    width: 100px;
    height: 100px;
} */
/* canvas {
    
} */

dotlottie-wc#sobre {
position: absolute !important;
    width: 100vh;
    height: 100vh;
    z-index: 999999999;
}


.colrex {
    display: grid;
    grid-template-columns: auto auto auto ;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 40px;
    margin-top: 20px;
}

.colrex .imx{
width: 40px;
height: 40px;
border-radius: 50%;
/* background: red; */
display: grid;
grid-gap: 0px;
border: 1px solid #7a7a7a;



}

 spam.imx1{background: #fdf7eb}
 spam.imx2{background: #8d8e7c}
 spam.imx3{background: #efbfbb}
 spam.imx4{background: #d0997b}

/* ===== BASE ===== */
.itinerario {
  max-width: 1200px;
  margin-top:50px ;
  padding: 0 20px;
  align-items:baseline;
     font-family: "Google Sans", sans-serif;
}

.item {
  font-family: "Playfair Display", serif;
}

.item img {
  width: 100px;
  margin-bottom: 20px;
}

.linea {
  display: block;
  width: 70%;
  height: 2px;
  background: #ceb239;
  margin: 0 auto 15px;
}

.item h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 6px;
  font-family: "Google Sans", sans-serif;
}

.item p {
  font-size: 15px;
  color: #888;
  font-family: "Google Sans", sans-serif;
}



h2.itinerarioh2
 {
   color: #ceb239;
  
      letter-spacing: 6px;
        margin-bottom: 35px;
        font-family: "Google Sans", sans-serif;
     font-weight: bold;
      text-align: center;
      margin-top: 30px;
}
/* ===== ESCRITORIO (HORIZONTAL) ===== */
@media (min-width: 769px) {
  .itinerario {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 auto;
        justify-items: center;
    
  }
}

/* ===== MÓVIL (VERTICAL TIMELINE) ===== */
@media (max-width: 768px) {
  .itinerario {
    position: relative;
   
  
    row-gap: 50px;
    padding-left: 45px;
    
    
  }

  /* Línea vertical */
  .itinerario::before {
    content: "";
    position: absolute;
    left: 58px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ceb239;
  }

  .item {
   display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 15px;
  margin-bottom: 50px;
 
  
  }
  .imgiteg2 {
    display: grid;
    justify-items: center;
}


  /* Punto verde */
  .item::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ceb239;
    border-radius: 50%;
    position: absolute;
    left: -33px;
    top: 30px;
  }

  .item img {
    width: 65px;
    margin: 0;
  }

  .linea {
    display: none;
  }

  .item h3 {
    font-size: 16px;
    font-family: "Google Sans", sans-serif;
  }

  .item p {
    font-size: 14px;
    font-family: "Google Sans", sans-serif;
  }
  
}

.container {
            width: 100%;
            max-width: 450px;
        }

        .btn-toggle {
          cursor: pointer;
               display: inline-block;
    padding: 12px 30px;
    border: 2px solid #8d8e7c;
    border-radius: 14px;
    background: #8d8e7c;
    color: #fff;
    text-decoration: none;
    font-family: "Google Sans", sans-serif;
    font-weight: 500;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 10px 10px 34px -11px rgba(0, 0, 0, .8);
        }

.radio-opcion {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 6px 0;
    position: relative;
}

/* Ocultamos el radio real */
.radio-opcion input {
    position: absolute;
    opacity: 0;
}

/* .pases{
  display:grid;
  grid-template-columns: auto auto auto;



  } */


  .h2footer{
    font-family: "Parisienne", cursive;
  }
  .iniciales{
    max-width: 100px;
    margin-top: 30px;
        margin-top: 30px;
    margin-bottom: 30px;
  }

/* Cuadro visible */
.custom-radio {
    width: 16px;
    height: 16px;
    border: 2px solid #efbfbb; /* dorado */
    border-radius: 4px;
    box-sizing: border-box;
}

/* 🔥 CUANDO ESTÁ SELECCIONADO */
.radio-opcion input:checked + .custom-radio {
    background-color: #efbfbb; /* relleno */
}
        .btn-toggle:hover {
            background: #8d8e7c;
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .btn-toggle:active {
            transform: translateY(0);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .bank-data {
            background: white;
            border-radius: 8px;
            padding: 24px;
            margin-top: 20px;
            box-shadow: 10px 2px 25px -11px rgba(0, 0, 0, .8);
            display: none;
            animation: fadeIn 0.3s ease-out;
        }

        .bank-data.show {
            display: block;
        }

        .data-label,.data-value{ font-family: "Google Sans", sans-serif;
        
        }

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

        .data-item {
            padding: 12px 0;
            border-bottom: 1px solid #e5e5e5;
        }

        .data-item:last-child {
            border-bottom: none;
        }

        .data-label {
            color: #666;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .data-value {
            color: #333;
            font-size: 16px;
            font-weight: 600;
        }
        form {

   margin: 0 auto; 
    /* max-width: 400px; */
    /* overflow: hidden; */
    height: 100%;
    display: grid;
    align-content: center;
    /* background: rgba(255, 255, 255, .3); */
    /* margin-top: 10px; */
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 20%); */
    border-radius: 10px;
    /* padding: 20px;*/

}

input {
    margin-bottom: 15px;
    padding: 5px;
    font-size: 1em;
    border-radius: 3px;
    background: rgb(208 211 37 / 10%);
    border: 1px solid #efbfbb;
    /* -webkit-appearance: none; */
        cursor: pointer;
}
.fotos {
    
    width: 100%;
    /* margin: 10px; */
    padding: 10px;
}

img.fotosnuv1 {
    width: 100%;
}
img.fotosnuv1 {
    width: 100%;
    border-radius: 30px;
    box-shadow: 10px 10px 34px -11px rgba(0, 0, 0, .8);
    margin-top: 10px;
    margin-bottom: 10px;
   
}
img.fotosnuv {
  display: grid;
    width: 100%;
    border-radius: 30px;
     grid-gap: 10px;
     box-shadow: 10px 10px 34px -11px rgba(0, 0, 0, .8);
 
}
.fotosnuv2 {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    grid-gap: 10px;
    justify-content: center;
  
     /* grid-gap: 10px; */
     /* box-shadow: 10px 10px 34px -11px rgba(0, 0, 0, .8); */
}

#boton {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #efbfbb;
    border-radius: 14px;
    background: #efbfbb;
    color: #fff;
    text-decoration: none;
    font-family: "Google Sans", sans-serif;
    font-weight: 500;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 10px 10px 34px -11px rgba(0, 0, 0, .8);
}
.img5{
  width: 100%;
}


  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Great+Vibes&display=swap');
  :root{
    --dorado:#556B2F;
    --fondo:rgba(255,255,255,.92);
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  body{font-family:sans-serif;overflow-x:hidden;}
  
  #portal{
    position:fixed; inset:0; z-index:999999;
    background:transparent;
    display:grid; place-items:center;
    cursor:pointer; user-select:none;
    transition:opacity .8s ease;
  }
  #portal.hidden{opacity:0; pointer-events:none}
  
  .animacontenedor{
    position:relative;
    width:100vw;
    height:100vh;
    overflow:hidden;
  }
  
  /* Parte inferior del sobre */
  .haciaabajo{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    transition:transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  .haciaabajo img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  
  /* Parte superior del sobre */
  .haciaarriba{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    transition:transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  .haciaarriba img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  
  /* Animación de clic */
  .haciaarriba.clicked{
    transform:scale(1.05);
    transition:transform .15s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  
  /* Animación de apertura */
  #portal.abrirsobrejyv .haciaarriba{
    transform:translateY(-120vh);
  }
  
  #portal.abrirsobrejyv .haciaabajo{
    transform:translateY(120vh);
  }
  
  /* Indicador visual sutil (opcional) */
  .abrirsobre{
    position:absolute;
    bottom:calc(10% + 2cm);
    left:50%;
    transform:translateX(-50%);
    color:#ceb239;
    font-family:"Hahmlet", serif;
    font-size:clamp(14px,3vw,18px);
    letter-spacing:.2em;
    opacity:.7;
    animation:pulse 2s infinite;
    z-index:3;
    pointer-events:none;
  }
  
  /* Texto superior exclusivo */
  .textosobre{
    position:absolute;
    top:2cm;
    left:50%;
    transform:translateX(-50%);
   
    font-family:"Parisienne", cursive;
    font-size:clamp(30px,4.5vw,32px);
    text-align:center;
    z-index:3;
    pointer-events:none;
    text-shadow:0 2px 12px rgba(206,178,57,.3);
    animation:fadeInDown 1.2s ease-out;
    display:flex;
    flex-direction:column;
    line-height:1.3;
  }
  
  .textosobre .span1textinvi,
  .textosobre .span2textinvi{
    display:block;
  }
  .span1textinvi{
     color: #ceb239;
  }
  .span2textinvi{
    color: #ceb239;
    /* font-family: "Hahmlet", serif; */
    /* letter-spacing: .35em;
    font-size: 15px;
    opacity: .9; */
  }
  
  /* En pantallas grandes, mostrar en una sola línea */
  @media (min-width:768px){
    .textosobre{
      flex-direction:column;
      gap:0.4em;
    }
  }
  
  @keyframes fadeInDown{
    0%{
      opacity:0;
      transform:translateX(-50%) translateY(-20px);
    }
    100%{
      opacity:1;
      transform:translateX(-50%) translateY(0);
    }
  }
  
  @keyframes pulse{
    0%, 100%{opacity:.7;}
    50%{opacity:.3;}
  }
/* En pantallas grandes, mostrar en una sola línea */
@media (min-width: 768px) {
  .textosobre {
    flex-direction: row;
    gap: 0.4em;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
}

/* Animaciones del sobre al abrir */
.haciaarriba {
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);

  z-index: 2;
}

.haciaabajo {
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);

  z-index: 1;
}

/* Animación cuando se hace clic */
.abrirsobrejyv .haciaarriba {
  transform: translateY(-150vh);
  opacity: 1;
  animation: fadeOutTop 2s ease-out forwards;
}

.abrirsobrejyv .haciaabajo {
  transform: translateY(150vh);
  opacity: 1;
  animation: fadeOutBottom 2s ease-out forwards;
}

.abrirsobrejyv .abrirsobre {
  opacity: 0;
}

.abrirsobrejyv .textosobre {
  opacity: 0;
}

/* Animaciones con desvanecimiento al final */
@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  99% {
    transform: translateY(-150vh);
    opacity: 1;
  }
  100% {
    transform: translateY(-150vh);
    opacity: 0;
  }
}

@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  99% {
    transform: translateY(150vh);
    opacity: 1;
  }
  100% {
    transform: translateY(150vh);
    opacity: 0;
  }
}





.invitation-card {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0;
    padding: 50px 30px;
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
    box-shadow: none !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}


.pass-box {
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    border: 2px solid #ceb239;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(85, 107, 47, 0.15), 0 1px 3px rgba(85, 107, 47, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 10px 10px 24px -11px rgba(0, 0, 0, .4);
}
.pass-box::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #e8f5e8;
    border-radius: 15px;
    pointer-events: none;
}

.invitado {
  margin-top: 20px;
    font-size: 1.7em;
    font-weight: 600;
    color: #717070;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
}
.reserved-text {
    font-size: 18px;
    font-weight: 300;
    color: #717070;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pass-container {
    margin-bottom: 20px;
}

.passesfull {
    font-size: 70px;
    font-weight: 200;
    color: #717070;
    line-height: 1;
    margin: 0;
   
    font-family: "Hahmlet", serif;
    margin-bottom: 30px;
}
.pass-text {
    font-size:50px;
    font-weight:  300;
   color: #717070;
    letter-spacing: 15 px;
    text-transform: uppercase;
    line-height: 1;
    margin: -10px 0 0;
}

.honor-text {
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.pass-box::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #ceb239 50%, transparent 100%);
}

@media (max-width: 400px) {
    .pass-box {
        padding: 35px 25px;
    }
        .invitado {
        font-size: 22px;
    }
    .reserved-text {
        font-size: 15px;
    }
    .honor-text {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .invitation-card {
        padding: 40px 25px;
    }
        .pass-box {
        padding: 40px 30px;
        border-radius: 18px;
    }
    .pass-box::before {
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
        border-radius: 13px;
    }
        .invitado {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .reserved-text {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
    .honor-text {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
}

.calendar-btn {
  background:white;
  color: #666;
  border: none;
  padding: 15px 30px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(184, 184, 184, 0.6);
  transition: all 0.3s ease;
  font-family: "Google Sans", sans-serif;
  display: grid;
  margin: 0 auto;
}

.calendar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(184, 184, 184, 0.6);
}

.calendar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.calendar-modal-content {

  background: white;
  padding: 40px;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease;
}

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

.calendar-modal-content h3 {
  margin: 0 0 25px 0;
  font-size: 24px;
  color: #333;
  text-align: center;
    font-family: "Google Sans", sans-serif;
}

.calendar-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calendar-option {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.calendar-option:hover {
  border-color: #d4af37;
  background: #fffbf0;
  transform: translateX(5px);
}

.calendar-option img {
  width: 30px;
  height: 30px;
}

.close-modal {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background: #f0f0f0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.close-modal:hover {
  background: #e0e0e0;
}
footer{
  margin: 30px;
  display: grid;
  grid-template-rows: auto auto auto;
  text-align: center;
}
footer span{ 
  color: #6a6a6a;
   font-family: "Google Sans", sans-serif;

}

.afooter{
  text-decoration: none;
  color: black;
   font-family: "Google Sans", sans-serif;
   font-weight: bold;

}
/* .ceremonia + .invitacion {
    margin-top: 60px;
} */

.ceremonia2{
display: grid;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 640px;
 
 margin: 40px auto;;

padding: 40px 25px;

}
.ceremonia2 h2{
  font-size: 26px;
        letter-spacing: 6px;
        margin-bottom: 35px;
        font-family: "Google Sans", sans-serif;
     font-weight: bold;
     color: #4a4a4a;

}

.ceremonia2 p {color: #7a7a7a;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Google Sans", sans-serif;
    line-height: 1.4;} 
    .ceremonia2 small{margin:20px;    color: #5a5a5a;font-family: "Google Sans", sans-serif; }

.pgracias {
    color: #556B2F; /* verde oliva */
    font-family: "Google Sans", sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}

  img.imglogo2 {
    width: 100%;
    max-width: 200px;

    margin: 0 auto;
}