* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.titulo-ui {
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 34.13px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #A57F2C;
}

.lbl-obligatorios {
	font-family: Montserrat, sans-serif;
	font-size: 26.9975px;
	font-weight: 500;
	line-height: 21.94px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.ui-labels-inputs {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.94px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #393939;
}

.ui-input-pass {
	background: #FFFFFF;
	border: 0.855px solid #611232;
	box-sizing: border-box;
	border-radius: 10px;
	max-width: 589px;
	width: 100%;
	height: 45px;
	padding: 1% 2%;
	font-size: 20px;
}

.btn-blanco {
	background-color: #FFFFFF !important;
	color: #611232 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	border: 1px solid #611232 !important;
	border-radius: 4px !important;
	width: 100% !important;
	height: 58px !important;
}

.btn-guinda {
	background-color: #611232 !important;
	border: 1px solid #611232 !important;
	border-radius: 4px !important;
	width: 100% !important;
	height: 58px !important;
}

.ui-texto-btn-blanco {
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 25.1792px !important;
	line-height: 21px !important;
	color: #FFFFFF !important;
}

.ui-texto-btn-guinda {
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 25.1792px !important;
	line-height: 21px !important;
	color: #611232 !important;
}

#ipfPrivateKey,
#ipfCertificado {
	display: none;
}

.btn-fileupload {
	max-width: 589px;
	width: 100%;
	height: 45px;
	background-color: #FFFFFF;
	border: 0.855px solid #611232;
	box-sizing: border-box;
	border-radius: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 21px;
	color: #404041;
	text-align: left;
	padding: 1% 2%;
}

.btn-icon-file {
	background-image: url('/resources/img/upload.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-origin: content-box;
}

.input-requerido {
	border: 3px solid #fb222c;
}

@media screen and (max-width: 700px) {
	.desktop {
		display: none !important;
	}
}

@media screen and (min-width: 700px) {
	.mobile {
		display: none !important;
	}

}