@charset "UTF-8";
/* CSS Document */
.header {
	width: 100%;
	height: 80px;
	background: url("../img/fondo-header.png");
	position: fixed;
	top: 0px;
	z-index: 99;
}

.logo {
	width: 250px;
	height: auto;
	padding: 15px;
	float: left;
}

.logo img {
	width: 250px;
	height: auto;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.logo a{
	width: 250px;
	height: auto;
	display: block;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	opacity: 1;
}

.logo a:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

@media screen and (max-width:640px) and (min-width:480px) {
	.logo {
		width: 180px;
		height: auto;
		margin-top: 10px;
		margin-left: -15px;
		-webkit-transition: all .3s ease-in;
    	-moz-transition: all .3s ease-in;
    	-o-transition: all .3s ease-in;
    	transition: all .3s ease-in;
	}
	
	.logo img{
		width: 180px;
		height: auto;
		-webkit-transition: all .3s ease-in;
    	-moz-transition: all .3s ease-in;
    	-o-transition: all .3s ease-in;
    	transition: all .3s ease-in;
	}
}

.compra-online {
	width: 130px;
	height: auto;
	padding: 15px;
	float: right;
	margin-right: 30px;
	margin-top: -5px;
}

.compra-online img{
	width: 130px;
	height: auto;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.compra-online a{
	display: block;
	width: 110px;
	height: auto;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.compra-online a:hover {
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	transform: rotate(-5deg);   
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

@media screen and (max-width:640px) and (min-width:480px) {
	.compra-online {
		width: 90px;
		height: auto;
		margin-top: -5px;
		margin-right: 10px;
		-webkit-transition: all .3s ease-in;
    	-moz-transition: all .3s ease-in;
    	-o-transition: all .3s ease-in;
    	transition: all .3s ease-in;
	}
	
	.compra-online img{
		width: 90px;
		height: auto;
		margin-top: 10px;
		-webkit-transition: all .3s ease-in;
    	-moz-transition: all .3s ease-in;
    	-o-transition: all .3s ease-in;
    	transition: all .3s ease-in;
	}
}

.nav {
	width: 100%;
	height: 50px;
	background-color: #15287a;
	position: fixed;
	z-index: 99;
	margin-top: 80px;
}

a.navbar-brand {
	width: 120px;
	height: auto;
	display: block;
	margin-top: -5px;
}

a.nav-link {
	margin-left: 10px;
	color: white;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.nav-link:hover {
	color: #66ca00;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.carousel-caption h1 {
	color: white;
	text-shadow: 0 0 5px #000000;
}

.carousel-caption p {
	color: white;
	text-shadow: 0 0 5px #000000;
}

.carousel-caption a{
	color: white;
	list-style: none;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.carousel-caption a:hover {
	color: #66ca00;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

/*/ANIMACIÓN DESCRIPCION SLIDER /*/
.opcion1 {
	animation-duration: 0.7s;
	animation-delay: 0.8s
}

.opcion2 {
	animation-duration: 0.7s;
	animation-delay: 1s;
}

.titulo {
	width: 100%;
	height: auto;
	padding: 30px;
	background: url("../img/fondo-titulo.png");
}

.titulo h1 {
	text-align: center;
	color: white;
	font-size: 24px;
	margin-top: 10px;
}

.titulo p {
	text-align: center;
	color: white;
}

.estrenos-destacados {
	width: 80%;
	height: auto;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.preventa {
	width: 80%;
	height: auto;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.valores {
	width: 80%;
	height: auto;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

/*/	QUIENES SOMOS /*/
.banner-seccion {
	width: 100%;
	height: 350px;
	background-color: #041244;
	margin-top: 130px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	background: url("../img/slides/categorias/nosotros.png");
}

.banner-seccion h1{
	font-family: 'Lobster', cursive;
	margin-top: 110px;
	color: white;
}

.caja-texto {
	width: 80%;
	height: auto;
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.importante {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px;
	background-color: #b6bed8;
	display: block;
	border-radius: 10px;
}

.importante p {
	font-size: 14px;
	color: #15287a;
}

.titulo2 {
	width: 100%;
	height: auto;
	padding: 30px;
	background: url("../img/fondo-titulo.png");
}

.titulo2 h1 {
	font-family: 'Lobster', cursive;
	text-align: center;
	color: white;
	font-size: 24px;
	margin-top: 10px;
}

.titulo2 p {
	text-align: center;
	color: white;
}

.boton-presentacion {
	margin: 0px auto;
	width: 200px;
	height: 35px;
}

.boton-presentacion a{
	width: 200px;
	height: 35px;
	display: block;
	font-size: 15px; 
	border-radius: 15px; 
	padding: 6px; 
	background-color: #66ca00; 
	color: white; 
	font-weight: bold; 
	font-family: 'Bungee', cursive; 
	list-style: none; 
	text-decoration: none; 
	margin: 0px auto;
	border-radius: 10px;
	text-align: center;
	list-style: none;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.boton-presentacion a:hover {
	background-color: #152873;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

/*/	SERVICIOS /*/
.banner-seccion1 {
	width: 100%;
	height: 350px;
	background-color: #041244;
	margin-top: 130px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	background: url("../img/slides/categorias/servicios.png");
}

.banner-seccion1 h1{
	font-family: 'Lobster', cursive;
	margin-top: 110px;
	color: white;
}

/*/	CARTELERA /*/
.banner-seccion2 {
	width: 100%;
	height: 350px;
	background-color: #041244;
	margin-top: 130px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	background: url("../img/slides/categorias/estrenos.png");
}

.banner-seccion2 h1{
	font-family: 'Lobster', cursive;
	margin-top: 110px;
	color: white;
}

.boton-horario {
	margin: 0px auto; 
	width: 100%; 
	height: 35px; 
	text-decoration: none;
}

.boton-horario a{
	font-size: 20px; 
	border-radius: 5px; 
	background-color: #66ca00; 
	color: #152873; 
	font-weight: bold; 
	border: none; 
	font-family: 'Lobster', cursive;
	width: 100%; 
	height: 35px; 
	display: block;
	line-height: 35px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	text-align: left;
	display: block;
	text-decoration: none;
}

.boton-horario a:hover {
	color: white;
	background-color: #152873;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;	
}

.iconos-peliculas {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;
}

.iconos-peliculas img{
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;
}

/*/ ESTRENOS /*/
.video {
	width: 80px;
	height: 80px;
	margin: 0px auto;
	margin-top: 100px;
}

.video img {
	width: 80px;
	height: 80px;
}

.video a{
	display: block;
	width: 80px;
	height: auto;
	opacity: 0.5;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.video a:hover {
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	opacity: 1;
}

.banner-seccion-pelicula h1{
	font-family: 'Lobster', cursive;
	margin-top: 10px;
	color: white;
	}

.horarios {
	width: 100%;
	height: 100%;
	margin-left: -40px;
}

.horarios ul {
	list-style: none;
	text-decoration: none;
}

.horarios li {
	list-style: none;
	text-decoration: none;
}

.horarios a{
	font-family: 'Lobster', cursive;
	margin: 5px;
	float: left;
	list-style: none;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: white;
	background-color: #15287a;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	font-weight: bold;
	font-family: 'Lobster', cursive;
	font-size: 20px;
}

.horarios a:hover {
	background-color: #07164c;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

@media screen and (max-width:640px) and (min-width:480px) {
	.banner-seccion-pelicula h1 {
		font-size: 24px;
		-webkit-transition: all .3s ease-in;
    	-moz-transition: all .3s ease-in;
    	-o-transition: all .3s ease-in;
    	transition: all .3s ease-in;
	}
	
	.banner-seccion-pelicula h5 {
		font-size: 14px;
		-webkit-transition: all .3s ease-in;
    	-moz-transition: all .3s ease-in;
    	-o-transition: all .3s ease-in;
    	transition: all .3s ease-in;
	}
	
	.horarios {
	width: 100%;
	height: 100%;
}
	
}

/*/ PROXIMAMENTE /*/
.banner-seccion3 {
	width: 100%;
	height: 350px;
	background-color: #041244;
	margin-top: 130px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	background: url("../img/slides/categorias/proximos.png");
}

.banner-seccion3 h1{
	font-family: 'Lobster', cursive;
	margin-top: 110px;
	color: white;
}

/*/ VALOR ENTRADA /*/
.banner-seccion6 {
	width: 100%;
	height: 350px;
	background-color: #041244;
	margin-top: 130px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	background: url("../img/slides/categorias/precios.png");
}

.banner-seccion6 h1{
	font-family: 'Lobster', cursive;
	margin-top: 110px;
	color: white;
}

/*/ VALOR CONFITERIA /*/
.banner-seccion7 {
	width: 100%;
	height: 350px;
	background-color: #041244;
	margin-top: 130px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	background: url("../img/slides/categorias/precios2.png");
}

.banner-seccion7 h1{
	font-family: 'Lobster', cursive;
	margin-top: 110px;
	color: white;
}

/*/PROMOCIONES /*/
.banner-seccion4 {
	width: 100%;
	height: 350px;
	background-color: #041244;
	margin-top: 130px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	background: url("../img/slides/categorias/promociones.png");
}

.banner-seccion4 h1{
	font-family: 'Lobster', cursive;
	margin-top: 110px;
	color: white;
}

/*/CONTACTO /*/
.banner-seccion5 {
	width: 100%;
	height: 350px;
	background-color: #041244;
	margin-top: 130px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	background: url("../img/slides/categorias/contacto.png") center;
}

.banner-seccion5 h1{
	font-family: 'Lobster', cursive;
	margin-top: 110px;
	color: white;
}

.alert {
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: center;
	color: #041244;
}

footer {
	z-index: 0;
}

#footer-fondo {
	width: 100%; 
	height: auto; 
	background: url("../img/fondo-titulo.png") center;
	margin-top: 50px; 
	padding: 40px; 
	color: #66ca00;
	bottom: 0px;
}
