

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,800&display=swap');


*{
	margin:0;
	padding:0;
}

::-moz-selection {
	background: #be1e2d;
	color: white;
	text-shadow: none;
}

::selection {
	background: #be1e2d;
	color: white;
	text-shadow: none;
}

body{
	background:url(../images/simple-dark-shapes-2560x1600-id.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#171717 ;
}

@media screen and (max-width: 800px){

body{
	background-image:none;
}
}

/*===================================================
		MENU
===================================================*/

header{
	width:100%;
	background:#1d1d1d;
	-webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.71);
	-moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.71);
	box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.71);
	position:fixed;
	margin-top: 25px;
}

.logo{
	background:#1d1d1d;
	width:100%;
	height:80px;
}

.logo img{
	overflow:auto;
	float:right;
	margin-top:10px;
	margin-right:30px;
	max-width: 260px;
}

.logo a:hover img{
	opacity:0.75;
}

header nav{
	width: 100%;
	margin: 0px auto;
	margin-top:-80px;
	background:#1d1d1d;
}

.menu_bar{
	display:none;
}

header nav ul{
	overflow:hidden;
	list-style:none;
}

header nav ul li{
	float:left;
}

header nav ul li a{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	padding:32px 15px;
	display: block;
	text-decoration: none;
}

header nav ul li .fas{
	margin-right:10px;
	font-size:16px;
}

header nav ul li a:hover{
	background:#be1e2d;
}

@media screen and (max-width: 900px){

header{
	position:fixed;
}

header nav{
	width:70%;
	height:100%;
	left:-100%;
	position:fixed;
	margin-top:0px;
	border-top: 1px solid rgba(255,255,255,0.3);

}

header nav ul li{
	display:block;
	float:none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align:center;
}

header nav ul li a{
		padding:25px 15px;
	font-size:16px;
}

header nav ul li .fas{
	font-size:20px;
}

.menu_bar{
	display:block;;
	width:25%;
}

.menu_bar a{
	display:block;
	padding-top:25px;
	padding-bottom:5px;
	padding-left:20px;
	color:#FFF;
	font-size:20px;
}

.menu_bar a:hover{
	color:#be1e2d;
}


.logo{
	margin-top:-55px;
	width:100%;
}
.logo img{
	width: 70%;
	height: auto;
	margin-top:10px;
	margin-right:15px;
}

}

@media screen and (max-width: 495px){

	header{
		width:100%;
		background:#1d1d1d;
		-webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.71);
		-moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.71);
		box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.71);
		position:fixed;
		margin-top:48px;

	}
}

@media screen and (max-width: 255px){

	header{
		margin-top:63px;
	}

	.logo{
		height:65px;
	}
}


/*===================================================
		BOTON COVID
===================================================*/

.covid{
	width: 100%;
	height: auto;
	background-color: #d31b2e;
	position: fixed;
	}
.covid p{
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:15px;
	padding: 5px;
	text-align: center;
	font-weight: 400;
}
.covid a{
	color:#fff;
	font-weight:900;
	text-decoration: none;
	text-transform:uppercase;
}




/*===================================================
		SLIDER
===================================================*/

.slider img{
	margin-top:106px;
	margin-bottom: -50px;
}

.slider .web{
	display:inline-block;
}

.slider .movil{
	display:none;
}


@media screen and (max-width: 900px) {
	.slider img{
		margin-top:103px;
		margin-bottom: -100px;
	}

.slider .web{
	display:none;
}

.slider .movil{
	display:inline-block;
}

}

@media screen and (max-width: 495px){
	.slider img{
		margin-top:126px;
	}
}


@media screen and (max-width: 255px){
	.slider img{
		margin-top:126px;
	}
}

/*===================================================
		SECTION
===================================================*/

section{
	margin-right:20%;
	margin-left:20%;
	color:#fff;
	padding-top:125px;
	padding-bottom:0px;
	display: block;
	margin-bottom: -100px;
}

@media screen and (max-width: 900px){

section{
	padding-top:50px;
	padding-bottom:0px;
	margin-right:5%;
	margin-left:5%;
}

}


section2{
	margin-right:20%;
	margin-left:20%;
	color:#fff;
	padding-top:125px;
	padding-bottom:50px;
	display: block;
	margin-bottom: 50px;
}

@media screen and (max-width: 900px){

section2{
	padding-top:50px;
	padding-bottom:5px;
	margin-right:5%;
	margin-left:5%;
		margin-bottom: 0px;
}

}


/*===================================================
		TITULO BLANCO
===================================================*/

.title-white{
	width:100%;
	background:rgba(85, 85, 85, 0.5);
	display:block;
	padding:15px 0;
	margin-bottom:30px;

	font-family: 'Montserrat', sans-serif;
	font-size:36px;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
}

.title-white .fas{
	padding-left:15px;
	padding-right:15px;
}

@media screen and (max-width: 900px){

.title-white{
	font-size:20px;
	margin-top: 100px;
	margin-bottom:25px;
}

.title-white-films .fas{
	padding-left:8px;
	padding-right:8px;
}

}


/*===================================================
		TITULO BLANCO PELICULAS
===================================================*/

.title-white-films-h2 {
	width:100%;
	background:none;
	display:block;
	padding:15px 0;
	margin-top:0px;

	font-family: 'Montserrat', sans-serif;
	font-size:36px;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
}

.title-white-films-h3 {
	width:100%;
	background:none;
	display:block;
	padding:15px 0;
	margin-top:-20px;

	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}

.title-white-films-h3-prox {
	width:100%;
	background:none;
	display:block;
	padding:15px 0;
	margin-top:-20px;

	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}

.title-white-films-h4 {
	width:100%;
	background:none;
	display:block;
	padding:15px 0;
	margin-top:-20px;

	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}

.title-white-films-h4 span{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

.title-white-films-h4 .fas{
	margin-top: 30px;
	font-size:40px;
	}

	@media screen and (max-width: 900px){

		.title-white-films-h2 {
			font-size:30px;
			margin-top:80px;
		}

		.title-white-films-h3 {
			font-size:25px;
			margin-top:-30px;
		}

		.title-white-films-h3-prox {
			font-size:25px;
			margin-top:50px;
		}

		.title-white-films-h4 {
			font-size:18px;
			margin-top:-30px;
		}

	}

	@media screen and (max-width: 495px){

		.title-white-films-h2 {
			font-size:20px;
			margin-top:80px;
		}

		.title-white-films-h3 {
			font-size:15px;
			margin-top:-30px;
		}

		.title-white-films-h3-prox {
			font-size:15px;
			margin-top:30px;
		}

		.title-white-films-h4 {
			font-size:15px;
			margin-top:-30px;
		}

	}




/*===================================================
		PELICULAS CARTELERA y PREVENTA
===================================================*/

.films-background{
	width:100%;
	height: auto;
	background:rgba(0,0,0,0.5);
}


.bt-films{
	text-align:center;
	margin-left:auto;
	margin-right: auto;
}

.horarios-img {
	display: inline-block;
  vertical-align: top;
	width: 13%;
	padding: 10px;
	text-align: center;
	margin-top: 10px;

}
.horarios-img img {
	width:100%;
	height: auto;
	padding-bottom:10px;
}


.horarios-textos {
  width: 100%;
  text-align: center;
  padding-top:-10px;

}
.horarios-textos h1 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  font-size: 23px;
  margin: 0 0 15px 0;
}
.horarios-textos h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  font-size: 24px;
  margin: -15px 0 -10px 0;
}
.horarios-textos h4 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  font-size: 13px;
  margin: 0 0 5px 0;
}

.horarios-textos h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
	font-weight: normal;
  color: #b4b4b4;
  text-transform: none;
	margin-top: -10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1143px){

	.horarios-textos h4 {
	  font-size: 20px;
	}

	.horarios-img {
		width: 35%;
		padding: 0 10px;
			text-align: center;
			margin-top: 10px;
	}

.bt-films img{
	width:100%;
	padding:0 5px;
	padding-bottom:10px;
}

}

@media screen and (max-width: 495px){
	.horarios-textos h1 {
	  font-size: 20px;
	}

	.horarios-textos h4 {
	  font-size: 13px;
	}

	.horarios-textos h6 {
	  font-size: 10px;
	}
}


/*===================================================
		PROXIMOS ESTRENOS
===================================================*/
.title-white-films {
	width:100%;
	background:none;
	display:block;
	padding:15px 0;
	margin-top:0px;

	font-family: 'Montserrat', sans-serif;
	font-size:23px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}


.films-background{
	width:100%;
	background:rgba(0,0,0,0.5)
}

.films-prox img{
	width:10%;
	display:inline-block;
	padding:0 10px;
	padding-bottom:25px;
}

.films-prox{
	text-align:center;
}

@media screen and (max-width: 900px){

	.title-white-films {
		font-size:20px;
		margin-top:80px;
	}


}

@media screen and (max-width: 495px){


.films-prox img{
	width:25%;
	padding:0 5px;
	padding-bottom:10px;
}

}

/*===================================================
		PRECIOS INDEX
===================================================*/
.precios-img{
	text-align:center;
		margin-top: 50px;
}
.precios-img img{
	width:30%;
	display:inline-block;
	margin-bottom: 0px;
}

@media screen and (max-width: 900px){
	.precios-img{
		text-align:center;
			margin-top: 90px;
	}
.precios-img img{
	width:80%;
	display:inline-block;
	padding:0px;
		margin-bottom: 0px;
}
}

/*===================================================
		CANDY INDEX
===================================================*/
.candy-img{
	text-align:center;
		margin-top: 0px;
}
.candy-img img{
	width:30%;
	display:inline-block;
	margin-bottom: 0px;
}

@media screen and (max-width: 900px){
	.candy-img{
		text-align:center;
			margin-top: 90px;
	}
.candy-img img{
	width:80%;
	display:inline-block;
	padding:0px;
		margin-bottom: 0px;
}
}


/*===================================================
		FAQS INDEX
===================================================*/
.faqs-img{
	text-align:center;
	margin-top: 0px;

}
.faqs-img img{
	width:30%;
	display:inline-block;
	margin-bottom: 50px;
}

.faqs-img a:hover img{
	opacity:0.75;
}

@media screen and (max-width: 900px){
	.faqs-img{

		margin-top: 90px;
	}
.faqs-img img{
	width:80%;
	display:inline-block;
	padding:0px;
		margin-bottom: 0px;
}

.faqs-img a:hover img{
	opacity:none;
}
}




/*===================================================
		redes
===================================================*/
.redes-img{
	text-align:center;
	margin-top:-100px;
}
.redes-img img{
	width:100px;
	display:inline-block;
	padding:10px;
}

@media screen and (max-width: 900px){
.redes-img img{
	width:60px;
	display:inline-block;
	padding: 0px 5px 5px 5px;
	margin-bottom:0px;
	margin-top:10%;
}
}
.movil a{
	display:none;
}



/*===================================================
		GALERIA
===================================================*/


.candy-title{
	width:75%;
  display:block;
  margin: auto;
  text-align: center;
}

.candy-title img{
	width:100%;
  height: auto;
  display:inline-block;
  margin-bottom: 30px;

}

.candy-title h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
	font-weight: normal;
  color: #b4b4b4;
  text-transform: none;
	margin-top: -10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 900px){

	.candy-title{
		width: 100%;
		margin-top: 100px;
		margin-bottom: -20px;
	}

}

.bt-tiendawap a img{
	width:18%;
	display:inline-block;
	padding:0 5px;
	padding-bottom:10px;
}


.bt-tiendawap a:hover img{
	opacity:0.75;
}

.bt-tiendawap{
	text-align:center;
}

@media screen and (max-width: 900px){

.bt-tiendawap a img{
	width:29%;
	padding:0 5px;
	padding-bottom:10px;
}

}





/*===================================================
		CONTACTO
===================================================*/

.mapa iframe{
	width:70%;
}

.contact{
	width:30%;
	float:left;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	margin-top:80px;
}

.contact p{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	text-align:center;
	margin-bottom:15px;
}

.contact p .fas{
	padding-right:10px;
}

.contact a{
	padding:10px;
}

.contact a:hover img{
	opacity:0.75;
}

@media screen and (max-width: 900px){

.mapa iframe{
	width:100%;
}

.contact{
	width:100%;
	float:none;
	margin-bottom:25px;
	margin-top:0px;
}

}



/*===================================================
		PREGUNTAS FRECUENTES
===================================================*/
.faqs-title{
 width:75%;
 display:block;
 margin: auto;
 text-align: center;
}

.faqs-title img{
	width:100%;
  height: auto;
  display:inline-block;
  margin-bottom: 30px;

}

.faqs{
	margin-right:15%;
	margin-left:15%;
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	margin-bottom:100px;
}

.faqs span{
	color:#BE1E2D ;
}

.faqs a{
	color:#ffff01;
	text-decoration:none;
	font-weight:500;
}

.faqs h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-style: italic;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	margin-top:40px;
}
.faqs span2{
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-style: italic;
	color:#ffff01;
	font-size:20px;
	text-transform:uppercase;
	margin-top:40px;
}
.faqs p{
	margin-top:0px;
  color:#fff;

}



@media screen and (max-width: 900px){

	.faqs-title{
		width: 100%;
		margin-top: 100px;
		margin-bottom: -20px;
	}


	.faqs{
		margin-right:5%;
		margin-left:5%;
		margin-bottom:20px;
	}

.faqs h3{
	font-size:18px;
	margin-top:30px;
}

.faqs p{
	margin-top:5px;
}
}


/*===================================================
		btn-protocolo
===================================================*/

.btn-protocolo{

	margin-top: 0px;

}

.btn-protocolo a{
	text-align:center;
	display: block;

}

.btn-protocolo img{
	max-width: 592px;
	width: 100%;
	height: auto;
	display:inline-block;
	margin-bottom: 50px;
}



.btn-protocolo a:hover img{
	opacity:0.75;
}

.btn-protocolo a.btn_incaa {
	background-color: #0099CC;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:17px;
	font-weight:900;
	padding:16px 31px;
	text-decoration:none;
	margin-bottom: 20px;
	margin-top: -10px;
	margin-left:auto;
	margin-right: auto;
 margin-left: 50%;
 transform: translateX(-50%);
}
.btn-protocolo a.btn_incaa:hover {
	background-color:#006699;
}

.protocolo-title{
 width:75%;
 display:block;
 margin: auto;
 text-align: center;
}

.protocolo-title img{
	width:100%;
  height: auto;
  display:inline-block;
  margin-bottom: 30px;

}

.img-protocolo{
 width:75%;
 display:block;
 margin: auto;
 text-align: center;

}

.img-protocolo .web{
	display:inline-block;
}

.img-protocolo .movil{
	display:none;
}


 .img-protocolo img{
	width:100%;
	height: auto;
	display:inline-block;
	margin-bottom: 100px;

}

@media screen and (max-width: 900px){
	.protocolo-title{
		width: 100%;
		margin-top: 100px;
		margin-bottom: -20px;
	}

	.img-protocolo{
	 width:100%;
	}

	.img-protocolo .web{
		display:none;
	}

	.img-protocolo .movil{
		display:inline-block;
	}

	.img-protocolo img{

	 margin-bottom: 0px;

 }


	.btn-protocolo img{
		width: 90%;
		margin-bottom: 10px;

	}


}


/*===================================================
		FOOTER
===================================================*/



footer{
	background:#A21321 ;
	width: 100%;
	height:auto;
  padding-top: 10px;
	padding-bottom: 15px;
	display:inline-block;
	margin-top: 50px;
	margin-bottom: 20px;
  }


  .copyright-text {
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #FFF;
	text-align:center;
    text-transform: uppercase;
  }

  .copyright-text a {
  color:#FFF;
  font-weight:700;
  text-decoration:none;
  }
