
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /*body{
    /*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.3)), url(../image/fondo3.jpg);
    background: url(../image/fondo3.jpg);
    background-position: center;
    animation: movimiento 250s infinite linear alternate;
  }*/

  @keyframes movimiento {
    from {
      background-position: bottom left;
    }
    to {
      background-position: top right;
    }
  }

  /* ESTILO AL SOBRE DE INVITACION */
  .sobre{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;    
  }
  
  .sobre .first{
    background-image: linear-gradient(#6f5803, #2f2605);
    border-bottom: #917407 solid 2px; 
    transition: transform 1.9s ease; /* Transición suave al cambiar transform */
  }
  
  .vintage1 .vintage2 {
   display: block;
  }

  .sobre .second{
    background-image: linear-gradient(#2f2605,#6f5803);
    transition: transform 1.9s ease; /* Transición suave al cambiar transform */
  }
  
  .sobre .first{
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  
  .sobre .second{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  
  .sello {
    background: #917407;
    border: none;
  color: #000;
    position: absolute;
    font-weight: 700;
    letter-spacing: .2rem;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: .2s ease-in-out;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    z-index: 4;
    border: none;
    border-radius: 50%;
    font-family: "Oleo Script", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    display: flex; /* Centrado del contenido */
    align-items: center; /* Centra verticalmente el contenido */
    justify-content: center; /* Centra horizontalmente el contenido */
    transform: translate(-50%, -50%);
    animation: 2s vaiven infinite;
    
    /*animation: breathe 2s ease-in-out infinite;*/
  
    /*animation: beat 2s ease-in-out infinite;*/
  }
  .sello::before, .sello::after {
    content:"";
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: 10px solid #917407;
    border-radius:100%;
    animation: latido linear 3s infinite;
  }
  
  .sello::after {
    animation-delay: -1.5s;
  }
  
  @keyframes latido {
    0% { width:160px; height:160px; border:8px solid #917407; }
    100% { width:210px; height:210px; border:8px solid transparent; }
  }
  
  .icono {
    width: 42px;
    height: 42px;
    margin-top: 12px;
    margin-left: 14.5px;
  }
  
  
  @keyframes vaiven {
    0% {
        transform: scale(1) translate(-50%, -50%);
    }
  
    50% {
        transform: scale(1.1) translate(-50%, -50%);
    }
  
    100% {
        transform: scale(1) translate(-50%, -50%);
    }
  }
  
  /* Ocultar checkbox */
  input[type="checkbox"] {
    display: none;
  }
  
  /* Animaciones al marcar el checkbox */
  input[type="checkbox"]:checked ~ .first {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 2s ease;
  }
  input[type="checkbox"]:checked ~ .second {
    transform: translateY(100%);
    opacity: 0;
transition: all 2s ease;
  }
  input[type="checkbox"]:checked ~ .sello {
    display: none;
  }
  

  /* ESTILO A LA PORTADA DE INICIO  */


#portada1{
  background-image: linear-gradient(
    rgba(0,0,0,0.3),rgba(0,0,0,0.3)
    ), url(../image/portada1.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.eclipse{
  display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   
}

#portada1 h1{
  color: #fff;
  font-family: 'Courgette',cursive;
}

/*.portainicio{
  background: #0f2459e8;
  padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border: solid #fff3cd;
    backdrop-filter: blur(5px);
}*/

#portada1 h2{
  font-family: "Patua One", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 160px;
    text-shadow:
    3px 3px 0 #b5920d,
    -1px 1px 0 #b5920d,
    -1px -1px 0 #b5920d,
    1px -1px 0 #b5920d;
   }


#portada1 span{
  font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 80px;
    padding-right: 40%;
}

#portada1 p{
  font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 60px;
    padding-left: 40%;
}

/* ESTILOS PARA SECCION1 */

#seccion1{
  background-image: url(../image/fondoseccion.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ESTILOS A LA FECHA Y HORA */
.fecha h2{
  font-size: 25px;
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffff;
}
.fecha p{
  font-size: 50px;
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffff;
}
.fecha p::before,
.fecha p::after {
  border-top: .2rem solid #ffff;
  content: "";
  display: inline-block;
  margin: 0 1rem;
  transform: translateY(-1rem);
  width: 5rem;
}

.fecha{
 
  padding: 10px;
    margin-top: 20px;
    text-align: center;
    
}
.fecha-hora{
  
  padding: 10px;
    margin-top: 20px;
    text-align: center;
    
}

.fecha-hora h2{
  font-size: 25px;
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffff;
}

/* ESTILO CUENTA REGRESIVA */
.grupo{
  display: grid; 
}
.grupo{
  border: solid #ffff;
  width: 70px;
  height: 70px;
  margin: 0 7px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}


.cuenta-regresiva {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}


.grande{
  font-size: 30px;
  color: #ffff;
}
.grupo p{
  margin-bottom: 0;
}

  .chico{
    color: #ffff;
    font-size: 13px;
    font-weight: 500;
  }

  

/* ESTILO DE RECEPCIÓN */

.recepcion{
  
  padding: 10px;
    margin-top: 20px;
    text-align: center;

}
.recepcion img {
  width: 100%;
}

.recepcion h2{
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
  color: #ffff;
  font-size: 30px;
  margin-bottom: 30px;
}
.recepcion h3{
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
  color: #ffff;
  font-size: 25px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.recepcion p{
  font-size: 23px;
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffff;
  margin-bottom: 0;
}
.recepcion button{
  border: none;
  width: 150px;
  height: 30px;
  font-size: 18px;
  background-color: #a8959578;
  border-radius: 10px;
  color: #ffff;
  margin: 15px;
}



/* ASISTENCIA */

.asistencia{
  padding: 10px;
  
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;

}

.asistencia h2{
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
  color: #ffff;
  font-size: 25px;
  margin-bottom: 30px;
}
.asistencia span{
  font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #ffff;
}

.icono-whatsapp img{
  width: 60px;
}
.asistencia button{
  border: none;
  width: 150px;
  height: 30px;
  font-size: 18px;
  background-color:#a8959578;
  border-radius: 10px;
  color: #ffff;
  margin: 15px;
}

.asistencia h3{
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
  color: #ffff;
  font-size: 25px;
  margin-bottom: 30px;
}



/* ESTILO PARA ANIMACIÓN DE SCROLL */

.animacion{
transform: scale(0.8);
opacity: 0;
transition: all 1.2s ease-out;
}

.mostrar{
transform: scale(1);
opacity: 1;
}

/* ESTILOS AL BOTON DE AUDIO */

#toggleButton{
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 0px;
  height: 0px;
  background: transparent;
  border: none;
  z-index: 2;
}

#toggleButton img{
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
  padding: 5px;
}

/*--------------------------------------------------------------------------------*/
/* ESTILOS RESPONSIVE */
/*--------------------------------------------------------------------------------*/

@media (max-width: 767px){
  .gallery{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width:700px){

  .imagen{
    width: 335px;
    height: 374px;
  }
  .vectorcircular{
    width: 300px;
    height: 300px;
  }
  #portada1 h2{
    font-size: 220px;
  }

  #portada1 h1{
    font-size: 45px;
  }

  #portada1 span{
    font-size: 130px;
  }
  #portada1 p{
    font-size: 70px;
  }
  .frase {
    font-size: 40px;
  }


  .fecha h2{
   
    font-size: 40px;
  }
  .fecha p{
    font-size: 60px;
  }

  .fecha-hora h2{
 font-size: 40px;
 margin-bottom: 45px;
  }


  .grupo{
    width: 140px;
    height: 140px;
  }
  .grande{
    font-size: 3.5rem;
    width: 120px;
 
  }
  .chico{
    font-size: 23px;
  }

  .padresxv h2{
    font-size: 45px;
    margin-bottom: 45px;
  }
  .padresxv p{
    font-size: 45px;
  }
  
  .padrinos h2{
    font-size: 45px;
    margin-bottom: 45px;
  }
  .padrinos p{
    font-size: 45px;
  }

  #gallery h2{
    font-size: 45px;
    margin-bottom: 45px;
  }

  .ceremonia h2{
    font-size: 45px;
    margin-bottom: 45px;
  }
  .ceremonia p{
    font-size: 35px;
  }

  .ceremonia button{
    width: 200px;
    height: 50px;
    font-size: 25px;
  }


  .recepcion h2{
    font-size: 45px;
    margin-bottom: 45px;
  }
  .recepcion h3{
    font-size: 43px;
  }
  .recepcion p{
    font-size: 35px;
  }

  .recepcion button{
    width: 200px;
    height: 50px;
    font-size: 25px;
  }

  .eventos h2{
    font-size: 45px;
    margin-bottom: 45px;
  }

  .circulo img{
    width: 80px;
  }
.text-box h3{
  font-size: 35px;
}
.text-box span{
  font-size: 30px;
}

.vestimenta h2{
  font-size: 45px;
  margin-bottom: 45px;
}
.vestimenta p{
  font-size: 35px;
}

.mesaregalo h2{
  font-size: 45px;
  margin-bottom: 45px;
}
.mesaregalo p{
  font-size: 35px;
}
.mesaregalo button{
  width: 200px;
  height: 50px;
  font-size: 25px;
}
.mesaregalo img {
  width: 150px;
  height: 150px;
}

.mesaregalo .amazon {
  width: 180px;
  height: 70px;
}

.asistencia h2{
  font-size: 45px;
  margin-bottom: 60px;
}
.asistencia p{
  font-size: 35px;
}
.asistencia button{
  width: 200px;
  height: 50px;
  font-size: 25px;
}

.asistencia h3{
  font-size: 45px;
}
.asistencia span{
  font-size: 40px;
}

#toggleButton img{
  width: 65px;
  height: 65px;
}
.sello{
  width: 200px;
height: 200px;
font-size: 35px;
}

.icono-whatsapp img{
  width: 100px;
}

@keyframes latido {
  0% { width:220px; height:220px; border:10px solid #917407; }
  100% { width:280px; height:280px; border:10px solid transparent; }
}


}


@media (max-width:500px){
  .sello{
    width: 120px;
  height: 120px;
  font-size: 18px;
  }

  @keyframes latido {
    0% { width:120px; height:120px; border:6px solid #917407; }
    100% { width:180px; height:180px; border:6px solid transparent; }
  }

}

