html{
    overflow-x: hidden;
}
body{
	overflow-x: hidden;
	font-family: 'Monterchi Sans Trial Book';
}

.bg-mensaje{
	background-image:url("../img/fondos/fondo_mensaje.png");
	background-size: 100% 100%;
}

.bg-detalle{
	background-image:url("../img/fondos/fondo_detalle.png");
	background-size:cover;
	padding: 19rem 0;
}

.bg-intinerario{
	background-image:url("../img/fondos/fondo_itinerario.png");
	background-size: cover;
}

.bg-cuenta-regresiva {
    background-image: url(../img/fondos/degradado_conteo.png);
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.bg-azul{
	background-color:#43617D;
}

.bg-azul-opacity{
	background-color:rgba(67,97,125,0.5);
}

.bg-azul-claro{
	background-color:#dfebf3;
	/* box-shadow: 0px 5px 19px rgb(0 0 0 / 45%); */
}

.bg-intinerario{
	background-image:url("../img/fondos/fondo_intinerario.png");
	background-size: cover;
}

.bg-galeria{
	background-image:url("../img/fondos/fondo_galeria.png");
	background-size: 100% 100%;
}

.bg_no_ninos{
	background-image:url("../img/fondos/fondo_no_ninos.png");
	background-size: cover;
}

.bg_asistencia{
	background-image:url("../img/fondos/fondo_asistencia.png");
	background-size: cover;
}

.text-beige{
	color:#9b8d81;
}

.text-cafe{
	color:#7b695a;
}

.img-inicio{
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

.icon-iniciales{
	max-width: 7rem;
}

.elemento{
	opacity:0;
}

.carousel-indicators {
    bottom:-1rem;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.player {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 80%;
  margin: 20px auto;
}

.btn-play {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.btn-volumen {
  cursor: pointer;
}

.progress-container {
  flex: 1;
  background: #fff;
  border-radius: 5px;
  height: 10px;
  position: relative;
  cursor: pointer;
}

.progress {
  background: #f6f2e7;
  height: 100%;
  width: 0%;
  border-radius: 5px;
  transition: width 0.2s;
}

.time {
  font-family: 'FONTSPRING DEMO - The Seasons';
  font-size: 14px;
  min-width: 70px;
  text-align: center;
  color:#fff;
}

#volume {
  width: 80px;
  accent-color: #f6f2e7;
}

.barra-reproduccion{
	background-color:#d5c5b9;
}

.subtitle-slide {
    font-size: 2.5rem;
    letter-spacing: 1.5rem;
    transform: translateY(6px);
	font-weight:bold;
}

.text-slide{
	font-family: 'FONTSPRING DEMO - The Seasons';
	font-size:1.5rem;
	letter-spacing: 0.8rem;
}

.caption-slider{
	bottom:5rem;
}

.caption-slider-top{
	top:2rem;
}

.nombre-slide{
	font-family: 'Slight';
	font-size:5rem;
	font-weight:400;
}

.fecha-slide{
	font-family: 'FONTSPRING DEMO - The Seasons';
	font-size:1rem;
	font-weight:bold;
	word-spacing: 10px;
}

.time-home{
	padding:0 2rem;
	font-size:1.25rem;
	font-weight: bold;
	color:#fff;
	text-align:center;
	font-family: 'FONTSPRING DEMO - The Seasons';
}

.time-home:first-of-type {
  padding-left: 0.25rem; /* Cambia esto por el padding que desees */
}

.time-home:last-of-type {
  padding-right: 0.25rem; /* Cambia esto por otro padding */
}

.time-home span{
	font-size:4rem;
	font-family: 'FONTSPRING DEMO - The Seasons';
	text-align:center;
}

.title-section{
	font-size:5rem;
	font-family: 'TT Berlinerins';
}

.text-section{
	font-size:1.25rem;
	font-family: 'TeXGyreTermes';
	word-spacing: 0.25rem;
	/* letter-spacing: 0.2rem; */
	font-weight:600;
}

.text-section-small{
	font-size:1rem;
	font-family: 'TeXGyreTermes';
	/* letter-spacing: 0.2rem; */
	font-weight:600;
}

.text-recepcion{
	font-size:1.75rem;
	font-family: 'TeXGyreTermes';
	word-spacing: 0.25rem;
	/* letter-spacing: 0.2rem; */
	font-weight:600;
}

.subtitle-mensaje{
	font-size:3rem;
	font-family: 'TT Berlinerins';
}

.nombres-section{
	font-size:2rem;
	font-family: 'TT Berlinerins';
}

.bg-parallax{
	height:30rem;
}

.title-recepcion{
	font-size:3rem;
	font-family: 'Slight';
	word-spacing: 0.5rem;
	letter-spacing: 0.2rem;
	font-weight:600;
}

.text-recepcion {
    font-size: 1.75rem;
    font-family: 'TeXGyreTermes';
    word-spacing: 0.25rem;
    font-weight: 600;
}

.fecha-recepcion{
	font-size:1.5rem;
	font-family: 'FONTSPRING DEMO - The Seasons';
	word-spacing: 0.5rem;
	letter-spacing: 0.5rem;
	font-weight:600;
}

.hora-recepcion {
    font-size: 3rem;
    font-weight: 300;
    word-spacing: 0.1rem;
    letter-spacing: 1px;
    font-family: 'FONTSPRING DEMO - The Seasons';
}

.btn-formas {
    font-size: 1.5rem;
	font-family:'TeXGyreTermes';
    border: 1.5px solid #7b695a;
    border-radius: 30px;
    background-color: transparent;
    color: #7b695a;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    width: 25rem;
}

.btn-formas:hover {
	background-color: transparent;
    color: #7b695a;
}

.globo-izquierdo {
	font-family: 'TeXGyreTermes';
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 5px 5px;
	width: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-left: 30px; /* para dejar espacio al pico */
}

.globo-izquierdo::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 30%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 16px solid #fff;
}

.globo-derecho {
	font-family: 'TeXGyreTermes';
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 5px 5px;
	width: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-right: 30px; /* espacio para el pico */
}

.globo-derecho::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 30%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
}

.globo-derecho-small {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px;
	width: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-right: 30px; /* espacio para el pico */
}

.globo-derecho-small::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 30%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
}


.globo-izquierdo-small {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px;
	width: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-left: 30px; /* para dejar espacio al pico */
}

.globo-izquierdo-small::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 30%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 16px solid #fff;
}

.content-icon-intinerario{
	background-image: url("../img/fondos/fondo_blancochico.png");
    background-position: center;
    background-size: container;
	z-index: 2;
}

.icon-intinerario{
	width: 2.5rem;
	height:auto;
}

.top-35 {
    top: 35% !important;
}

.text-intinerario {
    font-size: 1.25rem;
    font-weight: 400;
    word-spacing: 0.2rem;
    letter-spacing: 1px;
}

.hora-intinerario {
    font-size: 1.25rem;
    font-weight: 400;
    word-spacing: 0.2rem;
    letter-spacing: 1px;
	font-family: 'FONTSPRING DEMO - The Seasons';
}

.line-intinerario {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translateX(-50%);
	width: 2px;
	height: 90%;
	background-color: #8e9fb0;
	opacity:1;
}

.vertical-progress-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 53%; /* o lo que necesites */
	width: 3px;
	background-color: rgba(120,148,175,0.5);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	top:26%;
}

.vertical-progress-bar {
	width: 100%;
	height: 0%;
	background: #7894af;
	transition: height 1s ease-out;
}

.icon-vestimenta{
	width: auto;
	height:7rem;
}

.title-regalo{
	font-size:1.75rem;
	font-family: 'TeXGyreTermes';
	word-spacing: 0.25rem;
	font-weight:400;
}

.text-regalo{
	font-size: 1.25rem;
    font-family: 'TeXGyreTermes';
    font-weight: 400;
    line-height: 1.2;
}

.icon-regalo{
	width: auto;
	height:4rem;
}

.color-vestimenta{
	width: 10rem;
	height:auto;
}

.title-vestimenta{
	font-size:1.75rem;
	font-family: 'TeXGyreTermes';
	word-spacing: 0.25rem;
	font-weight:400;
}

.text-vestimenta{
	font-size: 1.25rem;
    font-family: 'TeXGyreTermes';
    font-weight: 400;
    line-height: 1.2;
}

.img-galeria{
	height:25rem;
	width:auto;
}

.btn-mesa-regalos{
	font-size: 1rem;
    border: 1.5px solid #fffd;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    padding-bottom: 0.3rem;
    padding-top: 0.25rem;
    width: 15rem;
	font-family:'TeXGyreTermes';
}

.btn-mesa-regalos:hover {
	background-color: transparent;
    color: #fff;
}

.title-asistencia{
	font-size:3rem;
	font-family: 'TeXGyreTermes';
	word-spacing: 0.5rem;
	letter-spacing: 0.2rem;
	font-weight:500;
}

.subtitle-asistencia{
	font-size:1.5rem;
	font-family: 'TeXGyreTermes';
	word-spacing: 0.5rem;
	letter-spacing: 0.2rem;
	font-weight:400;
}

.text-pases{
	font-size:1rem;
	font-family: 'Public Sans';
	word-spacing: 0.5rem;
	font-weight:600;
}

.icono-pases{
	width:3rem;
	height:auto;
}

.btn-asistencia {
    border: 2px solid #7894af;
    background-color: #7894af;
    color: #fff;
    font-family: 'FONTSPRING DEMO - The Seasons';
    font-weight: bold;
    padding: 0.5rem 3rem;
}

.btn-asistencia:hover{
	border: 2px solid #7894af;
    color: #fff;
	background-color:#7894af;
}

.content-loading{
	width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    background-color: #000;
    z-index: 1000;
	color:#fff;
	padding-top:10%;
    background-repeat: no-repeat;
    background-image: url("../img/banner/inicio.png");
    background-position: center;
    background-size: cover;
}

.open-invitacion{
	overflow-y:hidden;
}

.open-invitacion .content-loading{
	display:block;
	overflow-x:hidden;
}

@keyframes hideContentLoading {
    0% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0px);
    }
    100% {
        opacity: 0;
        transform: scale(1.3);
        filter: blur(10px);
    }
}

.content-loading.animate-out {
    animation: hideContentLoading 1s ease forwards;
}

.content-footer-home{
	bottom:8rem;
	justify-items:center;
}

.btn-white{
	background-color:transparent;
	border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    width: 18rem;
    font-family: 'FONTSPRING DEMO - The Seasons';
    font-weight: 300;
	padding:0.375rem 0.75rem;
}

.btn-white:hover{
	border: 2px solid #fff;
    color: #8e9fb0;
	background-color:#fff;
}

.text-frase{
	font-size:1.75rem;
	font-family: 'TeXGyreTermes';
	word-spacing: 0.25rem;
	/* letter-spacing: 0.2rem; */
	font-weight:400;
}

.flores{
	width:15%;
	height:auto;
}

.hr-form{
	border: 1.5px solid #8ea0ae;
}

.hr-slide {
    border-top: 1.5px solid #fff;
    opacity: 1;
    margin: 0;
}

.title-contador {
    font-size: 2rem;
    letter-spacing: 1.5rem;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

.contador-tiempo {
	font-family: 'The Seasons';
    font-size: 1.5rem;
    word-spacing: 0.5rem;
    color: #fff;
    z-index: 1;
}

.contador-tiempo span {
    font-family: 'The Seasons';
    font-size: 5rem;
}

@media (max-width: 1399.98px) {	
	.vertical-progress-container {
		height: 55%;
		top: 25%;
	}
	
	.icon-vestimenta{
		height:6rem;
	}

	.title-regalo{
		font-size:1.5rem;
	}

	.text-regalo{
		font-size: 1.15rem;
	}
}

@media (max-width: 1300px) {	
	.vertical-progress-container {
        height: 55%;
        top: 25%;
    }
}

@media (max-width: 1199.98px) {
	.btn-formas {
		font-size: 1rem;
		width: 18rem;
	}
	
	.icon-recepcion{
		width:6rem;
		height:auto;
	}
	
	.hora-recepcion {
		font-size: 1.5rem;
	}
	
	.text-recepcion {
		font-size: 1.5rem;
	}
	
	.title-recepcion {
		font-size: 1.25rem;
	}
	
	.vertical-progress-container {
        height: 61%;
        top: 21%;
    }
	
	.icon-regalo {
		height: 3rem;
	}
	
	.title-regalo {
        font-size: 1.25rem;
    }
	
	.btn-mesa-regalos {
		font-size: 0.8rem;
		width: 12rem;
	}
	
	.text-regalo {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
	.text-section {
		font-size: 1rem;
	}
	
	.nombres-section {
		font-size: 1.25rem;
	}
	
	.fecha-recepcion {
		font-size: 1.5rem;
	}
	
	.img-recepcion{
		height: 33rem;
		object-fit: cover;
		object-position: 53%;
	}
	
	.vertical-progress-container {
        height: 49%;
        top: 28%;
    }
}

@media (max-width: 767.98px) {
	.content-loading{
		background-image: url("../img/banner/inicio_movil.png");
	}
	
	.img-inicio-movil{
		height: 100vh;
		object-fit: cover;
	}
	
	.bg-parallax {
		height: 20rem;
	}
	
	.text-intinerario {
		font-size: 0.9rem;
	}
	
	.title-section {
		font-size: 1.75rem;
	}
	
	.title-vestimenta {
		font-size: 1.5rem;
	}
	
	.text-frase {
		font-size: 1.5rem;
	}
	
	.time-home {
		padding: 0 1rem;
		font-size:1rem;
	}
	.time-home span {
        font-size: 2.5em;
    }
	
	.text-frase{
		font-size: 1rem;
	}
	
	.bg-mensaje{
		background-image:url("../img/fondos/fondo_mensaje_movil.png");
		background-size: 100% 100%;
	}
	
	.globo-izquierdo::before {
		top: 40%;
	}
	
	.globo-derecho::after {
		top: 40%;
	}
	
	.globo-izquierdo {
		margin-left: 15px;
	}
	
	.globo-derecho {
		margin-right:10px;
	}
	
	.vertical-progress-container {
        height: 43%;
        top: 31%;
    }
}

@media (max-width: 575.98px) {
	.vertical-progress-container {
        height: 63%;
        top: 21%;
    }
	
	.icon-iniciales {
		max-width: 5rem;
	}
	
	.nombre-slide {
		font-size: 2rem;
	}
	
	.time-home {
		padding: 0 1rem;
		font-size:0.8rem;
	}
	.time-home span {
        font-size: 2em;
    }
	
	.fecha-recepcion {
        font-size: 1.25rem;
		letter-spacing: 0.25rem;
    }
	
	.bg-parallax {
		height: 18rem;
	}
	
	.img-recepcion {
        height: 30rem;
		margin-bottom:5rem;
    }
	
	.icon-recepcion {
        width: 5rem;
        height: auto;
    }
	
	.hora-recepcion {
		font-size: 1.25rem;
	}
	
	.text-recepcion {
		font-size: 1.25rem;
	}
	
	.title-recepcion {
		font-size: 1rem;
	}
	
	.btn-formas {
		font-size: 1rem;
		width: 17rem;
		padding-bottom: 0.25rem;
		padding-top: 0.25rem;
	}
	
	.magin-forma {
		margin-bottom:6rem!important;
	}
	
	.margin-top-recepcion{
		margin-top:2.5rem;
		margin-bottom:5rem;
	}
	
	.text-intinerario {
		font-size: 0.8rem;
	}
	
	.hora-intinerario {
		font-size: 0.8rem;
	}
	
	.bg-intinerario{
		background-image:url("../img/fondos/fondo_intinerario_movil.png");
	}
	
	.title-asistencia {
		font-size: 2rem;
	}
	
	.subtitle-asistencia {
		font-size: 1rem;
		word-spacing: 0.25rem;
	}
	
	.title-vestimenta {
        font-size: 1.25rem;
    }
	
	.text-vestimenta {
		font-size: 1rem;
	}
	
	.title-section {
        font-size: 1.5rem;
    }
	
	.icon-regalo {
        height: 2.5rem;
    }
	
	.title-regalo {
        font-size: 1rem;
    }
	
	.text-regalo {
        font-size: 0.8rem;
    }
	
	.carousel-indicators [data-bs-target] {
		width: 5px;
		height: 5px;
	}
	.carousel-indicators {
		bottom: -0.5rem;
	}
	
	.text-pases {
		font-size: 0.8rem;
		letter-spacing: 2px;
		word-spacing: 0rem;
	}
	
	.iniciales-reservacion{
		width:5rem;
		height:auto;
	}
	
	.text-section-small{
		font-size:0.8rem;
	}
}