/* 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-x: hidden;

}

/* header controlado por scrollytelling.css */




/* nav controlado por scrollytelling.css */

.slide{
	margin: 5px auto;
	width: 100%;
	height: auto;
	z-index: -1;
}

.banner{

	height: auto;
	z-index: -113;
	position: relative;
	top:200px;

}


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: #fff;
}

@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;
}

.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: controlado por scrollytelling.css =====
   Las reglas del menú moderno están en scrollytelling.css.
   Solo se conservan aquí las reglas de HideMenu mobile básicas. */

.HideMenu{
	display: none;
}

/* Todas las reglas del menú están en scrollytelling.css */

/*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*/


/*redessociales*/


/*End redessociales*/

/**Form Sing up***/

.Form{
	margin: 0 auto;
	width: 70%;
	padding-top: 100px;
	color: #fff;
	font-family: 'Raleway', sans-serif;

}

@media only screen and (max-width: 600px) {
	.Form {
		width: 100%;
		padding-right: 1%;
		padding-left: 1%;
	}
}



/**End Form Sing up***/

/** UserInf ***/

.DivInf{
	margin:0 auto;
	width: 70%;
	height: auto;
	position: relative;
	overflow: auto;
	padding-bottom: 10px;
}


@media only screen and (max-width: 600px) {
	.DivInf {
		width: 100%;
	}
}



.ImgCardinf{
	margin: 0 auto;
	width: 25%;
	position: relative;
	top: 30%;
}


.DivInfHead{
	height: auto;
	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.png') 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.png') 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 *** /


///**** Presentación ****/


.Noti{
	margin: 0 auto;
	width: 33%;
	min-width: 300px;
	display: inline-block;
	margin: 20px;

	
}


/*****/



/** 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 ***/



.ScrollbarDiv {
	width: 80%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;


}


.card{
	display: inline-block;
	width: 320px;
	height: 400px;
	margin: 30px;
	font-size: 1em;
	border-radius: 8px;
	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 20px #0082e7;  
	-webkit-box-shadow: 0px 0px 20px #0082e7;  
	box-shadow: 0px 0px 20px #0082e7; 
	border: 1px solid #0082e7; 
	margin: 20px;
}


.img_Content{
	width: 100%;
	height: 45%;
	overflow: hidden;

}



.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;
	font­size: 0.8em;
	color: #fff;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;




}


.img_Idiv{
	min-height: 100%;
	min-width: 100%;
	width: 200px;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.card-outmore {
	width: 100%;
	height: 10%;
	color: #fff;
	position: relative;
	top: -15px;


}



/*** 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);

}

.g-recaptcha{
	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);
}

@media only screen and (max-width: 680px){
	.g-recaptcha {
		width: 70%;
		padding-right: 1%;
		padding-left: 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;

}

@media only screen and (max-width: 680px){
	.Input_Text {
		width: 95%;
		padding-right: 1%;
		padding-left: 1%;
	}
}

.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;

}


@media only screen and (max-width: 680px){
	.Input_TextArea {
		width: 95%;
		padding-right: 1%;
		padding-left: 1%;
	}
}

/****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);



}


.FontTicket {

	padding-top: 10px;
	margin-bottom: 10px;
	font-size: calc(.5vw + .5vh);
	color: #2F4F4F;
}

.FontTicketEst {
	text-align: center;
	font-size: calc(.5vw + .5vh);
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.FontTicketData {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: calc(.5vw + .5vh);
	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 */

/* cotizador */



.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;

	}
}

.AreaInf1{
	width: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
  border: red solid;


}
