/* FUENTES 
font-family: 'Great Vibes', cursive;
font-family: 'Montserrat', sans-serif;
*/


* {
  padding: 0;
  margin: 0;
  list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}



body {
  background-image: url(/imagenes/fondo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Great Vibes', cursive;
  }

  .general {
    width: 100%;
    margin-top: 270px;
    margin-bottom: 100px;
  }

  .con-titulo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .c-titulo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }

  .c-foto {
    display: flex;
    justify-content: center;
  }

.titulo {
  /* animation: animacion 4.5s steps(35), transparente .5s step-end infinite alternate;
  width: 10.1em;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid; */
  text-align: center;
  color: rgb(225, 178, 68);
  font-size: 35px;
}

@keyframes animacion {
  from {
    width: 0px;
  }
}

@keyframes transparente {
  50% {
    border-color: transparent;
  }
}

/* @keyframes apertura {
  from {
    opacity: 0;
    scale: 10%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
} */

img {
  width: 200px;
}

/* img {
  view-timeline-name: --image;
  view-timeline-axis: block;

  animation-timeline: --image;
  animation-name: apertura;

  animation-range: entry 25% cover 50%;
  animation-fill-mode: both;
} */




/* ------------------- PAREJA ---------------- */

.foto-pareja {
  z-index: 9;
  position: fixed;
  top: 0;
  background-image: url(/imagenes/fondo-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 15px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.4);
}

.foto-principal {
  z-index: 11;
}

.nombre-n {
  display: flex;
  justify-content: center;
  align-items: center;
}

.novia {
  width: 140px;
}

.con-anillo-nombre {
  width: 80px;
}

.nom-pareja {
  padding-top: 30px;
  color: rgb(225, 178, 68);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.te-invitamos {
  display: flex;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: rgb(179, 149, 132);
  margin: 40px 0;

}

.bendicion {
  display: flex;
  margin: 40px 0 30px 0;
  justify-content: center;
  color:  rgb(225, 178, 68);
}

.padrinos {
  display: flex;
  margin: 30px 0 10px 0;
  justify-content: center;
  color:  rgb(225, 178, 68);
}

.p-novios {
  display: flex;
  justify-content: center;
}

.p-novia {
  width: 50%;
}

.t-padres {
  color: rgb(225, 178, 68);
}

.item-novi {
  display: flex;
  justify-content: center;
  color: rgb(179, 149, 132);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  
}

.n-padres {
  font-weight: 400;
}


.anillos {
  width: 80px;
  height: 80px;
}

.nos-casamos {
  display: flex;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: rgb(179, 149, 132);
  padding: 0 40px;
  text-align: center;
}

.nos-casamos-2,
.nos-casamos-3,
.nota-1 {
  margin-top: 30px;
}


/* --------------- INVITADOS--------------- */

.invitados {
  z-index: 10;
  width: 100%;
  position: fixed;
  padding: 2px 0 2px 0;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(225, 178, 68);
  color: rgb(255, 255, 255);
}

.invitados-2 {
  animation: animacion 4.5s steps(35), transparente .5s step-end infinite alternate;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid;
  text-align: center;
}

.p-invi-2 {
  padding-left: 10px;
  font-size: 20px;
}

.t-invi {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
}