* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.bloque.parallax{
  white-space: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
 /*  width: 50%;
  margin-left: auto;
  margin-right: auto; */
  /* margin-top: 100px; */
  /*   */
}
.logoPortada {
  text-align: center;
}
.contenedorParallax{
  max-width: 960px;
  margin: 0 auto;
}
.parallax{
  background-image: url("../images/boda1.png");
}
section.cuenta-regresiva {
  text-align: center;
  padding-top: 25px;
  background-color: #ddc190;
  height: 130px;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
section.cuentaRegresiva {
  text-align: center;
  padding-top: 3px;
  background-color:#e6f0cec2;
  height: 140px;
}
section.cuentaRegresiva p {
  color: #344b6d;
  font-size: 35px;
  margin-bottom: 3px;
}
#reloj {
  display: flex;
	justify-content: center;
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
}
/* ? ----- Cuenta Regresiva ----- */

.simply-section {
 /*  background: #a0a48a;
  width: 80px;
  height: 80px; */
  margin: 0px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simply-amount {
	display: block;
  font-size: 27px;
  font-weight: 700;
}

.simply-word {
	font-weight: 300;
	font-size: 17px;
}


/* ? ---------------------------- */

/* iconos */
.iglesia{
  color: #6b774e;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* fin iconos */
/* ceremonia */
.ceremonia{
  text-align: center;
  padding: 0 30px;
  margin-bottom: 50px;
  width: 100%;
}
.ceremonia h4{
  font-weight: 400;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #344b6d;
  font-family: serif;
}
.ceremonia p{
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn {
  color: white;
  background-color: #a0a48a;
  border-radius: 30px;
  padding: 10px 40px;
  border: 1px solid #e6f0cec2;
  /* text-transform: uppercase; */
}
.btn:hover {
  color: #a0ab87;
  background-color: #344b6d;
}
a{
 text-decoration: none; 
}
.ceremoniaFiesta{
  display: flex;
  padding: 80px 0 100px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* galeria */

.contenedor{
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 20px;
    justify-content: space-evenly;
}
section.galeria h4 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 20px;
  color: #344b6d;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 60px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
 /*  height: 446px;
  object-fit: cover; */
}
img {
  vertical-align: middle;
  border-style: none;
}

section.galeria {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.oculta{
  display: none;
}
section.galeriaAlvear {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
.imgGaleria{
  padding: 5px;
  margin-bottom: 5px;
}
/* .col6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
} */
.alvearCol6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 49%;
}
/* regalos */
.containerRegalos{
  text-align: center;
  padding: 50px 0;
  background-color: #e6f0cec2;
}
.regalos{
  text-align: center;
  padding: 0 30px;
  margin-bottom: 50px;
  width: 100%;
}
.regalos h4{
  font-weight: 400;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #344b6d;
  font-family: serif;
}
.regalos p{
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}
.icono-contenedor {
    width: 100px; /* Ajusta el tamaño */
    height: 100px;
}

.icono {
    width: 100%;
    height: 100%;
   /*  transition: transform 0.3s ease-in-out; Transición suave */
    /*animation: rotar 4s linear infinite;  Animación de rotación */
    animation: vibrar 0.5s linear infinite; /* Animación de vibración */

}
@keyframes vibrar {
  0% { transform: translate(0); }
  25% { transform: translate(-2px, 2px); }
  50% { transform: translate(2px, -2px); }
  75% { transform: translate(-2px, -2px); }
  100% { transform: translate(0); }
}

/* @keyframes rotar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
} */

.icono:hover {
    transform: rotate(360deg); /* Rota al pasar el mouse */
}

/* asistencia */
.asistencia{
  text-align: center;
  padding: 50px 0;
}
.parallax1{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contenedorParallax{
  max-width: 960px;
  margin: 0 auto;
}
.parallax1{
  background-image: url("../images/corona3.png");
}
.elemento{
  margin:0 auto;
  position: absolute;
  top: 84%;
  left: 49%;
}
.animatedColor {
  color: #e6f0cec2;
  }
  .flecha {
  animation: arrow 1s ease-in-out infinite;
  font-size:20px;
  }
  .flecha:hover{
  animation:arrow 1s ease-out infinite !important;
  color:#2c3a0b;
  }
@keyframes arrow {
  0% {
  transform: translate(0px, 50px);
  }
  50% {
  transform: translate(0px, 60px);
  }
  100% {
  transform: translate(0px, 50px);
  }
  }
/* fin */
.gracias{
  text-align: center;
  padding: 50px 0;
  background-color: #a0ab87b0;
}
section.gracias p {
  text-align: center;
  color: white;
  font-size: 19px;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
.containerGracias{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* #colorBlue{
  color:#344b6d ;
} */
@media (min-width:576px){
  .ceremoniaFiesta {
      max-width: 540px;
  }
  section.galeriaAlvear {
    max-width: 540px;
  }
}
@media (min-width:768px){
  .ceremoniaFiesta{
    max-width: 720px;
  }
  .ceremonia{
    width: 50%;
  }
  .ceremonia h4 {
    font-size: 23px;
  }
  .imgGaleria{
    width: 50%;
  }
  section.galeriaAlvear {
    max-width: 720px;
  }
  .alvearCol6 {
    max-width: 24%;
  }
  .zoom {
    transition: transform .3s;
  }
  .zoom :hover{
    transform: scale(1.1); 
    border: 1px solid #a0ab87;
    border-radius: 2%;
  }
  
}
@media (min-width:992px){
  .ceremoniaFiesta{
    max-width: 960px;
  }
  section.galeriaAlvear {
    max-width: 960px;
  }
  .ceremonia h4 {
    font-size: 30px;
  }
}
@media (min-width:1200px){
  .ceremoniaFiesta{
    max-width: 971px;
  }
  section.galeriaAlvear {
    max-width: 1140px;
  }
}
@media (max-width:768px){
  .elemento{
    left: 45%;
  }
}