@media only screen and (max-width: 768px) 
{
	.section-first 
	{ 		
		height: 100vh; 
	}
	.scroll-down
	{
		display: none;
	}
	.bg-img-cover-illustration
	{
		background-size: cover;
		background-image: url('../img/hand-3190204_1920.jpg');
	}	
	.welcome-card
	{		
		height: auto;
		padding: 15px;
		margin-top: 20vh;
	}
	.space-l-20 
	{
		margin-left: 0px;
	}
	.welcome-text
	{
		height: auto;
		padding: 30px;
		margin-top: 40vh;
		margin-left: 0;
	}
	.index-logo
	{
		height: 300px;
	}

	
	.home-logo
	{
		height: 60px;
	}
	.sweet-alert 
	{
    background-color: white;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;    
    padding: 40px;
    width: inherit;    
    border-radius: 5px;
    text-align: center;
    position: fixed;   
    top: 50%;
    left:0%;
    overflow: hidden;
    display: none;
    z-index: 99999;
    padding-bottom: 40px;
	}
	.logo-index
	{
		height: 30px;
	}
	
	.space-mobile
	{
		height: 10vh;
	}
	.home-logo
	{
		height: 60px;
	}

	.well-drop-shadow
	{
		-webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}
	.section-footer
	{
		margin-top:30px;
	}
	.mobile-footer
	{
		display: none;
	}
	.title-text
	{
		
		font-size: 1.0rem;
	}
	/*/-------------------------------------------data tables*/
	.setUsers_length, .dataTables_length
	{
		text-align: left !important;
	}
	.dataTables_info
	{
		margin-top: 20px !important;
	}
	.dataTables_paginate
	{
		margin-top: 80px !important;
	}
}