@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*/

/*MODAL CONTACTO*/
#modalContacto{
	background: rgba(0, 0, 0, 0.7);
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border: thin none #000;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000000000;
	display: none;
	box-sizing: border-box;
}

#modalContacto #windowContacto{
	font-family: OpenSans-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:#FFFFFF;
	background: linear-gradient(to top, #BCBCBC, #EFEFEF, #FFF);
	margin: 0px;
	padding: 10px;
	height: 600px;
	width: 40%;
	border: thin none #000;
	position: absolute;
	left: 30%;
	top: 22%;
	right: 0px;
	bottom: 0px;
	box-shadow: 1px 1px 10px #000;
	overflow: auto;
	word-break: break-all;
	border-radius: 0px;
	background-color: #FFF;
}

#modalContacto #windowContacto #closeContacto{
	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%;
}
/*MODAL CONTACTO*/
/*SE EJECUTA CUANDO SE PRECIONA EL BOTON BUSCAR LAS PLANTILLAS*/
#loadingOverlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loaderGif2 {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 90px;
    object-fit: contain;
}
.loaderText2 {
    margin-top: 15px;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/*SE EJECUTA CUANDO SE PRECIONA EL BOTON BUSCAR LAS PLANTILLAS*/

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

#modalModDetails #windowModDetails{
	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:#FFFFFF;
	/*background: linear-gradient(to top, #999, #EFEFEF, #FFF);*/
	margin: 0px;
	padding: 10px;
	height: 750px;
	width: 70%;
	border: thin none #000;
	position: absolute;
	left: 18%;
	top: 13%;
	right: 0px;
	bottom: 0px;
	box-shadow: 1px 1px 10px #000;
	overflow: auto;
	word-break: break-all;
	border-radius: 0px;
	background-color: #FFF;
}

#modalModDetails #windowModDetails #closeModDetails{
	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%;
}

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

#modalModDetailsVarios #windowModDetailsVarios{
	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:#FFFFFF;
	/*background: linear-gradient(to top, #999, #EFEFEF, #FFF);*/
	margin: 0px;
	padding: 10px;
	height: 700px;
	width: 70%;
	border: thin none #000;
	position: absolute;
	left: 18%;
	top: 13%;
	right: 0px;
	bottom: 0px;
	box-shadow: 1px 1px 10px #000;
	overflow: auto;
	word-break: break-all;
	border-radius: 0px;
	background-color: #FFF;
}

#modalModDetailsVarios #windowModDetailsVarios #closeModDetailsVarios{
	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%;
}