@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');*/


::-webkit-scrollbar {
   display: none;  
}

html {
  scroll-behavior: smooth;
}

*{
	margin: 0px;
	padding: 0px;    
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
	width: 100vw;
	justify-content: center;
	display: flex;
	position: relative;
	user-select: none;
	/*background: url("../img/marmol_black_2_bg.jpg");	
    background-attachment: fixed; /* Mantiene la imagen quieta al hacer scroll */
    /*background-size: cover;      /* Escala la imagen para que quepa entera */
    /*background-repeat: no-repeat;  /* Evita que la imagen se duplique */
    /*background-position: center;   /* Centra la imagen en el espacio disponible */
	background: #0d0b08;
	background: rgba(208,199,182,1);
	/*background: url('../img/chino_75.png');*/
}
.container{
	width: 100vw;
	max-width: 500px;
	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-family: "Playfair Display", serif;*/
	/*font-style: italic;*/
	/*font-weight: 900;*/
}


.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%;
}




/*=======================.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;
}


/* =========================
   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: #8A6E2F !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.5s ease;    
  transform: translateY(50px) /*translateX(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;
}