@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Coiny&family=Fustat:wght@200..800&family=Monoton&family=Titan+One&display=swap');

/* font-family: "Coiny", system-ui; */
/* font-family: "Monoton", sans-serif; */
/* font-family: "Titan One", sans-serif; */
/* font-family: "Fustat", sans-serif; */


html, body {
	height: 100%;
	margin: 0;
  }

body{	
	overflow-x: hidden;
	min-height: 100%;	
	background-image: url('../../imagenes/background.jpg');
    background-size: 100% 100%; /* El ancho será automático, pero la altura cubrirá el 100% */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;

}


/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------ UP ARROW ------ */
.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(32, 54, 99, 0);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}


/* ------ MISC ------ */
.img-100{
	width: 100%;
	height: auto;
}


.menu-height{
	margin-top: 100px;
}


@media only screen and (max-width: 990px){
	.hidde-mobile{
		display: none;
	}
}


.separator{
	color:#CBB675;
	font-size: 2em;
	padding: 20px 0px;
}


/* ----- NAVBAR -----*/
.navbar{
	background-image: url('../../imagenes/background.jpg');
	background-size: auto 100%; /* El ancho será automático, pero la altura cubrirá el 100% */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.nav-link{
	font-family: "Monoton", sans-serif;
	color: #FFFFFF !important;
	padding: 5px 20px !important;
}


a.call-now{
	padding: 5px 20px !important;
	border: #FFFFFF solid 1px;
	border-radius: 50px;
}

a.call-now:hover{
	background-color: #CBB675;
	color: #1A1E25 !important;
}




/* ----- LOGOTIPO -----*/
.logo-size{
	width: 100%;
	height: auto;margin: 0 auto;
	display: block;
	margin-top: 50px;
}



.welcome{
	padding: 110px 10px 30px 10px;
}

.welcome h1{
	font-family: "Monoton", sans-serif;
	color: #000000;
	font-size: 10em;
	text-align: center;
	width: 100%;
}


/* ----- LOGOTIPO SCROLLED -----*/
.navbar-logo{
	font-family: "Monoton", sans-serif;
	font-size: 3em;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ;
	text-decoration: none;
	color: transparent;
}

.scrolled.navbar-logo{
	color: #000000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* ------- ESTRENO ------*/

.estreno .estreno-tittle{
	font-family: "Monoton", sans-serif;
	color: #000000;
	font-size: 3em;
	text-align: center;
	width: 100%;
}

.video-size{
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
}


.link-logo{
  width: 100%;
  height: auto;
}

/* ------- SHOWS ------*/
.shows{
	padding: 100px 10px;
}

.shows h3{
	font-family: "Monoton", sans-serif;
	color: #000000;
	font-size: 8em;
	text-align: center;
	width: 100%;
}

.show-list{
	padding: 15px 0px;
}

.show-list .city{
	font-family: "Fustat", sans-serif;
	font-weight: 700;	
}



.show-list p{
	font-family: "Fustat", sans-serif;
	line-height: 1em !important;
	font-size: 1.3em !important;
	vertical-align: middle;
	margin-bottom: 3px !important;
}



.btn-tickets{
	padding: 5px 20px !important;
	width: 90%;
	border: #000000 solid 1px;
	border-radius: 50px;
	display: table;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
}

.show{
	font-family: "Fustat", sans-serif;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}




/* ------- CONTACTO ------*/
.contacto{
	padding: 100px 10px;
}

.contacto h3{
	font-family: "Monoton", sans-serif;
	color: #000000;
	font-size: 6.5em;
	text-align: center;
	width: 100%;
}

.mail{
	padding: 5px 20px !important;
	border: #000000 solid 1px;
	border-radius: 50px;
	display: table;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
}


.redes{
	font-family: "Fustat", sans-serif;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}


.links ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;

}

.links li{
	display: inline-block;
	padding: 5px;
}

.links img{
	width: 35px;
	height: auto;
}

/* ------- FOOTER ------*/
.footer p{
	font-family: "Fustat", sans-serif;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}

.footer a{
	text-decoration: none;
	color: #000000;
}


/* ------- MOBILE ------*/

@media (max-width: 767px) {

	.logo-size{
		width: 80%;
		height: auto;margin: 0 auto;
		display: block;
		margin-top: 10px;
	}

	
	.welcome{
		padding: 180px 10px 30px 10px;
	}
	
	
	.welcome h1{
		font-size: 4em;
	}

	.link-logo {
		width: 150px;
		height: auto;
		margin: 0 auto;
		display: table;
		margin-bottom: 20px;
	}

	.shows h3 {
		font-size: 4em;
	}

	.show-list {
		text-align: center;
	}
		
	.show-list p{
		margin-bottom: 30px !important;
	}


	.contacto h3{
		font-size: 3.5em;
	}

}

