@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

::-webkit-scrollbar {
   display: none;  
}

html {
  scroll-behavior: smooth;
}

*{
	margin: 0px;
	padding: 0px;    
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
   font-size: 1em;
   -webkit-font-smoothing: antialiased;
   font-optical-sizing: auto;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
	justify-content: center;
	display: flex;
	background: #222;
	position: relative;
	user-select: none;
}
.container{
	width: 100vw;
	max-width: 500px;
	background: #f1f1f1;
	overflow: hidden;
	height: 100%;
	position: relative;
	background-image: url("../img/marmol.webp");
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  background-attachment: fixed;
}

.great_vibes{
	font-family: "Great Vibes", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}






/*============hero=================*/

.hero{
	width: 100%;
	line-height: 1;
	overflow: hidden;
}
.hero img{
	width: 100%;
}
/*
-global-color-astglobalcolor0: #897a59;
    --e-global-color-astglobalcolor1:#978a6d: #978a6d;
    --e-global-color-astglobalcolor2: #80734e;
    --e-global-color-astglobalcolor3: #c19a5b;
    --e-global-color-astglobalcolor4: #f6f8f5;
    --e-global-color-astglobalcolor5: #ffffff;
    --e-global-color-astglobalcolor6: rgba(138, 122, 90, 0.79);
    --e-global-color-astglobalcolor7: #2f2f2f;
    --e-global-color-astglobalcolor8: rgba(138, 122, 90, 0.62);*/



/*============.nombres ================*/

.nombres{
	width: 100%;
	padding: 60px 40px;
	background: #ffffff;
  background: linear-gradient(180deg,  rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255,0.5) 60%);
	text-align: center;
	border-bottom: solid 1px rgba(0,0,0,.1);
	position: relative;
	filter: drop-shadow(0px -20px 20px rgba(0,0,0,.2));
}
.wave{
    position: absolute;
    background: url("../img/wave_pro_4.svg");
    background-size: cover;
    top: -60px;
    left: 0;
    width: 100%;
    height: 62px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.wave_down{
    position: absolute;
    background: url("../img/wave_pro_4.svg");
    background-size: cover;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 62px;
    z-index: 1;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transform: rotate(180deg);
}
.wave img{
	height: 100%;
}
.deco{
	z-index: 3;
	position: absolute;
	top: -60px;
	left: 0px;
	width: 300px;
	overflow: hidden;
}
.deco img{
	position: relative;
	width: 100%;
	left: -30px;
}
.nombres h1{
	font-size: 3.5rem;
	font-weight: 500;
	/*transform: rotate(-3deg); 
  text-orientation: sideways;*/
	-webkit-text-fill-color: transparent;
  background:linear-gradient(135deg, #ffbd00, #b59437, #ffbd00) text;
}
.nombres span{
	font-size: 2em;
	font-weight: 400;
}
.nombres h5{
	margin: 60px 0px 20px 0px;
	font-size: 1.5em;
	font-weight: 400;
}
.nombres p{
	color: rgba(0,0,0,0.6);
	line-height: 1.5;
}

/*=====================.pases=====================*/

.pases{
	padding: 80px 30px;
	width: 100%;
	background: #e9ceba;
	min-height: 350px;
	text-align: center;
}
.pases p{
	color: rgba(0,0,0,.6);
	font-weight: 400;
	font-size: 1em;
}
.inter{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.inter img{
	width: 75%;
	opacity: .5;
}
.pases h5{
	margin-top: 10px;
	font-size: 3em;
	font-weight: 400;
}
.pases span{
	color: rgba(0,0,0,.6);
	font-size: 1em;
}


/*=====================.padres======================*/

.padres{
	width: 100%;
	padding: 80px 30px 1px 30px;
	background: linear-gradient(180deg,
		rgba(255, 255, 255,1) 10%,
		rgba(255, 255, 255,0.8) 30%,
		rgba(255, 255, 255,0.7) 50%,
		rgba(255, 255, 255,0.8) 70%,
		rgba(255, 255, 255, 1) 90%);
	text-align: center;
}
.padres h5{
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 40px;
}
.padres .papas{
	margin: 30px 10px;
	padding: 40px 20px;
	border-radius: 20px;
	border: solid 1px rgba(0,0,0,.2);
	background: rgba(255,255,255,.6);
	position: relative;
	display: flex;
	justify-content: center;
}
.padres .papas p{
	position: absolute;
	background: #fff;
	border-radius: 15px;
	top: -16px;
	padding: 8px 15px;
	font-size: 1em;
	font-weight: 600;
	border: solid 1px rgba(0,0,0,.2);
}
.padres .papas span{
	font-size: 1.2em;
}

/*==================== Fecha ========================*/

.fecha{
	display: flex;
	align-items: center;
	width: 100%;
}
.fecha .parte{
	width: calc(35% - 20px);
	padding: 10px;
	border-top: solid 2px rgba(0,0,0,.2);
	border-bottom: solid 2px rgba(0,0,0,.2);
}
.fecha .centro{
	width: 30%;
	margin: 20px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 40px;
	border: solid 2px rgba(0,0,0,.5);
}
.fecha .centro h5{
	font-size: 4em;
}

/*=====================6_countdown.php=====================*/

.countdown_cont{
	width: 100%;
	padding: 30px;	
	background: linear-gradient(180deg,
		rgba(255, 255, 255,1) 10%,
		rgba(255, 255, 255,0.8) 30%,
		rgba(255, 255, 255,0.7) 50%,
		rgba(255, 255, 255,0.8) 70%,
		rgba(255, 255, 255, 1) 90%);
	text-align: center;
	position: relative;
}
.countdown_cont h5{
	font-size: 2em;
	font-weight: 400;
}
.countdown{ 
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;	
}
.countdown {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
}

.countdown div {
    padding: 15px 0;
    text-align: center;
}

.countdown div:last-child {
    border-right: none;
}

.countdown div p {
    font-weight: 600;
    font-size: 3rem;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #ffbd00, #b59437, #ffbd00) text;
}

.countdown div span {
    color: #a49fa1;
    font-weight: 300;
}

/*=======================.imgTransicion ============================*/

.imgTransicion{
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #000;
	position: relative;
	/*background-position: center center;
	background-attachment: fixed;
	background-size: cover;*/
}
.imgTransicion img{
	opacity: .8;
	width: 100%;
}
.imgTransicion p{
	color: #fff;
	position: absolute;
	font-size: 3em;
	font-weight: 400;
}

/*==========================.ubicaciones=============================*/

.ubicaciones{
	width: 100%;
	padding: 40px 20px 30px 20px;
	background: linear-gradient(180deg,
		rgba(255, 255, 255,1) 10%,
		rgba(255, 255, 255,0.8) 30%,
		rgba(255, 255, 255,0.7) 50%,
		rgba(255, 255, 255,0.8) 70%,
		rgba(255, 255, 255, 1) 90%);
	position: relative;
}
.ubicaciones .lugar{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 60px;
}
.ubicaciones .lugar h5{
	padding: 10px 10px 30px 10px;
	font-size: 1.2em;
	color: #bb5038;
}
.ubicaciones .lugar .datos_lugar{
	width: 100%;
	max-width: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	opacity: .8;
}
.ubicaciones .lugar .datos_lugar span{
	width: 33.33%;
	padding: 5px 15px;
	font-size: 1em;
	color: #bb5038;
}
.ubicaciones .lugar .datos_lugar span:nth-of-type(2n){
	width: 66.66%;	
	border-left: solid 1px #bb5038;
}
.ubicaciones .lugar .datos_lugar .btn_ubicacion{
	padding: 20px 30px;
	border-radius: 20px;
	cursor: pointer;
	background: #edc1b3;
	margin-top: 30px;
	color: #7b2a10;
	font-size: 1.1em;
	font-weight: 600;
}
/*=======================.itinerario=====================*/

.itinerario{
	width: 100%;
	background: #f1f1f1;
	padding: 150px 30px;
	text-align: center;
}
.itinerario  .title_itinerario{
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 30px;
}
.itinerario .acto{
	width: 100%;
	height: 120px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.itinerario .acto .seg{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	height: 100%;
	position: relative;
}
.itinerario .acto .seg .pin{    
	width: 12px;
    height: 12px;
    border-radius: 6px;
    background: rgba(0,0,0,1);
    transform: rotate(45deg);
    position: absolute;
    right: -7.5px;
    bottom: 60px;
}
.itinerario .acto .seg:last-of-type{
	border-left: solid 2px rgba(0,0,0,.2);
}
.itinerario .acto .seg .seg_cont{
	padding: 35px 20px;
}
.itinerario .acto .seg .seg_cont h5{
	color: rgba(0,0,0,.7);
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 1.2em;
}
.itinerario .acto .seg .seg_cont span{
	color: rgba(0,0,0,.8);
	font-family: "Great Vibes", cursive;
}

/*============================
           Galeria
==============================*/

.galeria{
	width: 100%;
	padding: 30px 15px;
	background: #fff;
	position: relative;
}
.galeria h5{
	font-weight: 400;
	font-size: 2em;
	padding: 30px;
	text-align: center;
}

.box{
	overflow: hidden;
	transition: all .5s ease-in-out;
	border-radius: 10px; 
    background: #000;
    overflow: hidden;
    line-height: 0;
}
  .box img{
    width: 100%;
  }

/*========*/

.blueimp-gallery {
    background: rgba(0,0,0,.6);
}
.blueimp-gallery-display>.next, .blueimp-gallery-display>.prev {
    border: 0px solid #fff;
}
.blueimp-gallery>.slides>.slide>.slide-content, 
.blueimp-gallery>.slides>.slide>.slide-content>img {
    max-height: 90%;
    max-width: calc(100% - 30px);
    border-radius: 10px;
}


/*=====================confirmacion======================*/

.confirmacion{
	width: 100%;
	padding: 60px 30px;
	background: rgba(255,255,255,1);
	text-align: center;
	display: flex;
	justify-content: center;
	border-bottom: dotted 1px rgba(0,0,0,.2);
}
.confirmacion .btn_confirmacion{
	padding: 20px 30px;
	background: #ebbf0c;
	color: #222;
	border-radius: 20px;
	font-weight: 600;
}


/*==============Modal de confirmacion =================*/

.shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	transition: all .3s;
	cursor: pointer;
	background: rgba(0,0,0,.5);
	user-select: none;
}
	
.modal{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal .content_modal{
	transform: translateY(150px);
	transition: .5s;
	border-radius: 15px 15px 45px 45px;
	width: calc(100% - 30px);
	max-width: 470px;
	background: #fff;
	padding: 60px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	opacity: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	z-index: 12;
}
.modal .content_modal p{
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0,0,0,.8);
}
.modal .content_modal h5{
	font-size: 2.5em;
	padding: 15px 0px 20px 0px;
	font-weight: 400;
}
.modal .content_modal strong{
	font-weight: 800;
	font-size: 1.2em;
	margin-left: 6px;
	margin-right: 6px;
}
.modal .content_modal .btn_si{
	padding: 20px 30px;
	border-radius: 120px;
	margin-top: 30px;
	background: #ea6e52;
	font-weight: 600;
	font-size: 1em;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}
.modal .content_modal .btn_no{
	padding: 20px 30px;
	border-radius: 120px;
	margin-top: 10px;
	background: #222;
	font-size: 1em;
	color: #fff;
	cursor: pointer;
}
.invisible{
	display: none;
	opacity: 0!important;;
}
.show{
	opacity: 1 !important;	
	transform: translateY(0px) !important;
}

/* =========================
   RESPLANDOR
   ========================= */
.btn_si::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.45) 50%,
        transparent 100%
    );

    transform: skewX(-25deg);
    transition: left 0.8s ease;
    pointer-events: none;
    animation: Flow 5s linear infinite;
}

@keyframes Flow {
  0% {left: 120%;}
  20% {left: -120%;}
  80% {left: -120%;}
  100% {left: 120%;}
}
.btn_si:hover {
    background: #cd4b2e!important;
}


/*=============Btn pause/play===============*/

.lotiex{
	height: 85px;
}

.btn_music{
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 6;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.1);
	cursor: pointer;
	overflow: hidden;
}

lottie-player {	
    width: 100%;
}




/*============= animaciones===============*/


.animate{
  opacity: 0;
  transition: all 0.3s ease;    
  transform: translateY(100px);
  position: relative;

}
.animate.visi {
    opacity: 1;
    transform: translateY(0) translateX(0) ;  /* sube a su posición original */
}

/*=================.footer=================*/

.footer{
	width: 100%;
	height: 80px;
	background: #d29032;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
}
.footer img{
	width: 20px;
	margin-right: 10px;
}