body, .input-field input, textarea, .dropify-wrapper .dropify-message{
	font-family: Montserrat;
	font-size: 14px;
	line-height: 18px;
}
.toast{
	border-radius: 10px !important;
}
.dropify-wrapper{
	height: 150px;
}
.panel{
	padding-top: 40px;
}

/* DOCUMENTOS */
.documentos_thumb{
	text-align: center;
	margin-bottom: 20px;
}
.documentos_thumb img:hover{
	transform: scale(1.05);
}
.documentos_thumb img{
	max-width: 70%;
	border-radius:  10px;
	border:  2px solid var(--highlight);
	transition: transform .3s; /* Animation */
	cursor: pointer;
}

@media only screen and (max-width: 600px){
	.documentos_thumb{
		font-size: 10px;
		line-height: 12px;
	}
	.documentos_thumb img{
		max-width: 100%;
	}
}
.borrable{
	position: absolute;
	background-color: #8f302c;
	border-radius: 50px;
	color:  #FFF;
	padding: 5px 5px 0px;
	z-index: 9999;
	cursor: pointer;

}
.borrable i{font-size: 20px;}

.documento_titulo{
	display: block;
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.documento_titulo:hover{
	text-overflow: initial;
    white-space: initial;
    overflow: visible;
    position: raltive;
}
.btn-docs{
	height: 50px !important;
	padding-top: 2px;
	background-color: var(--primario);
	width: 100px;
}
.nav-lock{
	overflow: auto;
}
.bloqueado{
	height: calc(100vh - 20px);
	width: 100vw;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
