@font-face {
    font-family: Bebas Neue;
    src: url('../recursos/fuentes/BebasNeue-Regular.ttf');
}

*{
	font-family: 'Bebas Neue', cursive;
	padding: 0;
	margin: 0;
}

/*movil girado*/
#landscape {
    display: none;
    z-index: -100;
}
 
@media(max-width: 900px) and (orientation: landscape){
#landscape {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-image:url("../recursos/gifs/ruido.gif");
    z-index: 999999999999999;
    width: 100%;
    height: 100vh;
    font-size: 3em;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
}

/*EFECTOR RUIDO*/
.pantallasGrandes{
	width: 100%;
	height: 100vh;
	background-color: black;
	z-index: 9999999999;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pantallasGrandes h2{
	color: white;
	position: absolute;
	left: 5%;
	top: 5%;
	font-size: 3em;
	transition: all 0.3s;
}

.pantallasGrandes h3{
	color: white;
	font-size: 6em;
	text-align: center;
	margin-top: -15%;
	z-index: 1;
	line-height: 1em;
	transition: all 0.3s;
}

.pantallasGrandes .pre{
	opacity: 0;
	position: relative;
	top: -30px;
	transition: all 0.2s;
}

@media only screen and (max-width: 900px) {
  .pantallasGrandes {
    display: none;
  }
}

.Noise {
    top: -60vw;
    right: -60vw;
    bottom: -60vw;
    left: -60vw;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 9999999999999999999;
    background-position: 50%;
    background-image: url("../recursos/noise.png");
    opacity: .5;
    pointer-events: none;
    animation: NoiseGenerate 2s steps(2) infinite
}

@keyframes NoiseGenerate {
    0% {
        transform: translate3d(0,9rem,0)
    }

    10% {
        transform: translate3d(-1rem,-4rem,0)
    }

    20% {
        transform: translate3d(-8rem,2rem,0)
    }

    30% {
        transform: translate3d(9rem,-9rem,0)
    }

    40% {
        transform: translate3d(-2rem,7rem,0)
    }

    50% {
        transform: translate3d(-9rem,-4rem,0)
    }

    60% {
        transform: translate3d(2rem,6rem,0)
    }

    70% {
        transform: translate3d(7rem,-8rem,0)
    }

    80% {
        transform: translate3d(-9rem,1rem,0)
    }

    90% {
        transform: translate3d(6rem,-5rem,0)
    }

    to {
        transform: translate3d(-7rem,0,0)
    }
}


/*MENU NAVEGACIOM*/

body,html{
	overflow-x: hidden;
	scroll-behavior: smooth!important;
	/*width: 100vw!important;*/
}

section{
	background-color: white;
	/*width: 100vw!important;*/
	

}

nav{
	overflow-x: auto;
	width: 100vw;
	height: 60px;
	border-bottom: 2px solid black;
	position: fixed;
	background-color: white;
	top: 0;
	z-index: 99;
	transition: all 0.7s;
}

nav ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	width: 100%;
}

nav ul li{
	list-style: none;
}

nav ul li a{
	color: black;
	text-decoration: none;
	font-size: 1.7em;
	letter-spacing: -1px;
	margin: 5px 5px;
	font-weight: 500;
}

/*--------------------------------------------------*/

/*SECCION1*/
.carga{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100vh;
	background-image: url("../recursos/gifs/ruido.gif");
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	z-index: 99999999;
	position: fixed;
	padding-left: 5%;
	overflow: hidden;
	transition: all 0.3s;

}
.carga h2{
	color: white;
	font-size: 13em;
	line-height: 0.7em;
	font-weight: 500;
	letter-spacing: -3px;
	text-align: left;
	transition: all 0.2s;
	opacity: 0;
	position: relative;
	display: block;
}


.uno{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	margin-top: 80px;
}
.uno .titulo{
	z-index: 1;
}

.uno .titulo h1{
	font-size: 11em;
	font-weight: 300;
	letter-spacing: -9px;
	line-height: 0.75em;
	text-align: right;
}
.uno .titulo h3{
	position: relative;
	font-size: 5em;
	font-weight: 300;
	margin-top: -25px;
	margin-bottom: -70px;
}

.uno .titulo h4{
	font-size: 4em;
	font-weight: 300;
	margin-top: -25px;
	text-align: right;
	letter-spacing: -1px;
}


.uno .titulo h1 span{
	font-size: 1.6em;
	line-height: 0.75em;
	-webkit-text-stroke: 2px black;
    color: transparent;
}

.uno .imagen{
	position: relative;
	top: -160px;
	z-index: 0;
	margin-bottom: -200px;
}

.uno .imagen img{
	z-index: 0;
	margin-bottom: 200px;
	max-width: 400px;
	width: 400px;
}

/*--------------------------------------------------*/

/*SECCION2*/

.dos{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

.dos .columna1,.dos .columna2{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.dos .columna1 h2{
	width: 100%;

}

.dos .columna1 h2:first-child{
		font-size: 18em;
    position: relative;
    letter-spacing: -25px;
    font-weight: 400;
    line-height: 0.7em;
    margin-right: 27px;
    margin-top: -13px;
}

.dos .columna1 h2:nth-child(2){
	  font-size: 9em;
    position: relative;
    letter-spacing: -6px;
    font-weight: 400;
    line-height: 0.7em;
    margin-left: 13px;
}

.dos .columna1 h2:nth-child(3){
		font-size: 4.1em;
    position: relative;
    letter-spacing: -3px;
    font-weight: 400;
    line-height: 1;
    margin-left: 18px;
}


.dos .columna2 h2:first-child{
		font-size: 7em;
    position: relative;
    letter-spacing: -4px;
    font-weight: 400;
    line-height: 0.7em;
    -webkit-text-stroke: 1px black;
    color: transparent;
    margin-right: -3px;
}
.dos .columna2 h2:nth-child(2){
	font-size: 4.2em;
    position: relative;
    letter-spacing: -2px;
    font-weight: 400;
    line-height: 1.7em;
    line-height: 1em;
    margin-bottom: -10px;
    margin-right: -10px;
    color: black;
}

.dos .columna2 .imagen{
	margin-top: -60px;
	margin-right: -30px;
}

.columna2 img{
	max-width: 180px;
	width: 180px;
}
.dos .columna2{
	align-items: flex-start;
  padding-left: 0.7em;
}

/*--------------------------------------------------*/

/*BANNER*/

.banner{
	width: 600vw;
	height: 60px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 3em;
	letter-spacing: -1px;
	padding: 10px 0;
	margin-top: 20px;
}
.banner h2{
    animation: desliza 9s linear infinite;
    position: relative;
    margin-top: 4px;
    font-weight: 400;
}

.banner h2 span{
	-webkit-text-stroke: 1px black;
    color: transparent;
}

@keyframes desliza{
	0%{
		margin-left: 0;
	}
	100%{
		margin-left: -1010px;
	}
}


/*--------------------------------------------------*/

/*LOGO GIRATORIO*/

.logoGiratorio{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 200px;
}

.logoGiratorio	 img:first-child{
	width: 120px;
	height: 120px;
	animation: gira 6s linear infinite;
}

.logoGiratorio	 img:nth-child(2){
	width: 50px;
	height: 50px;
	position: relative;
	margin-top: -85px;
}

@keyframes gira{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
/*------------------------------------------*/
/*SECCION3*/

.tres{
	width: 100%;
}

.tres .elFinde{
	/*border: 1px solid black;*/
	padding: 60px 0px 0 0px;
}

.tres .elFinde h2:first-child{
	font-size: 4em;
  font-weight: 100;
  letter-spacing: -3px;
  margin-left: 1rem;
}

.tres .elFinde h2:nth-child(2){
		font-size: 8.7em;
    font-weight: 400;
    letter-spacing: -5px;
    line-height: 0.6em;
    width: 100%;
    margin-left: 1rem;
}

/*------------------------------------------*/
/*SECCION PREBODA*/

.separador{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;

}

.separador div{
	width: 80%;
	height: 1px;
	background-color: black;
}


.preboda{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 10px;
	z-index: 1;
}

.preboda div:first-child{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	flex-direction: column;


}

.preboda div:first-child h3:first-child{
	font-size: 4em;
	letter-spacing: -3px;
	font-weight: 300;
}
.preboda div:first-child h3:nth-child(2){
	font-size: 2.5em;
	letter-spacing: -2px;
	font-weight: 300;
	line-height: 1em;
	margin-top: -20px;
}

.preboda .mas{
	width: 50x;
	height: 50px;
	margin-top: 10px;
}
.preboda .sitios{
	width: 30%;
	height: 130px;
}

.sitios img{
	width: 100px;
	max-width: 100px;
}
.preboda .fecha{
	height: 130px;
	width: 20%;
}

.preboda .diaB{
	font-size: 4.5em!important;
}
.preboda .postboda{
	font-size: 3.8em!important;
}

/*----------------------------------*/

.extendido{
	width: 100%;
	height: 0vh;
	opacity: 0;
	position:relative;
	z-index: 0;
	transition: all 0.4s;
	}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 10px;



}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 30px;
  text-align: center;
  border-top: none;
  border-collapse: collapse;
}

.grid1 {
  grid-column-start: 1;
  grid-column-end: 5;
  background-color: black;
  color: white;
  height: 30px;
  padding: 15px 0 10px 0;
  letter-spacing: 5px;
  font-weight: 300;
  line-height: 1em;
}
.grid2,.grid4,.grid7{
	font-size: 3em;
	letter-spacing: -3px;
	font-weight: 500;
	border-right: none;
	text-align: left;
}
.grid7{
	border-bottom: none;
}

.grid5, .grid9, .grid10{
	border-right: none;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	letter-spacing: -1px;
}

.grid10{
	grid-column-start: 1;
  	grid-column-end: 3;
  	padding: 10px;
}
.grid11{
	grid-column-start: 3;
  	grid-column-end: 5;
  	padding: 10px;
}

.grid10 img, .grid11 img{
	width: 150px;
	max-width: 150px;
}



.grid3 {
  grid-column-start: 2;
  grid-column-end: 5;
	font-size: 1em;
}
.grid3 .hora{
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: -1px;
}

.grid5 .lugar{
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid6{
	background-color: black;
}
.grid6 .ubicacion{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	
}

.grid5 {
  grid-column-start: 2;
  grid-column-end: 4;
}
.grid8 {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 6;
  text-align: left;
font-family: 'Poppins', sans-serif;
font-size: 1em;
padding: 10px;
letter-spacing: -1px;

}

.ubicacion a{
	text-decoration: none;
	color: white;
}

/*------SECCION QUIZZ-------------*/

.quizz{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75vh;
	background-color: black;
	margin-top: 50px;
	transition: all 0.5s;
	background-image: url("../recursos/gifs/ruido.gif");
}

#quizz{
	margin-bottom: 60px;
}

.marco{
	display: flex;
	flex-direction: column;
	flex: column;
	justify-content: center;
	align-items: center;
	width: 95%;
	height: 97%;
	border: 1px solid white;

}

.tituloQuizz{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.tituloQuizz h2:first-child{
	font-size: 13em;
    letter-spacing: -7px;
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0px;
}

.tituloQuizz h2:nth-child(2){
	color: white;
	font-size: 5em;
	font-weight: 200;
	line-height: 1em;
	margin-top: -30px;
	letter-spacing: -1px;
}
.tituloQuizz button{
	width: 87%;
	height: 80px;
	background-color: white;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	z-index: 9;
}

.tituloQuizz button span{
	border: 2px solid black;
	width: 96%;
	height: 87%;
	font-size: 3.5em;
	letter-spacing: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tituloQuizz .nota{
	color: white;
	font-size: 3em;
	font-weight: 100;
	opacity: 0;
	transition: all 100;
}

.preguntasQuizz{
	margin-top: -130px;
	width: calc(100% - 40px);
	padding: 30px;
	opacity: 0;
	display: none;
	transition: all 0.3s;

}
.preguntasQuizz h4{
	text-align: right;
	font-size: 0.8em;
	letter-spacing: 6px;
	color: white;
	font-weight: 100;
}

.preguntasQuizz h3{
	text-align: center;
	font-size: 2.4em;
	letter-spacing: -1px;
	font-weight: 100;
	color: white;
	height: 2em;
}

.preguntasQuizz .opciones{
	display: flex;
	flex-direction: column;
	min-height: 150px;
	justify-content: space-between;
	margin-top: 20px;
	z-index: 9;
}

.preguntasQuizz .opcion{
	background-color: white;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	margin-top: 10px;
	font-size: 2.5em;
	letter-spacing: -1px;
	z-index: 9;
}

.preguntasQuizz .ancho{
	width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.preguntasQuizz .opcion .letra{
	position: absolute;
	background-color: black;
	width: 40px;
	height: 40px;
	color: whitesmoke;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 35px;
	border-radius: 50%;
	padding-top: 3px;
	padding-bottom: -3px;
}
.gif {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-top: -300px;
z-index: 0;
height: 40vh;
width: 90%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

/*.gif img{
	width: 320px;
	max-width: 320px;
	padding: 30px;
	opacity: 0;

}*/

/*--------------------------------*/

.momentos{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	justify-content: space-around;
	align-items: center;
	padding: 120px 0 50px 0;

}

.momentos h2{
	font-size: 6em;
	font-weight: 300;
	letter-spacing: -4px;
	margin-bottom: 50px;
}

.momentos h3{
	font-size: 5em;
	color: white;
	font-weight: 300;
}


.momentos h4{
	font-size: 1.2em;
	color: white;
	font-weight: 100;
	letter-spacing: 15px;
	margin-left: 15px;
}
.momentos h5{
	font-family: 'Poppins', sans-serif;
	font-size: 1.2em;
	color: white;
	font-weight: 700;
	text-align: center;
}
.momentos a{
	text-decoration: none;
}

.momentos h6{
	font-size: 1.1em;
	letter-spacing: 3px;
	position: relative;
	margin-top: -70px;
	margin-bottom: 0px;
}


.cuadroMomentos{
	width: 100%;
	height: auto;
}

.cuadroMomentos .cuadro{
	width: 100%;
	height: 300px;
	margin: 35px 0;
	background-image: url("../recursos/byn.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cuadroMomentos #bodegaCirculo{
	background-image: url("../recursos/bodegasCirculo.jpg")!important;
}

	/*------------------------------------------*/

.formulario{
	width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    align-items: flex-start;
    z-index: 999;
}

.formulario form{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    margin: 70px 10px 10px 10px;
    height: auto;
    border: 1px solid black;

}

.formulario form .acompañas{
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	color: white;
	font-size: 3.9em;
	letter-spacing: -2px;
}
.formulario form .nombre{
		width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 3.78em;
    letter-spacing: -3px;
    border: none;
    border-bottom: 1px solid black;
    text-align: center;
}

.formulario form .nombre::placeholder{
	color: rgba(0, 0, 0, 0.2);
}

.formulario form .personas{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-bottom: 1px solid black;
}

.formulario form .personas label, .formulario form .personas input{
	width: calc(80% - 1px);
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-size: 4.7em;
	letter-spacing: -3px;
	border: none;
	border-left: 1px solid black;
	text-align: center;
}

.formulario form .personas label{
	border-left: none;
}

.formulario form .personas input{
	width: 20%;
}

.formulario form .personas input::placeholder{
	color: rgba(0, 0, 0, 0.2);
}

.formulario form .alojamiento{
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid black;
}

.formulario form .alojamiento label{
	width: calc(80% - 6px);
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-size: 4.5em;
	letter-spacing: -3px;
	border: none;
	border-right: 1px solid black;
	text-align: left;
	line-height: 0.8em;
	padding-left: 5px;
	}

	.formulario form .sino{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 20%;
		height: 100%;
		border: none;

	}

	.formulario form .sino input{
		width: 100%;
		height: 75px;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 4.5em;
		letter-spacing: -2px;
		text-align: center;
		background-color: transparent;
		line-height: 1em;
	}
	.formulario input:disabled{
		color: black;
	}


.formulario form .sino input::placeholder{
	color: rgba(0, 0, 0, 0.2);

}


.formulario form .sino input:first-child{
	border-bottom: 1px solid black;

}

.formulario form .enviar{
	width: 100%;
	height: 120px;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	overflow: hidden;
}

.enviar button{
    animation: desliza2 18s linear infinite;
    position: relative;
    font-size: 8em!important;
    padding-top: 10px;
	letter-spacing: -2px;
	font-weight: 100;
	background-color: black;
	color: white;
	overflow: hidden;
	border: none;


}

.enviar button span{
	-webkit-text-stroke: 1px white;
    color: transparent;
    margin: 0 10px;
}

@keyframes desliza2{
	0%{
		margin-left: 0;
	}
	100%{
		margin-left: -1400px;
	}
}

.formulario .mensajeGracias{
	display: none;
	width: 100%;
	height: 120px;
	background-color: black;
	margin-top: 0px;
	justify-content: space-around;
	align-items: center;
}
.formulario .mensajeGracias h2{
	color: white;
	font-size: 3.5em;
	font-weight: 300;
}

/*.formulario .mensajeGracias img{
	margin-top: -20px;
	max-width: 50px;
}*/

.footer {
    width: 100vw;
    height: 600px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 0;
}

.footer .ana {
    width: 100%;
    bottom: -25px;
    position: relative;
    z-index: 0;
    margin-top: 10vh;
}

.footer .rib{
	width: 100%;
	height: 50px;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.footer .rib h3{
	color: white;
	font-size: 0.8em;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;

}