/*
@font-face {
	font-family: TT_Norms_Pro_Regular;
	src: url('/documentos_csv/resources/fonts/TT_Norms_Pro_Regular.otf');
}
*/
html, body {
	margin: 0px;
	padding: 0px;
	height: auto;
	font-family: 'Open Sans', sans-serif;
}

#div-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001;
}

#img-loading {
	position: relative;
	top: calc(50% - 100px);
}

#div-logos-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

#footer-img-logo {
	margin-top: 16px;
	max-width: 105px;
	max-height: 105px;
}

.separador {
	min-height: 2px;
}

/* Estilo del boton Go-Up. */
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

#btn-back-to-top i {
	position: relative;
	font-size: 30px;
	top: -1px;
}

.form-control.no-validate:valid {
	border-color: #ced4da;
	padding-right: .75rem;
	background: none;
}

/*
button.btn {
	border-radius: 1.25rem;
}
*/
input.uppercase {
	text-transform: uppercase;
}

/* Estilo del boton Go-Up. */
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

#btn-back-to-top i {
	position: relative;
	font-size: 30px;
	top: -1px;
}

div#divIdioma {
	margin-bottom: 0px;
}

select#opcionesIdioma {
	background-color: white;
	padding-left: 39px;
}

#iconoIdioma {
	position: absolute;
	top: 39px;
	left: 24px;
}