h1,h2,h3,h4,h5,h6,p,div
{
	font-family: "Open Sans", sans-serif;
}
.login-page
{
	display: flex;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;/* #e9ecef; */
	background-image: url(/img/home.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(2px 4px 6px black);
}
.dashboard-page
{
	display: flex;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #FFFFFF;/* #e9ecef; */
	margin: 0px;
}

.login-box
{
	width: 360px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e3e3e3
}

.box
{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	flex-direction: column;
	margin-right: 10px;
	height: -webkit-fill-available;
	justify-content: flex-start;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 10px;
}
.card
{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
}
.login-box-body
{
	display: flex;
	padding: 25px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.input-form
{
	width: 100%;
	border: none;
	height: 35px;
	font-size: 0.8rem;
}
.us-btn-style_1
{
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	line-height: 1.2!important;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	border-radius: 0.3em;
	padding: 0.6em 1.2em;
	background: #2271b1;
	border-color: transparent;
	color: #ffffff!important;
	box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
	cursor: pointer;
}
.us-btn-style_1:hover
{
	background: #164b76;
	color: #ffffff!important;
}
.us-btn-style_2
{
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	line-height: 1.2!important;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	border-radius: 0.3em;
	padding: 0.6em 1.2em;
	background: #a5a5a5;
	border-color: transparent;
	color: #ffffff!important;
	box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
	cursor: pointer;
}
.us-btn-style_2:hover
{
	background: #164b76;
	color: #ffffff!important;
}

.centrar_contenido
{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* FORMULARIOS */
.form-group
{
	width: 100%;
	display: flex;
	margin-top: 8px;
	margin-bottom: 8px;
	justify-content: space-between;
	padding-left: 10px;
	border: 1px solid #e3e3e3
}
.form-group i
{
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
}
.form-group .input-form
{
	width: 80%;
}

.form-group .msj
{
	color: red;
	width: 50%;
}
.row-input
{
	width: 100%;
	display: flex;
	/*margin-top: 8px;*/
	/*margin-bottom: 8px;*/
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8rem;
	flex-direction: row;
	margin-top: 15px;
}

.center
{
	justify-content: space-between;
}

.left
{
	justify-content: flex-start;
}

.right
{
	justify-content: flex-end;
}

.boton_cuadrado
{
	width: 100%;
	display: flex;
	/*margin-top: 8px;*/
	/*margin-bottom: 8px;*/
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8rem;
	flex-direction: column;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:0.8rem;
	height:80px;
	width:80px;
	border-radius:15px;
	margin: 20px;
	cursor: pointer;
}
.boton_cuadrado:hover
{
	background-color: rgba(255,255,255,0.5) !important;
}
.form-input
{
	width: 100%;
	display: flex;
	/*margin-top: 8px;*/
	/*margin-bottom: 8px;*/
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8rem;
	flex-direction: column;
}

.form-input input
{
	width: 100%;
	border: 1px solid #bbb9b9 !important;
	font-size: 0.8rem;
	min-height: 30px;
}
.form-input input[number]
{
	width: 100%;
	border: 1px solid #bbb9b9 !important;
	font-size: 0.8rem;
	min-height: 30px;
}
.form-input textarea
{
	width: 100%;
	border: 1px solid #bbb9b9 !important;
	font-size: 0.8rem;
	min-height: 60px;
}
.form-input select
{
	width: 100%;
	border: 1px solid #bbb9b9 !important;
	font-size: 0.8rem;
	min-height: 30px;
}
.form-input span
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.form-group-boton
{
	width: 100%;
	align-items: center;
	font-size: 1.1rem;
	display: flex;
	justify-content: flex-end;
	border: none !important;
	margin-top: 20px;
}


/* FORMULARIOS */


/* MODAL */
.marco_modal
{
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.caja_enlace_xx
{
	text-align: right;
	width: 1px;
}
.marco_contenido_publico
{
	overflow-y: hidden;
	overflow-x: hidden;
	color: black;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* MODAL */

#toast-container
{
	position: fixed;
	top: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 29999;
}

.toast
{
	background: #cb9a07;
	color: white;
	padding: 12px 18px;
	border-radius: 6px;
	opacity: 0;
	transform: translateX(50px);
	animation: slideIn 0.4s forwards;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Animación de entrada */
@keyframes slideIn
{
	from
	{
		opacity: 0;
		transform: translateX(50px);
	}
	to
	{
		opacity: 1;
		transform: translateX(0);
	}
}

/* Animación de salida (solo fade, sin movimiento) */
.fade-out
{
	animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}

.form_float
{
	bottom: 10px;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid white;
	background-color: rgba(255, 255, 255, 0.5);
}

.dropzone
{
	display: flex;
	width: 350px;
	margin: 30px auto;
	padding: 40px;
	border: 3px dashed #4A90E2;
	border-radius: 12px;
	text-align: center;
	font-size: 16px;
	color: #555;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.dropzone.dragover
{
	background-color: #eef6ff;
	border-color: #2f70c8;
}

.dropzone i
{
	font-size: 40px;
	margin-bottom: 10px;
	color: #4A90E2;
}

#archivo
{
	display: none;
}

.filename
{
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}