/*.contenedor
{
	z-index: 1;
}

.ventana_modal
{
	z-index: 3;
}

.credenciales
{
	z-index: 5;
}

.alerta
{
	z-index: 7;
}*/


/* CONTENEDOR GENERAL */

.boton
{
	margin: 30px auto;

	width: auto;

	max-width: 160px;

	height: auto;

	padding: 7px 10px;

	border: 1px solid black;

	border-radius: 30px;

	font-size: 16px;

	background: transparent;
}

.boton:hover
{
	cursor: pointer;

	text-decoration: underline;
}

.container
{
	display: block;

	width: 100%;

	height: 100%;

	min-height: 100vh;

	max-height: 100vh;

	background: var(--blanco);

	margin: 0 !important;

	padding: 0;
}

.container > .header
{
	display: block;

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	min-width: 100%;

	max-width: 100%;

	height: 60px;

	background: var(--blanco);

	flex-direction: row;

	padding: 0px 10px;

}

.container > .header > .cont_logo
{
	display: inline-flex;

	justify-content: center;

	align-items: center;

	width: 170px;

	height: 50px;	

	overflow: hidden;

	float: left;

	cursor: pointer;

}

.container > .header > .cont_logo > img
{
	width: 150px;

	/*height: 150px;*/


}

.container > .header > .cont_logo > .logo_dos
{
	display: none;
}

.container > .header > .cont_menu
{

	display: inline-flex;

	width: calc(100% - 170px);

	height: 50px;

	overflow: hidden;

	float: left;

	border: 1px sold black;

	align-items: center;

	justify-content: end;

	gap: 10px;

	padding-right: 70px;
}

.container > .header > .cont_menu > label
{
	width: 90px;

	margin: 0;

	padding: 0;

	text-align: center;

	color: var(--negro);

	cursor: pointer;

	background: transparent;
}

.container > .header > .cont_menu > .icono
{
	width: 35px !important;

	display: none;
}

.container > .header > .cont_menu > .texto:hover
{
	text-decoration: underline;
}



.container > .page
{
	display: block;

	position: fixed;

	top: 50px;

	left: 0;

	width: 100%;

	min-width: 100%;

	max-width: 100%;

	height: auto;

	max-height: calc(100% - 50px);

	background: var(--blanco);

	overflow: hidden;

	overflow-y: auto;

	scrollbar-width: thin;

}

.container > .page > .seccion_uno
{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40px 20px;
	color: var(--blanco);
	font-weight: bold;
	background: var(--color-dos);
}


.container > .page > .seccion_uno > .titulo
{
	width: 100%;

	max-width: 530px;

	font-size: 49px;

	margin: 0 auto;
}

.container > .page > .seccion_uno > .logo_principal
{
	width: 20%;
}

.container > .page > .seccion_uno > .subtitulo
{
	width: 100%;

	font-size: 13px;

	font-weight: normal;

	margin-top: 10px;

	margin-bottom: 20px;
}

.container > .page > .seccion_uno > .boton
{
	color: var(--blanco);

	border-color: var(--blanco);

	z-index: 0;

	border: none;

	width: 260px !important; 

	position: relative;

	width: 370px !important;

	min-width: 370px !important;

	max-width: 370px !important;

	font-size: 28px;

	transition: all 0.3s ease-in-out;

}

.container > .page > .seccion_uno > .boton::before
{
	content: "";

	position: absolute;

	top: 0;

	left: 0;

	z-index: -1;

	width: 100%;

	height: 100%;

	/*background: linear-gradient(45deg, red, blue, deeppink, blue, red, blue, deeppink, blue);*/
	background: linear-gradient(45deg, var(--color-cuatro), var(--color-dos), var(--color-cuatro), var(--color-dos));

	background-size: 800%;

	filter: blur(3px);

	animation: glowing 3s linear infinite;
}

@keyframes glowing
{
	0%
	{
		background-position: 0 0;
	}

	25%
	{
		background-position: 50% 0;
	}

	50%
	{
		background-position: 100% 0;	
	}

	75%
	{
		background-position: 50% 0;
	}

	100%
	{
		background-position: 0 0;
	}
}

.container > .page > .seccion_uno > .presentacion
{

	display: flex;

	width: 100%;

	max-width: 100%;

	height: auto;

	justify-content: center;

	align-items: center;

	flex-direction: row;

	gap: 5px;

	margin-top: 100px;

	margin-bottom: 20px;


}


.container > .page > .seccion_uno > .presentacion > .caja
{
	display: inline-flex;

	width: calc( (100% - 30px) / 3 );

	height: 120px;

	padding: 5px;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	gap: 10px;

	border-radius: 5px;

	background-color: rgba(255, 255, 255, 0.15);
}

.container > .page > .seccion_uno > .presentacion > .caja > label
{
	width: 100%;

	height: 27px;

	margin: 0px !important;

	overflow: hidden;

	overflow-y: auto;

	scrollbar-width: thin;

	color: var(--blanco);

	background: transparent;

}

.container > .page > .seccion_uno > .presentacion > .caja > label:nth-child(2)
{
	font-weight: normal;

	height: 56px;

	max-height: 54px;

	max-width: 280px;
}



.container > .page > .seccion_dos
{

	display: flex;

	width: 100%;

	max-width: 100%;

	height: auto;

	justify-content: center;

	align-items: center;

	flex-direction: row;

	gap: 15px;

	padding: 40px 20px;

}

.container > .page > .seccion_dos > .caja
{
	display: inline-flex;

	width: calc( (100% - 30px) / 3 );

	height: 240px;

	padding: 5px;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	gap: 10px;

	border-radius: 15px;

	text-align: center;

	overflow: hidden;

	overflow-y: auto;

	scrollbar-width: thin;
}

.container > .page > .seccion_dos > .caja:nth-child(2)
{
	background-image: url('../image/imagen_1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	justify-content: start;
	font-size: 14px;
	color: var(--blanco);
	font-weight: bold;

}

.container > .page > .seccion_dos > .caja:nth-child(3)
{
	background-image: url('../image/imagen_2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	justify-content: start;
	font-size: 14px;
	color: var(--blanco);
	font-weight: bold;
}

.container > .page > .seccion_dos > .caja > label
{
	width: 100%;

	height: 58px;

	margin: 0px !important;

	overflow: hidden;

	overflow-y: auto;

	scrollbar-width: thin;

	color: var(--negro);

	background: transparent;

	font-size: 36px;

	font-weight: bold;

}

.container > .page > .seccion_dos > .caja > label:nth-child(2)
{
	font-size: 16px;

	height: 80px;

	font-weight: normal;

}



.container > .page > .seccion_tres
{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40px 40px;
	color: var(--negro);
	font-weight: bold;
	background: var(--color-tres);
}


.container > .page > .seccion_tres > .titulo
{
	width: 100%;

	max-width: 530px;

	font-size: 40px;

	margin: 0 auto;
}

.container > .page > .seccion_tres > .subtitulo
{
	width: 100%;

	font-size: 13px;

	font-weight: normal;

	margin-top: 10px;

	margin-bottom: 20px;
}

.container > .page > .seccion_tres > .presentacion
{

	display: flex;

	width: 100%;

	max-width: 100%;

	height: auto;

	justify-content: center;

	align-items: center;

	flex-direction: row;

	gap: 25px;

	margin-top: 100px;

	margin-bottom: 20px;


}

.container > .page > .seccion_tres > .presentacion > .caja
{
	display: flex;

	width: 60%;

	height: auto;

	border-radius: 10px;

	align-items: center;

	justify-content: center;

	gap: 10px;

	flex-direction: column;

}

.container > .page > .seccion_tres > .presentacion > .caja:nth-child(1)
{
	background-image: url('../image/imagen_3.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	height: 280px;
}


.container > .page > .seccion_tres > .presentacion > .caja > .sub_caja
{
	width: 100%;
}

.container > .page > .seccion_tres > .presentacion > .caja > .sub_caja > label
{
	color: var(--negro);

	font-weight: normal;

	background: transparent;

	width: 100%;

	height: auto;

	text-align: left;
}

.container > .page > .seccion_tres > .presentacion > .caja > .sub_caja > label:nth-child(1)
{
	font-weight: bold;
}


.container > .page > .seccion_cuatro
{
	/*display: inline-flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	padding: 40px 40px;
	color: var(--negro);
	font-weight: bold;
	background: var(--blanco);
	gap: 10px;*/

	display: block;

	width: 100%;

	height: auto;

	padding: 40px 40px;

	color: var(--negro);

	font-weight: bold;

	background: var(--blanco);

}

.container > .page > .seccion_cuatro > div
{
	display: inline-block;

	width: 100%;

	height: auto;

	text-align: center;

}

.container > .page > .seccion_cuatro > div:nth-child(1)
{
	display: inline-flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	padding: 40px 40px;
	color: var(--negro);
	font-weight: bold;
	background: var(--blanco);
	gap: 10px;
}

.container > .page > .seccion_cuatro > div:nth-child(1) > div
{
	display: inline-block;

	transition: all 0.3s ease-in-out;
}


.container > .page > .seccion_cuatro > div:nth-child(1) > .izquierda
{
	width: 30%;

	font-size: 28px;
}

.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha
{
	width: 70%
}

.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form
{
	width: 100%;

	text-align: left;
}

.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > input,
.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > textarea,
.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > select,
.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form option
{
	display: inline-block;

	float: left;

	width: 100%;

	margin: 0;

	padding: 0;

	padding: 8px 8px;

	margin-bottom: 15px;

	height: auto;

	background: transparent;

	font-size: 16px;

	color: var(--color-uno);

	font-weight: bold;

	border: 2px solid var(--gris-medio);

	resize: none;

	outline: none;
}

.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form option
{
	background: var(--blanco) !important;
	cursor: pointer !important;
}

.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > input:focus,
.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > textarea:focus,
.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > select:focus
{
	border-color: var(--color-dos);
}

.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > input:nth-child(1)
{
	width: 35%;
}

.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > input:nth-child(2)
{
	width: calc(65% - 5px);

	margin-left: 5px;
}


.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > .boton
{
	background: var(--color-dos);

	border: none;

	text-align: center;

	color: var(--blanco);
}

.container > .page > .seccion_cuatro > div:nth-child(1) > .derecha > form > .boton:hover
{
	background: var(--color-uno);
}


.container > .page > .seccion_cuatro > .resultado_cotizacion
{
	display: none;

	grid-template-columns: 60% 25% 15%;

	width: 100%;

	height: 100px;

	overflow: hidden;

	border-radius: 10px;

	background: var(--color-dos);
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > div
{
	display: flex;

	width: 100%;

	height: 100%;

	justify-content: space-between;

	align-items: center;

	overflow: hidden;

	color: var(--color-uno);

	border-right: 1px solid var(--blanco);


}

.container > .page > .seccion_cuatro > .resultado_cotizacion > div:last-child
{
	border: none;
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > div > label
{
	font-family: 'Roboto';
	color: var(--blanco);
	font-size: 16px;
	line-height: 22px;
	margin: 0px !important;
	background: transparent;
	font-weight: bold;
}


.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(1),
.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(3)
{
	width: 200px;
	overflow-y: auto;
	scrollbar-width: thin;
	text-transform: uppercase;
	font-weight: bold;
	
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2)
{
	display: flex;
	width: auto;
	max-width: calc(100% - 400px);
	justify-content: space-between;
	align-items: center;
	color: var(--color-uno);
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i
{
	margin-right: 10px;
	color: var(--color-uno);
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:last-child
{
	margin-right: 0px;
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .precio_cotizacion
{
	flex-direction: column;
	align-items: end;
	justify-content: center;

}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .precio_cotizacion > label
{
	width: 100%;
	text-align: right;
	padding-right: 10px;
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion
{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--blanco);
	border: 1px solid var(--color-dos) !important;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion:hover > label:nth-child(2)
{
	background: green;
	cursor: pointer;
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion:hover
{
	cursor: pointer;
}


.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion > label
{
	width: 100%;
	text-align: center;
	color: var(--color-uno);
}

.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion > label:nth-child(2)
{
	display: inline-flex;
	width: 40px;
	height: 40px;
	padding: 0px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: #103928;
	transition: all 0.2s ease-in-out;

}


.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion > label:nth-child(2) > i
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	margin: auto auto;
	font-size: 24px;
	color: var(--blanco);
}



.container > .page > .seccion_cinco
{
	display: inline-flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: start;
	padding: 40px 40px;
	color: var(--blanco);
	font-weight: bold;
	background: var(--color-uno);
	gap: 10px;
}

.container > .page > .seccion_cinco > div
{
	display: inline-block;
	width: calc(100% / 3);
}


.container > .page > .seccion_cinco > div:nth-child(1) > h2
{
	width: 100%;

	font-weight: normal;

	font-size: 18px;

	margin-bottom: 10px;
}

.container > .page > .seccion_cinco > div:nth-child(1) > a
{
	display: inline-flex;

	width: 25px;

	height: 25px;

	justify-content: center;

	align-items: center;

	background: var(--blanco);

	border-radius: 50%;

	color: var(--color-uno);
}

.container > .page > .seccion_cinco > div:nth-child(1) > a:visited
{
	color: var(--color-uno);
}

.container > .page > .seccion_cinco > div:nth-child(3) > label
{
	display: inline-block;

	width: 100%;

	height: auto;

	margin: 0px !important;

	padding: 0px !important;

	background: transparent;

	color: var(--blanco);

	font-weight: normal;
}


.container > .page > .seccion_seis
{
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 40px 40px;
	padding-bottom: 0px !important;
	color: var(--color-uno);
}

.container > .page > .seccion_seis > h2,
.container > .page > .seccion_seis > iframe
{
	width: 100%;
}



/* FIN CONTENEDOR GENERAL */





/* RESPNSIVE DESIGN  */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
	.container > .header
	{
		width: 100%;

		padding: 0px !important;
	}
 	
 	.container > .header > .cont_logo
	{
		display: none;
	}

	.container > .header > .cont_menu
	{
		width: 100% !important;

		padding: 0px 10px !important;

		align-items: center;

		justify-content: center;

	}

	.container > .page > .seccion_uno > .logo_principal
	{
		display: inline-block !important;
		width: 40%;
	}

	.container > .page > .seccion_uno > .boton
	{
		color: var(--blanco);

		border-color: var(--blanco);

		z-index: 0;

		border: none;

		width: 260px !important; 

		position: relative;

		width: 100% !important;

		min-width: 100% !important;

		max-width: 100% !important;

		font-size: 28px;

	}

	.container > .page > .seccion_cuatro > div:nth-child(1) > div:nth-child(2) > form > input
	{

		width: 100% !important;

		margin: 10px 0px !important;
	}

	.container > .page > .seccion_cuatro > div:nth-child(1) > div:nth-child(2) > form > input:nth-child(1)
	{
		margin-bottom: 0px !important;
	}

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) 
{

	.container > .header
	{
		padding-left: 30px;
	}

	.container > .header > .cont_logo
	{
		width: 50px;
	}

	.container > .header > .cont_menu
	{
		width: calc(100% - 50px);

		padding-right: 30px;
	}


	.container > .header > .cont_logo > .logo_uno
	{
		display: none;
	}

	.container > .header > .cont_logo > .logo_dos
	{
		display: block;

		width: 40px;

		height: 40px;
	}

	.container > .header > .cont_menu
	{
		gap: 15px;
	}
	.container > .header > .cont_menu > .icono
	{
		display: block;
	}

	.container > .header > .cont_menu > .texto
	{
		display: none;
	}

	.container > .page > .seccion_uno > .logo_principal
	{
		display: none;
	}

	.container > .page > .seccion_uno > .presentacion,
	.container > .page > .seccion_dos,
	.container > .page > .seccion_tres > .presentacion
	{
		flex-direction: column;
	}

	.container > .page > .seccion_uno > .presentacion > .caja,
	.container > .page > .seccion_dos > .caja,
	.container > .page > .seccion_tres > .presentacion > .caja
	{
		width: 100% !important;

		max-width: 100% !important;
	}

	.container > .page > .seccion_dos > .caja:nth-child(3)
	{
		display: none;
	}

	.container > .page > .seccion_tres
	{
		padding-right: 20px;

		padding-left: 20px;
	}


	.container > .page > .seccion_tres > .presentacion
	{
		margin-top: 35px !important;
	}


	.container > .page > .seccion_cuatro
	{
		display: block;

		padding-right: 20px;

		padding-left: 20px;

	}

	.container > .page > .seccion_cuatro > div:nth-child(1)
	{
		display: block;

		padding: 0px !important;
	}

	.container > .page > .seccion_cuatro > div:nth-child(1) > div
	{

		display: block;

		width: 100% !important;

		padding: none !important;
	}

	.container > .page > .seccion_cuatro > div:nth-child(1) > div:nth-child(1)
	{
		margin-bottom: 20px;
	}

	
	.container > .page > .seccion_cuatro > .resultado_cotizacion
	{
		display: none;
		width: 100%;
		height: auto !important;
		border-radius: 0px;
		background: transparent;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion
	{
		margin-top: 60px;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > div,
	.container > .page > .seccion_cuatro > .resultado_cotizacion > div > label
	{
		display: inline-block;
		width: 100% !important;
		border-radius: 0px;
		margin: 0px !important;
		padding: 0px;
		color: var(--negro);
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido
	{
		background: var(--color-tres);
		border: none;
		border-radius: 10px;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label
	{
		width: 100% !important;
		min-width: 100%;
		max-width: 100%;
		border: none;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i
	{
		display: inline-block !important;
		width: auto !important;
		margin-right: 10px !important;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:last-child
	{
		margin-right: none !important;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion,
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion > label
	{
		border: none !important;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion
	{
		border: 1px solid var(--color-dos) !important;
		padding: 10px !important;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .contratacion > label:nth-child(2)
	{
		width: 40px !important;
	}

	
}

@media only screen and (max-width: 840px) 
{
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(4),
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(6)
	{
		display: none;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(5)
	{
		margin-right: 0px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) 
{

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(1),
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(2),
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(3),
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(7),
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(8),
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(9)
	{
		display: none;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2) > i:nth-child(6)
	{
		margin-right: 0px;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(1),
	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(3)
	{
		width: 180px;
	}

	.container > .page > .seccion_cuatro > .resultado_cotizacion > .recorrido > label:nth-child(2)
	{
		width: calc(100% - 340px);
		text-align: center;
		justify-content: center;
		margin: 0px !important;
	}
	

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) 
{
  
}

/* FIN RESPONSIVE DESIGN */