h1, h2, h3, h4, h5, h6 {
	font-family: 'open-sans';
	font-weight: 700;
	font-size: 3.0rem;
	line-height: 1.34;
	letter-spacing: 0;
	margin-bottom: 1.5rem;
	color: #f5eb00 !important;
}
.shadow{
	text-shadow: -3px 5px 6px black;
}
@media (max-width: 767px) {
	/* botones */
	.sys-btn-style_5{
		font-family: 'open sans';
		display: flex;
		font-size: 16px;
		line-height: 1.20!important;
		font-weight: 700;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		border-radius: 0.3em;
		padding: 0.8em 1.8em;
		/* background: #1a1a1a; */
		border: 1px solid #1a1a1a !important;
		color: #1a1a1a;
		box-shadow: 5px 5px 10px rgb(0 0 0 / 60%);
		align-items: center;
		justify-content: center;
	}
	.sys-btn-style_5:hover{
		background-color: rgba(0,0,0,0.5);
		color: #ffffff !important;
		box-shadow: 5px 5px 10px rgb(0 0 0 / 60%);
	}
	/* botones */
	
	.caja_web{
		display: flex;
		margin-bottom: 40px;
	}
	.subcaja_web{
		display: flex;
		margin: 20px;
		flex-direction: column;
		width: 45%;
	}
	.caja_contenedor{
		display: flex;
		flex-direction: column;
	}
	.caja_contenedor > h2{
		background-color: #000;
		padding-left: 20px;
	}
	/* caja reserva*/
	.texto_reserva{
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		margin-top: 20px;
	}
	.texto_resumen{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
	}
	.titulo_resumen{
		text-align: left;
		font-size: 1.4rem;
		color: black;
		font-weight: bold;
	}
	.caja_reserva{
		width: 100%;
		padding: 30px;
		background-color: #f5eb00;
		border-radius: 25px;
		display: flex;
		flex-direction: column;

	}
	.titulo_reserva{
		text-align: center;
		font-size: 2.2rem;
		color: black;
		font-weight: bold;
		line-height: 2.2rem;
	}
	.input_reserva{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.label_reserva{
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.fas{
		font-size: 2rem;
		color: black;
		cursor: pointer;
	}
	.fas:hover{
		color: grey;
	}
	.cajita_calendario_vacio{
		width: 34px;
		background-color: rgba(0,0,0,0);
		border: 1px solid rgba(0,0,0,0);
		height: 2px;
		margin: 3px;
	}
	.cajita_calendario{
		width: 34px;
		background-color: white;
		color: black;
		text-align: center;
		border: 1px solid #F8F909;
		height: 37px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		box-shadow: 2px 2px 4px 0px #00000059;
		margin: 3px;
	}
	.cajita_calendario_marca_ida{
		width: 34px;
		background-color: green;
		color: white;
		text-align: center;
		border: 1px solid #000;
		height: 37px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		box-shadow: 2px 2px 4px 0px #00000059;
		margin: 3px;
	}
	.cajita_calendario_marca_vuelta{
		width: 34px;
		background-color: green;
		color: white;
		text-align: center;
		border: 1px solid #000;
		height: 37px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		box-shadow: 2px 2px 4px 0px #00000059;
		margin: 3px;
	}
	.cajita_calendario_desactivado{
		opacity: 50%;
		border: 1px solid white;
		width: 34px;
		background-color: white;
		color: black;
		text-align: center;
		border: 1px solid #F8F909;
		height: 37px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		margin: 3px;
	}
	.subcajita_calendario{
		width: 100%;
		color: black;
		height: 25px;
		display: flex;
		border-radius: 5px 5px 0px 0px;
		align-items: center;
		justify-content: center;
	}
	.subcajita_calendario_vacio{
		width: 100%;
		color: black;
		height: 2px;
		display: flex;
		border-radius: 5px 5px 0px 0px;
		align-items: center;
		justify-content: center;
	}
				
	.cajita_calendario:hover{
		background-color: rgba(0,0,0,0.5);
	}
	
	.contenedor_calendario{
		width: 100%;
		height: 290px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-right: 10px;
		align-content: flex-start;
	}
	.contenedor_horario{
		width: 100%;
		/* height: 290px; */
		display: flex;
		/* justify-content: flex-start; */
		/* padding-right: 10px; */
		/* align-content: flex-start; */
		/* margin-bottom: 30px; */
		overflow-y: auto;
		flex-wrap: wrap;
	}
	
	
	.cajita_horario{
		width: 230px;
		height: 260px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		flex-wrap: wrap;
		padding-top: 30px;
	}
	.cajita_horario{
		width: 230px;
		height: 260px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		flex-wrap: wrap;
		padding-top: 30px;
	}
	.circulo_horario_ida_{
		width: 60px;
		height: 45px;
		display: flex;
		justify-content: center;
		text-align: center;
		/* padding-top: 30px; */
		background-color: rgba(255,255,255,1);
		border-radius: 6px;
		box-shadow: 2px 2px 4px 0px #00000059;
		margin: 3px;
		align-items: center;
		flex-direction: column;
		line-height: 14px;
		cursor: pointer;
	}
	.circulo_horario_vuelta_{
		width: 60px;
		height: 45px;
		display: flex;
		justify-content: center;
		text-align: center;
		/* padding-top: 30px; */
		background-color: rgba(255,255,255,1);
		border-radius: 6px;
		box-shadow: 2px 2px 4px 0px #00000059;
		margin: 3px;
		align-items: center;
		flex-direction: column;
		line-height: 14px;
		cursor: pointer;
	}
	.circulo_horario_ida_marca{
		width: 60px;
		height: 45px;
		display: flex;
		justify-content: center;
		text-align: center;
		border: 1px solid black;
		background-color: green;
		color:white;
		border-radius: 6px;
		box-shadow: 2px 2px 4px 0px #00000059;
		margin: 3px;
		align-items: center;
		flex-direction: column;
		line-height: 14px;
		cursor: pointer;
	}
	.circulo_horario_vuelta_marca{
		width: 60px;
		height: 45px;
		display: flex;
		justify-content: center;
		text-align: center;
		border: 1px solid black;
		background-color: green;
		color:white;
		border-radius: 6px;
		box-shadow: 2px 2px 4px 0px #00000059;
		margin: 3px;
		align-items: center;
		flex-direction: column;
		line-height: 14px;
		cursor: pointer;
	}
	
	.circulo_horario:hover{
		background-color: rgba(255,255,255,0.6);
	}

	.radios_trayectos{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		flex-direction: column;
	}
	.radios_trayectos_interior{
		font-size: 1.8rem;
		width: 90%;
		display: flex;
		align-items: center;
		margin: 10px;
		justify-content: center;
	}
	
	.bloques_calendario{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#calendario_ida{
		width: 100%;
		height: 270px;
	}
	#calendario_vuelta{
		width: 100%;
		height: 270px;
	}
	#horario_ida1{
		margin-top: 40px;
		width: 100%;
		height: 270px;
		margin-bottom: 30px;
	}
	#horario_vuelta1{
		margin-top: 40px;
		width: 100%;
		height: 270px;
		margin-bottom: 30px;
	}
	.banda_calendario{
		display: flex;
		align-items: center;
		justify-content: space-around;
		background-color: rgba(0,0,0,0.2);
		padding: 10px;
	}
	.caja_puertos{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	#puerto_desde{
		font-weight: bold;
		text-align: center;
	}
	#puerto_hasta{
		font-weight: bold;
		text-align: center;
	}
	.fechas{
		display: flex;
		align-items: center;
		justify-content: space-around;
		font-size: 1.0rem;
		flex-direction: column;
	}
	.cajatexto_reserva{
		height: 155px;
		border: 1px solid white; 
		border-radius: 20px; 
		margin-top: 20px; 
		margin-bottom: 20px; 
		background-color: rgba(255, 255, 255, 0.6);
	}
	#no_texto_reserva{
		display: none;
	}
	.caja_masomenos{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menos{
		border-radius: 25px;
	}
	.mas{
		border-radius: 25px;
	}
	.input_pax{
		width: 50px !important;
		font-size: 1.5rem !important;
		font-weight: bold !important;
		text-align: center !important;
	}
	.pax{
		margin-left: 10px;
		margin-right: 10px;
	}
	.resumen_reserva{
		
	}
	/* caja reserva*/
	.sys_titulo_checkout {
		display: flex;
		align-items: center;
		width: 100%;
		background-color: black;
		color: white;
		justify-content: flex-start;
		height: 40px;
		margin-bottom: 20px;
		padding-left: 30px;
		font-size: 2.2rem;
	}
	.imagen_pago{
		width: 220px;
		margin-top: 4px;
	}
	.caja_forma_de_pago{
		display: flex;
	    margin-left: 30px;
	    margin-top: 20px;
	    padding-left: 60px;
	    flex-direction: column;
	}
	.aviso{
		width:100vw;
		height:100vh;
		overflow: hidden;
		background-color: rgba(0,0,0,0.5);
		position:fixed;
		right:0px;
		top:0px;
		z-index:29000;
		padding:10px;
		display: flex;
	    padding: 10px;
	    align-items: center;
	    justify-content: center;
	}
	.aviso_interior{
		color: black;
	    width: 80%;
	    display: flex;
	    vertical-align: middle;
	    flex-direction: column;
	    background-color: white;
	    padding: 20px;
	    border-radius: 20px;
	    font-weight: bold;
	    text-align: left;
	}
}
