/* Let's get this party started */
::-webkit-scrollbar {
	width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,0,0,0.8); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
@import url(https://fonts.googleapis.com/css?family=Raleway:700,800);

html{

	background-color:  #212121;
}

body {
	margin: 0 auto;
	width: 100%;
	height:auto; 
	min-height: 100%;
	background-color:  #212121;
	position: relative;
	overflow: hidden;


}

header{
	margin:0 auto;
	width: 100%;
	height:200px;
	z-index: 99;
	position: relative;
	background: transparent;
	-webkit-box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.68);
	box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.68);



}

.backHeader{
	margin: 0 auto;
	width: 100%;
	height: 576px;
	position: absolute;
	z-index: -10;
	top: 0px;
}

.ImgHeader{	
	width: 100%;
	position: absolute;
	z-index: -1;
}

.ImgTitle{
	width:100%;
	height: 150px;
	z-index: 3;
}


.LOGO1{
	width:40%; 
	position: relative; 
	top:20px; 
	min-width: 350px;
}

@media only screen and (max-width: 700px) {
	.LOGO1 {
		top: 50px; 
	}
}




nav{
	margin: 0 auto;
	position: relative;
}


section{
	width:100%;
	height:100%;
	-webkit-box-shadow: 0px -1px 41px 9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 41px 9px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 41px 9px rgba(0,0,0,0.75);
	background-color:  #131212 ;



}

article{
	margin:0 auto;
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	color: white;

}

@media only screen and (max-width: 700px) {
	article {
		padding-left: 1%;
		padding-right: 1%;
	}
}


.art1{
	margin: 0 auto;
	width: 50%;
	height: 400px;	
	font-size: 1em;
	display:inline-block;
	
}

.element13 {
	margin: 0 auto;
	width: 80%;
	height: auto;
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;

	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;

	-moz-column-width: 140px;	        
	-webkit-column-width: 140px;
	column-width: 140px;


}

@media only screen and (max-width: 700px) {
	.element13 {
		display: grid;
		grid-template-columns: 1fr;
		padding: 1em;
		grid-row-gap: 100px;
	}
}



.Imgart1{
	margin: 0 auto;
	width: 30%;
	height: auto;

}



footer{ 
	margin:0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-family: 'Alegreya Sans SC', sans-serif;
	background-image: url(../images/back1.webp);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 30px;
}

.header1{
	background-image: url(../images/back1.webp);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*Menu*/

@charset "UTF-8";

#cssmenu {
	margin: 0 auto;
	width:650px;
	min-width: 10%;


}

#cssmenu ul,
#cssmenu li {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
}

#cssmenu ul {
	position: relative;
	z-index: 597;
}

#cssmenu ul li {
	float: left;
	min-height: 1px;
	vertical-align: middle;
}

#cssmenu ul li.hover,
#cssmenu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#cssmenu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

#cssmenu ul ul li {
	float: none;
}

#cssmenu ul ul ul {
	top: 0;
	left: auto;
	right: -99.5%;
}

#cssmenu ul li:hover>ul {
	visibility: visible;
}

#cssmenu ul ul {
	bottom: 0;
	left: 0;
}

#cssmenu ul ul {
	margin-top: 0;
}

#cssmenu ul ul li {
	font-weight: normal;
}

#cssmenu a {
	display: block;
	line-height: 1em;
	text-decoration: none;
}


#cssmenu {
	font-size: 12px;
}

#cssmenu>ul {
	*display: inline-block;
}

#cssmenu:after,
#cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}


#cssmenu a {

	color: #CBCBCB;
	padding: 0 20px;
}

#cssmenu ul {
	text-transform: uppercase;
}

#cssmenu ul ul {
	border-top: 4px solid #1b9bff;
	text-transform: none;
	min-width: 190px;
}

#cssmenu ul ul a {
	background: #1b9bff;
	color: #FFF;
	border-top: 0 none;
	line-height: 150%;
	padding: 16px 20px;
}

#cssmenu ul ul ul {
	border-top: 0 none;
}

#cssmenu ul ul li {
	position: relative
}

#cssmenu>ul>li>a {
	line-height: 48px;
}


#cssmenu ul ul li:hover>a {
	background: #35a6ff;
}


#cssmenu ul ul li:last-child:hover>a {
	border-radius: 0 0 0 3px;
}

#cssmenu ul ul li.has-sub>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}

#cssmenu ul li:hover>a,
#cssmenu ul li.active>a {
	background: #1b9bf5;
	color: #FFF;
}

#cssmenu ul li.has-sub>a:after {
	content: '';
	margin-left: 5px;
}

#cssmenu ul li.last ul {
	left: auto;
	right: 0;
}

#cssmenu ul li.last ul ul {
	left: auto;
	right: 99.5%;
}

.HideMenu{
	width: 100%;
	display: none;

}


@media screen and (max-width: 650px) {

	#cssmenu:hover {
		width: 100%;
		margin-bottom: 20px;
		background: #1b9bff;
		animation-name: example;
		animation-duration: 4s;
		position: relative;

	}

	#ItemM{
		display: none;
	}

	.HideMenu{
		display: block;
	}

	#cssmenu:hover #ItemM{
		display: block;


	}

}

/*End Menu*/

/*stilo link*/

a{ 
	color:#fff; 
	text-decoration:none;
	font-size:14px;
} 
a:hover{ 
	color:#fff; 
} 

/*stilo contenido*/

p { 
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	margin: 10px 20px 20px 20px; 
	font-size:20px;
	color:#fff;
}

h2 { 
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	margin: 10px 10px auto; 
	font-size:30px;
	text-align:center;
	color:#FFF;

}



#creditfooter{ 
	visibility : hidden; 
}

/*imagenes apliadas*/


/**Form Sing up***/

.Form{
	margin: 0 auto;
	width: 70%;
	padding-top: 100px;
	color: #fff;
	font-family: 'Raleway', sans-serif;

}

/**End Form Sing up***/

/** UserInf ***/

.DivInf{

	margin:0 auto;
	width: 70%;
	height: auto;
	
	top: 40px;
	position: relative;
	overflow: auto;


}

.ImgCardinf{
	margin: 0 auto;
	width: 25%;
	position: relative;
	top: 30%;
}


.DivInfHead{
	height: 300px;
	background: #1E90FF;
}

.pTitleInf{
	font-family: 'Raleway', sans-serif;
	font-size: 16px; 
	color: #c0c0c0;

}

.pContentInf{
	font-family: 'Raleway', sans-serif;
	font-size: 15px; 
	color: #fff;

}


.SubTitleInf{
	font-family: 'Raleway', sans-serif;
	font-size: 20px; 
	color: #1E90FF;

}

.InfButton{

	width: 200px;
	height: 60px;
	min-width: 88px;
	font-size: 15px;
	padding: 6px 16px;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	border:0;
	border-radius: 2px;
	background: $md-btn-color;
	color:#fff;



}

.miLine{
	width: 70%;
	border-top: 1px solid #1E90FF;


}




.AreaInf{
	width: 100%;

}


.TitleDivInf{
	font-family: 'Raleway', sans-serif; 
	font-size: 20px; 
	padding-top: 20px;
	color:#000;


}


.BannerView{
	margin: 10px 0px 0 10px;
	width: 30%;



}
/** Banner Slider***/


#container{
	width:1032px;
	height:350px;
	position:relative;

	
	
}

#container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('images/buttons.webp') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	rigth:1;
	left:0;
}

#container .prevButton:hover{ background-position:left bottom;left:0;}

#container .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('images/buttons.webp') no-repeat;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:2px;
}

#container .nextButton:hover{background-position:right bottom;right:2px;}

#container ul{
	width:950px;
	height:350px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
	
}

#container li:first-child{
	display:list-item;
	position:absolute;
	
}

#container li{
	position:absolute;
	display:none;
	
}

/** Banner Slider End *** /



/** VIdeo****/

.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:15%;
	top:0;
	height:70%;
	width:70%;
	position:absolute;
}

/** End VIdeo****/


/*** Cards ***/


.PostContent{
	width: 100%;
	overflow: hidden;
}

.ScrollbarDiv {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	flex-direction: column-reverse;

}


.card{
	display: inline-block;
	width: 320px;
	height: 500px;
	margin: 30px;
	font-size: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/cardback1.webp);
	background-size: auto 100%;
	overflow: hidden;
	white-space: normal;
	-moz-box-shadow: 0px 0px 35px #0082e7;  
	-webkit-box-shadow: 0px 0px 35px #0082e7;  
	box-shadow: 0px 0px 35px #0082e7; 
	padding: 10px; 
	border: 1px solid #0082e7; 
	margin: 20px;
	
}


.img_Content{
	width: 100%;
	height: 40%;
	margin-bottom: 20px;

}



.textContent{
	width: 100%;
	height: 50%;
}

.cardText{
	font-size: 16px;
	font-weight: 300;
	color: #BBDEFB ;
	vertical-align: middle;

	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;

}

.cardTitle{
	margin: 0 auto;
	fontsize: 0.8em;
	color: #fff;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;

}

.img_Idiv{

	margin: 0 auto;
	width: 90%;




}

.card-outmore {
	width: 100%;
	height: 10%;
	color: #fff;
	position: relative;

}



/*** End Cards ***/


/*** Contact ****/

.pContact1{

	font-size: 27px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;

}

.pContact2{

	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #DEDFDF;

}

.Btn_Contact{
	margin: 0 auto;
	background: #1b9bff;
	text-align: center;
	border: none;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	height: 72px;
	width: 50%;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all .3s cubic-bezier(.6,0,.4,1);

}

.Input_Text{

	background: #fff;
	border: none;
	border-radius: 8px;
	font-size: 27px;
	font-family: 'Raleway', sans-serif;
	height: 72px;
	width: 70%;
	margin-bottom: 10px;
	opacity: 1;
	text-indent: 20px;
	transition: all .2s ease-in-out;
	color: #979797;

}

.Input_TextArea{

	background: #fff;
	border: none;
	border-radius: 8px;
	font-size: 27px;
	font-family: 'Raleway', sans-serif;
	height: 300px;
	width: 70%;
	margin-bottom: 10px;
	opacity: 1;
	text-indent: 20px;
	transition: all .2s ease-in-out;
	color: #979797;

}

/****banner ***/



#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 199; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 50%;
	font-family: 'Raleway', sans-serif;

}


#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
	font-family: 'Raleway', sans-serif;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}

/* Slide */

.mySlides {
	display:none 
}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:18px;width:10px;padding:0}


/* TicketFrame */

.TicketFrame{
	margin: 0 auto;
	background: #fff;
	width: 60%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: -3px 31px 50px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: -3px 31px 50px -10px rgba(0,0,0,0.75);
	box-shadow: -3px 31px 50px -10px rgba(0,0,0,0.75);

}

@media only screen and (max-width: 700px) {
	.TicketFrame {
		width: 100%;
	}
}


.FontTicket {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
	color: #2F4F4F;
}

.FontTicketEst {
	text-align: center;
	font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
	color: #fff;
	display: inline-block;
  vertical-align: middle;
}



.FontTicketData {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
	color: #2F4F4F;
}

.Ticket_Div {
	margin: auto;
 margin-top: 50px;
 margin-bottom: 100px;


}

.EstadBar{
	width: 100%;
	height: 25px;
	background: #1565C0;
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 0px 10px 10px;	
}

/* TicketFrame Modal */

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox div {
	/** Pad the lightbox image */
	background: #B71C1C;
	width: 400px;
	height: 600px;
	margin-top: 8%;
	overflow: hidden;
	overflow: none;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.TicketDetail{
	margin: 0 auto;
	margin-top: 40%;
	width: 25%;
	height: 70%;
	
}

.Tclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.Tclose:hover,
.Tclose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.cardBlur2{
width: 400px;
position: relative;


}

.EstDetall1 {
position: relative;
  	top: -160px;
  	color: #BDBDBD;
  	font-family:"Myriad Pro", "Trebuchet MS", sans-serif; 
	font-size:20px;
	text-shadow: 2px 2px #000;
}

.EstDetall2 {
position: relative;
top: -145px;
color: #BDBDBD;
font-family:"Myriad Pro", "Trebuchet MS", sans-serif; 
	font-size:20px;
	text-shadow: 2px 2px #000;
  	
}

.logodetall{

  width: 14rem;
  position: relative;
  top: -125px;
 text-shadow: 2px 2px #000;
 
}

.EstDetall3 {
position: relative;

font-family:"Myriad Pro", "Trebuchet MS", sans-serif; 
	font-size:20px;
	
  	
}


*, *:before, *:after{ 
    box-sizing: border-box; 
} 
.css-shapes-preview{ 
    position: relative; 
    height: 25px; 
    width: 25px; 
    background-color: #1565C0; 
    border-radius: 150px; 
    top: -30px;
    left: 300px;
    
}

.EstDetall4 {

font-family:"Myriad Pro", "Trebuchet MS", sans-serif; 
	font-size:15px;
	float: left;
	
	padding-bottom: 20px;


  	
}

.BoxText {
	margin: 0 auto;
	width: 90%;
	height: 350px;
	overflow-y: auto;
	top: -100px;
	position: relative;
	text-align: left;
}

.EstDetall5 {
position: relative;
font-family:"Myriad Pro", "Trebuchet MS", sans-serif; 
	font-size:20px;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
	padding-right: 10px;

  	
}

/* TicketFrame end */

/* Libera */

.OneDiv{ 
height: 100%;
position: relative;
 overflow: auto;
 
 }

.GooglePlay {
	margin: 0 auto;
	width: 40%;
	float: left;
	position: relative;
	left: 10%;
	min-width: 130px;
	
}

.rsDiv {
	width: 45%;
	height: 200px;
	position: relative;
	float: left;
	left: 10%;
	top:10%;
	
}


/* Libera end */

.cardBlur {
	height: 230px;

}


.footerSticks{
	height: 50px; 
	margin-right: 10px;
	margin-left: 10px;
}

.ContentSticks{
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	justify-content: right;
	margin-right: 200px;
}

@media only screen and (max-width: 600px) {
	.ContentSticks {
		justify-content: center;
		align-items: center;
		margin-right: 0px;

	}
}

.ContentLike{
	width: 100%;
	padding-right: 20px;
	padding-left: 200px;
	display: flex;
	justify-content: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 700px) {
	.ContentLike {
		justify-content: center;
		align-items: center;
		margin-left: 0px;
		padding-right: 0px;
	  padding-left: 0px;

	}
}
