@charset "utf-8";
/* CSS Document */

/*MODAL, SE VE CUANDO PROCESA EL ENVIO DEL MENSAJE POR EL FORM DE CONTACTO*/
#loadingCharge {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
}
/*MODAL, SE VE CUANDO PROCESA EL ENVIO DEL MENSAJE POR EL FORM DE CONTACTO*/

#modalModDescrip{
	background: rgba(0, 0, 0, 0.0);
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border: thin none #000;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 11;
	display: none;
	box-sizing: border-box;
}

#modalModDescrip #windowModalModDescrip{
	font-family: RobotoCondensed-Regular;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	/*background: linear-gradient(to top, #999, #EFEFEF, #FFF);*/
	background:#FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 480px;
	width: 40%;
	border: thin none #000;
	position:absolute;
	left: 30%;
	top: 25%;
	right: 0px;
	bottom: 0px;
	box-shadow: 1px 1px 10px #000;
	overflow:scroll;
	word-break: break-all;
	border-radius:10px;
}

#modalModDescrip #windowModalModDescrip #closeModalModDescrip{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	color: #FFF;
	background: #DC3545;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	font-size: 18px;
	z-index: 2;
	border-radius: 50%;
}
