/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
   
   
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
   
		
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
		
		/*
		input[type=checkbox]:before {
			top: 10px;
		}
		*/
		
		.btn-custom{
			padding: 5px 20px !important; 		
		}
		
		.bg-home {
			min-height: 500px;
		} 
		
		.label-title{
			font-size:26px;
		}
	 
		.logo-lasalle{
			margin: auto auto;
		}
		
		.leyenda{
			font-size : 18px !important; 
		}
	

		#box-add-new{
			margin-top : 20px;
		}
		
		.nav-footer{
			position: fixed;
			left:0px;
			bottom:37px;
			width:100%;
		}
		
		.footer{
			left:0px;
			bottom:0px;
			width:100%;
		}
				
		.option-jump{
			font-size: 13px !important;
			border-left:2px solid var(--yellow) !important;
		}
		
		.text-c-movile{ text-align: center; margin-bottom:10px; }
		
		.btn-nav-movil{
			    margin:0px 20px !important;
				display: inline-block;
				background: var(--blue) !important;
				color: #FFF;
				border-radius: 42px !important;
				padding: 5px 20px !important;
				border: none !important;
				text-decoration: none !important;
				font-weight: bold;
		}
		
		.disabled{
			background:#A9A9A9 !important;
		}
		
		/*
		.pic-user {
	 		left: 35% !important;
			top: -178px !important;
		}*/
		
		.tab-nav{ 
			margin-top: 60px !important;
			margin-bottom: 20px !important;
			margin-left: 0px !important;
			border: 1px solid #0070D4;
			background: url(../images/dropdown.png);
			background-repeat: no-repeat;
			background-position: 95% 15px;
			border-radius: 5px;
			cursor:pointer;
			z-index: 99;
			background-color: #FFF;
		}
		
		.tab-nav.active{
			background: url(../images/dropdown-up.png) !important;
			background-repeat: no-repeat  !important;
			background-position: 95% 15px  !important;
			background-color: #FFF !important;
		}
		
		.tab-nav a { 
			background: none !important; 
			display:none !important;
		}
		.tab-nav a.active{
			background: none !important;
			border-radius : 0px !important;
			display:block !important;
			width: 86% !important;
		}
		
		.tab-nav.active a{
			display:block !important;	
		}
		
		.tab-ajuste{
			top: -398px !important;
		}
}