@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}


/********************/
/* ESTILOS DEL BODY */
/********************/


.cl_body
{
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	overscroll-behavior-y: none;
    touch-action: pan-y;
}


/********************/
/* ESTILOS DEL MAIN */
/********************/


.cl_main 
{
	display: block;
	visibility: hidden;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1000ms;
	transition-timing-function: ease-in-out;
}


/**************************************/
/* ESTILOS DEL FORMULARIO DE CONSULTA */
/**************************************/


.cl_cont_form_cons
{
	display: flex;
	flex-direction: column;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	margin-top: 105px;
	align-items: center;
}

.cl_cont_texto_cons
{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: fit-content;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}

.cl_texto_cons
{
	font-family: "Helvetica";
	font-size: 24px;
 	font-weight: 500;
	color: rgb(255, 255, 255);
	text-decoration: none;
 	letter-spacing: 1px;
	text-wrap: balance;
	text-justify: inter-character;
	user-select: none;
}

.cl_form_cons
{
	display: flex;
	flex-direction: column;
	width: 90%;
	height: fit-content;
	border-color: rgb(255, 255, 255, 1);
	border-width: 2px;
	border-style: solid;
	border-radius: 20px;
}

.cl_cont_campo_form
{
	display: block;
	width: 100%;
	height: fit-content;
	padding-bottom: 15px;
	padding-left: 70px;
	padding-right: 70px;
}

#id_cont_campo_form_nom_ape
{
	padding-top: 50px;
}

#id_cont_campo_form_cons
{
	padding-bottom: 0;
}

.cl_input_campo
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-color: rgb(48, 89, 123, 1);
	border-width: 2px;
	border-style: inset;
	outline-color: rgb(255, 0, 0, 1);
	outline-width: 2px;
	outline-style: none;
	font-family: "Helvetica";
	font-size: 15px;
 	font-weight: 500;
	letter-spacing: 0.5px;
}

/* .cl_input_campo:focus
{
    outline: none;
} */

.cl_area_texto_cons
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-color: rgb(48, 89, 123, 1);
	border-width: 2px;
	border-style: inset;
	outline-color: rgb(255, 0, 0, 1);
	outline-width: 2px;
	outline-style: none;
	font-family: "Helvetica";
	font-size: 15px;
 	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.25;
	resize: none;
}

/* .cl_area_texto_cons:focus
{
    outline: none;
} */

.cl_cont_boton_enviar_formato_campo
{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 87px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}

.cl_cont_boton_enviar
{
	display: block;
	width: fit-content;
	height: auto;
	padding-left: 70px;
}

@media (hover: none) and (pointer: coarse)
{
	.cl_boton_enviar
	{
		display: block;
		width: fit-content;
		border-color: rgb(255, 255, 255, 1);
		border-width: 2px;
		border-style: solid;
		border-radius: 10px;
		background-color: transparent;
	}
}

@media (hover: hover) and (pointer: fine)
{
	.cl_boton_enviar
	{
		display: block;
		width: fit-content;
		border-color: rgb(255, 255, 255, 1);
		border-width: 2px;
		border-style: solid;
		border-radius: 10px;
		background-color: transparent;
	}
	.cl_boton_enviar:hover
	{
		cursor: pointer;
		border-style: none;
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		background: linear-gradient(rgb(52, 119, 136, 1), rgb(53, 91, 117, 1));
		box-shadow: 3px 3px 8px rgba(20, 20, 20, 0.8);
	}
}

.cl_texto_enviar
{
	vertical-align: middle;
	font-family: "Helvetica";
	font-size: 24px;
 	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;	
	color: rgb(255, 255, 255, 1);
	text-decoration: none;
 	letter-spacing: 1px;
	white-space: nowrap;
	user-select: none;
}

.cl_cont_formato_campo
{
	display: flex;
	width: 100%;
	height: fit-content;
	margin-left: 20px;
	margin-right: 71px;
	justify-content: center;
}

.cl_texto_formato_campo
{
	font-family: "Helvetica";
	font-size: 15px;
 	font-weight: 500;
	color: rgb(255, 255, 255);
	letter-spacing: 0.5px;
	text-align: center;
	text-wrap: balance;
	text-justify: inter-character;
	user-select: none;
}


/***************************/
/* ESTILOS DEL GOOGLE MAPS */
/***************************/


.cl_cont_texto_ubi_google_maps
{
	display: flex;
	flex-direction: row;
	position: absolute;
	width: 100%;
	height: fit-content;
	padding-top: 47px;
	padding-bottom: 47px;
	justify-content: space-around;
	align-items: center;
}

.cl_cont_texto_ubi
{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 500px;
	min-width: 320px;
	height: fit-content;
	margin-right: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cl_texto_ubi
{
	font-family: "Helvetica";
	font-size: 24px;
 	font-weight: 600;
	color: rgb(0, 0, 0);
	text-decoration: none;
 	letter-spacing: 0.5px;
	text-wrap: balance;
	text-justify: inter-character;
	user-select: none;
}

#id_texto_ubi_est_tren
{
	padding-bottom: 16px;
}

#id_texto_ubi_colectivos
{
	padding-bottom: 8px;
}

.cl_cont_google_maps
{
	display: flex;
	flex-direction: row;
	position: relative;
	width: fit-content;
	min-width: 600px;
	height: fit-content;
	overflow: hidden;
}

.cl_iframe_google_maps
{
	display: block;
	width: 600px;
	height: 450px;
	margin: auto;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(48, 89, 123, 1);
	aria-hidden: false;
	loading: lazy;
}


/**********************************/
/* ESTILOS DE LA VENTANA DE ERROR */
/**********************************/


.cl_dia_mod
{
	border: none;
}

.cl_ventana_error
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: fixed;
	height: fit-content;
    width: auto;
	padding-top: 20px;
	padding-bottom: 20px;	
	padding-left: 20px;
	padding-right: 20px;
    background-color: rgb(172, 216, 245, 1);
	border-color: rgb(48, 89, 123, 1);
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	left: 0;
	top: 0;
}

.cl_texto_error
{
	font-family: "Helvetica";
	font-size: 18px;
 	font-weight: 600;
	color: rgb(0, 0, 0);
	padding: 0;
	text-decoration: none;
 	letter-spacing: 0.5px;
	text-align: left;
	text-wrap: nowrap;
	text-justify: inter-character;
	user-select: none;
}

.cl_textos_errores_campos
{
	font-family: "Helvetica";
	font-size: 16px;
 	font-weight: 500;
	color: rgb(0, 0, 0);
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.2;
	text-decoration: none;
 	letter-spacing: 0.5px;
	text-align: left;
	text-wrap: nowrap;
	text-justify: inter-character;
	user-select: none;
}

.cl_cont_boton_aceptar
{
	display: flex;
	height: fit-content;
	width: auto;
	align-self: flex-end;
}

@media (hover: none) and (pointer: coarse)
{
	.cl_boton_aceptar
	{
		display: block;
		width: fit-content;
		border-color: rgb(255, 255, 255, 1);
		border-width: 2px;
		border-style: solid;
		border-radius: 10px;
		background-color: transparent;
	}
}

@media (hover: hover) and (pointer: fine)
{
	.cl_boton_aceptar
	{
		display: block;
		width: fit-content;
		border-color: rgb(255, 255, 255, 1);
		border-width: 2px;
		border-style: solid;
		border-radius: 10px;
		background-color: transparent;
	}
	.cl_boton_aceptar:hover
	{
		cursor: pointer;
		border-style: none;
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		background: linear-gradient(rgb(52, 119, 136, 1), rgb(53, 91, 117, 1));
		box-shadow: 3px 3px 8px rgba(20, 20, 20, 0.8);
	}
}

.cl_texto_aceptar
{
	vertical-align: middle;
	font-family: "Helvetica";
	font-size: 24px;
 	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;	
	color: rgb(255, 255, 255, 1);
	text-decoration: none;
 	letter-spacing: 1px;
	white-space: nowrap;
	user-select: none;
}


/*********************/
/* PUNTOS DE RUPTURA */
/*********************/


/* Dispositivos grandes como notebooks o computadoras (más de 960 px) */
@media only screen and (min-width: 961px)
{
	
}

/* Dispositivos medianos como tablets (960 px o menos) */
@media only screen and (max-width: 960px)
{
	.cl_cont_form_cons
	{
		margin-top: 90px;
	}
	.cl_cont_texto_ubi_google_maps
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.cl_cont_texto_ubi
	{
		width: 400px;
		min-width: 256px;
		margin-right: 16px;
	}
	.cl_texto_ubi
	{
		font-size: 22px;
	}
	.cl_cont_google_maps
	{
		min-width: 480px;
	}
	.cl_iframe_google_maps
	{
		width: 480px;
		height: 360px;
	}
}


/* Dispositivos chicos como teléfonos (768 px o menos) */
@media only screen and (max-width: 768px)
{
	.cl_cont_form_cons
	{
		margin-top: 77px;
	}
	.cl_texto_cons
	{
		font-size: 21px;
		letter-spacing: 0.5px;
	}
	.cl_form_cons
	{
		width: 96%;
		border-radius: 10px;
	}
	.cl_cont_campo_form
	{
		padding-left: 7px;
		padding-right: 7px;
	}
	#id_cont_campo_form_nom_ape
	{
		padding-top: 25px;
	}
	.cl_input_campo
	{
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 6px;
		padding-right: 6px;
		outline-width: 1px;
		letter-spacing: 0;
	}
	.cl_area_texto_cons
	{
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 6px;
		padding-right: 6px;
		outline-width: 1px;
		letter-spacing: 0;
	}
	.cl_cont_boton_enviar_formato_campo
	{
		height: 81px;
	}
	.cl_cont_boton_enviar
	{
		padding-left: 7px;
	}
	.cl_boton_enviar
	{
		border-radius: 10px;
	}
	.cl_texto_enviar
	{
		font-size: 22px;
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cl_cont_formato_campo
	{
		margin-left: 10px;
		margin-right: 8px;
	}
	.cl_texto_formato_campo
	{
		letter-spacing: 0;
	}
	.cl_cont_texto_ubi_google_maps
	{
		flex-direction: column;
		padding-top: 29px;
		padding-bottom: 32px;
		justify-content: center;
	}
	.cl_cont_texto_ubi
	{
		width: 100%;
		min-width: 320px;
		margin-right: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.cl_texto_ubi
	{
		font-size: 17px;
		font-weight: 500;
	}
	#id_texto_ubi_lin_colectivos
	{
		padding-bottom: 16px;
	}
	.cl_cont_google_maps
	{
		width: 100%;
		min-width: 320px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.cl_iframe_google_maps
	{
		width: 100%;
		height: 280px;
		border-width: 1px;
	}
	.cl_ventana_error
	{
		min-width: 310px;
		margin-left: 0;
		margin-right: 8px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.cl_texto_error
	{
		font-size: 16px;
		letter-spacing: 0;
	}
	.cl_textos_errores_campos
	{
		font-size: 14px;
		padding-top: 12px;
		padding-bottom: 12px;
		letter-spacing: 0;
		text-wrap: wrap;
	}
	.cl_boton_aceptar
	{
		border-radius: 10px;
	}
	.cl_texto_aceptar
	{
		font-size: 22px;
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
