.msjBienvenida {
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: 1px solid black; */
	height: 5vh;
	border-radius: 3rem;
	background-color: #1b396ab1;
	color: white;
	font-size: 1rem;
}
@media (max-width: 767px) {
	.msjBienvenida {
		/* border: 1px solid black; */
		height: 5vh;
		border-radius: 1rem;
		background-color: #1b396ab1;
		color: white;
		font-size: 1rem;
	}
}

nav{
	position: fixed !important;
	top: 0;
	height: 8vh !important;
	width: 100%;
	z-index: 100;
}

.form {
	padding-left: 100px;
	padding-right: 100px;
	min-height: 53vh;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 9vh;
	box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, 0.17);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
}
.txt_large {
	display: block;
}
.txt_small {
	display: none;
}
@media (max-width: 880px) {
	.form {
		margin-left: 2%;
		margin-right: 2%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.txt_large {
        display: none;
    }
    .txt_small {
        display: block;
    }
}

/* * Inicia la personalizacion de dropzone */
.dropzone {
	width: 100%;
	display: relative;
}

.dropzone .dz-preview.dz-file-preview .dz-image{
	background: none !important;
}

.dz-filename{
	display: block !important;
}

.containerLogo{
	text-align: center;
}
#logoLaboratorios{
	height: 15vh;
}

/* * Termina la personalizacion de dropzone */

/* * Inicia textos de los formularios */

.nombreSeccion {
	font-size: 2rem;
	text-align: center;
}

#form label {
	font-size: 1.3rem;
}

/* * Termina textos de los formularios */

.msjCve{
	background-color: red;
	border-radius: 1rem;
	width: 90%;
	margin-left: 5%;
	padding: 2%;
	margin-top: 3%;
	color: white;
}

.nombreFormulario, .descripcionFormulario{
	text-align: center;
	font-weight: 600;
}

.seccionBoton {
	text-align: center;
	padding-top: 1rem;
}

.modal-backdrop {
	z-index: 0;
}

.icon {
	margin-top: 2rem;
}

textarea {
	resize: none;
	height: auto;
}

.dz-success-mark,
.dz-error-mark {
	height: 5rem;
}

.divRelativo {
	position: relative;
}

.eliminarArchivo {
	position: absolute;
	top: 3%;
	right: 5%;
	font-size: 4vw;
	/* Tamaño del símbolo en relación con el ancho del contenedor */
	cursor: pointer;
}


#msj_entrada {
	text-align: center;
	background-color: red;
	color: white;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 5px;
	display: none;
}



#guardarClave {
	margin-top: 1rem;
}

.two_btn {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}

.form-group {
	margin-bottom: 0px;
}

h3 {
	font-size: 1.5rem;
}

.archivos_container {
	display: flex;
	flex-wrap: wrap;
	/* background-color: #ccc; */
	margin-top: 1rem;
	width: 100%;
}

.icono-archivo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	margin: 2px;
	padding: 1%;
	cursor: pointer;
	border: 1px solid black;
	color: black;
	border-radius: 3px;
}

.btn-link {
	color: black !important;
}

.nombre_tecnologico {
	position: fixed;
	width: 100%;
	font-size: 1.5rem;
	background-color: #1b396a;
	color: white;
	padding: 1rem;
}

.logo_itm {
	width: 100%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.icono_ayuda {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	z-index: 9999;
	/* Asegura que esté por encima de otros elementos */
	background-color: gray;
	height: 3rem;
	width: 8rem;
	color: white;
	border-radius: 5rem;
	text-align: center;
}

.elementos-ayuda {
	padding-top: 7%;
}