:root {
	--principal:      #B57873;
	--secundario:         #C0AF99;
	--tercero:          #CFB4AB;
	--cuatro:       	#D7CCAE;
	--cinco:          #B2BABC;
	--blanco:       #FFFFFF;
	--negro:        #000000;
}
@font-face {
	font-family: Cormorant;
	src: url("/assets/fonts/Cormorant/Cormorant-VariableFont_wght.ttf");
}
@font-face {
	font-family: Nova;
	src: url("/assets/fonts/NovaQuinta.otf") format("opentype");
}
@font-face{
	font-family: GreatVibes;
	src: url("/assets/fonts/GreatVibes-Regular.ttf");
}
body{
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/invitaciones/46/Fondo.jpg');
	background-color: var(--tercero);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body, html {
	overflow-x: hidden;
}
.jumbotron, .sticky-top, .borde{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 0px;
}
.jumbotron .container{
	max-height: 75vh !important;
}
hr{
	color: transparent !important;
}
.nav-link, .navbar-brand{
	font-family: Cormorant;
	color: var(--cuatro);
}
.card-title{
	font-weight: 400 !important;
}
.display-5{
	font-weight: 400 !important;
}
.display-6{
	font-weight: 400 !important;
}
.barra{
	font-family: Cormorant;
	background-color: var(--principal);
	color: var(--tercero);
}
/* .borde{
border-style: solid;
border-top-style: none;
border-width: 2px;
border-color: var(--principal);
}
.bordeCompleto{
border-style: solid;
border-width: 2px;
border-color: var(--principal);
} */
.and{
	padding-top: 10px;
	font-family: Nova;
	opacity: 0.8;
	color: var(--principal);
}
.andPadres,.andPadrino{
	display: none;
}
.grande {
	top: 7px;
	position: relative;
	font-size: 1em;
}
.moverIzq{
	margin-left: 10px;
}
.titulo1{
	font-family: Cormorant;
	color: var(--principal);
}
.titulo2{
	font-family: GreatVibes;
	color: var(--principal);
	font-weight: 100 !important;
}
.tituloSugerencias{
	font-family: GreatVibes;
	color: var(--cinco) !important;
	font-weight: 100 !important;
	font-size: 2.4em;
}
.nombres{
	padding-top: 10px;
	font-family: GreatVibes;
	font-size: 3rem;
	line-height: 1;
	font-weight: 800 !important;
	color: var(--blanco);
}
.fecha{
	position: absolute;
    bottom: 2vmin;
	width: 95%;
    transform: translateX(-50%);
	font-family: HighSpirited;
	font-size: 3vh;
	color: var(--blanco);
	text-shadow:
	-1px -1px 0 var(--secundario),
	1px -1px 0 var(--secundario),
	-1px  1px 0 var(--secundario),
	1px  1px 0 var(--secundario);
}
.sticky-top{
	display: none;
	font-family: Cormorant;
}
.iniciales{
	color: var(--cinco);
	font-family: GreatVibes;
	background-color: var(--secundario);
	padding-top: 15px;
	padding-bottom: 12px;
	letter-spacing: -10px;
}
.lineas{
	font-size: 7vmin !important;
	font-family: Cormorant;
	color: var(--principal);
}
.textoFinal{
	font-family: Cormorant;
}
#donde{
	margin-top: -10px !important;
	padding-bottom: 0px !important;
}
#dresscode{
	margin-top: -40px !important;
}
.dondes{
	font-family: Cormorant;
	background-color: var(--principal);
	color: var(--blanco);
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.dondes .display-1{
	font-family: Cormorant;
}
.dondes a:link {
	color: var(--blanco);
}

.dondes a:visited {
	color: var(--blanco);
}

.dondes a:focus {
	border-bottom: 1px solid;
}
.gigante {
	font-size: 10vmin;
}
.flotante{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 998;
}
.flotante .btn:hover{
	background-color: var(--secundario) !important;
	color: var(--principal) !important;
}
.dresscodeSolo{
	display: block !important;
}
.dresscode{
	font-family: Great Vibes;
	font-size: 12vmin;
	color: var(--principal);
}
.dresscode2{
	font-weight: 200 !important;
	font-size: 6vmin;
	color: var(--principal);
}
.navbar-brand, .dressimage1, .dressimage2, .dressimage3{
	display: none;
}
.dresscodeAdultos, .dresscodeJovenes, .dresscodeJovenes2, .dressimageJoven{
	display: none;
}
.dressimage{
	height: 200px;
	background-image: url('/invitaciones/46/DressCode.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.uno{
	transform: rotate(5deg);
}
.dos{
	transform: rotate(-5deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.tres{
	transform: rotate(3deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-outline-success {
	color: var(--blanco) !important;
}
.btn-outline-danger {
	color: var(--blanco) !important;
}
.form-control{
	font-size: 3.5rem !important;
}
.google-maps iframe {
	width: 100% !important;
}
.modal-title {
	color: var(--blanco);
}
.modal-body{
	color: var(--blanco);
}

.texto-mesa{
	color: var(--blanco);
}
.botonEntrar{
	font-family: Cormorant;
	font-size: 24px;
}
.opcionRegalos{
	font-family: Lora;
	background-color: var(--principal);
	color: var(--blanco);
}
.regalo{
	color: var(--principal);
	font-size: 12vmin;
	font-family: HighSpirited;
}
.regalo{
	color: var(--principal);
	font-family: Greatvibes;
	font-weight: 100 !important;
}
#reloj{
	background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url('/invitaciones/46/Reloj3.jpg');
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 60px !important;
	padding-top: 60px !important;

	background-size: cover;
	background-position: 50% 50%;
	font-family: Cormorant;
	overflow: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	color: var(--tercero);
}

.tituloreloj{
	font-size: 6.5vmin;
	color: var(--blanco);
}
.tiempo{
	font-size: 10vmin;
	color: var(--blanco);
}
.tiempoTitulo{
	font-size: 6vmin;
	color: var(--blanco);
}
.tituloPadres{
	display: none;
}
.tituloPadrinos{
	font-size: 10vmin !important;
	font-weight: 900 !important;
}
nombrePadres, .nombrePadres, .nombrePadres2, .nombrePadres3{
	font-size: 5vmin !important;
}
.tituloPadres, .nombrePadres, .nombrePadres2, .nombrePadres3{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.tenemos{
	color: var(--cinco);
	font-family: Cormorant;
}
.tenemos1{
	font-size: 8vmin !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	font-weight: 900 !important;
}
.tenemos2{
	font-size: 8.5vmin !important;
	font-weight: 900 !important;
	color: var(--tercero);
}
.sinembargo1, .mejorSu{
	display: none;
}
.sinembargo2, .mejorTu{
	display: block !important;
}
.sinembargo{
	color: var(--principal) !important;
	font-size: 6vmin;
	font-family: Lora;
}
.navbar-brand{
	display: none;
}
.final{
	font-family: GreatVibes;
	font-size: 14vmin;
	color: var(--principal);
}
.imagenCeremonia{
	width: 100px;
	height: 100px;
	background-image: url('/assets/img/Invitaciones/Iglesia.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.imagenCivil{
	width: 100px;
	height: 100px;
	background-image: url('/assets/img/Invitaciones/Iglesia.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.imagenRecepcion{
	width: 100px;
	height: 100px;
	background-image: url('/assets/img/Invitaciones/Brindis.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.espacioArriba{
	display: none;
}
.espacioAbajo{
	display: none;
}
.rosa{
	color: var(--negro) !important;
}
.negro{
	color: #000000 !important;
}
.swal2-popup {
	background-color: var(--blanco) !important;
	color: var(--principal) !important;
}
.swal2-confirm {
	background-color: var(--principal) !important;
}
.confirmar, .botonDonde, .play{
	background-color: var(--principal);
	color: var(--blanco) !important;
}
.fondoIniciar{
	color: var(--secundario) !important;
	font-size: 2.5rem !important;
	line-height: 1 !important;
}
.textoEntrar{
	font-size: 1.4rem;
	color: var(--cinco);
}
.tenemos3{
	display: inline !important;
}
.animated-element {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	/* Fixes específicos para WebKit (Safari) */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform, opacity;

	/* Usar translate3d para forzar aceleración de hardware */
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

.animated-element.animate__animated {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Sobrescribir animaciones problemáticas de Animate.css */
.animate__bounceIn,
.animate__zoomIn,
.animate__rotateIn,
.animate__flipInX {
	-webkit-animation-name: safeFadeInUp !important;
	animation-name: safeFadeInUp !important;
	-webkit-animation-duration: 0.8s !important;
	animation-duration: 0.8s !important;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Animación personalizada más suave */
@-webkit-keyframes safeFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes safeFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Fix para evitar parpadeos al final de la animación */
.animate__animated {
	-webkit-animation-fill-mode: forwards !important;
	animation-fill-mode: forwards !important;
}

.sugerencias{
	font-family: Cormorant;
	color: var(--cinco);
	font-size: 2rem;
}

.link-mesa{
	text-decoration: none;
}

.no-phone-link {
    -webkit-text-size-adjust: none;
}

.no-phone-link a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.swal2-image{
	width: 250px !important;
	content: url('/invitaciones/46/Logo.jpeg');
	display: block !important;
}

h5.datosInvitado, .reservado{
	font-size: 6vmin !important;
}