* {
  font-family: 'Source Sans Pro', sans-serif;
}

#wrap, .flex, .section, .sub, .margen, #ajax_l2, #ajax_l3 {
  border: none; /*none*/
}

#scrolled_px {
	display: none; /*none*/
}

#logo {
	height: 40px;
	width: auto;
	width: 168px;
}

#header .nav {
	display: none;
}

#header p {
	position: absolute;
	text-align: right;
	letter-spacing: 4px;
	top: 16px;
	color: #666;
	font-size: 1.2em;
}


/*---------------------------------------*/


#login .div_img {
  width: 280px;	
	margin-bottom: 20px;
}

#login button {
  background: linear-gradient(to right, #157eb6, #157eb6);	
}

/* MENÚ */
.sidebar {
    background-color: #111;
}

.sidebar nav button div:hover {
  background-color: #282D33;
}

.fa-eye, .fa-eye-slash {
	color: #157eb6;
}

#nav_bar {              
	background-color: #2b3368;
}

#nav_bar button:not(:nth-last-of-type(1)) {
	border-right: 1px solid #157eb6;
}

#carga_icon .icon-spin2 {
  color: #2e3b73;
}

.sub_button button  {
	background-color: #157eb6; 
	font-size: 1.05em;
}

.h3_title {
	color: #214675;
}

.fa-download {
	color: #0187be;
}

.h3_rows {
	color: #157eb6;
}

#ajax_l2 .flex2 h4 {
	color: #157eb6;
}
	
.table_div th {
		background-color: #2e3b73;
		color: #fff;
}

#for_intro {
	margin: auto;
	width: 200px;
	margin-top: 150px;
	transition: all 2s ease;
	opacity: 0;	
}

#section_1 #intro_p {
	text-align: center;
	margin-top: 20px;
	font-size: 1.8em;
	letter-spacing: 3px;
}

/*para los efectos de javascript*/
#lateral #para_opciones .option {
  font-size: 1.03em;
}

#info_consper {
	position: absolute;
	bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
	padding-left: 10px;
}

#info_consper p {
	color: #ccc;
	width: 150px;
}

#info_consper a {
	color: #eee;
}

#info_consper .fa-whatsapp {
	position: relative;
	top: 20px;
	left: -30px;
}

#header p {
	display: none;
}

/*ESTO SERÁ ALGO GENERAL PARA TODOS LOS SISTEMAS*/
.btn_sistema {
  border: none;
	padding: 5px;
	background-color: #157eb6;
	color: #fff;
	min-width: 100px;
	height: 38px;
	border-radius: 5px;
	font-size: 1em;
  transition: all .1s ease;
	position: relative;
}

.btn_sistema:hover {
	background-color: #2a6481;
}

.btn_sistema:active {
	top: 2px;
	box-shadow: none;
}

/*TABLET AND PC ONLY*/
@media only screen and (min-width: 600px) { 
		
}

/*PC ONLY*/
@media only screen and (min-width: 970px) { 

	#for_intro {
		margin-top: 220px;
	}	
	
	#header p {
		display: initial;
	}	

}
