* {
	text-transform: uppercase;
}

#lateral #para_opciones {
  background-color: #3a424b;
}

#lateral #para_opciones span {
	border: 1px solid #aaa;
	border-radius: 5px;
	font-size: 1.1em;
	color: #ddd;
}

#lateral #para_opciones span a {
	color: #60DFE6;
}

/*para los efectos hover*/
#lateral #para_opciones .option .back_option {
  border-bottom: 1px solid #525d6a;
}

#lateral #para_opciones .option .back_option:hover {
  background-color: #282D33;
}

#nav_bar {              
	background-color: #5476a2;
}

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

.input:focus {
	border-color: #5476a2;
}

.sub_button button  {
	background-color: #5476a2; 
	font-size: 1.05em;
}

.h3_title {
	color: #214675
}

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

.h3_rows {
	color: #5476a2;
}

.fa-spin {
	color: #5476a2;
	font-size: 3.5em;
	opacity: .5
}

#ajax_l2 .flex2 {
	border: 1px solid #eee;
}

.sub label {
	font-size: .685em; /*9px*/
}

#ajax_l2 .flex2 h4 {
	color: #5476a2;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.2em;
}

.table_div th {
		background-color: #5476a2;
		color: #fff;
}

.table_div table {
	font-size: .9em;
}

#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;
}

#para_opciones button:nth-of-type(6) div:nth-of-type(2) {
  background-color: #60DFE6;
	color: #000;
	border-radius: 100px;
	padding: 2px;
	margin-left: 96px;
	font-size: .8em;
	position: absolute;
	top: 8px;
	width: 20px;
	height: 20px;
	text-align: center;
} 

#info_consper {
	position: absolute;
	bottom: 5px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#info_consper .div_img {
	width: 110px
}

#info_consper p {
	color: #ccc;
	text-align: ;
	margin-bottom: 5px;
	text-transform: initial;
	width: 150px;
}

#info_consper a {
	text-transform: initial;
	color: #eee;
}

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


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

	#general_info_ft {
		width: 49%;
		position: sticky;
		top: 200px;		
	}
	
	#para_fichas_unidad {
		width: 49%;
	}
	
	.ficha_unidad {
		padding-bottom: 50px;
     border-bottom: 2px solid #eee;
	}	
	
}

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

	#for_intro {
		margin-top: 220px;
	}	
	
	#lateral #para_opciones {
		border-right: none;
	}
			
	#ajax_l2 { /*flex1*/
		padding: 40px 80px 50px 80px;
	}
	
 .sub label {
	font-size: .8em; /*9px*/
  }
	
}

