.info {
	background-color: #FAFAFA;
}

.info .dropdown-item {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	min-height: 44px;
	line-height: 44px;
	border-radius: 0;
	overflow: hidden;
	padding: 0.25rem 1.5rem;
	position: relative;
	transition: none;
	white-space: normal;
	word-wrap: break-word;
	color: #5B6B7E !important;
}

.info .dropdown-item span {
	display: inline-block;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 2px;
	min-width: 70px;
	color: #5B6B7E !important;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
}

.info .dropdown-item:hover, .info .dropdown-item:focus, .info .dropdown-item:active
	{
	background: none !important;
	background-color: transparent !important;
	color: #5B6B7E !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

@media ( max-width : 576px) {
	.info .dropdown-item span {
		min-width: auto;
		font-size: 14px;
	}
}

.forgot-box {
	max-width: 720px;
	width: 92%
}

.forgot-form .ff-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 10px 0 20px;
}

@media ( max-width :640px) {
	.forgot-form .ff-grid {
		grid-template-columns: 1fr;
	}
}

.ff-field label {
	display: block;
	margin: 0 0 8px;
	color: #001837;
	font-weight: 600
}

.ff-input {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 1rem;
	outline: 0;
	background: #fff;
}

.ff-input:focus {
	border-color: #90288c;
	box-shadow: 0 0 0 2px rgba(144, 40, 140, .12)
}

.ff-hint {
	display: flex;
	align-items: center;
	margin-top: 6px;
	margin-left: 6px;
	color: #5B6B7E;
	font-size: 0.7rem;
}

.ff-i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #c6cbd3;
	color: #5B6B7E;
	font-size: .8rem;
	margin-right: 6px
}

.mi-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .45);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s;
}

.mi-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.mi-modal__box {
	position: relative;
	background: #fff;
	max-width: 420px;
	width: 90%;
	padding: 20px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2)
}

.mi-modal__title {
	margin: 0 0 10px
}

.mi-modal__close {
	position: absolute;
	right: 12px;
	top: 8px;
	border: 0;
	background: transparent;
	font-size: 22px;
	cursor: pointer
}

.portlet .login-form .form-control {
	width: 100%;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	padding: 8px 0;
	font-size: 1rem;
	background: transparent;
	padding-top: 29px;
}

.portlet .login-form .form-group {
	position: relative;
	margin: 1rem 0;
}

.login-form .form-group>label.control-label, .login-form .form-group>label
	{
	position: absolute;
	left: 0;
	top: 16px;
	font-size: .95rem;
	color: #5B6B7E;
	pointer-events: none;
	transition: .3s ease all;
}

.login-form .form-group.filled>label.control-label, .login-form .form-group:focus-within>label.control-label,
	.login-form .form-group.filled>label, .login-form .form-group:focus-within>label
	{
	top: -8px;
	font-size: .75rem;
	color: #90288c;
}

.login-form .form-validator-stack, .login-form .form-validator-message,
	.login-form .form-feedback-group, .login-form .form-feedback-item,
	.login-form .help-inline, .login-form .text-danger {
	display: none !important;
}

.login-form .has-error {
	margin-bottom: 0 !important;
} /* opcional: evita saltos */
.portlet .login-form .bar {
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-top: 2px;
	margin-bottom: 49px;
}

.portlet .login-form .form-group:focus-within .bar {
	background: #90288c;
}

.portlet .login-form .form-group label {
	position: absolute;
	left: 0;
	top: 16px;
	font-size: .95rem;
	color: #5B6B7E;
	pointer-events: none;
	transition: .3s ease all;
}

.portlet .login-form .form-group:focus-within label, .portlet .login-form .form-group.filled label
	{
	top: -8px;
	font-size: .75rem;
	color: #90288c;
}

.portlet .login-form input:-webkit-autofill, .portlet .login-form input:-webkit-autofill:focus
	{
	-webkit-text-fill-color: #001837;
	box-shadow: 0 0 0 1000px transparent inset;
	transition: background-color 5000s ease 0s;
}

.contenedor-titulo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	padding-right: 460px;
}

h1.pt-3.pb-2.mb-4.px-2.pt-md-2 {
	color: #001837;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	font-size: clamp(1rem, 5vw, 2.5rem);
	line-height: 1.2;
	text-align: left;
	white-space: nowrap;
	margin: 2rem 0;
}

.contenedor-flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	gap: 2rem;
	margin-bottom: 67px;
	padding-right: 150px;
}

.form-container {
	max-width: 450px;
	width: 100%;
	margin: 0 auto 2rem auto;
	padding: 2rem;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	font-family: 'Montserrat', Arial, sans-serif;
}

.form-title {
	font-size: 1.8rem;
	font-weight: 600;
	color: #001837;
	margin-bottom: 2rem;
	text-align: left;
	padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 35px;
}

.login-form .form-group {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.login-form .form-control {
	width: 100%;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 8px 0;
	font-size: 1rem;
	background: transparent;
}

.login-form .form-control:focus {
	border: none;
	border-bottom: none;
	outline: none;
	box-shadow: none;
}

.login-form label {
	position: absolute;
	left: 0;
	top: 16px;
	font-size: 0.95rem;
	color: #5B6B7E;
	pointer-events: none;
	transition: 0.3s ease all;
}

@
keyframes autofill-in {from { opacity:1;
	
}

to {
	opacity: 1;
}

}
.login-form .form-group input.form-control:-webkit-autofill {
	animation: autofill-in 0s 1;
}

.login-form .form-group.filled .bar {
	background: #90288c;
}

.login-form .form-group>label.control-label, .login-form .form-group>label
	{
	position: absolute;
	left: 0;
	top: 16px;
	font-size: .95rem;
	color: #5B6B7E;
	pointer-events: none;
	transition: .3s ease all;
}

.login-form .form-group.filled>label.control-label, .login-form .form-group:focus-within>label.control-label,
	.login-form .form-group.filled>label, .login-form .form-group:focus-within>label
	{
	top: -8px;
	font-size: .75rem;
	color: #90288c;
}

.login-form .form-control:focus ~ .bar {
	background: #90288c;
}

.login-form .bar {
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-top: 2px;
}

.btn-submit {
	width: 80%;
	background: #90288c;
	color: #fff;
	padding: 1rem;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
	font-family: 'Montserrat', Arial, sans-serif;
	display: block;
	margin: 0 auto;
	font-size: 1.2rem;
}

.btn-submit:hover {
	background: #7a166b;
}

.forgot-link {
	display: block;
	margin-top: 1rem;
	font-size: 0.85rem;
	text-align: center;
	color: #90288c;
	text-decoration: underline;
	font-weight: 500;
}

.forgot-link:hover, .forgot-link:focus, .forgot-link:active {
	color: #90288c;
	outline: none;
}

@media ( max-width : 1000px) {
	.form-container {
		margin-bottom: 7rem;
	}
}

@media ( max-width : 950px) {
	h1.pt-3.pb-2.mb-4.px-2.pt-md-2 {
		margin: 0 auto 2rem auto;
		text-align: center;
		padding-left: 0;
	}
}

/* RESPONSIVE AJUSTADO */
@media ( max-width : 768px) {
	.form-container {
		max-width: 100%;
		width: 85%;
		padding: 0 !important;
		margin: 0 auto;
		height: 560px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 0;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	}
	.form-title {
		font-size: 1.6rem;
		padding-left: 0;
		text-align: center;
		padding-top: 27px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.login-form {
		width: 85%;
	}
	.login-form .form-group {
		width: 100%;
	}
	.login-form .form-control {
		width: 100%;
	}
	.btn-submit {
		width: 100%;
		padding: 1rem;
		font-size: 1rem;
	}
}

@media ( max-width : 480px) {
	.form-container {
		padding: 1rem;
	}
	.form-title {
		font-size: 1.6rem;
		padding-left: 0;
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.login-form .form-group {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.login-form label {
		font-size: 0.9rem;
	}
	.login-form .form-control {
		font-size: 0.95rem;
	}
	.btn-submit {
		padding: 0.9rem;
		font-size: 0.95rem;
	}
	.forgot-link {
		font-size: 0.8rem;
	}
}

@media ( min-width : 1400px) {
	.form-container {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
}

.info-ayuda {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 98px;
	width: 100%;
	max-width: 400px;
	font-family: 'Montserrat', Arial, sans-serif;
	height: 100%;
}

.info-ayuda #logo {
	width: 100%;
	min-width: 475px;
	height: 117px;
	aspect-ratio: 6/1;
	background-image: url('../img/Logo_Portal_Q360_RGB.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	margin-bottom: 2.2rem;
}

.info-ayuda .ayuda-text {
	padding-top: 1rem;
}

.info-ayuda .ayuda-text p {
	color: #4a4a4a;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 0.4rem 0;
	line-height: 1.4;
}

.info-ayuda .ayuda-text p.h5 {
	font-size: 1rem;
	font-weight: 600;
	color: #5B6B7E;
	margin-bottom: 1rem;
}

.info-ayuda .ayuda-text p.h6 {
	font-size: 0.95rem;
	font-weight: 400;
	color: #4a4a4a;
}

.info-ayuda .ayuda-text a {
	color: #4a4a4a;
	text-decoration: none;
}

.info-ayuda .ayuda-text a:hover {
	text-decoration: underline;
}

@media ( max-width : 768px) {
	.info-ayuda {
		margin-left: 0rem;
		padding-top: 0rem;
		max-width: 100%;
		align-items: center;
		text-align: center;
	}
	.info-ayuda #logo {
		display: none !important;
	}
	.contenedor-flex {
		padding-right: 0px;
	}
	h1.pt-3.pb-2.mb-4.px-2.pt-md-2 {
		text-align: left;
	}
	.contenedor-titulo {
		padding-right: 0px;
	}
}

.contenedor-titulo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
}