body{
 font-family: georgia, times, serif;
 margin:0;
 font-size: 1.3rem;
 line-height: 1.6em;
 overflow-x: hidden;
}

.container{
	width: 85%;
	max-width: 850px;
	margin: 0 auto;
}
.container2{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}


.carousel-inner { 
     height: 100vh;
  }

  .carousel-item  { 
     height: 100%;
  }

.carousel-caption {

	/*padding-bottom: 250px; */
	margin-bottom: 10%;
}


.carousel-caption h2{
	font-family: 'Vidaloka', serif;
	font-size: 120px;
}
.carousel-caption p{
	font-family: 'Vidaloka', serif;
	font-size: 50px;
}

.container-slider{ 
	left: 0;
	top:0;
	right: 0;
}
h1{
	font-size: 2rem;
	line-height: 1.3em;
}
p{
	margin-bottom: 1.6em;

}
.header-2{ 
	background: #393939;
	position: fixed;
	z-index: 1001;
	left: 0;
	top:0;
	right: 0; 
	transition: all 0.4s linear;
}
.header{
	background-color: rgba(57,57,57,0.5);
	/*background: #393939;*/
	position: fixed;
	left: 0;
	top:0;
	right: 0; 
	transition: all 0.4s;
    z-index: 1001;
}
	.header a, .header-2 a{
		color:white;
		text-decoration: none;
	}

	.header a:hover, .header-2 a:hover{
		color:white;
		text-decoration: none;
	}

.logo-nav-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;


}

.logo{
	letter-spacing: 15px;
	font-size: 1.2em;
}

.menu-icon{
	display: none;
	color: white;
	font-size: 26px;
}

.navigation ul{
		margin: 0;
		padding: 0;
		list-style: none;
}

	.navigation ul li {
		display: inline-block;
	}

		.navigation ul li a{
			display: block;
			padding: 0.5rem 1rem;
			transition: all 0.4s linear;
			border-radius: 5px;
		}
			.navigation ul li a:hover {
				background: rgba(57,57,57,0.8);
			}

.btn{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none; 
    overflow: hidden;
    outline:none;

	color: white;
	font-color:white;
	padding: 12px 16px;
	font-size: 14px;
	cursor: pointer;

}

.main{
	margin-top: 0rem;
	/*padding: 6rem;*/
}

.footer{
	background: #CBCBCB;
	padding: 4rem 0;
	text-align: center;
	margin-top: 6rem;
}

.parallax {
  /* The image used */
  background-image: url("img/pista_bg.jpeg");

  /* Set a specific height */
  min-height: 1100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("img/pantalla.jpeg");

  /* Set a specific height */
  min-height: 1100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax3 {
  /* The image used */
  background-image: url("img/djp.jpg");

  /* Set a specific height */
  min-height: 1100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax4 {
  /* The image used */
  background-image: url("img/tecno 2.jpg");

  /* Set a specific height */
  min-height: 1100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax5 {
  /* The image used */
  background-image: url("img/services.jpg");

  /* Set a specific height */
  min-height: 1100px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.pall {
  /* The image used */
  background-image: url("img/mirrorbooth 2.jpg");

  /* Set a specific height */
  min-height: 1200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.pall2 {
  /* The image used */
  background-image: url("img/ilu_pro 4.jpg");

  /* Set a specific height */
  min-height: 1200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pall3 {
  /* The image used */
  background-image: url("img/ilu_pro 1.jpg");

  /* Set a specific height */
  min-height: 1200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pall4 {
  /* The image used */
  background-image: url("img/4.jpg");

  /* Set a specific height */
  min-height: 1200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pall5 {
  /* The image used */
  background-image: url("img/vp.jpg");

  /* Set a specific height */
  min-height: 1200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pall6 {
  /* The image used */
  background-image: url("img/baile en las nubes.jpeg");

  /* Set a specific height */
  min-height: 1200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.c-img{ /*container de imagenes*/
  position: relative;
  margin-top: 1%;
}


.imageBK {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,.8);
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,.5);
}

.txt{
	  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.c-img:hover .overlay {
  opacity: 1;
}

@media only screen and (max-width: 700px) {
	.menu-icon{
		display: block;
		color: white;
		cursor: pointer;
		padding: 0.5rem 1rem;
	}
	.navigation {
		width: 100%;
	}

	.navigation ul {
		display: none;
	}

	.navigation ul.show  {
		display: block;
	}

	.navigation ul li {
		display: block;
	}

		.navigation ul li a{
			display: block;
			padding: 0.5rem 0;
			transition: all 0.4s linear;
			border-radius: 5px;
		}
			.navigation ul li a:hover {
				background: #101010
			}
	
	.contenedor-imagenes{
		width: 90%;

	}

	.contenedor-imagenes .imagen{
		width: 48%;

	}


}


@media only screen and (max-width: 1000px) {
		.contenedor-imagenes{
		width: 95%;

	}

	.carousel-caption h2{
		font-size: 50px;
	}
	.carousel-caption p{
		font-size: 30px;
	}

	.carousel-inner { 
	     height: 100vh;
	     width: : 100vw;
	  }

	  .carousel-item  { 
	     height: 100%;
	     position: relative;
	  }
	  .movement_cl{ 
	     width: 100%;
		height: 100%;
		object-fit: cover;
	  }
	  body{
		   overflow-x: show;
	}
	.salto{
		height: 0px;
	}


}


@media only screen and (max-width: 450px) {
	h2{
		font-size: 22px;
	}
	.contenedor-imagenes{
		width: 98%;

	}

	.contenedor-imagenes .imagen{
		width: 80%;
	}

	.carousel-caption h2{
		font-size: 20px;
	}

	.carousel-caption p{
		font-size: 20px;
	}
	b


}


.linea{
	/* border-top: 5px solid #A1A1A1; */
}

.contenedor-imagenes{
	display: flex;
	width: 85%
	margin: auto;
	justify-content: space-around;
	flex-wrap: wrap;
	border-radius: 3px;

}

.contenedor-imagenes > .imagen{
	width: 32%;
	position: relative;
	height: 250px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.75);
}

.contenedor-imagenes > .imagen2{
	
	width: 30%;
	position: relative;
	height: 250px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0);
}


.imagen img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overdose{
	position: absolute;
	bottom:0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height:0;
	transition: .5s ease;
	overflow: hidden;

}

.overdose > .sb > h2{
	color: white;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
}


.imagen:hover .overdose{
	height: 100%;
	cursor: pointer;
}
.box-center{
	margin: auto;
	text-align: center;
}
.bg{
	position: relative;
	background: url('img/bg.jpg') no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
}
 

#icons{  
	font-size: 128px;  
}
#icons-footer{  
	font-size: 24px;  
}


  ul{
		margin: 0;
		padding: 0;
		list-style: none;
}

 ul li{   
	display: inline-block;
}

#menu-footer ul li a{
	display: block;
	padding: 0.5rem 1rem;
	transition: all 0.4s linear;
	border-radius: 5px;
} 

