* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;

}

body{
	background-color: #1f1f1f;
	
}

.linktutorial{
    
    text-decoration: none;
    color: gold;
    cursor: pointer;
    
}

.linktutorial:hover{
    
   
    color: white;
    
}


#aviso{
	
	color: white;
	padding-top: 130px;
	font-size: 1.5em;
	
}

#aviso_text{
	
	color: white;
	font-size: 1em;
	padding: 20px;
}

.avisolink{
    
    text-decoration:none;
   color: #FFA600;
}



header{
	background: #1f1f1f;
	position: fixed;
	width: 100%;
	height: auto;
	
	z-index: 3;
	top: 0;
}

.logo{

	display: flex;
	
}

.logonormal{
	
	display: none;
}

.logoresponsive{
	
	display: block;
	margin-top: 10px;
}

.menu{
	width: 90%;
	max-width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	
}


.enlaces{
	
	
}

.enlaces a{

	text-decoration: none;
	font-size: .9em;
	
	color: #FFB200; 
	padding: 5px;
	border-radius: 3px;
	background: yellow;
	width: 100px;
	text-align: center;


}

.menu .enlaces a:hover{
	color: yellow;
	transition: 0.5s;
}





/**/


.slider {
	
	margin-top: 70px;
	width: 100%;
	height: 100%;
		

     
	
}

.cont-slider{
	position: relative;
	top: 50%;
	width: 100%;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	

}

.boton-4{
	
	display: none;
}

.slider h1{
	color: #fff;
	text-align: center;
	font-size: 0.5em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 36px;

}


/**/

.slider-section{
	width: 100%;
	height: 100%;
	background-size: cover;
	border-top: 5px solid #FFA600;
	border-bottom: 5px solid #FFA600;
	
	
	
}

.slider-section h2{
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 49px;
	padding-left: 60px;
	padding-right: 60px;

}

.slider-section h3{
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 41px;
	padding-left: 50px;
	padding-right: 50px;

}


.cont-slider-section{
	
	position: relative;
	top: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.fa-tv{
	color: #FF8E00;
	position: relative;
	margin-right: 80px;
	
}

.cont-slider-section i{
	font-size: 7em;
	position: relative;
	right: 3%;
	margin-bottom: 100px;
}



/**/

.slider-3{
	width: 100%;
	height: 100vh;
	background: url(../img/teatro1.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px;
	
	}

.slider-3 h2{
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 35px;

}

.slider-3 h1{
	color: #fff;
	text-align: center;
	font-size: 3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 70px;

}


.cont-slider-3{
	
	position: relative;
	top: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.boton-3 {
	width: 117px;
	height: 59px;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	border: 3px solid #FB9C00;
	font-size: 1em;
	margin-top: 23px;
	margin-right: -5px;
	
}
.boton-3 a {
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	}
	
.boton-3:hover {
	background:#B37A00;
	transition: 0.8s;
}






.boton-5 {
	width: 117px;
	height: 59px;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	border: 3px solid #FB9C00;
	font-size: 1em;
	margin-top: 23px;
	margin-right: -5px;
	
}

.boton-5 a {
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	}
	
.boton-5:hover {
	background:#B37A00;
	transition: 0.8s;
}


	


/**/

/*Registro y login */
	



/*FIN LOGIN*/
 /*LOGIN*/


	.login-slider{
	background-size: cover;
	background: url(../img/teatro4.jpeg);
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	}

	
	.login-cont-slider form{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 100px;
	padding-right: 30px;
	padding-left: 30px;
	
	}
	
	
.login-slider span{
	font-size: 1.3em;
	color: #fff;
	margin-top: 20px;
}

.login-slider a{
	text-decoration: none;
	color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.login-slider a:hover{
	
	color: #FFBE00;
}


.login-slider h1{
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	left: 4%;
	

}
.boton{
		
		width: 100px;
		height: 50px;
		border-radius: 5px;
		margin-top: 20px;
		background: yellow;
	}




.textbox{
	color: #fff;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 5px;
	margin: 5px 0;
	border-bottom: 2px solid #FF9E00;
	font-size: 1em;
	display: flex;
	
}



.textbox i{
	font-size: 1.8em;
	padding-left: 0px;
}

.textbox input{
	border: none;
	outline: none;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	width: 101%;
}



.fa-lock{
	
	color: #fff;
	margin-right: 20px;
	
	
	
}

.fa-user{
	
	color: #fff;
	margin-right: 20px;
	
}

/*FIN LOGIN*/


/*REGISTRO*/

.fa-envelope{
	
	color: #fff;
	margin-right: 20px;
}


/*OBRA DISPLAY*/

.obra_display{
	
	margin-top: 80px;
	
}





 /*FIN DE REGISTRO*/




/*INIT SESION*/



	


.init_slider{
	width: 100%;
	height: 100vh;
	background: url(../img/teatro5.jpg);
	background-size: cover;
	padding-top: 91px;
	min-width: 0px;
	
	
	
}


.init_slider-2{
	width: 100%;
	height: 100vh;
	background: url(../img/carrusel_UPD.png);
	background-size: cover;
	padding-top: 91px;
	min-width: 0px;
	
	
}

.poster_obra img{
	width: 100%;
	
	
}

.init_slider-2 span{

	
	
}




.init_slider-3{

width: 100%;
	height: 100vh;
background: url(../img/panteonback.png);
	background-size: cover;
	padding-top: 91px;
	min-width: 0px;
	
	
}


.init_slider-4{
	width: 100%;
	height: 100%;
	margin-top: 50px;
	background-size: cover;
	padding-bottom: 50px;
	
	
}

/*
.elenco {
	padding: 35px 35px;
	-webkit-box-shadow: 0px 12px 64px #000000;
	box-shadow: 0px 12px 64px #000000;
	margin-top: 40px;
	
	}*/

.elenco li, h3{
	color: #FFFFFF;
	list-style: circle;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.em;
	
}




.carrucel h2{
	text-align: center;
	padding-bottom: 50px;
	
	
}

.botones__obra{
	display: flex;
	flex-direction: row;
}


.cont-slider-init{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 2;
	margin-left: 50px;
	margin-right: 50px;
}


.cont-slider-init h1,h2,h3{
	
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

.cont-slider-init h1{
	font-size: 2em;

}

.cont-slider-init span{
	font-size: 1em;
font-weight: normal;
	color: #fff;
	position: relative;
	
}


/*CARRUCEL DE OBRAS*/
/*
.carrucel-obras{
	
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	margin: 50px;
	
}

.carrucel-item{
	
width: 100%;
height: 100%;
	
	
	
}
*/

/* --- --- CAROUSEL --- --- */





.carrucel{
	width: 100%;
	position: relative;
	
}

.carousel__contenedor {
	position: relative;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #fff;
	opacity: 100%;
	z-index: 1;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: 2%;
}

.carousel__siguiente {
	right: 18%
}

.carousel__siguiente2 {
	right: 12%
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

@media screen and (max-width: 800px) {
	body {
		padding: 40px 0;
	}

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
}




.carrucel{
	width: 100%;
}

.carousel__contenedor {
	position: relative;
}

.carousel__anterior2,
.carousel__siguiente2 {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #fff;
	opacity: 100%;
	z-index: 1;
}

.carousel__anterior2:hover,
.carousel__siguiente2:hover {
	opacity: 100%;
}

.carousel__anterior2 {
	left: 2%;
}

.carousel__siguiente2 {
right: 18%
}

.carousel__lista2 {
	overflow: hidden;
}

.carousel__elemento2 {
	text-align: center;
}

.carousel__indicadores2 .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores2 .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores2 .glider-dot.active {
	opacity: 1;
}
 /*
@media screen and (max-width: 800px) {
	body {
		padding: 40px 0;
	}

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
}

/* Fin del carrucel de obras*/	

/*FIN DE INIT SESION*/



/*FOOTER*/
footer {
	width: 100%;
	padding-top: 66px;
	border-top: 15px solid #FFA600;
	height: auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	
}

/*
.contacto-footer {
	position: relative;
	top: auto;
	line-height: 33px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:baseline;

}
*/
.contacto-footer li {
	text-decoration: none;
	list-style: none;
	color: #FFA600;
	margin-left: 20px;

}

.fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	height: 68px;
	border-radius: 62px;
	margin-left: px;
	margin-top: 10px;
}
.fa:hover {
	opacity: 0.7;
	transition: 0.8s ease-in-out;
}
/* Facebook */
.fa-facebook {
	
	color: #FFA600;
	padding-right: 4px;
}
.fa-instagram {
	color: #FFA600;
	padding-right: 4px;
}
/*FIN FOOTER*/


/*PANEL DE ADMINISTRACION*/



.cont-slider-panel{
	width: 50%;
	position: relative;
	top: 40%;
	padding-left: 20px;
}

.form__agregar{
	display: flex;
	flex-direction: column;
	background-color: #313131;
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 166px;
	padding-bottom: 75px;
	width: 100%;
	height: 100%;
}

.form__agregar label{
	color: #F8F8F8;
	font-weight: bold;
	padding-bottom: 0px;
	position: relative;
	line-height: 80px;
	
	
}

.form__agregar input{
	border-radius: 5px;
	height: 8vh;
	padding-left: 20px;
	
	
}


.form__agregar h1{
	color: #FFFFFF;
	
	
}

.categorias li{
	color: #FFFFFF;
	position: relative;
	list-style: none;
	line-height: 48px;
	
	
}

.categorias{
	
	display: flex;
	flex-direction: row;
}

.categorias input{
	width: 56px;
	height: 100px;
}



@media (min-width: 1024px){
    
    
    
    
    
    /*AVISO DE PRIVACIDAD */  
    
    
    .linktutorial{
    
    text-decoration: none;
    color: gold;
    cursor: pointer;
    
}

.linktutorial:hover{
    
   
    color: white;
    
}

#aviso{
	
	color: white;
	padding-top: 130px;
	font-size: 2em;
	
}

#aviso_text{
	color: white;
	font-size: 1.5em;
	padding: 20px;
	line-height: 55px;
}

/*AVISO DE PRIVACIDAD */  	
	

	header{
	background: #131313;
	position: fixed;
	width: 100%;
		height: auto;
	padding-top: 23px;
	padding-bottom: 23px;
}
	
	#back{
	margin-left: 137px;
	margin-bottom: 30px;
	}


.menu{
	width: 100%;
	
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	
}

.enlaces{

	margin-top: 20px;
	margin-right: 100px;
}


.enlaces a{

	text-decoration: none;
	font-size: .9em;
	
	color: black; 
	padding: 10px;
	border-radius: 3px;
	background: gold;
	
	text-align: center;


}

.menu .enlaces a:hover{
	color: white;
	transition: 0.5s;
}


	.logoresponsive{
		display: none;
	}

	
	.logonormal{
	
	display:block;
		margin-left: 100px;
}
	
	
	/*OBRA DISPLAY*/

.obra_display{
	
	margin-top: 120px;
	
}





/**/

	.slider {

		width: 100%;
		margin-top: 100px;


		background-size: cover;
		
	
}

	
	/*
.cont-slider{
	position: relative;
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slider h1{
	color: #fff;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	line-height: 60px;
	text-shadow: 0 4px #000000;
	position: relative;
	margin-top: 77px;
	right: 20%;

}
*/

/**/

.slider-section{
	
	width: 100%;
	height: 80%;
	background-size: cover;
	border-top: 10px solid #FFA600;
	border-bottom: 10px solid #FFA600;
	padding-top: 100px;
	padding-bottom: 100px;
	
	
	
}

	
.boton-4 {
	width: 140px;
	height: 56px;
	margin-top: 6px;
	margin-left: 10px;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	border: 3px solid #FB9C00;
	position: relative;
	left: -19%;
	top: 17%;
	
}
.boton-4 a {
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	}
	
.boton-4:hover {
	background:#B37A00;
	transition: 0.8s;
}
	
	
	
.slider-section h2{
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 70px;

}

.slider-section h3{
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 70px;

}


.cont-slider-section{
	position: relative;
	top: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding-left: 26px;
	padding-right: 26px;
}

.fa-tv{
	color: #FF8E00;
	
}

.cont-slider-section i{
	font-size: 7em;
	position: relative;
	right: 3%;
	margin-bottom: 100px;
}


	
	

/**/

.slider-3{
	width: 100%;
	
	height: 100vh;
	background: url(../img/teatro4.png);
	background-size: cover;
	background-attachment: fixed;
	
	
	}

.slider-3 h2{
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 70px;

}

.slider-3 h1{
	color: #fff;
	text-align: center;
	font-size: 3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 70px;
	

}


.cont-slider-3{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	
}

.boton-3 {
	width: 140px;
	height: 56px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;	
	
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	border: 3px solid #FB9C00;
	position: relative;
	left: 5%;
	
}
.boton-3 a {
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	
	}
	
.boton-3:hover {
	background:#B37A00;
	transition: 0.8s;
}



	
	
	.boton-5 {
	width: 140px;
	height: 56px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;	
	
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	border: 3px solid #FB9C00;
	position: relative;
		left:-.5%;
	
	
		
}
.boton-5 a {
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;

	
	}
	
.boton-5:hover {
	background:#B37A00;
	transition: 0.8s;
}
	
	
	
	
	
	/*Registro y login */
	



/*FIN LOGIN*/
 /*LOGIN*/


	.login-slider{
	
	background: url(../img/teatro4.jpeg)no-repeat;
	background-size: cover;
		background-attachment: fixed;
	width: 100%;
	
	
	}

	
	.login-cont-slider form{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 200px;
	
	}
	
	
.login-slider span{
	font-size: 1.3em;
	color: #fff;
	margin-top: 10px;
}

.login-slider a{
	text-decoration: none;
	color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.login-slider a:hover{
	
	color: #FFBE00;
}


.login-slider h1{
	color: #fff;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-right: 101px;
	

}




.textbox{
	color: #fff;
	overflow: hidden;
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 2px solid #FF9E00;
	font-size: 1em;
	display: flex;
	
}



.textbox i{
	font-size: 1.8em;
	padding-left: 0px;
}

.textbox input{
	border: none;
	outline: none;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	width: 88%;
}



.fa-lock{
	
	color: #fff;
	margin-right: 20px;
	
	
	
}

.fa-user{
	
	color: #fff;
	margin-right: 20px;
	
}
	
	.boton{
		
		width: 100px;
		height: 50px;
		border-radius: 5px;
		
		background: yellow;
	}

/*FIN LOGIN*/


/*REGISTRO*/

.fa-envelope{
	
	color: #fff;
	margin-right: 20px;
}

	
	
	
	footer {
	width: 100%;
		background: #131313;
	height: 100%;
	
}
.contacto-footer {
	position: relative;
	top: 22%;
	line-height: 33px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	text-align: left;
}
.contacto-footer li {
	text-decoration: none;
	list-style: none;
	color: #FFA600;
	margin-left: 30px;
}
.logo-footer {
	width: 150px;
	height: 63px;
	margin: 32px;
	background-size: 150px auto;
	
	
	}
	
.fa {
	
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	height: 68px;
	border-radius: 62px;
	margin-left: 20px;
	margin-top: 10px;
}
.fa:hover {
	opacity: 0.7;
	transition: 0.8s ease-in-out;
}
/* Facebook */
.fa-facebook {
	
	color: #FFA600;
	padding-right: 45px;
}
.fa-instagram {
	color: #FFA600;
	padding-right: 45px;
}
	
	
	
	
	/*obras init sesion*/
	
	
	
	.backgroundcarrucel{
		
	
		background: url(../img/teatro4.jpeg);
		background-size: cover;
		background-attachment: fixed;
		width: auto;
		height: auto;
		margin-top: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
	
	
	.poster_obra{
		
		display: flex;
		flex-direction: row;
	}
	
	.poster_obra img{
		
		width: 30%;
		height: 30%;
		padding-top:120px;
		
	}
	
	.cont-slider-init h1{
	
	font-size: 4em;
	margin-left:30px;
}



.init_slider{
		width: 100%;
	height: 100vh;
	background: url(../img/bailarines.jpg);
	background-size: cover;
	padding-top: 360px;
	padding-bottom: 200px;
	
	
}


.init_slider-2{
width: 100%;
	height:100vh;
	background: url(../img/carrusel_UPD.png);
	background-size: cover;
	padding-top: 360px;
	padding-bottom: 200px;
	
	
	
}



.init_slider-3{
	width: 100%;
	height: 100vh;
	background: url(../img/panteonback.png);
	background-size: cover;
	padding-top: 360px;
	padding-bottom: 200px;
	
	

	
}



.init_slider-4{
	width: 100%;
	height: 100%;
	background-size: cover;
	margin-top: 110px;
	padding-bottom: 80px;
	}


.elenco {
	align-content: center;
	width: 100%;
	height: auto;
	margin-left: 38px;
	padding: 50px;
	
	-webkit-box-shadow: 0px 12px 64px #000000;
	box-shadow: 0px 12px 64px #000000;
	margin-top: 40px;
	
	}

.elenco li, h3{
	color: #FFFFFF;
	list-style: none;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	
}

.carrucel{
	margin-top: 40px;
	margin-bottom: 40px;
	
	
}


.carrucel h2{
	text-align: center;
	padding-bottom: 50px;
	
	
}

.botones__obra{
    margin-top: -90px;
	display: flex;
	flex-direction: row;
}


.cont-slider-init{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 100px;
	z-index: 1;
}


.cont-slider-init h1,h2,h3{
	
	color: #fff;
	font-weight: bold;
}



.cont-slider-init span{
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	width: auto;
	height: auto;
	position: relative;
	left: 40px;
}
	
	

	
.carousel__siguiente {
	right: 5%;
}

.carousel__siguiente2 {
	right: 5%;
}
	
.carousel__anterior {
	right: auto;
}

.carousel__anterior2 {
	right: auto;
}		
.cont-slider h1 {



}

	
}

@media (min-width : 800px ) and ( max-width : 1023px ) {
.caja {
	width: 65%;
}
.container-hab {
	width: 85%;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.logo a {
	color: #525252;

}

.boton {
display: none;
}

.caja i {
	margin-left: 40%;
	font-size: 4em;
	color: #5F5F5F;


}



}

@media screen and (max-width: 800px){

header{
	background: #1f1f1f;
	position: fixed;
	width: 100%;
	padding-top: 23px;
	padding-bottom: 23px;
}


.menu{
	width: 100%;
	
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	
}

.enlaces{

	margin-top: 20px;
	margin-left: 20px;
}


.enlaces a{

	text-decoration: none;
	font-size: .9em;
	
	color: black; 
	padding: 10px;
	border-radius: 3px;
	background: gold;
	
	text-align: center;


}

.menu .enlaces a:hover{
	color: white;
	transition: 0.5s;
}




@media (min-width: 768px){
	header{
	background: #1f1f1f;
	position: fixed;
	width: 100%;
		height: auto;
	padding-top: 23px;
	padding-bottom: 23px;
}


.menu{
	width: 100%;
	
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	
}

.enlaces{

	margin-top: 20px;
	margin-left: 20px;
}


.enlaces a{

	text-decoration: none;
	font-size: .9em;
	
	color: black; 
	padding: 10px;
	border-radius: 3px;
	background: gold;
	
	text-align: center;


}

.menu .enlaces a:hover{
	color: white;
	transition: 0.5s;
}


	/*
	header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 3;
	font-size: 1em;
	height: 12.4%;
	background-color: #1E1E1E;

}


.menu{
	display: flex;
	margin: auto;
	flex-direction: row;
	justify-content: space-around;
	padding-top: 16px;
}

.enlaces{	
   
	margin-right: 100px;
}

.enlaces a{
	margin-right: 25px;
	text-decoration: none;
	color: #F9AA00;
	padding-top: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	
	
	
}


.enlaces a:hover{

	color: yellow;
}

.logo{
	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	
}
	
	*/

	.slider {
	
	width: 100%;
	margin-top:70px;
	
}

	
	
/*
.cont-slider{
	position: relative;
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slider h1{
	color: #fff;
	text-align: center;
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;

}
*/





/**/

.slider-section{
	width: auto;
	height: auto;
	background-size: cover;
	border-top: 10px solid #FFA600;
	border-bottom: 10px solid #FFA600;
	
	
	
}

.slider-section h2{
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 49px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;

}

.slider-section h3{
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 41px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 35px;

}


.cont-slider-section{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.fa-tv{
	color: #FF8E00;
	margin-right: 84px;
	
}

.cont-slider-section i{
	font-size: 7em;
	position: relative;
	right: 3%;
	margin-bottom: 100px;
}



/**/

.slider-3{
	width: auto;
	height: 80vh;
	background: url(../img/actores1.jpg) no-repeat;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	
	}

.slider-3 h2{
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 35px;

}

.slider-3 h1{
	color: #fff;
	text-align: center;
	font-size: 3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 70px;

}


.cont-slider-3{
	
	position: relative;
	top: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.boton-3 {
	width: 117px;
	height: 59px;
	margin-left: 0px;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	border: 3px solid #FB9C00;
	font-size: 1em;
	margin-top: 23px;
	transition: 0.8s;

	
}
.boton-3 a {
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;

	}
	
.boton-3:hover {
	background:#FFBD00;
	transition: 0.8s;

}

	
	/*INIT SESION*/
	
	.carousel__siguiente2 {
	right: 12%
}

	.carousel__siguiente {
	right: 12%
}


	
	
	/**/
	
	
	/*Registro y login */
	



/*FIN LOGIN*/
 /*LOGIN*/


	.login-slider{
	background: url(../img/teatro4.jpeg)no-repeat;
	background-size: cover;
	width: 100%;

	}

	
	.login-cont-slider form{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 200px;
	
	}
	
	
.login-slider span{
	font-size: 1.3em;
	color: #fff;
	margin-top: 10px;
}

.login-slider a{
	text-decoration: none;
	color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.login-slider a:hover{
	
	color: #FFBE00;
}


.login-slider h1{
	color: #fff;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	

}




.textbox{
	color: #fff;
	width: 48%;
	overflow: hidden;
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 2px solid #FF9E00;
	font-size: 1em;
	display: flex;
	
}



.textbox i{
	font-size: 1.8em;
	padding-left: 0px;
}

.textbox input{
	
	border: none;
	outline: none;
	background: #fff;
	padding: 10px 20px; 
	margin-bottom: 15px;
	border-radius: 5px;
}



.fa-lock{
	
	color: #fff;
	margin-right: 20px;
	
	
	
}

.fa-user{
	
	color: #fff;
	margin-right: 20px;
	
}

/*FIN LOGIN*/


/*REGISTRO*/

.fa-envelope{
	
	color: #fff;
	margin-right: 20px;
}

	
	
	
	footer {
	width: 100%;
	height: 15%;
	border-top: 15px solid #FFA600;
}
.contacto-footer {
	position: relative;
	top: 22%;
	line-height: 33px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
}
.contacto-footer li {
	text-decoration: none;
	list-style: none;
	color: #FFA600;
	margin-left: 42px;
}

.fa {
	padding: 20px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	height: 68px;
	border-radius: 62px;
	margin-left: 20px;
	margin-top: 10px;
}
.fa:hover {
	opacity: 0.7;
	transition: 0.8s ease-in-out;
}
/* Facebook */
.fa-facebook {
	
	color: #FFA600;
	padding-right: 45px;
}
.fa-instagram {
	color: #FFA600;
	padding-right: 45px;
}

	
/*OBRAS INIT SESION*/
	

	
	
}






/*header viejo: header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 3;
	font-size: 0.7em;

	background-color: #1E1E1E;

}


.menu{
	padding-top: 10px;
	display: flex;
	flex-direction: row;
}

.enlaces{
	padding-bottom: 14px;
	/*padding-top: 4px;
	text-align: center;
	margin-left: 37px;
	margin-top: 18px;
	margin-bottom: 18px;
	position: relative;




}

.enlaces a{
	margin-right: 25px;
	text-decoration: none;
	color: #F9AA00;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	line-height: 30px;
	transition: 0.5s;
	
}
.enlaces a:hover{

	color: yellow;
	transition: 0.5s;
}

.logo{
margin: auto;
}


.boton{
	border-radius: 5px;
	width: 130px;
	height: 50px;
	background: #fff;
	margin-top:50px;
	font-family: montserrat;
	transition: 0.5s;
}

.boton:hover{

	background: gold;
	transition: 0.5s;
}*/
