 body 
{
	background-image: url(../image/pantalla-web-boletos.jpg);
	background-size: 100vw 100vh;
	background-attachment: fixed;
	margin: 0;
	font-family: monospace;
 }
 .logo
 {
    display:block;
    margin: auto;
	margin-top: 20px;
	width: 150px; 
	height: 150px;
	

 }
.bole_electro
 {
 	margin-left: 400px;
 	margin-right: 400px; 
 }

form
{
width: 550px;
margin: auto;
background: rgba(0,0,0,0.4);
padding: 10px 20px;
box-sizing: border-box;
margin-top: 30px;
border-radius: 10px;

 }
h2
{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 20px;
	margin-bottom: 20px;
}


input, select
{ 
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 17px;
	border-radius: 10px;    
  }

h3
{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 17px;
	margin-bottom: 20px;
	margin-top: 20px;
}  
#app
{
	background: #959595;
	color: #fff;
	padding: 10px	

  }

#app:hover
{
	background: #C2C2C2;
	cursor:pointer;
 }

  #boleto
{
	/*background: #0026FF;*/
	background: #959595;
	color: #fff;
	padding: 10px	

  }

#boleto:hover
{	
	/*background: #1C3BE9;*/
	background: #C2C2C2;
	cursor:pointer;
 }  

 #btn_consu_bole {
    background: #959595; /* Color de fondo */
    color: #fff; /* Color del texto */
    padding: 10px; /* Espaciado interno */
    border: none; /* Sin borde */
    border-radius: 5px; /* Borde redondeado */
    cursor: pointer; /* Cursor al pasar sobre el botón */
    transition: background 0.3s ease; /* Transición suave del color de fondo */
    width: 100%; /* Ocupa todo el ancho disponible */
    box-sizing: border-box; /* Incluye el padding en el ancho total */
    margin-top: 10px; /* Espacio superior */
    margin-bottom: 10px; /* Espacio inferior */
}

#btn_consu_bole:hover {
    background: #767676; /* Cambio de color al pasar el cursor */
}


@media (max-width: 480px) {
	form{
		width: 100%;
	}
}

@media (max-width: 480px) {
	.bole_electro
 {
 	margin-left: auto;
 	margin-right: auto; 
 }
}

 
/** ESTILO PARA EL MODAL DE AYUDA**/
.flex{
	width: auto;
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.textos{
	padding:300px;
	color:#fff;
	text-align: center;
}

h1{
	font-size: 40px;
	margin-bottom:20px;
}

.ayuda
{ 
	width: 100%;
	margin: auto;
	padding: 10px;
	/*box-sizing: border-box;*/
	font-size: 17px;
	border-radius: 10px;
    text-decoration: none;
    border:1px solid #fff;
    color:#fff;
    margin-bottom: 20px;
    text-align: center;
    background: rgba(0,0,0,0.2);
 }

.modal{
	display: none;
	position: fixed;
	z-index:1;
	overflow: auto;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.452);
}

.contenido-modal{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	width: 40%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
	animation-name: modal;
	animation-duration: 1s;
}
@keyframes modal{
	from{top:-330px; opacity:0;}
	to{top:0; opacity:1;}
}
.close{
	color: #f2f2f2;
	font-size:30px;
	font-weight: bold;
}
.close:hover{
	color:#7f8c8d;
	text-decoration: none;
	cursor: pointer;
}

.modal-header, .footer{
	padding: 8px 10px;
	background: #005aa8;
	color:#f2f2f2;
	text-align: center;
}

p{
	text-align: justify;
}

.modal-body{
	padding: 20px 16px;
}
video{
	padding: auto;
}

@media screen and (max-width:900px){
	.contenido-modal{
		width: 70%;
	}
	.textos{
		padding: 150px;
	}
}
@media screen and (max-width:4800px){
	.contenido-modal{
		width: 90%;
	}

}

@media screen and (max-width:500px){
	.textos{
		padding:50px;
	}
}

@media screen and (max-width:480px){
	video{		
		width: 100%;
	}
}

@media screen and (max-width:1024px) and (min-width:640px){
	video{		
		width: 100%;
	}
}

@media screen and (min-width:1024px){
	video{		
		width: 100%;
	}
}